.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 1rem;
  background: rgba(22, 38, 53, 0.96);
  color: #F7F8F7;
  border-top: 1px solid rgba(247, 248, 247, 0.22);
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cookie-banner-copy h2 {
  margin: 0 0 0.5rem;
  color: #F7F8F7;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 300;
}

.cookie-banner-copy p,
.cookie-banner-copy a,
.cookie-manage-option {
  color: rgba(247, 248, 247, 0.88);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
}

.cookie-banner-copy a {
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cookie-btn {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(247, 248, 247, 0.45);
  background: transparent;
  color: #F7F8F7;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  cursor: pointer;
}

.cookie-btn-primary,
.cookie-btn-secondary {
  flex: 1 1 160px;
}

.cookie-btn:focus-visible {
  outline: 2px solid #F7F8F7;
  outline-offset: 2px;
}

.cookie-manage-panel {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(247, 248, 247, 0.2);
}

.cookie-manage-option {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

@media (max-width: 620px) {
  .cookie-banner-actions {
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
  }
}
