/* Klaro Accessibility Overrides - WCAG AA 4.5:1 Contrast */

/* Button "Ustawienia" - white text on dark banner background */
.klaro .cookie-notice .cm-btn.cm-btn-lern-more,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.klaro .cookie-notice .cm-btn.cm-btn-lern-more:hover,
.klaro .cookie-notice .cm-btn.cm-btn-lern-more:focus,
.klaro .cookie-notice .cm-btn.cm-btn-info:hover,
.klaro .cookie-notice .cm-btn.cm-btn-info:focus {
  background-color: #ffffff !important;
  color: #40332b !important;
}

/* Button "Akceptuję" - PRIMARY ACTION - prominent and inviting */
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #ffffff !important;
  color: #40332b !important;
  border: none !important;
  padding: 12px 28px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:focus {
  background-color: #ffffff !important;
  color: #40332b !important;
  transform: scale(1.02) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Button "Odrzucam" - SECONDARY - subtle text link style */
.klaro .cookie-notice .cm-btn.cm-btn-decline {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border: none !important;
  padding: 8px 16px !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  text-decoration: underline !important;
}

.klaro .cookie-notice .cm-btn.cm-btn-decline:hover,
.klaro .cookie-notice .cm-btn.cm-btn-decline:focus {
  background-color: transparent !important;
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* Focus outline for keyboard navigation */
.klaro .cookie-notice:focus,
.klaro .cookie-modal:focus {
  outline: 2px solid #40332b !important;
  outline-offset: 2px !important;
}

/* Modal buttons - same treatment */
.klaro .cookie-modal .cm-btn.cm-btn-success {
  background-color: #40332b !important;
  color: #ffffff !important;
}

.klaro .cookie-modal .cm-btn.cm-btn-decline {
  color: #40332b !important;
  border-color: #40332b !important;
}

.klaro .cookie-modal .cm-link {
  color: #40332b !important;
}
