/* CookieYes Custom Styling - Evolving Minds Brand Colors */

/* Override primary button color to match brand blue */
#cookieyes-consent-banner .cky-btn-accept,
#cookieyes-preference-center .cky-btn-accept {
  background-color: #478dc4 !important;
  border-color: #478dc4 !important;
}

#cookieyes-consent-banner .cky-btn-accept:hover,
#cookieyes-preference-center .cky-btn-accept:hover {
  background-color: #3a7aad !important;
  border-color: #3a7aad !important;
}

/* Style links to match brand */
#cookieyes-consent-banner a,
#cookieyes-preference-center a {
  color: #478dc4 !important;
}

#cookieyes-consent-banner a:hover,
#cookieyes-preference-center a:hover {
  color: #3a7aad !important;
}

/* Adjust banner positioning for mobile */
@media (max-width: 768px) {
  #cookieyes-consent-banner {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}
