.fwp-consent-banner,
.fwp-consent-settings {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fwp-consent-banner[hidden],
.fwp-consent-settings[hidden] {
  display: none !important;
}

.fwp-consent-banner {
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
  color: #142d38;
  background: rgba(7, 31, 43, .42);
  backdrop-filter: blur(7px);
}

.fwp-consent-panel {
  display: grid;
  max-width: 1080px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px 34px;
  align-items: center;
  margin: 0 auto;
  padding: 24px 26px;
  background: #fbfaf6;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(7, 31, 43, .3);
}

.fwp-consent-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #071f2b;
  font-size: 1rem;
}

.fwp-consent-copy p {
  max-width: 720px;
  margin: 0;
  color: #52666f;
  font-size: .82rem;
  line-height: 1.55;
}

.fwp-consent-copy a {
  color: #396f6c;
  font-weight: 800;
}

.fwp-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.fwp-consent-button,
.fwp-consent-settings {
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid #0b2c3a;
  border-radius: 999px;
  font: inherit;
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
}

.fwp-consent-button {
  color: #0b2c3a;
  background: #fff;
}

.fwp-consent-button-primary {
  color: #0b2c3a;
  background: #fff;
}

.fwp-consent-button:hover,
.fwp-consent-button:focus-visible,
.fwp-consent-settings:hover,
.fwp-consent-settings:focus-visible {
  outline: 3px solid rgba(200, 156, 90, .5);
  outline-offset: 3px;
}

.fwp-consent-settings {
  position: fixed;
  z-index: 9999;
  right: 16px;
  bottom: 16px;
  min-height: 38px;
  padding: 8px 14px;
  color: #fff;
  background: #0b2c3a;
  box-shadow: 0 12px 30px rgba(7, 31, 43, .22);
}

@media (max-width: 760px) {
  .fwp-consent-banner { padding: 10px; }
  .fwp-consent-panel { grid-template-columns: 1fr; padding: 20px; border-radius: 16px; }
  .fwp-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .fwp-consent-button { width: 100%; }
  .fwp-consent-settings { right: 10px; bottom: 10px; }
}

@media (max-width: 430px) {
  .fwp-consent-actions { grid-template-columns: 1fr; }
}

@media print {
  .fwp-consent-banner,
  .fwp-consent-settings { display: none !important; }
}
