._spectrum-Link_f6693 {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: underline;
  transition: color 130ms ease-in-out;
  outline: none;
  cursor: pointer;
}

@media (hover: hover) {

@media (hover: hover) {

._spectrum-Link_f6693:hover {
    text-decoration: underline;
  }
  }
}

._spectrum-Link_f6693._focus-ring_f6693 {
    text-decoration: underline;
  }

._spectrum-Link_f6693._focus-ring_f6693 {
    text-decoration: underline;
    -webkit-text-decoration-style: double;
            text-decoration-style: double;
  }

._spectrum-Link_f6693._is-disabled_f6693 {
    cursor: default;
    pointer-events: none;
  }

@media (hover: hover) {

@media (hover: hover) {

._spectrum-Link_f6693._is-disabled_f6693:hover {
      text-decoration: none;
    }
  }
}

._spectrum-Link_f6693._is-disabled_f6693:focus {
      text-decoration: none;
    }

._spectrum-Link--secondary_f6693 {
  text-decoration: underline;
}

._spectrum-Link--overBackground_f6693 {
  text-decoration: underline;
}

._spectrum-Link--quiet_f6693 {
  text-decoration: none;
}

._spectrum-Link_f6693 {
  color: var(--spectrum-global-color-blue-600);
}

@media (hover: hover) {

@media (hover: hover) {

._spectrum-Link_f6693:hover {
    color: var(--spectrum-global-color-blue-600);
  }
  }
}

._spectrum-Link_f6693:active {
    color: var(--spectrum-global-color-blue-700);
  }

._spectrum-Link_f6693._focus-ring_f6693 {
    color: var(--spectrum-alias-text-color-key-focus, var(--spectrum-global-color-blue-600));
  }

._spectrum-Link_f6693._is-disabled_f6693 {
    color: var(--spectrum-alias-text-color-disabled, var(--spectrum-global-color-gray-500));
  }

._spectrum-Link--secondary_f6693{
  color: inherit;
}

@media (hover: hover) {

@media (hover: hover) {

._spectrum-Link--secondary_f6693:hover {
    color: inherit;
  }
  }
}

._spectrum-Link--secondary_f6693:active {
    color: inherit;
  }

._spectrum-Link--secondary_f6693:focus {
    color: inherit;
  }

._spectrum-Link--overBackground_f6693 {
  color: var(--spectrum-global-color-static-white, rgb(255, 255, 255));
}

@media (hover: hover) {

@media (hover: hover) {

._spectrum-Link--overBackground_f6693:hover {
    color: var(--spectrum-global-color-static-white, rgb(255, 255, 255));
  }
  }
}

._spectrum-Link--overBackground_f6693:active {
    color: var(--spectrum-global-color-static-white, rgb(255, 255, 255));
  }

._spectrum-Link--overBackground_f6693:focus {
    color: var(--spectrum-global-color-static-white, rgb(255, 255, 255));
  }

._spectrum-Link--overBackground_f6693._is-disabled_f6693 {
    color: rgba(255,255,255,0.5);
  }
