/* ─────────────────────────────────────────────
   Fiksit — coming-soon overlays + new sections
   ───────────────────────────────────────────── */

/* ─── Hero handgeschreven side-note (replaces status pill) ─── */
.cs-hero-note {
  font-family: 'Caveat', cursive;
  font-size: clamp(1.25rem, 1.8vw, 1.625rem);
  font-weight: 700;
  color: var(--pink-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform: rotate(-2.5deg);
  margin: -6px auto 14px;
  line-height: 1.1;
  position: relative;
}
.cs-hero-note svg {
  display: inline-block;
  vertical-align: middle;
  color: var(--pink-dark);
}
.hero .container > .cs-hero-note {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
@keyframes cs-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 111, 175, .6); }
  70%  { box-shadow: 0 0 0 10px rgba(255, 111, 175, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 111, 175, 0); }
}

/* ─── Nav status — pure typography + handgeschreven onderstreping ─── */
.cs-nav-status {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  padding: 4px 6px 2px;
  user-select: none;
  line-height: 1;
}
.cs-nav-status-text {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pink-dark);
  white-space: nowrap;
}
.cs-nav-status-underline {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 2px;
  overflow: visible;
}
.cs-nav-status-underline path {
  fill: none;
  stroke: var(--pink);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 640px) {
  .cs-nav-status { display: none; }
}

/* ─── Hero step 2 — waitlist signup ────────── */
.cs-step2 {
  padding: 8px 4px;
}
.cs-step2-zone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--green-soft);
  border-radius: var(--radius-pill);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 14px;
}
.cs-step2-zone svg { color: var(--green); }
.cs-step2-h {
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  margin: 0 0 16px;
}
.cs-step2-offer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--pink-soft);
  border-radius: var(--radius-m);
  margin-bottom: 18px;
}
.cs-step2-offer-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pink-dark);
  background: var(--white);
  padding: 5px 9px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 1px;
}
.cs-step2-offer-body {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--ink-2);
}
.cs-step2-offer-body strong {
  color: var(--ink);
  font-weight: 700;
}
.cs-step2-form {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 8px;
}
.cs-step2-form .hero-form-cta { flex-shrink: 0; }

/* ─── Hero step 3 — confirmation ───────────── */
.cs-step3 {
  padding: 16px 4px;
  text-align: center;
}
.cs-step3-check {
  width: 56px; height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
}
.cs-step3-h {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 10px;
  letter-spacing: -.01em;
}
.cs-step3-sub {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-muted);
  margin: 0 auto 14px;
  max-width: 36ch;
}

/* ─── Tijdlijn (build-in-public roadmap) ───── */
.cs-timeline {
  padding: 112px 0;
  background: var(--cream);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.cs-timeline-head {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
.cs-timeline-head .section-sub {
  margin-top: 16px;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink-muted);
}
.cs-timeline-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1200px;
  margin-inline: auto;
}
.cs-timeline-list::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 24px;
  right: 24px;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    var(--border) 0 6px,
    transparent 6px 12px
  );
  z-index: 0;
}
.cs-timeline-item {
  position: relative;
  padding: 0 14px;
  z-index: 1;
}
.cs-timeline-dot {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--border);
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}
.cs-state-done .cs-timeline-dot {
  background: var(--ink);
  border-color: var(--ink);
}
.cs-state-done .cs-timeline-dot::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
}
.cs-state-now .cs-timeline-dot {
  background: var(--pink);
  border-color: var(--pink);
  box-shadow: 0 0 0 0 rgba(255, 111, 175, .6);
  animation: cs-pulse 2.2s ease-out infinite;
}
.cs-state-now .cs-timeline-dot::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
}
.cs-state-next .cs-timeline-dot {
  background: var(--paper);
  border-color: var(--green);
}
.cs-timeline-when {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 8px;
}
.cs-state-now .cs-timeline-when { color: var(--pink-dark); }
.cs-timeline-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 10px;
}
.cs-state-future .cs-timeline-title { color: var(--ink-muted); }
.cs-timeline-body {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink-muted);
  margin: 0;
}
@media (max-width: 880px) {
  .cs-timeline { padding: 80px 0; }
  .cs-timeline-list { grid-template-columns: 1fr; gap: 32px; }
  .cs-timeline-list::before { display: none; }
  .cs-timeline-item { padding: 0; }
}

/* ─── VoorWie (3 paths) ────────────────────── */
.cs-paths {
  padding: 112px 0;
  background: var(--paper);
}
.cs-paths-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.cs-paths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  max-width: 1200px;
  margin-inline: auto;
}
.cs-path {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-l);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s, border-color .25s;
}
.cs-path:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
  border-color: var(--ink-faint);
}
.cs-path-pink:hover { border-color: var(--pink); }
.cs-path-green:hover { border-color: var(--green); }
.cs-path-kind {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.cs-path-pink .cs-path-kind { color: var(--pink-dark); }
.cs-path-green .cs-path-kind { color: var(--green); }
.cs-path-h {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0;
}
.cs-path-body {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-muted);
  margin: 0;
  flex: 1;
}
.cs-path-cta {
  align-self: flex-start;
  margin-top: 4px;
}
@media (max-width: 880px) {
  .cs-paths { padding: 80px 0; }
}

