/* Klaro cookie consent — Rose & Crown Mayfield theme
   Parchment / charcoal / antique gold palette */

.klaro .cookie-modal,
.klaro .cookie-notice {
  font-family: 'Lora', Georgia, serif;
}

/* Consent notice (bottom banner) */
.klaro .cookie-notice {
  background: #2c3328;
  color: #f5f0e8;
  border-top: 2px solid #9b7d3a;
  padding: 1.25rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.klaro .cookie-notice .cn-body p {
  color: #f5f0e8;
  margin: 0 0 0.75rem 0;
}

.klaro .cookie-notice .cn-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

/* Buttons */
.klaro .cm-btn,
.klaro .cn-decline,
.klaro .cn-learn-more {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 2px;
  padding: 0.55rem 1.2rem;
  cursor: pointer;
  border: 1px solid #9b7d3a;
  transition: all 0.2s;
}

.klaro .cm-btn-success,
.klaro .cn-ok {
  background: #9b7d3a;
  color: #f5f0e8;
  border-color: #9b7d3a;
}

.klaro .cm-btn-success:hover,
.klaro .cn-ok:hover {
  background: #7d6330;
  border-color: #7d6330;
}

.klaro .cm-btn-decline,
.klaro .cn-decline {
  background: transparent;
  color: #c8b88a;
  border-color: #c8b88a;
}

.klaro .cm-btn-decline:hover,
.klaro .cn-decline:hover {
  background: #c8b88a;
  color: #2c3328;
}

.klaro .cn-learn-more {
  background: transparent;
  color: #c8b88a;
  border: none;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0;
  text-transform: none;
}

/* Modal */
.klaro .cookie-modal .cm-modal {
  background: #2c3328;
  color: #f5f0e8;
  border: 1px solid #9b7d3a;
  border-radius: 2px;
  max-width: 600px;
}

.klaro .cookie-modal .cm-header {
  border-bottom: 1px solid #9b7d3a;
  padding: 1.25rem 1.5rem;
}

.klaro .cookie-modal .cm-header h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: #c8b88a;
  margin: 0;
}

.klaro .cookie-modal .cm-body {
  padding: 1.25rem 1.5rem;
}

.klaro .cookie-modal .cm-body p {
  color: #e8e0d0;
  font-size: 0.875rem;
  line-height: 1.65;
}

.klaro .cookie-modal .cm-list-title {
  font-family: 'Playfair Display', Georgia, serif;
  color: #c8b88a;
  font-size: 0.875rem;
  font-weight: 600;
}

.klaro .cookie-modal .cm-list-description {
  color: #c8c0b0;
  font-size: 0.8rem;
}

/* Toggle switches */
.klaro .cm-list-input:checked + .cm-list-label .slider {
  background: #9b7d3a;
}

.klaro .cm-list-input + .cm-list-label .slider {
  background: #555;
}

.klaro .cookie-modal .cm-footer {
  border-top: 1px solid #9b7d3a;
  padding: 1rem 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* Overlay */
.klaro .cookie-modal-overlay {
  background: rgba(44, 51, 40, 0.75);
}

/* Close button */
.klaro .cookie-modal .hide {
  color: #c8b88a;
}
