/* IzziGo Consent Manager v1.1.14 — version-safe re-consent and premium privacy center */
.izcm-root{
  --izcm-green:#0fa574;
  --izcm-green-dark:#087b57;
  --izcm-green-soft:#eaf8f2;
  --izcm-ink:#18231f;
  --izcm-muted:#5d6b66;
  --izcm-line:#dfe8e3;
  --izcm-surface:#ffffff;
  --izcm-soft:#f6f9f7;
  position:fixed;
  inset:0;
  z-index:999999;
  pointer-events:auto;
  box-sizing:border-box;
  font-family:var(--izzigo-font-family,"Varela Round","Noto Sans Georgian",Arial,sans-serif)!important;
  background:rgba(9,20,16,.62);
  color:var(--izcm-ink);
  -webkit-font-smoothing:antialiased;
}
.izcm-root *,
.izcm-root *::before,
.izcm-root *::after{box-sizing:border-box}

/* Keep every Consent Manager entry point on the IzziGo typeface.
   The font itself is provided by the active IzziGo site/theme; the plugin bundles no font files. */
.izcm-footer-settings-link-wrap,
.izcm-floating-settings,
.izcm-settings-shortcode{
  font-family:var(--izzigo-font-family,"Varela Round","Noto Sans Georgian",Arial,sans-serif)!important;
}
.izcm-root[hidden]{display:none!important}
html.izcm-open,html.izcm-open body{overflow:hidden!important;touch-action:none}

