/* ============================================================
   Politika privatnosti (sr / en / ru) — vizuelni sloj
   ------------------------------------------------------------
   Sadržaj OSTAJE u bazi (pages.elementor_html) i klijent ga i
   dalje menja kroz admin. Ovde se samo restilizuje postojeći
   Elementor markup po dostavljenom dizajnu (legal / prose look).
   Skope: isključivo ID-jevi tri jezičke verzije te stranice.
   ============================================================ */

.elementor-35386,
.elementor-39602,
.elementor-42851,
.elementor-35401,
.elementor-39560,
.elementor-42809,
.elementor-35395,
.elementor-39473,
.elementor-42781 {
  --lg-green: #0d9488;
  --lg-green-d: #0f766e;
  --lg-ink: #0e0a1b;
  --lg-line: #e9ebee;
  --lg-body: #43505f;
  background: #fff;
  padding: 56px 0 96px;
  text-align: left !important;
}

/* Jedna centralna kolona čitljive širine (mockup: max 1120 / prose 760) */
.elementor-35386 .e-con-inner,
.elementor-39602 .e-con-inner,
.elementor-42851 .e-con-inner {
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.elementor-35386 .elementor-widget-container,
.elementor-39602 .elementor-widget-container,
.elementor-42851 .elementor-widget-container {
  max-width: 760px;
  text-align: left !important;
}

/* Naslov stranice */
.elementor-35386 h1.elementor-heading-title,
.elementor-39602 h1.elementor-heading-title,
.elementor-42851 h1.elementor-heading-title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  color: var(--lg-ink);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 8px 0 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--lg-line);
  text-wrap: pretty;
}

/* Sekcije */
.elementor-35386 h2,
.elementor-39602 h2,
.elementor-42851 h2 {
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 700;
  color: var(--lg-ink);
  letter-spacing: -0.02em;
  line-height: 1.32;
  margin: 54px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--lg-line);
  scroll-margin-top: 110px;
  text-wrap: pretty;
}

.elementor-35386 h3,
.elementor-39602 h3,
.elementor-42851 h3,
.elementor-35386 h4,
.elementor-39602 h4,
.elementor-42851 h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--lg-ink);
  line-height: 1.45;
  margin: 32px 0 0;
  scroll-margin-top: 110px;
}

/* Telo teksta */
.elementor-35386 p,
.elementor-39602 p,
.elementor-42851 p {
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--lg-body);
  margin-top: 18px;
  text-wrap: pretty;
}

.elementor-35386 strong,
.elementor-39602 strong,
.elementor-42851 strong,
.elementor-35386 b,
.elementor-39602 b,
.elementor-42851 b {
  color: var(--lg-ink);
  font-weight: 600;
}

.elementor-35386 a,
.elementor-39602 a,
.elementor-42851 a {
  color: var(--lg-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(13, 148, 136, 0.32);
}

.elementor-35386 a:hover,
.elementor-39602 a:hover,
.elementor-42851 a:hover {
  color: var(--lg-green-d);
  border-bottom-color: var(--lg-green-d);
}

/* Liste — zelene točkice iz dizajna */
.elementor-35386 ul,
.elementor-39602 ul,
.elementor-42851 ul {
  list-style: none !important;
  margin: 20px 0 0;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.elementor-35386 ul li,
.elementor-39602 ul li,
.elementor-42851 ul li {
  position: relative;
  list-style: none !important;
  padding-left: 24px !important;
  font-size: 16px;
  line-height: 1.78;
  color: var(--lg-body);
  text-wrap: pretty;
}

.elementor-35386 ul li::before,
.elementor-39602 ul li::before,
.elementor-42851 ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lg-green);
}

.elementor-35386 ol,
.elementor-39602 ol,
.elementor-42851 ol {
  margin: 20px 0 0;
  padding-left: 22px;
}

.elementor-35386 ol li,
.elementor-39602 ol li,
.elementor-42851 ol li {
  font-size: 16px;
  line-height: 1.78;
  color: var(--lg-body);
  margin-top: 10px;
}

.elementor-35386 ol li::marker,
.elementor-39602 ol li::marker,
.elementor-42851 ol li::marker {
  color: var(--lg-green);
  font-weight: 600;
}

/* Tabele (definicije, rokovi čuvanja) */
.elementor-35386 table,
.elementor-39602 table,
.elementor-42851 table {
  width: 100%;
  margin-top: 24px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--lg-line);
  border-radius: 10px;
  overflow: hidden;
  font-size: 15.5px;
}

.elementor-35386 table th,
.elementor-39602 table th,
.elementor-42851 table th {
  background: #f7f8f9;
  border-bottom: 1px solid var(--lg-line);
  padding: 14px 20px;
  text-align: left;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8c96a0;
}

