.cookie-banner-content {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 10px 40px rgba(53, 64, 119, 0.25), 0 0 0 1px rgba(0,0,0,0.05);
}
.cookie-header {
  font-size: 1.1rem;
  font-weight: 600;
  color: #354077;
  margin-bottom: 0.75rem;
}
.cookie-banner-content p {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
}
.cookie-banner-content a {
  color: #354077;
  text-decoration: underline;
}
.cookie-banner-content a:hover {
  color: #F54946;
}
.cookie-note {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
  padding: 0.5rem 0.75rem;
  background: #f3f4f6;
  border-radius: 0.5rem;
  border-left: 3px solid #354077;
}
.cookie-buttons {
  display: flex;
  gap: 0.75rem;
}
.cookie-buttons button {
  flex: 1;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s;
  font-family: Montserrat, sans-serif;
}
.cookie-buttons button:hover {
  background: #f3f4f6;
}
.cookie-buttons button.primary {
  background: #354077;
  border-color: #354077;
  color: #fff;
}
.cookie-buttons button.primary:hover {
  background: #F54946;
  border-color: #F54946;
}
