/* Security/CRO accessibility layer. Kept separate from the legacy stylesheet. */
.wf-hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

button.trash {
  border: 0;
  background: transparent;
  padding: 6px;
}

.wf-consent {
  position: fixed;
  z-index: 10050;
  right: 18px;
  bottom: 18px;
  width: min(430px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid #d8dee8;
  border-radius: 12px;
  background: #fff;
  color: #202733;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .22);
  text-align: right;
}
.wf-consent[hidden] { display: none !important; }
.wf-consent p { margin: 0 0 12px; line-height: 1.7; }
.wf-consent .btn, .wf-consent a { margin: 0 0 4px 6px; }

@media (max-width: 767px) {
  .wf-checkout-banner {
    min-height: 96px;
    height: 96px;
  }
  .wf-checkout-banner .page-banner-inner {
    padding: 24px 15px;
  }
  .wf-checkout-banner .page-banner-inner h1 {
    font-size: 24px;
    margin: 0;
  }
  .wf-checkout-page {
    padding-top: 20px;
  }
  .wf-checkout-page h3.special {
    margin-top: 0;
    font-size: 20px;
  }
  .wf-checkout-page .wf-checkout-note {
    margin-bottom: 10px;
  }
  .wf-checkout-page .wf-trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 12px;
  }
  .wf-checkout-page .wf-trust-badge {
    min-height: 0;
    padding: 8px;
    font-size: 12px;
    line-height: 1.35;
  }
}
