/* PrivateDrop v13 — FORCE REBRAND
   Overrides previous StandPeak pseudo-elements and injected wordmarks without changing layout. */

/* Kill old CSS-generated STANDPEAK labels from earlier patches. */
._logoLink_35s11_27::after,
._top_wlcz0_12::after {
  content: none !important;
  display: none !important;
}

/* Our overlay root; it lives inside the EXISTING original logo container. */
.privatedrop-force-logo {
  position: absolute !important;
  inset: 0 !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

/* Header should align exactly where old logo was. */
._logoLink_35s11_27 {
  position: relative !important;
}

._logoLink_35s11_27 > .privatedrop-force-logo {
  justify-content: flex-start !important;
  gap: 4px !important;
}

/* Upgrade logo keeps the original centered container. */
._top_wlcz0_12 {
  position: relative !important;
}

._top_wlcz0_12 > .privatedrop-force-logo {
  justify-content: center !important;
  gap: 7px !important;
}

/* Also support already-created old standpeak-wordmark elements. */
.standpeak-wordmark.privatedrop-converted,
.privatedrop-wordmark {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  overflow: visible !important;
}

.privatedrop-force-logo__text,
.privatedrop-wordmark__text {
  color: #f7f7f7 !important;
  font-family: "Exo 2", Inter, Arial, sans-serif !important;
  font-weight: 950 !important;
  letter-spacing: .1px !important;
  line-height: .95 !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 2px rgba(0,0,0,.30) !important;
}

.privatedrop-force-logo__mark,
.privatedrop-wordmark__mark {
  display: block !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.35)) !important;
}

/* HEADER — deliberately larger/bolder than old StandPeak text. */
._logoLink_35s11_27 > .privatedrop-force-logo .privatedrop-force-logo__text {
  font-size: 20px !important;
}

._logoLink_35s11_27 > .privatedrop-force-logo .privatedrop-force-logo__mark {
  width: 27px !important;
  height: 27px !important;
}

/* UPGRADE — visibly bigger and perfectly centered. */
._top_wlcz0_12 > .privatedrop-force-logo .privatedrop-force-logo__text {
  font-size: 29px !important;
}

._top_wlcz0_12 > .privatedrop-force-logo .privatedrop-force-logo__mark {
  width: 45px !important;
  height: 45px !important;
}

/* If previous JS already replaced the SVG, restyle that exact box instead. */
.standpeak-wordmark.privatedrop-converted .privatedrop-wordmark__text {
  font-size: 21px !important;
}
.standpeak-wordmark.privatedrop-converted .privatedrop-wordmark__mark {
  width: 30px !important;
  height: 30px !important;
}

/* Upgrade variant from an old injected StandPeak wordmark. */
.standpeak-wordmark--upgrade.privatedrop-converted {
  margin-inline: auto !important;
  align-self: center !important;
  justify-content: center !important;
}
.standpeak-wordmark--upgrade.privatedrop-converted .privatedrop-wordmark__text {
  font-size: 29px !important;
}
.standpeak-wordmark--upgrade.privatedrop-converted .privatedrop-wordmark__mark {
  width: 45px !important;
  height: 45px !important;
}

/* Make sure old StandPeak text fragments cannot visually survive in converted logo. */
.standpeak-wordmark.privatedrop-converted > *:not(.privatedrop-wordmark__text):not(.privatedrop-wordmark__mark) {
  display: none !important;
}