.elementor-35386 table td,
.elementor-39602 table td,
.elementor-42851 table td {
  padding: 16px 20px;
  border-bottom: 1px solid #eef0f2;
  line-height: 1.75;
  color: #4f5e70;
  vertical-align: top;
}

.elementor-35386 table tr:last-child td,
.elementor-39602 table tr:last-child td,
.elementor-42851 table tr:last-child td {
  border-bottom: none;
}

/* Prvi tekstualni blok (datum stupanja na snagu / ažuriranja) — meta linija */
.elementor-35386 .e-con-inner > .elementor-widget-text-editor:first-child p,
.elementor-39602 .e-con-inner > .elementor-widget-text-editor:first-child p,
.elementor-42851 .e-con-inner > .elementor-widget-text-editor:first-child p {
  font-size: 13px;
  line-height: 1.6;
  color: #8c96a0;
  margin-top: 4px;
}

@media (max-width: 720px) {
  .elementor-35386,
  .elementor-39602,
  .elementor-42851 {
    padding: 32px 0 64px;
  }

  .elementor-35386 .e-con-inner,
  .elementor-39602 .e-con-inner,
  .elementor-42851 .e-con-inner {
    padding: 0 20px;
  }

  .elementor-35386 p,
  .elementor-39602 p,
  .elementor-42851 p {
    font-size: 16px;
  }
}

/* ============================================================
   Privacy Policy — novi layout (TOC + prose), dizajn iz mockupa
   Sadržaj ostaje u bazi (pages.elementor_html), klijent ga menja
   u adminu. Sve je skopirano pod .zl-legal da ne dira druge
   stranice ni Elementor kaskadu.
   ============================================================ */

.zl-legal {
  --lgv-green: #0d9488;
  --lgv-green-d: #0f766e;
  --lgv-ink: #0e0a1b;
  --lgv-line: #e9ebee;
  background: #fff;
  color: #4f5e70;
  text-align: left;
}

.zl-legal a,
.elementor-kit-6 .zl-legal a {
  color: var(--lgv-green);
  text-decoration: none;
}
.zl-legal a:hover,
.elementor-kit-6 .zl-legal a:hover {
  color: var(--lgv-green-d);
}

/* scroll progress */
.zl-legal .zl-prog {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--lgv-green);
  z-index: 60;
  transition: width 90ms linear;
}

/* naslovni blok */
.zl-legal .lhead {
  background: #fff;
  border-bottom: 1px solid var(--lgv-line);
  padding: 74px 0 0;
}
.zl-legal .lhead-in {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}
.zl-legal .lhead h1 {
  font-size: 56px;
  font-weight: 700;
  color: var(--lgv-ink);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0;
}
.zl-legal .lmeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 34px;
  margin-top: 38px;
  padding: 24px 0;
  border-top: 1px solid var(--lgv-line);
}
.zl-legal .lmeta div {
  font-size: 13px;
  color: #8c96a0;
  line-height: 1.6;
}
.zl-legal .lmeta b {
  color: #3e4854;
  font-weight: 600;
}
.zl-legal .eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--lgv-green);
  text-transform: uppercase;
}
.zl-legal .lhead h1 {
  margin-top: 26px;
}
.zl-legal .lintro {
  max-width: 860px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.85;
  color: #4f5e70;
}
.zl-legal .lprint {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid var(--lgv-line);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #3e4854;
  cursor: pointer;
  transition: background-color 180ms, border-color 180ms, color 180ms,
    box-shadow 180ms;
}
.zl-legal .lprint svg,
.zl-legal .lprint svg * {
  stroke: currentColor;
  fill: none;
}
.zl-legal .lprint:hover,
.zl-legal .lprint:focus-visible {
  background: var(--lgv-green);
  border-color: var(--lgv-green);
  color: #fff;
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.24);
  outline: none;
}
.zl-legal .lprint:active {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
  box-shadow: none;
}

@media (max-width: 900px) {
  .zl-legal .lprint {
    margin-left: 0;
  }
}
@media print {
  .zl-legal .lprint {
    display: none;
  }
}



/* layout */
.zl-legal .lbody {
  background: #fff;
  padding: 56px 0 96px;
}
.zl-legal .llayout {
  display: grid;
  grid-template-columns: 262px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}

