/* Exobyte Cookie Consent CMP */
:root {
  --exo-ck-ink: #111111;
  --exo-ck-muted: #4b4b4b;
  --exo-ck-line: rgba(17, 17, 17, 0.12);
  --exo-ck-paper: #ffffff;
  --exo-ck-accent: #c4ef17;
  --exo-ck-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
}

#exo-cookie-root {
  position: relative;
  z-index: 2147483646;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: var(--exo-ck-ink);
}

.exo-ck-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483646;
  background: var(--exo-ck-paper);
  box-shadow: var(--exo-ck-shadow);
  border-top: 1px solid var(--exo-ck-line);
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom, 0px));
}

.exo-ck-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
}

.exo-ck-banner__text {
  flex: 1 1 320px;
  min-width: 0;
}

.exo-ck-banner__text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.exo-ck-banner__text p {
  margin: 0;
  color: var(--exo-ck-muted);
}

.exo-ck-banner__text a {
  color: var(--exo-ck-ink);
  font-weight: 600;
  text-underline-offset: 2px;
}

.exo-ck-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.exo-ck-btn {
  appearance: none;
  border: 1px solid var(--exo-ck-ink);
  background: transparent;
  color: var(--exo-ck-ink);
  font: inherit;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 0;
  line-height: 1.2;
}

.exo-ck-btn:focus-visible {
  outline: 2px solid var(--exo-ck-ink);
  outline-offset: 2px;
}

.exo-ck-btn--primary {
  background: var(--exo-ck-accent);
  border-color: var(--exo-ck-accent);
  color: #1a2e00;
}

.exo-ck-btn--ghost:hover {
  background: #f5f5f5;
}

.exo-ck-modal[hidden],
.exo-ck-banner[hidden] {
  display: none !important;
}

.exo-ck-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.exo-ck-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.exo-ck-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  background: var(--exo-ck-paper);
  border: 1px solid var(--exo-ck-line);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.exo-ck-modal__head,
.exo-ck-modal__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--exo-ck-line);
}

.exo-ck-modal__foot {
  border-bottom: 0;
  border-top: 1px solid var(--exo-ck-line);
  justify-content: flex-end;
  flex-wrap: wrap;
}

.exo-ck-modal__head h2 {
  margin: 0;
  font-size: 18px;
}

.exo-ck-modal-close {
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--exo-ck-ink);
  padding: 0 4px;
}

.exo-ck-modal__body {
  padding: 16px 20px 8px;
}

.exo-ck-modal__body > p {
  margin: 0 0 14px;
  color: var(--exo-ck-muted);
}

.exo-ck-cat {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--exo-ck-line);
  cursor: pointer;
}

.exo-ck-cat__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.exo-ck-cat__meta strong {
  font-size: 14px;
}

.exo-ck-cat__meta small {
  color: var(--exo-ck-muted);
  font-size: 12px;
}

.exo-ck-cat input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.exo-ck-modal__note {
  margin: 12px 0 8px !important;
  font-size: 13px;
}

.exo-ck-map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 320px;
  padding: 24px;
  text-align: center;
  background: #f3f3f3;
  color: var(--exo-ck-muted);
  border: 1px solid var(--exo-ck-line);
}

.exo-ck-map-placeholder[data-cookie-placeholder].is-unlocked {
  display: none;
}

.exo-ck-map-wrap {
  position: relative;
}

.exo-ck-map-wrap iframe {
  width: 100%;
  min-height: 450px;
  border: 0;
}

.exo-ck-map-wrap iframe:not([src]) {
  display: none;
}

.exo-ck-map-wrap.is-unlocked .exo-ck-map-placeholder,
.exo-ck-map-wrap:has(iframe[src]) .exo-ck-map-placeholder {
  display: none;
}

@media (max-width: 640px) {
  .exo-ck-banner__actions {
    width: 100%;
  }

  .exo-ck-banner__actions .exo-ck-btn {
    flex: 1 1 auto;
  }
}
