/* /ddt-only final overrides. Keep the shared navigation in public-entry-top-nav.css. */
body.ddt-wa-theme #entryClientDownload .client-download-head {
  flex-wrap: wrap;
}

body.ddt-wa-theme .ddt-address-actions .ddt-copy-button {
  color: #fff6df !important;
  -webkit-text-fill-color: #fff6df !important;
  background: linear-gradient(135deg, #252b30, #111619) !important;
  border-color: rgba(115, 216, 193, .46) !important;
}

body.ddt-wa-theme .ddt-address-actions .ddt-copy-button .ddt-action-text,
body.ddt-wa-theme .ddt-address-actions .ddt-copy-button sl-icon {
  color: #fff6df !important;
  -webkit-text-fill-color: #fff6df !important;
}

body.ddt-wa-theme .ddt-address-actions .ddt-copy-button.is-copied {
  color: #092f2c !important;
  -webkit-text-fill-color: #092f2c !important;
  background: linear-gradient(135deg, #b6f0df, #67cdb7) !important;
  border-color: rgba(9, 47, 44, .28) !important;
}

body.ddt-wa-theme .ddt-address-actions .ddt-copy-button.is-copied .ddt-action-text,
body.ddt-wa-theme .ddt-address-actions .ddt-copy-button.is-copied sl-icon {
  color: #092f2c !important;
  -webkit-text-fill-color: #092f2c !important;
}

/* This page has a legacy readability guard with a broad, high-specificity
 * span selector. Keep this explicit final rule for the generated backup URL
 * buttons so the label cannot fall back to dark panel text. */
body.ui-skin.game-theme.black-gold-entry.user-entry-page.apple-nav-theme.ddt-portal-page.entry-section-nav-enabled.op-entry-redesign.ddt-wa-theme .ddt-address-actions .ddt-copy-button,
body.ui-skin.game-theme.black-gold-entry.user-entry-page.apple-nav-theme.ddt-portal-page.entry-section-nav-enabled.op-entry-redesign.ddt-wa-theme .ddt-address-actions .ddt-copy-button .ddt-action-text,
body.ui-skin.game-theme.black-gold-entry.user-entry-page.apple-nav-theme.ddt-portal-page.entry-section-nav-enabled.op-entry-redesign.ddt-wa-theme .ddt-address-actions .ddt-copy-button sl-icon {
  color: #fff6df !important;
  -webkit-text-fill-color: #fff6df !important;
}

body.ui-skin.game-theme.black-gold-entry.user-entry-page.apple-nav-theme.ddt-portal-page.entry-section-nav-enabled.op-entry-redesign.ddt-wa-theme #ddtUrlTableMount .ddt-address-actions .ddt-copy-button {
  background: linear-gradient(135deg, #252b30, #111619) !important;
  border-color: rgba(115, 216, 193, .46) !important;
}

/* The featured action uses a light gold surface, so retain dark text there. */
body.ddt-wa-theme .promo-feature-links .ddt-copy-primary,
body.ddt-wa-theme .promo-feature-links .ddt-copy-primary .ddt-action-text,
body.ddt-wa-theme .promo-feature-links .ddt-copy-primary sl-icon {
  color: #211603 !important;
  -webkit-text-fill-color: #211603 !important;
}

@media (max-width: 760px) {
  body.ddt-wa-theme #entryClientDownload .client-download-sync {
    width: 100%;
    justify-content: center;
  }
}
