
#cookie-consent-modal {
  display: none;
  z-index: 50;
}

#cookie-consent-modal.visible {
  display: flex;
}

/* Toggle Switch Styling Simulation for Checkboxes */
.cookie-checkbox {
  accent-color: #5E4CA3;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