/* Legal pages stay readable before a choice is made. Only the compact bar receives pointer events. */
.izcm-root.izcm-legal-page:not(.izcm-manage-open){
  top:auto;
  height:auto;
  background:transparent;
  pointer-events:none;
  padding:0 16px max(16px,env(safe-area-inset-bottom));
}
.izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-sheet{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  width:min(1180px,100%);
  max-height:min(330px,48vh);
  margin:0 auto;
  border:1px solid rgba(18,72,54,.15);
  border-radius:16px;
  box-shadow:0 18px 55px rgba(8,27,20,.2);
  padding:20px 22px;
  grid-template-columns:minmax(0,1fr) 210px;
  gap:24px;
  pointer-events:auto;
}
.izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-scroll{max-height:180px}
.izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-bar-title{font-size:19px;margin-bottom:8px}
.izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-intro{font-size:14px;line-height:1.5;margin-bottom:0}
.izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-choice-text,
.izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-withdraw{display:none}
.izcm-root.izcm-legal-page.izcm-manage-open{
  inset:0;
  height:auto;
  padding:0;
  background:rgba(9,20,16,.62);
  pointer-events:auto;
}
.izcm-root .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Initial consent bar */
.izcm-sheet{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  width:100vw;
  max-height:min(44vh,410px);
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:36px;
  align-items:start;
  background:var(--izcm-surface);
  box-shadow:0 -18px 56px rgba(8,27,20,.24);
  padding:30px max(26px,calc((100vw - 1180px)/2));
  pointer-events:auto;
  color:var(--izcm-ink);
}
.izcm-root.izcm-manage-open .izcm-sheet{display:none}
.izcm-logo-row{display:none!important}
.izcm-bar-title{margin:0 0 12px;font-size:22px;line-height:1.2;font-weight:850;color:var(--izcm-ink)}
.izcm-scroll{overflow:auto;max-height:255px;padding:0 18px 0 0;scrollbar-width:thin;scrollbar-color:#9eaaa4 #eef3f0}
.izcm-scroll::-webkit-scrollbar{width:7px}
.izcm-scroll::-webkit-scrollbar-thumb{background:#9eaaa4;border-radius:999px}
.izcm-intro{font-size:16px;line-height:1.58;margin:0 0 14px;color:#34413c}
.izcm-reconsent-notice{
  display:block;
  margin:0 0 14px;
  padding:11px 13px;
  border:1px solid #e4c979;
  border-radius:10px;
  background:#fff8df;
  color:#5f4810;
  font-size:14px;
  line-height:1.45;
  font-weight:750;
}
.izcm-reconsent-notice[hidden]{display:none!important}
.izcm-reconsent-notice-popup{margin:0 0 18px;padding:13px 15px}
.izcm-choice-text{font-size:14px;line-height:1.5;margin:0 0 10px;color:var(--izcm-muted)}
.izcm-withdraw{font-size:14px;line-height:1.5;margin:0;color:var(--izcm-muted)}
.izcm-preferences{display:none!important}
.izcm-actions{display:flex;flex-direction:column;gap:11px;align-items:stretch}
.izcm-btn{
  appearance:none;
  border:1px solid transparent!important;
  border-radius:10px!important;
  min-height:50px;
  padding:0 19px!important;
  font:inherit!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.15!important;
  cursor:pointer;
  transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease;
  box-shadow:none!important;
}
.izcm-btn:active{transform:translateY(1px)}
.izcm-btn-accept,.izcm-btn-save{background:var(--izcm-green)!important;color:#fff!important;border-color:var(--izcm-green)!important}
.izcm-btn-accept:hover,.izcm-btn-save:hover{background:var(--izcm-green-dark)!important;border-color:var(--izcm-green-dark)!important;color:#fff!important;box-shadow:0 8px 18px rgba(15,165,116,.2)!important}
.izcm-btn-deny{background:#fff!important;color:var(--izcm-ink)!important;border-color:#afbbb5!important}
.izcm-btn-deny:hover{background:var(--izcm-soft)!important;border-color:#7c8c84!important;color:var(--izcm-ink)!important}
.izcm-sheet .izcm-btn-save{display:none!important}
.izcm-link-button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:100%!important;
  min-height:34px!important;
  margin:0!important;
  padding:6px 8px!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:var(--izcm-green-dark)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-decoration:underline!important;
  cursor:pointer;
}
.izcm-link-button:hover{background:var(--izcm-green-soft)!important;color:#056243!important}
.izcm-footer-links{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;margin:0;padding-top:4px}
.izcm-footer-links a{color:var(--izcm-green-dark);text-decoration:underline;font-size:13px;font-weight:750}
.izcm-test-badge{position:absolute;right:18px;top:12px;border-radius:999px;background:#fff8e7;color:#72540d;border:1px solid #ead8a2;padding:6px 10px;font-size:12px;font-weight:850}

/* Premium manage popup */
.izcm-manage-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(1040px,calc(100vw - 48px));
  height:min(720px,calc(100vh - 48px));
  display:grid;
  grid-template-rows:88px minmax(0,1fr) 88px;
  overflow:hidden;
  background:var(--izcm-surface);
  border:1px solid rgba(255,255,255,.72);
  border-radius:18px;
  box-shadow:0 30px 90px rgba(3,19,13,.34),0 2px 10px rgba(3,19,13,.12);
}
.izcm-manage-center[hidden]{display:none!important}
.izcm-root.izcm-manage-open .izcm-manage-center:not([hidden]){display:grid!important;visibility:visible!important;opacity:1!important}
.izcm-manage-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 28px;
  border-bottom:1px solid var(--izcm-line);
  background:#fff;
}
.izcm-manage-heading{display:flex;align-items:center;gap:14px;min-width:0}
.izcm-manage-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:var(--izcm-green-soft);color:var(--izcm-green-dark);font-size:18px;font-weight:900}
.izcm-manage-heading h2{margin:0;color:var(--izcm-ink);font-size:23px;line-height:1.2;font-weight:850;letter-spacing:-.02em;outline:none}
.izcm-manage-heading p{margin:5px 0 0;color:var(--izcm-muted);font-size:13px;line-height:1.35}
.izcm-manage-close{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  width:42px;
  height:42px;
  padding:0!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  background:transparent!important;
  color:#3d4944!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:30px!important;
  font-weight:400!important;
  line-height:1!important;
  cursor:pointer;
}
.izcm-manage-close:hover{background:var(--izcm-soft)!important;border-color:var(--izcm-line)!important;color:var(--izcm-ink)!important}
.izcm-manage-main{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:0}
.izcm-manage-nav{border-right:1px solid var(--izcm-line);background:var(--izcm-soft);padding:18px 12px;overflow:auto;scrollbar-width:thin}
.izcm-manage-nav button{
  appearance:none;
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%!important;
  min-height:52px;
  margin:0 0 5px!important;
  padding:0 16px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  background:transparent!important;
  color:#34413c!important;
  text-align:left;
  box-shadow:none!important;
  font:inherit!important;
  font-size:15px!important;
  font-weight:750!important;
  line-height:1.25!important;
  cursor:pointer;
  position:relative;
  transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease;
}
.izcm-manage-nav button span{min-width:0}
.izcm-manage-nav button small{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#e8eeeb;color:#5d6b66;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.izcm-manage-nav button:hover{background:#eef4f1!important;color:var(--izcm-ink)!important}
.izcm-manage-nav button.is-active{background:#fff!important;border-color:#d9e5df!important;color:var(--izcm-green-dark)!important;box-shadow:0 5px 16px rgba(20,57,43,.07)!important}
.izcm-manage-nav button.is-active::before{content:"";position:absolute;left:-12px;top:10px;bottom:10px;width:4px;border-radius:0 4px 4px 0;background:var(--izcm-green)}
.izcm-manage-nav button:focus-visible,.izcm-manage-close:focus-visible,.izcm-btn:focus-visible,.izcm-cookie-list-link:focus-visible,.izcm-cookie-list-title button:focus-visible{outline:3px solid rgba(15,165,116,.28)!important;outline-offset:2px!important}
.izcm-manage-content{min-width:0;overflow:auto;padding:42px 48px 50px;background:#fff;scrollbar-width:thin;scrollbar-color:#aeb9b3 #f3f6f4}
.izcm-panel{display:none;max-width:720px;outline:none}
.izcm-panel.is-active{display:block}
.izcm-eyebrow{display:block;margin:0 0 10px;color:var(--izcm-green-dark);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.izcm-panel h3{margin:0 0 14px;color:var(--izcm-ink);font-size:27px;line-height:1.22;font-weight:850;letter-spacing:-.025em}
.izcm-panel p{max-width:720px;margin:0 0 17px;color:#44524c;font-size:15px;line-height:1.65}
.izcm-panel a{color:var(--izcm-green-dark)!important;text-decoration:underline!important;text-underline-offset:3px}
.izcm-panel-head{display:flex;gap:26px;align-items:flex-start;justify-content:space-between;max-width:720px;margin:0 0 12px}
.izcm-panel-head>div{min-width:0}
.izcm-panel-head h3{margin-bottom:8px}
.izcm-panel-head>div>p{margin:0;color:var(--izcm-muted);font-size:14px;line-height:1.5}
.izcm-required-pill{flex:0 0 auto;display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;background:var(--izcm-green-soft);color:var(--izcm-green-dark);font-size:12px;font-weight:850;white-space:nowrap}
.izcm-switch{display:inline-flex;align-items:center;flex:0 0 auto;cursor:pointer;margin-top:2px}
.izcm-switch input{position:absolute;opacity:0;width:1px;height:1px}
.izcm-switch>span[aria-hidden="true"]{width:48px;height:28px;border-radius:999px;background:#aab4af;position:relative;display:inline-block;transition:background .18s ease,box-shadow .18s ease}
.izcm-switch>span[aria-hidden="true"]::before{content:"";width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;top:3px;left:3px;transition:transform .18s ease;box-shadow:0 2px 6px rgba(0,0,0,.2)}
.izcm-switch input:checked+span{background:var(--izcm-green)}
.izcm-switch input:checked+span::before{transform:translateX(20px)}
.izcm-switch input:focus-visible+span{outline:3px solid rgba(15,165,116,.28);outline-offset:3px}
.izcm-cookie-list-link{
  appearance:none;
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  margin:8px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--izcm-green-dark)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.3!important;
  cursor:pointer;
}
.izcm-cookie-list-link:hover{text-decoration:underline!important;text-underline-offset:3px}
.izcm-cookie-list-link span{font-size:24px;line-height:1}
.izcm-policy-note{margin-top:24px!important}
.izcm-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:26px 0 8px}
.izcm-overview-grid>div{display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;column-gap:11px;align-items:center;border:1px solid var(--izcm-line);border-radius:14px;background:var(--izcm-soft);padding:14px 15px}
.izcm-overview-grid>div>span{grid-row:1 / 3;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#fff;color:var(--izcm-green-dark);font-size:17px;font-weight:900}
.izcm-overview-grid strong{color:var(--izcm-ink);font-size:14px;line-height:1.3}
.izcm-overview-grid small{margin-top:2px;color:var(--izcm-muted);font-size:12px}

.izcm-manage-footer{display:flex;gap:12px;align-items:center;border-top:1px solid var(--izcm-line);background:#fff;padding:18px 22px}
.izcm-manage-footer .izcm-btn{min-width:150px;min-height:50px}
.izcm-manage-footer .izcm-btn-save{display:inline-flex!important;align-items:center;justify-content:center}
.izcm-manage-spacer{flex:1}

/* Cookie/service list */
.izcm-cookie-list-view{min-height:0;overflow:auto;background:#fff;padding:0 30px 34px;scrollbar-width:thin}
.izcm-cookie-list-view[hidden]{display:none!important}
.izcm-root.izcm-cookie-list-open .izcm-manage-main{display:none}
.izcm-cookie-list-title{min-height:82px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--izcm-line);margin:0 -30px 24px;padding:0 28px;background:#fff;position:sticky;top:0;z-index:2}
.izcm-cookie-list-title button{appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;padding:0!important;border:1px solid var(--izcm-line)!important;border-radius:12px!important;background:#fff!important;color:var(--izcm-ink)!important;box-shadow:none!important;font:inherit!important;font-size:32px!important;line-height:1!important;cursor:pointer}
.izcm-cookie-list-title button:hover{background:var(--izcm-soft)!important}
.izcm-cookie-list-title .izcm-eyebrow{margin-bottom:3px}
.izcm-cookie-list-title strong{display:block;color:var(--izcm-ink);font-size:19px;line-height:1.25;font-weight:850}
.izcm-cookie-list-intro{max-width:760px;margin:0 0 20px;color:var(--izcm-muted);font-size:14px;line-height:1.55}
.izcm-cookie-rows{display:grid;gap:12px}
.izcm-cookie-rows details{border:1px solid var(--izcm-line);border-radius:13px;background:#fff;overflow:hidden;transition:border-color .14s ease,box-shadow .14s ease}
.izcm-cookie-rows details[hidden]{display:none!important}
.izcm-cookie-rows details[open]{border-color:#b9d8ca;box-shadow:0 8px 22px rgba(21,68,49,.07)}
.izcm-cookie-rows summary{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;list-style:none;cursor:pointer;padding:0 20px;color:var(--izcm-ink);font-size:14px}
.izcm-cookie-rows summary::-webkit-details-marker{display:none}
.izcm-cookie-rows summary strong{font-weight:800}
.izcm-cookie-rows summary span{display:inline-flex;align-items:center;color:var(--izcm-green-dark);font-size:13px;font-weight:800;white-space:nowrap}
.izcm-cookie-rows summary span::after{content:"›";display:inline-block;margin-left:10px;color:#617069;font-size:22px;line-height:1;transition:transform .15s ease}
.izcm-cookie-rows details[open] summary span::after{transform:rotate(90deg)}
.izcm-cookie-rows details>div{background:var(--izcm-soft);margin:0 14px 14px;padding:18px;border-radius:10px}
.izcm-cookie-rows dl{display:grid;grid-template-columns:150px minmax(0,1fr);gap:10px 18px;margin:0;font-size:13px;line-height:1.45}
.izcm-cookie-rows dt{color:var(--izcm-muted);font-weight:750}
.izcm-cookie-rows dd{margin:0;color:#33413b}

/* Reopen helpers */
.izcm-open-settings{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--izcm-green-dark);background:#fff;color:var(--izcm-green-dark);padding:10px 16px;font-weight:850;cursor:pointer}
.izcm-open-settings:hover{background:var(--izcm-green-dark);color:#fff}
.izcm-footer-settings-link-wrap{display:flex;justify-content:center;align-items:center;padding:16px 12px 22px;clear:both}
.izcm-footer-settings-link{background:transparent;border:0;color:#087b57;text-decoration:underline;cursor:pointer;font:inherit;font-weight:800;padding:4px 6px}
.izcm-floating-settings{position:fixed;right:24px;bottom:24px;z-index:999998;min-width:46px;height:46px;border-radius:999px;border:1px solid rgba(8,123,87,.2);background:#fff;color:#087b57;box-shadow:0 12px 34px rgba(20,49,38,.18);font-size:14px;font-weight:850;cursor:pointer;display:none;align-items:center;justify-content:center;gap:8px;padding:0 15px;line-height:1;transition:transform .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease}
.izcm-floating-settings:hover{background:#087b57;color:#fff;box-shadow:0 16px 42px rgba(20,49,38,.24);transform:translateY(-1px)}
.izcm-floating-icon{font-size:16px;line-height:1}
.izcm-floating-label{white-space:nowrap}
html.izcm-consent-choice-saved:not(.izcm-open) .izcm-floating-settings{display:inline-flex}
.izcm-root:not([hidden])~.izcm-floating-settings{display:none!important}
.izcm-settings-shortcode{background:#fff;border:1px solid rgba(15,165,116,.2);border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(15,23,42,.06);max-width:760px;margin:22px 0}
.izcm-settings-shortcode p{margin:0 0 14px;color:#334155;line-height:1.55}
.izcm-settings-shortcode .izcm-open-settings{appearance:none;border:0;border-radius:999px;background:#0fa574;color:#fff;font-weight:800;padding:12px 20px;cursor:pointer;box-shadow:0 8px 20px rgba(15,165,116,.22)}
.izcm-settings-shortcode .izcm-open-settings:hover{background:#087b57;color:#fff}
html body .izcm-root button,html body .izcm-root button:hover,html body .izcm-root button:focus,html body .izcm-root button:active{opacity:1!important;filter:none!important;text-shadow:none!important}

@media (min-width:641px) and (max-width:1024px){
  .izcm-sheet{max-height:48vh;grid-template-columns:minmax(0,1fr) 190px;gap:25px;padding:26px 24px}
  .izcm-scroll{max-height:265px}
  .izcm-manage-center{width:calc(100vw - 36px);height:min(720px,calc(100vh - 36px));grid-template-rows:84px minmax(0,1fr) 84px}
  .izcm-manage-main{grid-template-columns:235px minmax(0,1fr)}
  .izcm-manage-content{padding:34px 34px 42px}
  .izcm-manage-nav button{padding:0 13px!important;font-size:14px!important}
  .izcm-manage-nav button small{display:none}
  .izcm-floating-settings{right:22px;bottom:22px}
}

@media (max-width:640px){
  .izcm-root{background:rgba(9,20,16,.64)}
  .izcm-sheet{width:100vw;max-height:76vh;bottom:0;border-radius:18px 18px 0 0;padding:24px 18px calc(16px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr;gap:15px}
  .izcm-bar-title{font-size:21px;margin-bottom:11px}
  .izcm-scroll{max-height:43vh;padding:0 10px 0 0}
  .izcm-intro{font-size:15px;line-height:1.5}
  .izcm-choice-text,.izcm-withdraw{font-size:13px}
  .izcm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .izcm-btn{min-height:52px;font-size:15px!important}
  .izcm-link-button{grid-column:1 / -1;min-height:30px!important}
  .izcm-footer-links{gap:10px;padding-top:0}
  .izcm-footer-links a{font-size:12px}
  .izcm-test-badge{position:static;width:max-content;max-width:100%;margin:0 auto;padding:5px 9px}
  .izcm-floating-settings{right:14px;bottom:86px;height:42px;min-width:42px;padding:0 12px;font-size:13px}
  .izcm-floating-label{display:none}
  .izcm-footer-settings-link-wrap{padding-bottom:78px}

  .izcm-manage-center{left:0;right:0;top:auto;bottom:0;transform:none;width:100vw;height:min(92dvh,800px);border-radius:20px 20px 0 0;grid-template-rows:74px minmax(0,1fr) auto;border-bottom:0}
  .izcm-manage-header{padding:0 14px 0 18px}
  .izcm-manage-mark{width:34px;height:34px;flex-basis:34px;border-radius:10px;font-size:16px}
  .izcm-manage-heading{gap:10px}
  .izcm-manage-heading h2{font-size:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .izcm-manage-heading p{display:none}
  .izcm-manage-close{width:40px;height:40px;flex-basis:40px;font-size:28px!important}
  .izcm-manage-main{display:block;overflow:auto}
  .izcm-manage-nav{display:flex;gap:8px;overflow:auto;border-right:0;border-bottom:1px solid var(--izcm-line);padding:11px 12px;background:var(--izcm-soft);scrollbar-width:none;position:sticky;top:0;z-index:3}
  .izcm-manage-nav::-webkit-scrollbar{display:none}
  .izcm-manage-nav button{width:auto!important;min-width:max-content;min-height:42px;margin:0!important;border:1px solid var(--izcm-line)!important;border-radius:999px!important;background:#fff!important;font-size:13px!important;padding:0 14px!important}
  .izcm-manage-nav button small{display:none}
  .izcm-manage-nav button.is-active{background:var(--izcm-green-soft)!important;border-color:#a8d9c5!important;box-shadow:none!important}
  .izcm-manage-nav button.is-active::before{display:none}
  .izcm-manage-content{padding:28px 20px 34px;overflow:visible}
  .izcm-panel h3{font-size:23px}
  .izcm-panel p{font-size:14px;line-height:1.6}
  .izcm-panel-head{align-items:flex-start;gap:16px}
  .izcm-panel-head>div>p{font-size:13px}
  .izcm-required-pill{min-height:29px;padding:0 9px;font-size:10px}
  .izcm-overview-grid{grid-template-columns:1fr;gap:9px;margin-top:22px}
  .izcm-overview-grid>div{padding:12px 13px}
  .izcm-manage-footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 14px calc(12px + env(safe-area-inset-bottom))}
  .izcm-manage-footer .izcm-btn{min-width:0;width:100%;min-height:50px}
  .izcm-manage-footer .izcm-btn-save{grid-column:1 / -1;order:3}
  .izcm-manage-spacer{display:none}

  .izcm-cookie-list-view{padding:0 16px 24px}
  .izcm-cookie-list-title{min-height:72px;margin:0 -16px 20px;padding:0 16px}
  .izcm-cookie-list-title button{width:38px;height:38px;flex-basis:38px}
  .izcm-cookie-list-title strong{font-size:17px}
  .izcm-cookie-list-intro{font-size:13px}
  .izcm-cookie-rows summary{min-height:60px;padding:0 14px;font-size:13px}
  .izcm-cookie-rows summary span{font-size:12px}
  .izcm-cookie-rows details>div{margin:0 10px 10px;padding:14px}
  .izcm-cookie-rows dl{grid-template-columns:1fr;gap:4px}
  .izcm-cookie-rows dt{font-weight:800;margin-top:7px}
}

@media (max-width:640px){
  .izcm-root.izcm-legal-page:not(.izcm-manage-open){padding:0}
  .izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-sheet{
    width:100vw;
    max-height:min(64vh,520px);
    margin:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-radius:18px 18px 0 0;
    padding:20px 18px calc(14px + env(safe-area-inset-bottom));
    grid-template-columns:1fr;
    gap:13px;
  }
  .izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-scroll{max-height:30vh}
  .izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-actions{grid-template-columns:1fr 1fr}
  .izcm-root.izcm-legal-page:not(.izcm-manage-open) .izcm-link-button{grid-column:1 / -1}
}

@media (max-width:380px){
  .izcm-sheet{max-height:80vh}
  .izcm-actions{grid-template-columns:1fr}
  .izcm-link-button{grid-column:auto}
  .izcm-scroll{max-height:46vh}
  .izcm-manage-footer{grid-template-columns:1fr}
  .izcm-manage-footer .izcm-btn-save{grid-column:auto}
  .izcm-panel-head{display:grid;grid-template-columns:minmax(0,1fr) auto}
}

@media (prefers-reduced-motion:no-preference){
  .izcm-root:not([hidden]) .izcm-sheet{animation:izcmBarUp .2s ease-out}
  .izcm-root.izcm-manage-open .izcm-manage-center{animation:izcmModalIn .2s ease-out}
  @keyframes izcmBarUp{from{transform:translateY(18px);opacity:.84}to{transform:translateY(0);opacity:1}}
  @keyframes izcmModalIn{from{opacity:.84;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}
  @media(max-width:640px){@keyframes izcmModalIn{from{opacity:.84;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}
}


/* v1.1.14 — live overview controls and version-safe re-consent */
.izcm-overview-grid{align-items:stretch}
.izcm-overview-grid>.izcm-overview-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto;gap:12px;align-items:center;border:1px solid var(--izcm-line);border-radius:14px;background:var(--izcm-soft);padding:14px 15px;min-height:72px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease;box-sizing:border-box}
.izcm-overview-grid>.izcm-overview-card-required{grid-template-columns:42px minmax(0,1fr) auto}
.izcm-overview-grid>.izcm-overview-card-optional{cursor:pointer}
.izcm-overview-grid>.izcm-overview-card-optional:hover{border-color:#b6d8c8;background:#fbfefd;box-shadow:0 7px 18px rgba(21,68,49,.06)}
.izcm-overview-grid>.izcm-overview-card-optional:focus-within{outline:3px solid rgba(15,165,116,.22);outline-offset:2px}
.izcm-overview-grid>.izcm-overview-card.is-allowed{border-color:#8dcdb1;background:#f1fbf6}
.izcm-overview-icon{display:inline-flex!important;align-items:center;justify-content:center;width:38px!important;height:38px!important;border-radius:11px!important;background:#fff!important;color:var(--izcm-green-dark)!important;font-size:18px!important;font-weight:900!important;grid-row:auto!important}
.izcm-overview-copy{display:flex;min-width:0;flex-direction:column;gap:3px}
.izcm-overview-copy strong{color:var(--izcm-ink);font-size:14px;line-height:1.3}
.izcm-overview-copy small{margin:0;color:var(--izcm-muted);font-size:12px;line-height:1.3}
.izcm-overview-card.is-allowed .izcm-overview-copy small{color:var(--izcm-green-dark);font-weight:800}
.izcm-overview-lock{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e8efeb;color:#52645b;padding:6px 9px;font-size:10px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.izcm-overview-switch{margin-left:auto}
.izcm-unsaved-note{display:inline-flex;align-items:center;gap:7px;color:#8b5c12;font-size:12px;font-weight:800;white-space:nowrap}
.izcm-unsaved-note::before{content:"";width:8px;height:8px;border-radius:50%;background:#d98c13;box-shadow:0 0 0 4px rgba(217,140,19,.12)}
.izcm-unsaved-note[hidden]{display:none!important}
.izcm-root.izcm-has-unsaved-changes .izcm-btn-save{box-shadow:0 0 0 4px rgba(15,165,116,.13)!important}
@media(max-width:720px){
  .izcm-overview-grid>.izcm-overview-card{min-height:66px;padding:12px 13px}
  .izcm-overview-grid>.izcm-overview-card-required{grid-template-columns:38px minmax(0,1fr)}
  .izcm-overview-lock{grid-column:2;justify-self:start}
  .izcm-unsaved-note{grid-column:1 / -1;order:2;justify-self:start}
}


/* v1.1.14 — overview tile repair and mobile footer spacing fix */
.izcm-overview-grid>.izcm-overview-card-required{
  grid-template-columns:42px minmax(0,1fr) auto;
  grid-template-areas:"icon copy lock";
  align-items:center;
  min-height:84px;
}
.izcm-overview-card-required .izcm-overview-icon{grid-area:icon;align-self:center}
.izcm-overview-card-required .izcm-overview-copy{grid-area:copy}
.izcm-overview-card-required .izcm-overview-copy strong{display:block;max-width:100%}
.izcm-overview-card-required .izcm-overview-copy small{display:block}
.izcm-overview-card-required .izcm-overview-lock{
  grid-area:lock;
  justify-self:end;
  align-self:center;
  margin:0;
  padding:6px 10px;
  font-size:10px;
  line-height:1;
}
@media(max-width:720px){
  .izcm-overview-grid>.izcm-overview-card-required{
    grid-template-columns:38px minmax(0,1fr);
    grid-template-areas:
      "icon copy"
      "icon lock";
    align-items:start;
    min-height:auto;
  }
  .izcm-overview-card-required .izcm-overview-icon{align-self:start;margin-top:2px}
  .izcm-overview-card-required .izcm-overview-lock{justify-self:start;align-self:start;margin-top:4px}
  .izcm-manage-content{padding:24px 18px 20px;overflow:visible}
  .izcm-policy-note{margin-top:18px!important;margin-bottom:0!important}
  .izcm-manage-footer{padding:12px 14px max(12px, env(safe-area-inset-bottom));gap:10px}
}
@media(max-width:640px){
  .izcm-manage-footer{padding-bottom:max(12px, env(safe-area-inset-bottom))}
}


/* v1.1.14 — definitive required-card reset
   Neutralize the original generic `.izcm-overview-grid > div > span` rule,
   which incorrectly turned the copy and status badge into 34px icon boxes. */
.izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-copy{
  grid-area:copy!important;
  grid-row:auto!important;
  display:flex!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  align-items:flex-start!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:3px!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
}
.izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-copy strong,
.izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-copy small{
  display:block!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-lock{
  grid-area:lock!important;
  grid-row:auto!important;
  display:inline-flex!important;
  width:auto!important;
  height:auto!important;
  min-width:max-content!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#e8efeb!important;
  color:#52645b!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-icon{
  grid-area:icon!important;
  grid-row:auto!important;
  display:inline-flex!important;
  width:38px!important;
  height:38px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--izcm-green-dark)!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1!important;
}

@media(max-width:720px){
  .izcm-overview-grid > .izcm-overview-card-required{
    grid-template-columns:38px minmax(0,1fr) auto!important;
    grid-template-areas:"icon copy lock"!important;
    align-items:center!important;
    column-gap:11px!important;
    row-gap:0!important;
    min-height:72px!important;
  }
  .izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-icon{
    align-self:center!important;
    margin-top:0!important;
  }
  .izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-lock{
    align-self:center!important;
    justify-self:end!important;
    margin-top:0!important;
  }
  .izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-copy strong{
    font-size:14px!important;
    line-height:1.28!important;
  }
  .izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-copy small{
    font-size:12px!important;
    line-height:1.25!important;
  }
}

@media(max-width:380px){
  .izcm-overview-grid > .izcm-overview-card-required{
    grid-template-columns:36px minmax(0,1fr)!important;
    grid-template-areas:
      "icon copy"
      "icon lock"!important;
    align-items:start!important;
    row-gap:5px!important;
  }
  .izcm-overview-grid > .izcm-overview-card-required > .izcm-overview-lock{
    justify-self:start!important;
  }
}
