@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700&display=swap");

/* Cookie consent banner + preferences center — LLumar 2026 rebrand */

.llumar---reset,
.llumar---nb,
.llumar---pc-overlay {
  font-family: "Commissioner", sans-serif !important;
}

.cc-right {
  margin-bottom: 40px;
}

/* Notice banner */
.llumar---palette-light.llumar---nb {
  background: #f5f3f0 !important;
  border: 1px solid rgba(84, 6, 6, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 1.25rem 3.75rem rgba(27, 25, 25, 0.18);
  color: #1b1919 !important;
}

.llumar---nb .cc-nb-main-container {
  padding: 2rem !important;
}

.llumar---nb .cc-nb-title {
  color: #540606 !important;
  font-family: "Syne", sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0 0 0.75rem !important;
}

.llumar---nb .cc-nb-text {
  color: #4d4d4f !important;
  font-family: "Commissioner", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.llumar---palette-light .cc-nb-okagree,
.llumar---palette-light .cc-nb-reject,
.llumar---palette-light .cc-nb-changep {
  border-radius: 4rem !important;
  cursor: pointer;
  font-family: "Commissioner", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.375rem !important;
  min-height: 3rem;
  padding: 0.75rem 1.25rem !important;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.llumar---palette-light .cc-nb-okagree,
.llumar---palette-light .cc-nb-reject {
  background: #dc2223 !important;
  color: #fff !important;
}

.llumar---palette-light .cc-nb-changep {
  background: transparent !important;
  border: 1px solid #540606 !important;
  color: #540606 !important;
}

.llumar---palette-light .cc-nb-okagree:hover,
.llumar---palette-light .cc-nb-reject:hover,
.llumar---palette-light .cc-nb-changep:hover,
.llumar---palette-light .cc-cp-foot-save:hover {
  opacity: 0.88;
}

/* Preferences center */
.llumar---pc-overlay {
  background: rgba(27, 25, 25, 0.62) !important;
  z-index: 99999999999 !important;
}

.llumar---palette-light .cc-pc-container {
  background: #fff !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 1.25rem 4rem rgba(27, 25, 25, 0.28) !important;
  color: #1b1919 !important;
  max-width: 58rem !important;
  overflow: hidden;
}

.llumar---palette-light .cc-pc-head {
  background: #fff !important;
  border-bottom: 1px solid #dbdbdb !important;
  color: #540606 !important;
}

.llumar---palette-light .cc-pc-head-title-headline {
  color: #540606 !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  text-transform: uppercase;
}

.llumar---palette-light .cc-pc-head-close {
  color: #540606 !important;
}

.llumar---palette-light .cc-pc-head-lang-select {
  border: 1px solid #dbdbdb !important;
  border-radius: 0.5rem !important;
  color: #1b1919 !important;
  font-family: "Commissioner", sans-serif !important;
}

.llumar---palette-light .cc-cp-body {
  background: #fff !important;
}

.llumar---palette-light .cc-cp-body-tabs {
  background: #f5f3f0 !important;
  border-right: 1px solid #dbdbdb !important;
}

.llumar---palette-light .cc-cp-body-tabs-item-link {
  color: #540606 !important;
  font-family: "Commissioner", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
}

.llumar---palette-light .cc-cp-body-tabs-item-link:hover,
.llumar---palette-light .cc-cp-body-tabs-item-link:focus,
.llumar---palette-light .cc-cp-body-tabs-item-link[active="true"] {
  background: #fff !important;
  color: #dc2233 !important;
}

.llumar---palette-light .cc-cp-body-content {
  background: #fff !important;
}

.llumar---palette-light .cc-cp-body-content-entry-title {
  color: #540606 !important;
  font-family: "Syne", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  margin-bottom: 0.75rem !important;
}

.llumar---palette-light .cc-cp-body-content-entry-text {
  color: #4d4d4f !important;
  font-family: "Commissioner", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

.llumar---palette-light .cc-cp-body-content-entry-text a {
  color: #dc2233 !important;
  text-decoration: none !important;
}

.llumar---palette-light .cc-cp-body-content-entry-text a:hover,
.llumar---palette-light .cc-cp-body-content-entry-text a:focus {
  text-decoration: underline !important;
}

.llumar---palette-light .cc-cp-foot {
  background: #fff !important;
  border-top: 1px solid #dbdbdb !important;
}

@media (min-width: 768px) {
  .llumar---palette-light .cc-cp-foot {
    align-items: center !important;
    gap: 1rem !important;
    padding: 1rem 1.25rem 1.25rem !important;
  }

  .llumar---palette-light .cc-cp-foot-byline {
    padding: 0 !important;
  }

  .llumar---palette-light .cc-cp-foot-save {
    margin-right: 0 !important;
  }
}

.llumar---palette-light .cc-cp-foot-byline {
  color: #4d4d4f !important;
  font-family: "Commissioner", sans-serif !important;
}

.llumar---palette-light .cc-cp-foot-save {
  background: #dc2223 !important;
  border-radius: 4rem !important;
  color: #fff !important;
  cursor: pointer;
  font-family: "Commissioner", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  min-height: 3rem;
  padding: 0.75rem 1.5rem !important;
  transition: opacity 0.2s ease;
}

.llumar---palette-light input[type="checkbox"],
.llumar---palette-light input[type="radio"] {
  accent-color: #dc2223;
}

@media (max-width: 767.98px) {
  .llumar---nb .cc-nb-main-container {
    padding: 1.5rem !important;
  }

  /* Overlay: no full-page scroll — only inner body scrolls */
  .llumar---pc-overlay.llumar---is-visible {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 1rem !important;
  }

  .llumar---pc-dialog {
    height: auto !important;
    left: auto !important;
    margin: 0 !important;
    max-height: calc(100dvh - 2rem) !important;
    max-width: 100% !important;
    position: relative !important;
    right: auto !important;
    width: 100% !important;
  }

  .llumar---palette-light .cc-pc-container {
    border-radius: 0.75rem !important;
    display: flex !important;
    flex-direction: column !important;
    max-height: calc(100dvh - 2rem) !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .llumar---pc-dialog .cc-pc-head {
    flex-shrink: 0 !important;
  }

  .llumar---pc-dialog .cc-cp-body {
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .llumar---palette-light .cc-cp-body-tabs {
    border-right: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    flex-shrink: 0 !important;
    max-height: 11rem !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
  }

  .llumar---palette-light .cc-cp-body-content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .llumar---pc-dialog .cc-cp-body-content-entry {
    padding: 1.25rem !important;
  }

  /* Save button always visible — sticky footer inside the card */
  .llumar---palette-light .cc-cp-foot {
    background: #fff !important;
    border-top: 1px solid #dbdbdb !important;
    box-shadow: 0 -0.25rem 1rem rgba(27, 25, 25, 0.08) !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
    gap: 0 !important;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px)) !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 2 !important;
  }

  .llumar---palette-light .cc-cp-foot-byline {
    display: none !important;
  }

  .llumar---palette-light .cc-cp-foot-button {
    width: 100% !important;
  }

  .llumar---palette-light .cc-cp-foot-save {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
