/* Integration-only bridge. The visual rules come from the vendored source CSS. */
:root {
  --button_color: #ff0000 !important;
  --theme-gradient: #ff0000 !important;
}

.sr-only,
.quantity-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.story-content {
  padding-bottom: 20px;
  text-align: center;
}

.story-content p {
  margin: 0 0 16px;
}

.story-content strong {
  display: block;
  margin: 12px 0 8px;
}

.action-card .hero-content-pad {
  margin-top: 0;
  padding: 10px 20px 30px;
}

.order-pad {
  margin-top: 20px;
  padding-bottom: 25px;
}

#order-card {
  padding: 20px 10px;
}

.turnstile {
  width: 100%;
  min-height: 65px;
  margin: 4px 0 6px;
}

.security-note,
.consent {
  margin: 7px 0;
  color: #777;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.consent a {
  color: #aaa;
}

.form-status {
  min-height: 20px;
  margin: 8px 4px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.form-status--error { color: #ff756d; }
.form-status--success { color: var(--status-green); }
.big-button:disabled { opacity: .58; cursor: wait; }
.sticky-bar.is-visible { transform: translateY(0); }

.d7-legal-footer nav {
  display: grid;
  gap: 8px;
  padding: 0 20px 20px;
}

.d7-legal-footer a {
  color: #aaa;
  text-decoration: none;
}
