.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1035;
  background: #0b2a54; /* Fresno State blue */
  color: #fff;
  padding: 1rem 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

.cookie-banner .cc-message {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

.cookie-banner .cc-message a {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner.is-hidden {
  display: none !important;
}