/* JouwVakantieDichtbij · cookie consent polish */
html[data-jvd-consent-valid="1"] .sx-cookie,
html[data-jvd-consent-valid="1"] .sx-cookie-backdrop {
  display: none !important;
}

.sx-cookie {
  border-color: #d9e5e1 !important;
  box-shadow: 0 24px 70px rgba(18,43,37,.16), 0 4px 16px rgba(18,43,37,.05) !important;
  overflow: hidden;
}

.sx-cookie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 46px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: #ff7357;
}

.sx-cookie h2 {
  color: #173f35 !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
}

.sx-cookie p {
  color: #435b54 !important;
  opacity: 1 !important;
}

.sx-cookie p a {
  color: #173f35 !important;
  text-decoration-color: #ff7357 !important;
  text-decoration-thickness: 2px !important;
  font-weight: 750 !important;
}

.sx-cookie-button {
  min-height: 43px !important;
  padding-inline: 17px !important;
  font-weight: 760 !important;
}

.sx-cookie-button--primary {
  background: #173f35 !important;
  color: #fff !important;
  border-color: #173f35 !important;
  box-shadow: 0 8px 20px rgba(23,63,53,.15) !important;
}

.sx-cookie-button--primary:hover {
  background: #0f352c !important;
  border-color: #0f352c !important;
}

.sx-cookie-button--secondary {
  color: #173f35 !important;
  background: #eef6f2 !important;
  border-color: #d7e7e0 !important;
}

.sx-cookie-button--preferences {
  color: #173f35 !important;
  background: transparent !important;
  border-color: transparent !important;
  font-weight: 720 !important;
}

.sx-cookie-button--preferences::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-radius: 50%;
  background: #ff7357;
}

.sx-cookie[data-design="clean"] .sx-cookie-settings {
  border-color: #dbe8e3 !important;
  background: #f5faf8 !important;
}

.sx-cookie-row {
  border-bottom-color: #dfeae6 !important;
}

.sx-cookie-toggle input:checked + .sx-cookie-toggle__ui {
  background: #173f35 !important;
  border-color: #173f35 !important;
}

.sx-cookie-manage {
  min-height: 38px !important;
  padding: 0 13px !important;
  color: #fff !important;
  background: #173f35 !important;
  border-color: #173f35 !important;
  font-weight: 720 !important;
  opacity: .94 !important;
  box-shadow: 0 8px 26px rgba(23,63,53,.16) !important;
}

.sx-cookie-manage:hover {
  background: #0f352c !important;
  opacity: 1 !important;
}

@media (max-width: 720px) {
  .sx-cookie::before { left: 20px; }
  .sx-cookie { padding-top: 22px !important; }
  .sx-cookie-button { min-height: 46px !important; }
}