/* ─── Style adjustments to existing components ─── */

/* Nav — proper 3-col grid so links are visually centered */
.nav-inner {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
}
.nav-inner .nav-brand { justify-self: start; }
.nav-inner .nav-links { justify-self: center; display: flex !important; }
.nav-inner .nav-right { justify-self: end; }
@media (max-width: 720px) {
  .nav-inner .nav-links { display: none !important; }
}

/* Hero service chips — true equal-width grid */
.hero-form-services {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px !important;
  max-width: 520px;
  margin: 0 auto 24px;
}
.hero-form-services .ps-chip.active {
  background: var(--white) !important;
  border-color: var(--pink) !important;
}
.hero-form-services .ps-chip.active .lbl {
  color: var(--ink) !important;
}
.hero-form-services .ps-chip:hover {
  border-color: var(--pink) !important;
}
.ps-chip {
  min-width: 0 !important;
  padding: 16px 12px 14px !important;
  width: 100%;
}

/* Photo-strip — magazine-collage van candid klus-foto's */
.cs-photo-strip {
  padding: 80px 0 96px;
  background: var(--paper);
  overflow: hidden;
}
.cs-photo-strip-inner {
  position: relative;
}
.cs-photo-strip-head {
  text-align: center;
  margin: 0 auto 56px;
  max-width: 720px;
}
.cs-photo-strip-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pink-dark);
  margin-bottom: 14px;
}
.cs-photo-strip-title {
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 3.5vw, 2.875rem);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0;
}
.cs-photo-strip-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 32px 48px;
  align-items: center;
  max-width: 1100px;
  margin-inline: auto;
}
.cs-photo {
  position: relative;
  margin: 0;
  background: var(--white);
  padding: 12px 12px 36px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, .12),
    0 4px 10px rgba(0, 0, 0, .06);
  transform: rotate(var(--tilt, 0deg));
  transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.cs-photo:hover {
  transform: rotate(0deg) translateY(-4px);
}
.cs-photo::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 64px; height: 18px;
  background: rgba(255, 111, 175, .55);
  transform: translateX(-50%) rotate(-1.5deg);
  border-radius: 1px;
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.cs-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.cs-photo-feature {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.cs-photo-feature img { aspect-ratio: 4 / 5; }
.cs-photo-top { grid-column: 2; grid-row: 1; }
.cs-photo-bottom { grid-column: 2; grid-row: 2; }

.cs-photo-caption {
  font-family: 'Caveat', cursive;
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  font-weight: 700;
  color: var(--pink-dark);
  margin: 56px auto 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: rotate(-1.5deg);
  width: 100%;
  justify-content: center;
}
.cs-photo-caption svg {
  color: var(--pink);
  display: inline-block;
}

@media (max-width: 880px) {
  .cs-photo-strip { padding: 56px 0 64px; }
  .cs-photo-strip-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 28px;
  }
  .cs-photo-feature, .cs-photo-top, .cs-photo-bottom {
    grid-column: 1;
    grid-row: auto;
  }
  .cs-photo-feature img { aspect-ratio: 4 / 3; }
}

