/* Remove shadow and refine 'Cookie Settings' floating button */
#gdpr-cookie-consent-show-again {
  box-shadow: none !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  bottom: 12px !important;
  left: 12px !important;
  opacity: 0.85 !important;
  transition: all 0.25s ease !important;
}

/* Hover effect — subtle orange highlight */
#gdpr-cookie-consent-show-again:hover {
  background-color: #E6361F !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: pointer !important;
}