/* sadržaj (TOC) */
.zl-legal .toc {
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
}
.zl-legal .toc-h {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8c96a0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--lgv-line);
  flex-shrink: 0;
}
.zl-legal .toc-list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
}
.zl-legal .toc-list a {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #5a6672;
  padding: 9px 0 9px 13px;
  border-left: 2px solid var(--lgv-line);
  transition:
    color 180ms,
    border-color 180ms;
}
.zl-legal .toc-list a em {
  font-style: normal;
  color: #a8b1ba;
  font-variant-numeric: tabular-nums;
}
.zl-legal .toc-list a:hover {
  color: var(--lgv-green-d);
  border-left-color: #c9d0d6;
}
.zl-legal .toc-list a.on {
  color: var(--lgv-green);
  font-weight: 600;
  border-left-color: var(--lgv-green);
}
.zl-legal .toc-list a.on em {
  color: var(--lgv-green);
}
.zl-legal .toc-cta {
  margin-top: 24px;
  border: 1px solid rgba(13, 148, 136, 0.28);
  background: #f2f7f6;
  border-radius: 10px;
  padding: 20px;
  flex-shrink: 0;
}
.zl-legal .toc-cta b {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--lgv-ink);
  line-height: 1.45;
}
.zl-legal .toc-cta p {
  font-size: 13px;
  color: #5a6672;
  line-height: 1.6;
  margin-top: 8px;
}
.zl-legal .toc-cta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 14px;
}

/* tekst */
.zl-legal .prose {
  max-width: 760px;
}
.zl-legal .prose h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--lgv-ink);
  letter-spacing: -0.02em;
  line-height: 1.32;
  margin: 58px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--lgv-line);
  scroll-margin-top: 110px;
  text-wrap: pretty;
}
.zl-legal .prose h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.zl-legal .prose h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--lgv-ink);
  line-height: 1.45;
  margin: 34px 0 0;
  scroll-margin-top: 110px;
}
.zl-legal .prose p {
  font-size: 16.5px;
  line-height: 1.85;
  color: #43505f;
  margin-top: 18px;
  text-wrap: pretty;
}
.zl-legal .prose ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.zl-legal .prose li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.78;
  color: #43505f;
  text-wrap: pretty;
}
.zl-legal .prose li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lgv-green);
}
.zl-legal .prose strong {
  color: var(--lgv-ink);
  font-weight: 600;
}
.zl-legal .sub {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 6px;
  margin-top: 14px;
}
.zl-legal .sub > span {
  font-size: 16.5px;
  line-height: 1.85;
  color: #8c96a0;
}
.zl-legal .sub > p {
  margin-top: 0;
}

/* callout */
.zl-legal .callout {
  margin-top: 24px;
  background: #f2f7f6;
  border: 1px solid rgba(13, 148, 136, 0.28);
  border-radius: 8px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 16px;
}
.zl-legal .callout i {
  color: var(--lgv-green);
  font-size: 15px;
  margin-top: 5px;
}
.zl-legal .callout p {
  font-size: 16px;
  line-height: 1.78;
  color: #3e4854;
  margin: 0;
}

/* definicije */
.zl-legal .defs {
  margin-top: 24px;
  border: 1px solid var(--lgv-line);
  border-radius: 10px;
  overflow: hidden;
}
.zl-legal .defs-h {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  background: #f7f8f9;
  border-bottom: 1px solid var(--lgv-line);
  padding: 14px 24px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8c96a0;
}
.zl-legal .def {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  padding: 18px 24px;
  border-bottom: 1px solid #eef0f2;
}
.zl-legal .def:last-child {
  border-bottom: none;
}
.zl-legal .def b {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--lgv-ink);
  line-height: 1.5;
}
.zl-legal .def p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #4f5e70;
  margin: 0;
}

/* kartice obrade (Purpose / Legal basis / Retention) */
.zl-legal .rec {
  margin-top: 20px;
  border: 1px solid var(--lgv-line);
  border-radius: 10px;
  overflow: hidden;
}
.zl-legal .rec-h {
  background: #f7f8f9;
  border-bottom: 1px solid var(--lgv-line);
  padding: 18px 24px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--lgv-ink);
  line-height: 1.6;
}
.zl-legal .rec-r {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 16px 24px;
  border-bottom: 1px solid #eef0f2;
}
.zl-legal .rec-r:last-child {
  border-bottom: none;
}
.zl-legal .rec-r > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8c96a0;
  line-height: 2.1;
}
.zl-legal .rec-r > p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #4f5e70;
  margin: 0;
}

