.cc--light-funky {
  color-scheme: light;
}

#cc-main {
  --cc-font-family: "Manrope", "Noto Sans", Arial, sans-serif;
  --cc-bg: #ffffff;
  --cc-primary-color: #132017;
  --cc-secondary-color: #4f6256;
  --cc-btn-primary-bg: #17a05e;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-hover-bg: #117d49;
  --cc-btn-primary-hover-color: #ffffff;
  --cc-btn-secondary-bg: #eef7f2;
  --cc-btn-secondary-color: #163522;
  --cc-btn-secondary-hover-bg: #dcefe5;
  --cc-btn-secondary-hover-color: #0f2718;
  --cc-toggle-on-bg: #17a05e;
  --cc-toggle-off-bg: #cbd8d0;
  --cc-toggle-on-knob-bg: #ffffff;
  --cc-toggle-off-knob-bg: #ffffff;
  --cc-modal-border-radius: 8px;
  --cc-btn-border-radius: 6px;
}

#cc-main .cm,
#cc-main .pm {
  border: 1px solid rgba(19, 32, 23, 0.12);
  box-shadow: 0 18px 50px rgba(12, 30, 18, 0.18);
}

html.cc-preferences-open #cc-main .cm {
  display: none;
}

#cc-main .cm__title,
#cc-main .pm__title,
#cc-main .pm__section-title {
  letter-spacing: 0;
}

#cc-main .cm__desc,
#cc-main .pm__section-desc {
  line-height: 1.55;
}

#cc-main a {
  color: #0b7f47;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prefix-consent-note {
  margin: 12px 0 0;
  color: rgba(19, 32, 23, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

.prefix-contact-form .prefix-consent-note {
  color: rgba(19, 32, 23, 0.68) !important;
}

.prefix-consent-note a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.prefix-contact-form .prefix-consent-note a {
  color: inherit !important;
}

.prefix-consent-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: rgba(19, 32, 23, 0.58);
  font-size: 0.82rem;
  line-height: 1.42;
  font-weight: 400;
}

.prefix-consent-check input[type="checkbox"] {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  min-height: 0;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 3px;
  accent-color: #17a05e;
}

.prefix-consent-check span {
  display: block;
}

.prefix-consent-check a {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: rgba(19, 32, 23, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.prefix-consent-check a:hover {
  color: rgba(19, 32, 23, 0.82);
  text-decoration-color: currentColor;
}

.prefix-contact-form .prefix-consent-check,
.prefix-contact-form .prefix-consent-check a {
  color: rgba(19, 32, 23, 0.58) !important;
}

.form-stack label[for="id_personal_data_consent"] {
  color: rgba(19, 32, 23, 0.62);
  font-size: 0.88rem;
  line-height: 1.42;
  font-weight: 400;
}

.form-stack p:has(#id_personal_data_consent) {
  gap: 8px;
}

.form-stack #id_personal_data_consent {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #17a05e;
}

.legal-page .law-source-card span,
.legal-page .law-source-card small {
  display: block;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.legal-table th,
.legal-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(19, 32, 23, 0.12);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: var(--ink);
  font-weight: 800;
}

.legal-table code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
}

.cookie-table-wrap {
  overflow-x: auto;
}

.legal-settings-button {
  margin-top: 14px;
}
