.cc-consent[hidden] { display: none; }

.cc-consent {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  pointer-events: none;
}

.cc-consent-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 22px 24px;
  color: #fffdf7;
  background: #0b1720;
  border: 1px solid rgba(255, 253, 247, .22);
  box-shadow: 0 16px 50px rgba(11, 23, 32, .28);
  pointer-events: auto;
}

.cc-consent-kicker {
  display: block;
  margin-bottom: 8px;
  color: #f1c453;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cc-consent-card h2 {
  margin: 0 0 8px;
  color: #fffdf7;
  font-size: 22px;
  line-height: 1.08;
}

.cc-consent-card p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 253, 247, .72);
  font-size: 13px;
  line-height: 1.55;
}

.cc-consent-detail {
  margin-top: 7px !important;
  color: rgba(255, 253, 247, .5) !important;
  font-size: 11px !important;
}

.cc-consent-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.cc-consent-actions button {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 253, 247, .32);
  color: #fffdf7;
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.cc-consent-actions button[data-cc-consent="allow"] {
  border-color: #f1c453;
  color: #0b1720;
  background: #f1c453;
}

.cc-consent-actions button:hover,
.cc-consent-actions button:focus-visible {
  outline: 2px solid #f1c453;
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .cc-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .cc-consent-card {
    display: block;
    padding: 18px;
  }

  .cc-consent-card h2 {
    font-size: 19px;
  }

  .cc-consent-actions {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
