.klaro.esplats-klaro {
  font-family: "Inter Variable", Inter, sans-serif;
  font-size: 14px;
}

.klaro.esplats-klaro .cookie-notice,
.klaro.esplats-klaro .cookie-modal .cm-modal {
  color: #0b0d0f;
  background: #faf9f6;
  box-shadow: none;
}

.klaro.esplats-klaro .cookie-notice:not(.cookie-modal-notice) {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
  border-top: 1px solid #d7d9d1;
  z-index: 4000;
}

.klaro.esplats-klaro .cookie-notice .cn-body {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 7% 20px;
}

.klaro.esplats-klaro .cookie-notice p,
.klaro.esplats-klaro .cookie-notice strong,
.klaro.esplats-klaro .cookie-modal p,
.klaro.esplats-klaro .cookie-modal h1,
.klaro.esplats-klaro .cookie-modal h2,
.klaro.esplats-klaro .cookie-modal li,
.klaro.esplats-klaro .cookie-modal span {
  color: #0b0d0f;
}

.klaro.esplats-klaro .cookie-notice p {
  font-size: 13px;
  line-height: 1.55;
  max-width: 52rem;
}

.klaro.esplats-klaro .cn-ok {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 14px;
}

.klaro.esplats-klaro .cn-buttons {
  display: contents;
  margin: 0;
}

.klaro.esplats-klaro .cookie-notice .cm-btn,
.klaro.esplats-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto !important;
  min-height: 44px;
  min-width: 132px;
  width: auto !important;
  max-width: 180px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #0b0d0f;
  border-radius: 2px;
  background: #faf9f6;
  color: #0b0d0f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.klaro.esplats-klaro .cookie-notice .cm-btn-success {
  order: 1;
}

.klaro.esplats-klaro .cookie-notice .cn-decline {
  order: 2;
}

.klaro.esplats-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  order: 3;
  flex-grow: 0;
}

.klaro.esplats-klaro .cookie-notice .cm-btn-success,
.klaro.esplats-klaro .cookie-notice .cm-btn-danger,
.klaro.esplats-klaro .cookie-notice .cn-decline {
  background: #faf9f6;
  color: #0b0d0f;
}

.klaro.esplats-klaro .cookie-notice .cm-btn:hover,
.klaro.esplats-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more:hover {
  background: #0b0d0f;
  color: #faf9f6;
}

.klaro.esplats-klaro .cookie-modal {
  z-index: 4001;
}

.klaro.esplats-klaro .cookie-modal .cm-bg {
  background: rgba(11, 13, 15, 0.45);
}

.klaro.esplats-klaro .cookie-modal .cm-modal.cm-klaro {
  border: 1px solid #d7d9d1;
  border-radius: 4px;
  max-width: 640px;
}

.klaro.esplats-klaro .cookie-modal .cm-header h1,
.klaro.esplats-klaro .cookie-modal .cm-header .title {
  font-size: 22px;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.klaro.esplats-klaro .cookie-modal .cm-footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.klaro.esplats-klaro .cookie-modal .cm-btn {
  min-height: 44px;
  min-width: 132px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #0b0d0f;
  border-radius: 2px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
}

.klaro.esplats-klaro .cookie-modal .cm-btn-success {
  background: #c8ff00;
  color: #0b0d0f;
  border-color: #c8ff00;
}

.klaro.esplats-klaro .cookie-modal .cm-btn-danger,
.klaro.esplats-klaro .cookie-modal .cm-btn:not(.cm-btn-success):not(.cm-btn-success-var) {
  background: #faf9f6;
  color: #0b0d0f;
}

.klaro.esplats-klaro .cm-list-input:checked + .cm-list-label .slider {
  background: #c8ff00;
}

.klaro.esplats-klaro .cm-list-input:focus-visible + .cm-list-label .slider,
.klaro.esplats-klaro .cm-btn:focus-visible,
.klaro.esplats-klaro .cn-learn-more:focus-visible,
.klaro.esplats-klaro .cm-link:focus-visible,
.klaro.esplats-klaro .hide:focus-visible,
.klaro.esplats-klaro a:focus-visible,
.klaro.esplats-klaro #klaro-cookie-notice:focus-visible {
  outline: 2px solid #c8ff00;
  outline-offset: 2px;
}

.klaro.esplats-klaro .cm-powered-by,
.klaro.esplats-klaro .cm-powered-by a {
  color: #5d6257;
  font-size: 11px;
}

.klaro.esplats-klaro a {
  color: #0b0d0f;
}

.klaro.esplats-klaro .cm-toggle-all {
  display: none;
}

@media (max-width: 700px) {
  .klaro.esplats-klaro .cookie-notice .cn-body {
    padding: 16px 5% 18px;
  }

  .klaro.esplats-klaro .cookie-notice .cm-btn,
  .klaro.esplats-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
    min-width: 0;
    max-width: none;
    flex: 1 1 calc(50% - 8px) !important;
    width: auto !important;
  }

  .klaro.esplats-klaro .cn-ok,
  .klaro.esplats-klaro .cn-buttons {
    width: 100%;
  }

  .klaro.esplats-klaro .cookie-notice p {
    font-size: 12px;
  }
}
