.discount-row { color: #08775f; }
.discount-form { display: flex; gap: 7px; margin: 12px 0 0; }
.discount-form label { flex: 1; font-size: .78rem; font-weight: 750; }
.discount-form input { display: block; width: 100%; padding: 9px; border: 1px solid #cfd2d7; border-radius: 8px; background: #fff; margin-top: 4px; }
.discount-form button { align-self: end; padding: 10px 12px; border: 0; border-radius: 8px; background: var(--ink); color: #fff; font-weight: 750; }
.discount-status { min-height: 1.2em; margin: 5px 0; font-size: .78rem; color: var(--muted); }
.support-form { max-width: 720px; }
.support-form label { display: block; font-size: .82rem; font-weight: 750; margin: 10px 0; }
.support-form input, .support-form textarea { display: block; width: 100%; padding: 11px; border: 1px solid #cfd2d7; border-radius: 8px; background: #fff; margin-top: 4px; }
.support-form textarea { resize: vertical; }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.link-button { border: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; padding: 0; }
.cookie-banner { position: fixed; z-index: 100; left: 18px; right: 18px; bottom: 18px; max-width: 920px; margin: auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 70px rgba(0,0,0,.2); padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0; color: var(--muted); font-size: .86rem; }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-actions .button { padding: 10px 14px; }
@media (max-width: 640px) {
  .discount-form, .cookie-banner, .cookie-actions { align-items: stretch; flex-direction: column; }
  .cookie-actions { width: 100%; }
}
