/* Custom styles for Cookie Consent banner */
.cc-window {
  z-index: 100000 !important; /* Ensure the banner is above all other elements */
}

.cc-btn {
  white-space: nowrap !important; /* Prevent button text from wrapping */
}

.cc-message {
  margin-bottom: 0.5em !important; /* Add a bit more spacing */
}

/* Custom colors and styling */
.cc-theme-classic .cc-btn {
  border-radius: 4px !important;
  transition: background-color 0.3s ease !important;
}

.cc-theme-classic .cc-btn:hover {
  opacity: 0.9 !important;
}

.cc-link {
  color: #f6418f  !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease !important;
}

.cc-link:hover {
  text-decoration: underline !important;
  opacity: 0.9 !important;
} 