/* tabela procesora */
.zl-legal .proc {
  margin-top: 24px;
  border: 1px solid var(--lgv-line);
  border-radius: 10px;
  overflow: hidden;
}
.zl-legal .proc-h,
.zl-legal .proc-r {
  display: grid;
  grid-template-columns: 1.4fr 1fr 90px;
  gap: 24px;
  padding: 15px 24px;
}
.zl-legal .proc-h {
  background: #f7f8f9;
  border-bottom: 1px solid var(--lgv-line);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8c96a0;
}
.zl-legal .proc-r {
  border-bottom: 1px solid #eef0f2;
  font-size: 15.5px;
  color: #4f5e70;
  line-height: 1.6;
}
.zl-legal .proc-r:last-child {
  border-bottom: none;
}
.zl-legal .proc-r b {
  color: var(--lgv-ink);
  font-weight: 600;
}

/* prava lica */
.zl-legal .rights {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.zl-legal .right {
  border: 1px solid var(--lgv-line);
  border-radius: 10px;
  padding: 22px 26px;
}
.zl-legal .right b {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--lgv-ink);
  line-height: 1.5;
}
.zl-legal .right em {
  display: block;
  font-style: normal;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lgv-green);
  margin-top: 6px;
}
.zl-legal .right p {
  font-size: 15.5px;
  line-height: 1.78;
  color: #4f5e70;
  margin-top: 12px;
}

/* kontakt kartica */
.zl-legal .contact-card {
  margin-top: 26px;
  border: 1px solid rgba(13, 148, 136, 0.28);
  background: #f2f7f6;
  border-radius: 10px;
  padding: 26px 28px;
}
.zl-legal .contact-card b {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--lgv-ink);
}
.zl-legal .contact-card p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #4f5e70;
  margin-top: 8px;
}
.zl-legal .contact-card .btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 28px;
  background: var(--lgv-green);
  color: #fff;
}
.zl-legal .contact-card .btn:hover {
  background: var(--lgv-green-d);
  color: #fff;
}

@media (max-width: 1080px) {
  .zl-legal .llayout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .zl-legal .toc {
    position: static;
    max-height: none;
  }
  .zl-legal .toc-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    overflow: visible;
  }
}

