/* RMA native cookie/advertising-measurement consent. No external fonts. */
.rma-consent-banner,
.rma-consent-panel,
.rma-cookie-prefs {
  font-family: inherit;
  box-sizing: border-box;
}
.rma-consent-banner *,
.rma-consent-panel * {
  box-sizing: border-box;
}
.rma-consent-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 99990;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 18px;
  background: #0A0B0B;
  color: #fff;
  border: 1px solid #D6D1C7;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
}
.rma-consent-banner p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #f5f5f0;
}
.rma-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.rma-consent-btn {
  appearance: none;
  border-radius: 4px;
  border: 1px solid #D6D1C7;
  background: transparent;
  color: #fff;
  padding: 8px 14px;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  min-height: 40px;
}
.rma-consent-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.rma-consent-btn-primary {
  background: #CE0D17;
  border-color: #CE0D17;
  color: #fff;
}
.rma-consent-btn-link {
  background: none;
  border: 0;
  color: #D6D1C7;
  text-decoration: underline;
  padding: 8px 4px;
  min-height: 40px;
}
.rma-consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 99991;
  background: rgba(10, 11, 11, .42);
}
.rma-consent-panel {
  position: fixed;
  z-index: 99992;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(440px, calc(100vw - 24px));
  max-height: min(86vh, 560px);
  overflow: auto;
  background: #0A0B0B;
  color: #fff;
  border: 1px solid #D6D1C7;
  border-radius: 6px;
  padding: 18px;
}
.rma-consent-panel h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
}
.rma-consent-cat {
  border: 1px solid #3a3a38;
  border-radius: 4px;
  padding: 12px;
  margin: 0 0 10px;
}
.rma-consent-cat h3 {
  margin: 0 0 6px;
  font-size: 15px;
}
.rma-consent-cat p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #d8d4cc;
}
.rma-consent-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.rma-cookie-prefs {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 99980;
  background: #0A0B0B;
  color: #D6D1C7;
  border: 1px solid #D6D1C7;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
  cursor: pointer;
}
.rma-cookie-prefs:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (max-width: 640px) {
  .rma-consent-banner {
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 14px;
  }
  .rma-consent-btn {
    flex: 1 1 calc(50% - 8px);
  }
  .rma-consent-btn-link {
    flex: 1 1 100%;
  }
}
.rma-consent-banner[hidden],
.rma-consent-panel[hidden],
.rma-consent-overlay[hidden],
.rma-cookie-prefs[hidden] {
  display: none !important;
}