/* Legal stub pages */
.cs-legal-main {
  padding: 160px 0 96px;
  background: var(--paper);
  min-height: calc(100vh - 200px);
}
.cs-legal-inner { max-width: 720px; }
.cs-legal-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pink-dark);
  margin-bottom: 18px;
}
.cs-legal-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0 0 22px;
}
.cs-legal-intro {
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0 0 40px;
  max-width: 56ch;
}
.cs-legal-note {
  background: var(--cream);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-l);
  padding: 24px 28px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-2);
  margin-bottom: 40px;
}
.cs-legal-note strong { color: var(--ink); font-weight: 700; }
.cs-legal-back {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
.cs-legal-back:hover {
  color: var(--ink);
  border-bottom-color: var(--pink);
}

/* Coverage — sterker statement, minder lege ruimte */
.cs-coverage-rebuild .coverage-panel {
  padding: 28px 32px;
}
.cs-coverage-rebuild .section-title { font-size: clamp(1.875rem, 3.5vw, 2.875rem); line-height: 1.05; }
.cs-coverage-rebuild .coverage-stat .big {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
}

/* Services — tighter layout, no tag pills */
.svc-row .svc-body p {
  font-size: 1.0625rem;
  line-height: 1.55;
}
.svc-row .svc-tags { display: none; }

/* ─────────────────────────────────────────────
   LegalDoc — full markdown rendering
   ───────────────────────────────────────────── */
.cs-legaldoc-draft-bar {
  background: var(--pink-soft);
  color: var(--ink);
  font-size: 0.8125rem;
  text-align: center;
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
}
.cs-legaldoc-draft-bar strong {
  color: var(--pink-dark);
  font-weight: 700;
}
.cs-legaldoc-main {
  padding: 88px 0 96px;
  background: var(--paper);
  min-height: calc(100vh - 200px);
}
.cs-legaldoc-inner { max-width: 760px; }
.cs-legaldoc-head { margin-bottom: 48px; }
.cs-legaldoc-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pink-dark);
  margin-bottom: 18px;
}
.cs-legaldoc-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0;
}
.cs-legaldoc-body {
  font-family: var(--font-sans);
  color: var(--ink-2);
  font-size: 1rem;
  line-height: 1.65;
}
.cs-legaldoc-body h1,
.cs-legaldoc-body h2 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.15;
}
.cs-legaldoc-body h1 { display: none; } /* page title already shown */
.cs-legaldoc-body h2 {
  font-size: 1.625rem;
  margin: 56px 0 18px;
  padding-top: 24px;
  border-top: 1px solid var(--border-soft);
}
.cs-legaldoc-body h2:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 8px;
}
.cs-legaldoc-body h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--ink);
  font-size: 1.0625rem;
  margin: 32px 0 12px;
}
.cs-legaldoc-body h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  color: var(--ink);
  font-size: 0.9375rem;
  margin: 24px 0 8px;
}
.cs-legaldoc-body p { margin: 0 0 16px; }
.cs-legaldoc-body strong { color: var(--ink); font-weight: 700; }
.cs-legaldoc-body a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.cs-legaldoc-body a:hover { color: var(--pink-dark); }
.cs-legaldoc-body ul,
.cs-legaldoc-body ol {
  margin: 0 0 16px;
  padding-left: 22px;
}
.cs-legaldoc-body li { margin-bottom: 6px; padding-left: 4px; }
.cs-legaldoc-body ul { list-style: disc; }
.cs-legaldoc-body ol { list-style: decimal; }
.cs-legaldoc-body code {
  font-family: var(--font-mono);
  font-size: 0.875em;
  background: var(--cream);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--ink);
}
.cs-legaldoc-body pre {
  background: var(--cream);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-m);
  padding: 16px;
  overflow-x: auto;
  font-size: 0.8125rem;
  margin: 0 0 16px;
}
.cs-legaldoc-body pre code { background: transparent; padding: 0; }
.cs-legaldoc-body blockquote {
  border-left: 3px solid var(--pink);
  padding: 8px 0 8px 18px;
  margin: 0 0 16px;
  color: var(--ink-muted);
  font-style: italic;
}
.cs-legaldoc-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.875rem;
  display: block;
  overflow-x: auto;
}
.cs-legaldoc-body th,
.cs-legaldoc-body td {
  border-bottom: 1px solid var(--border-soft);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.cs-legaldoc-body th {
  background: var(--cream);
  font-weight: 700;
  color: var(--ink);
  border-bottom: 1.5px solid var(--border);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cs-legaldoc-body hr {
  border: 0;
  border-top: 1px solid var(--border-soft);
  margin: 32px 0;
}
.cs-legaldoc-body img { max-width: 100%; height: auto; }

.cs-legaldoc-inner .cs-legal-back {
  margin-top: 64px;
  display: inline-block;
}

/* ─────────────────────────────────────────────
   Cookie banner
   ───────────────────────────────────────────── */
.cs-cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: 640px;
  margin: 0 auto;
  z-index: 9999;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-l);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .18),
    0 4px 14px rgba(0, 0, 0, .08);
  padding: 22px 24px;
  animation: cs-cookie-slide-in .35s cubic-bezier(.2,.7,.3,1);
}
@keyframes cs-cookie-slide-in {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cs-cookie-inner { display: flex; flex-direction: column; gap: 18px; }
.cs-cookie-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
}
.cs-cookie-dot { color: var(--pink); font-weight: 700; margin: 0 4px; }
.cs-cookie-body {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 4px 0 0;
}
.cs-cookie-body a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-underline-offset: 3px;
}
.cs-cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cs-cookie-actions .btn {
  padding: 9px 16px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.cs-cookie-actions .btn-outline-ink {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--border);
}
.cs-cookie-actions .btn-outline-ink:hover { border-color: var(--ink); }

.cs-cookie-cats {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cs-cookie-cats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cs-cookie-cats label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.cs-cookie-cats label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--pink);
  cursor: pointer;
}
.cs-cookie-cats label input[type="checkbox"]:disabled { cursor: not-allowed; opacity: .55; }
.cs-cookie-cat-head {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.cs-cookie-cat-head strong {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--ink);
  font-size: 0.9375rem;
}
.cs-cookie-cat-lock {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.cs-cookie-cat-desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--ink-muted);
  padding-left: 26px;
}

@media (max-width: 560px) {
  .cs-cookie-banner { padding: 18px 18px; bottom: 12px; left: 12px; right: 12px; }
  .cs-cookie-actions { justify-content: stretch; }
  .cs-cookie-actions .btn { flex: 1; min-width: 0; }
}

/* Cookie reopen button (on /cookies page) */
.cs-cookie-reopen-wrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
}
@media (max-width: 560px) {
  .cs-cookie-reopen-wrap { left: 16px; right: 16px; }
  .cs-cookie-reopen-wrap .btn { width: 100%; }
}