@media (max-width: 900px) {
  .zl-legal .lhead {
    padding-top: 48px;
  }
  .zl-legal .lhead h1 {
    font-size: 38px;
  }
  .zl-legal .def,
  .zl-legal .defs-h,
  .zl-legal .rec-r,
  .zl-legal .proc-h,
  .zl-legal .proc-r {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .zl-legal .proc-h {
    display: none;
  }
}

/* ── Štampa / export u PDF (A4) ─────────────────────────────── */
@page {
  size: A4 portrait;
  margin: 16mm 14mm 18mm;
}

@media print {
  html,
  body {
    background: #fff !important;
    font-size: 10.5pt;
  }
  .site-header,
  .site-footer,
  .itf,
  .zl-cookiebar,
  .cookie-consent,
  .back-to-top,
  .wa-float,
  .zl-llm-wrap {
    display: none !important;
  }

  .zl-legal,
  .zl-legal * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .zl-legal .zl-prog,
  .zl-legal .toc,
  .zl-legal .toc-cta,
  .zl-legal .lprint {
    display: none !important;
  }

  /* bez praznog prostora na vrhu */
  body,
  #root,
  main,
  .zl-legal {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .zl-legal .lhead {
    background: none !important;
    padding: 0 !important;
    border-bottom: 1pt solid #d9dde1;
    margin-bottom: 8mm;
  }
  .zl-legal .lhead-in,
  .zl-legal .lhead-pad {
    padding: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .zl-legal .lhead .eyebrow {
    color: #0d9488 !important;
    font-size: 8pt;
  }
  .zl-legal .lhead h1 {
    color: #0e0a1b !important;
    font-size: 21pt;
    line-height: 1.25;
    margin: 2mm 0 0;
  }
  .zl-legal .lmeta,
  .zl-legal .lmeta * {
    color: #4f5e70 !important;
    font-size: 9pt;
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
  .zl-legal .lmeta {
    display: block;
    margin-top: 3mm;
  }
  .zl-legal .lmeta > * {
    display: inline;
  }
  .zl-legal .lmeta > * + *::before {
    content: " · ";
  }
  .zl-legal .lintro {
    max-width: none;
    font-size: 10pt;
    line-height: 1.6;
    margin-top: 4mm;
  }

  /* jednokolonski tok */
  .zl-legal .lbody {
    padding: 0 !important;
  }
  .zl-legal .llayout {
    display: block !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .zl-legal .prose {
    max-width: none !important;
    font-size: 10.5pt;
  }
  .zl-legal .prose p,
  .zl-legal .prose li {
    font-size: 10.5pt;
    line-height: 1.58;
    color: #333c47 !important;
    orphans: 3;
    widows: 3;
  }
  .zl-legal .prose h2 {
    font-size: 13pt;
    margin-top: 7mm;
    break-after: avoid;
    page-break-after: avoid;
    break-inside: avoid;
  }
  .zl-legal .prose h3,
  .zl-legal .prose .sub {
    font-size: 11pt;
    break-after: avoid;
    page-break-after: avoid;
  }
  .zl-legal .prose a,
  .zl-legal .lintro a {
    color: #0f766e !important;
    text-decoration: none;
  }
  /* Elementor reset dodaje URL posle svakog linka pri štampi */
  a[href]::after,
  abbr[title]::after {
    content: "" !important;
  }
  .zl-legal .prose ul,
  .zl-legal .prose ol {
    break-inside: auto;
  }

  /* blokovi koji ne smeju da se lome */
  .zl-legal .callout,
  .zl-legal .def,
  .zl-legal .ctype-c,
  .zl-legal .ctab-r,
  .zl-legal .ctab-h,
  .zl-legal .proc-r,
  .zl-legal figure,
  .zl-legal table {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .zl-legal .callout {
    background-color: #f7f8f9 !important;
    border: 1pt solid #e3e6e9 !important;
    padding: 4mm 5mm !important;
  }
  .zl-legal .ctype {
    display: block !important;
  }
  .zl-legal .defs-h,
  .zl-legal .def {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    gap: 5mm !important;
  }
  .zl-legal .ctype-c {
    border: 1pt solid #e3e6e9 !important;
    padding: 3.5mm 4mm !important;
    margin-bottom: 3mm;
  }
  .zl-legal .def {
    border: 1pt solid #e3e6e9 !important;
    padding: 3mm 4mm !important;
    margin-bottom: 2.5mm;
  }

  /* tabele kolačića čitljive na A4 */
  .zl-legal .ctab {
    border: 1pt solid #d9dde1 !important;
    border-radius: 0;
    break-inside: auto;
  }
  .zl-legal .ctab-t {
    background-color: #f2f4f5 !important;
    padding: 3mm 4mm !important;
  }
  .zl-legal .ctab-h,
  .zl-legal .ctab-r {
    display: grid !important;
    grid-template-columns: 1fr 1.8fr 1fr 0.7fr 0.6fr !important;
    gap: 4mm !important;
    padding: 2.5mm 4mm !important;
    font-size: 8.5pt;
    line-height: 1.4;
  }
  .zl-legal .ctab-h {
    display: grid !important;
    font-size: 7.5pt;
  }
  .zl-legal .ctype {
    display: block !important;
  }
}


/* ── Politika kolačića: tipovi i tabela kolačića ───────────── */
.zl-legal .ctype {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.zl-legal .ctype-c {
  border: 1px solid var(--lgv-line);
  border-radius: 10px;
  padding: 22px 24px;
}
.zl-legal .ctype-c b {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  font-weight: 600;
  color: var(--lgv-ink);
  line-height: 1.4;
}
.zl-legal .ctype-c b i {
  color: var(--lgv-green);
  font-size: 14px;
  width: 18px;
}
.zl-legal .ctype-c p {
  font-size: 15px;
  line-height: 1.72;
  color: #4f5e70;
  margin-top: 11px;
}
.zl-legal .ctab {
  margin-top: 18px;
  border: 1px solid var(--lgv-line);
  border-radius: 10px;
  overflow: hidden;
}
.zl-legal .ctab-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f7f8f9;
  border-bottom: 1px solid var(--lgv-line);
  padding: 15px 24px;
}
.zl-legal .ctab-t b {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lgv-ink);
}
.zl-legal .ctab-t span {
  font-size: 12px;
  color: #8c96a0;
}
.zl-legal .ctab-h,
.zl-legal .ctab-r {
  display: grid;
  grid-template-columns: 1.1fr 2fr 1fr 0.7fr 0.6fr;
  gap: 20px;
  padding: 14px 24px;
  align-items: start;
}
.zl-legal .ctab-h {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #8c96a0;
  border-bottom: 1px solid #eef0f2;
}
.zl-legal .ctab-r {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4f5e70;
  border-bottom: 1px solid #eef0f2;
}
.zl-legal .ctab-r:last-child {
  border-bottom: none;
}
.zl-legal .ctab-r b {
  color: var(--lgv-ink);
  font-weight: 600;
  word-break: break-word;
}
.zl-legal .ctab-none {
  padding: 22px 24px;
  font-size: 14.5px;
  color: #8c96a0;
}
@media (max-width: 900px) {
  .zl-legal .ctype {
    grid-template-columns: 1fr;
  }
  .zl-legal .ctab-h {
    display: none;
  }
  .zl-legal .ctab-r {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
