/* Cookie consent bar + modal polish */
.cl-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.cl-cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.cl-cookie-banner p:first-child {
  font-size: 1.45rem;
  line-height: 1.2;
}

.cl-cookie-banner p.small {
  font-size: 1rem !important;
  line-height: 1.45;
}

.cl-cookie-banner .btn {
  min-height: 3rem;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .cl-cookie-banner .btn {
    width: 100%;
  }
}

#clCookiePreferencesModal .modal-content {
  border-radius: 0.5rem;
}

.cl-cookie-settings-link {
  cursor: pointer;
}
