:root {
  --brand-primary: #2563eb;
  --brand-accent: #e11d72;
  --ink: #111827;
  --muted: #667085;
  --line: #e6ebf2;
  --soft: #f6f8fb;
  --media-overlay-color: #476A82;
  --media-overlay-gradient: linear-gradient(0deg, var(--media-overlay-color) 0%, rgba(255, 255, 255, 0) 85%);
  --section-spacing-y: 39px;
  --section-spacing-y-mobile: 29px;
  --hero-slider-content-bottom: clamp(28px, 3.2vw, 56px);
  --hero-slider-content-bottom-mobile: clamp(22px, 6vw, 34px);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
  overflow-x: clip;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--brand-primary) 72%, white);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 12px;
  color: #fff;
  background: #111827;
  box-shadow: 0 14px 34px rgb(15 23 42 / .22);
  font-weight: 900;
  text-decoration: none;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header, .site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(255 255 255 / .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.template-preview-topbar {
  box-sizing: border-box;
  width: 100%;
}
.template-preview-topbar.width-full {
  max-width: none;
  margin: 0;
  border-radius: 0;
}
.template-preview-topbar.width-contained {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  margin: 14px auto 0;
  overflow: hidden;
}
.template-preview-topbar.position-sticky {
  position: sticky;
  top: 0;
  z-index: 60;
}
.template-preview-topbar.position-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
}
.template-preview-topbar-inner {
  width: 100%;
  min-height: 34px;
  max-width: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.template-preview-topbar.content-grid .template-preview-topbar-inner {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  padding: 0;
}
.template-preview-topbar.content-full .template-preview-topbar-inner {
  width: 100%;
  max-width: none;
}
.template-preview-topbar.width-contained .template-preview-topbar-inner {
  padding: 0 22px;
}
.template-preview-topbar.content-grid .template-preview-topbar-inner {
  padding: 0;
}
.template-preview-topbar a,
.template-preview-topbar .topbar-contact {
  color: inherit;
  text-decoration: none;
}
.template-preview-topbar .topbar-contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  white-space: nowrap;
}
.template-preview-topbar .topbar-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 1.38em;
  height: 1.38em;
  font-size: 1.34em;
  line-height: 1;
}
.template-preview-topbar .topbar-contact-icon svg,
.template-preview-topbar .topbar-social-link svg {
  width: 1em;
  height: 1em;
  display: block;
}
.template-preview-topbar .topbar-contact-text {
  line-height: 1;
}
.template-preview-topbar .topbar-social-link {
  width: 1.38em;
  height: 1.38em;
  display: inline-grid;
  place-items: center;
  opacity: .92;
}
.template-preview-topbar .topbar-hours-text {
  white-space: nowrap;
}
.template-preview-topbar .topbar-hours-dropdown {
  display: none;
}
.template-preview-topbar .topbar-hours-dropdown summary {
  list-style: none;
}
.template-preview-topbar .topbar-hours-dropdown summary::-webkit-details-marker {
  display: none;
}
.site-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-weight: 850; }
.site-brand picture { display: inline-flex; align-items: center; }
.site-brand img { height: var(--logo-height, 46px); width: auto; max-width: min(280px, 100%); object-fit: contain; }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--brand-primary);
}
.site-nav, .site-footer nav { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.site-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-menu li {
  position: relative;
}
.site-nav .site-menu > li {
  padding-block: 4px;
}
.site-menu a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  color: #526071;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.site-menu .has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: .62;
}
.site-menu ul .has-children > a::after {
  transform: rotate(-45deg);
}
.site-menu .nav-cta > a {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 14px;
  color: #fff;
  background: var(--brand-primary);
}
.site-menu ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  display: grid;
  min-width: 230px;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(18 24 38 / .12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .16s ease, transform .16s ease;
}
.site-nav .site-menu ul,
.template-preset-osnovna .site-nav .site-menu ul {
  gap: 4px;
}
.site-nav .site-menu li.has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}
.site-nav .site-menu ul li.has-children::after {
  inset: 0 -12px 0 auto;
  width: 14px;
  height: auto;
}
.site-menu li:hover > ul,
.site-menu li:focus-within > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.site-menu ul ul {
  top: -8px;
  left: calc(100% - 1px);
  transform: translateX(6px);
}
.site-menu ul li:hover > ul,
.site-menu ul li:focus-within > ul {
  transform: translateX(0);
}
.site-menu ul a {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 10px;
}
.site-menu ul a:hover,
.site-menu ul a:focus {
  color: var(--brand-primary);
  background: color-mix(in srgb, var(--brand-primary), white 92%);
}
.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
}
.mobile-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.template-preview-header.width-contained {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
}
.template-preview-header.width-full {
  width: 100%;
  max-width: none;
}
.template-preview-header {
  display: block;
}
.template-preview-header-inner {
  width: 100%;
  max-width: none;
  min-height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.template-preview-header.content-grid .template-preview-header-inner {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
}
.template-preview-header.content-full .template-preview-header-inner {
  width: 100%;
  max-width: none;
}
.template-preview-header.menu-position-left .site-nav {
  margin-left: 0;
  margin-right: auto;
}
.template-preview-header.menu-position-center .site-nav {
  margin-left: auto;
  margin-right: auto;
}
.template-preview-header.menu-position-right .site-nav {
  margin-left: auto;
  margin-right: 0;
}
.template-preview-header.layout-centered {
  justify-content: initial;
}
.template-preview-header.layout-centered .template-preview-header-inner {
  justify-content: center;
}
.template-preview-header.layout-logo-right-menu-left .site-brand {
  order: 3;
}
.template-preview-header.layout-logo-right-menu-left .site-nav {
  margin-left: 0;
  margin-right: auto;
}
.template-preview-header.layout-split-menu-logo-center .template-preview-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto auto;
  align-items: center;
}
.template-preview-header.layout-split-menu-logo-center .site-brand {
  justify-self: center;
}
.template-preview-header.layout-split-menu-logo-center .split-left {
  justify-self: end;
}
.template-preview-header.layout-split-menu-logo-center .split-right {
  justify-self: start;
}
.template-preview-header .site-brand.has-logo img {
  height: var(--logo-height, 58px);
  max-height: none;
  width: auto;
  object-fit: contain;
}
.mobile-menu[hidden] {
  display: none;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
}
.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(15 23 42 / .44);
  backdrop-filter: blur(8px);
}
.mobile-menu-panel {
  position: relative;
  width: min(520px, 100vw);
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  padding: 22px 18px 20px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #fff;
  box-shadow: 24px 0 60px rgb(15 23 42 / .22);
}
.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.mobile-menu-head .site-brand {
  min-width: 0;
}
.mobile-menu-head .site-brand.has-logo img {
  height: var(--logo-mobile-height, var(--logo-height, 72px));
  max-width: min(74vw, 320px);
  max-height: 96px;
}
.mobile-menu-head .site-brand:not(.has-logo) .brand-mark {
  width: 54px;
  height: 54px;
}
.mobile-menu-head .site-brand:not(.has-logo) {
  font-size: 22px;
}
.mobile-menu-close {
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
  background: var(--soft);
  font-size: 34px;
  line-height: 1;
}
.mobile-nav {
  min-height: 0;
  overflow-y: auto;
  padding: 0 0 14px;
}
.mobile-menu-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-list > li {
  border-bottom: 1px solid var(--line);
}
.mobile-menu-list.level-0 {
  border-top: 1px solid var(--line);
}
.mobile-menu-list.level-1,
.mobile-menu-list.level-2 {
  gap: 0;
  padding: 0 0 10px;
}
.mobile-menu-list.level-1 > li,
.mobile-menu-list.level-2 > li {
  border-bottom: 1px solid var(--line);
}
.mobile-menu-link,
.mobile-submenu-parent {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
}
.mobile-menu-link span {
  flex: 1 1 auto;
}
.mobile-menu-link i {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  margin-right: 4px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
  transition: transform .18s ease;
}
.mobile-menu-link[aria-expanded="true"] i {
  transform: translateY(3px) rotate(225deg);
}
.mobile-submenu {
  padding-left: 18px;
}
.mobile-submenu[hidden] {
  display: none;
}
.mobile-submenu-parent {
  min-height: 42px;
  margin: 0;
  padding: 10px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: #526071;
  font-size: 14px;
  font-weight: 760;
}
.mobile-menu-list.level-1 .mobile-menu-link {
  min-height: 46px;
  padding: 12px 12px;
  border: 0;
  border-radius: 0;
  background: color-mix(in srgb, var(--brand-primary), white 95%);
  color: #4e5a6b;
  font-size: 15px;
}
.mobile-menu-list.level-1 .mobile-menu-link,
.mobile-menu-list.level-2 .mobile-menu-link {
  justify-content: flex-start;
  gap: 10px;
}
.mobile-menu-list.level-1 .mobile-menu-link i,
.mobile-menu-list.level-2 .mobile-menu-link i {
  margin-left: auto;
}
.mobile-menu-list.level-1 .mobile-menu-link::before {
  content: "›";
  flex: 0 0 auto;
  color: var(--brand-primary);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.mobile-menu-list.level-2 {
  padding-left: 14px;
}
.mobile-menu-list.level-2 .mobile-menu-link {
  min-height: 42px;
  padding: 10px 12px;
  color: #5d6878;
  font-size: 14px;
  background: color-mix(in srgb, var(--brand-accent), white 96%);
}
.mobile-menu-list.level-2 .mobile-menu-link::before {
  content: "›";
  flex: 0 0 auto;
  color: var(--brand-accent);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.mobile-menu-bottom {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  justify-items: center;
}
.mobile-language-row {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.mobile-language-row a {
  min-height: 42px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #536071;
  background: var(--soft);
  text-decoration: none;
  font-weight: 850;
}
.mobile-language-row a.active {
  color: #fff;
  border-color: var(--brand-primary);
  background: var(--brand-primary);
}
.mobile-social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.mobile-social-row a {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
}
.mobile-social-row svg {
  width: 22px;
  height: 22px;
}
body.mobile-menu-open {
  overflow: hidden;
}
.block { padding: var(--section-spacing-y) 24px; }
.block-layout-grid {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.block-layout-wide {
  width: 100%;
  max-width: none;
}
body .block.block-layout-grid {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body .block.block-layout-wide {
  width: 100% !important;
  max-width: none !important;
}
.block-layout-narrow {
  width: min(860px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}
.block-layout-grid,
.block-layout-wide.block-content-grid,
.block-layout-wide.block-content-full {
  padding-right: 0;
  padding-left: 0;
}
.block-inner { max-width: 1120px; margin: 0 auto; }
.block-content-grid > .block-inner {
  width: 100%;
  max-width: none;
}
.block-content-grid.block-layout-wide > .block-inner {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.block-content-full > .block-inner {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.block-slider.block-content-grid.block-layout-wide > .block-inner,
.block-hero.block-content-grid.block-layout-wide > .block-inner {
  width: 100%;
  max-width: none;
}
.block-slider.block-content-grid.block-layout-wide .slide,
.block-hero.block-content-grid.block-layout-wide .hero-grid {
  padding-right: max(32px, calc((100% - 1440px) / 2 + 32px));
  padding-left: max(32px, calc((100% - 1440px) / 2 + 32px));
}
.narrow { max-width: 780px; }
.hero-layout-wide {
  padding: clamp(18px, 3vw, 36px);
}
.block-layout-wide.hero-layout-wide {
  padding-right: 0;
  padding-left: 0;
}
.hero-layout-wide .block-inner {
  width: min(100%, 1560px);
  max-width: none;
}
.hero-layout-wide .hero-grid,
.hero-layout-wide .slider-track {
  min-height: clamp(520px, 46vw, 600px);
}
.hero-grid, .split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
}
.block-hero .hero-grid {
  align-items: start;
}
.hero-image-left .hero-media {
  order: -1;
}
.hero-image-right .hero-copy {
  grid-column: 1;
  grid-row: 1;
}
.hero-image-right .hero-media {
  grid-column: 2;
  grid-row: 1;
}
.hero-image-left .hero-media {
  grid-column: 1;
  grid-row: 1;
  order: 0;
}
.hero-image-left .hero-copy {
  grid-column: 2;
  grid-row: 1;
}
.split.reverse .prose { order: 2; }
.eyebrow {
  color: var(--brand-accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1 { max-width: 760px; margin: 0 0 18px; font-size: clamp(42px, 7vw, 74px); line-height: .98; letter-spacing: 0; }
h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; }
h3 { margin: 0 0 8px; }
.lead { color: var(--muted); font-size: 19px; max-width: 680px; }
.button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-top: 22px;
  padding: 11px 16px;
  border-radius: 14px;
  color: #fff;
  background: var(--brand-primary);
  text-decoration: none;
  font-weight: 800;
}
.hero-media, .split-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--soft);
  box-shadow: 0 22px 55px rgb(18 24 38 / .12);
}
.block-hero .hero-media {
  isolation: isolate;
}
.block-hero .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--media-overlay-color);
  background: var(--media-overlay-gradient);
}
.hero-media img, .split-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.hero-layout-wide .hero-media img {
  min-height: clamp(380px, 48vh, 560px);
  aspect-ratio: auto;
}
.prose { color: #344054; font-size: 18px; }
.prose h2, .prose h3 { color: var(--ink); }
.prose,
.block-html,
.content-form-copy .prose,
.blog-detail-body {
  max-width: 100%;
  overflow-x: auto;
}
.prose table,
.block-html table,
.content-form-copy table,
.blog-detail-body table {
  width: 100%;
  min-width: 620px;
  display: table;
  margin: 20px 0 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: auto;
}
.prose :where(th, td),
.block-html :where(th, td),
.content-form-copy :where(th, td),
.blog-detail-body :where(th, td) {
  padding: 12px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.prose :where(th:last-child, td:last-child),
.block-html :where(th:last-child, td:last-child),
.content-form-copy :where(th:last-child, td:last-child),
.blog-detail-body :where(th:last-child, td:last-child) {
  border-right: 0;
}
.prose tr:last-child :where(th, td),
.block-html tr:last-child :where(th, td),
.content-form-copy tr:last-child :where(th, td),
.blog-detail-body tr:last-child :where(th, td) {
  border-bottom: 0;
}
.prose th,
.block-html th,
.content-form-copy th,
.blog-detail-body th {
  background: var(--soft);
  font-weight: 850;
}
.block-slider {
  overflow: hidden;
  background: var(--soft);
}
.slider-shell {
  position: relative;
}
.slider-track {
  position: relative;
  min-height: clamp(520px, 46vw, 600px);
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 55px rgb(18 24 38 / .10);
}
.slide {
  position: absolute;
  inset: 0;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease, transform .55s ease;
}
.slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.slide img {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  background: var(--line);
}
.hero-layout-wide .slide img {
  min-height: clamp(380px, 48vh, 560px);
  aspect-ratio: auto;
}
.slide-content {
  position: absolute;
  left: clamp(28px, 5vw, 64px);
  bottom: var(--hero-slider-content-bottom);
  z-index: 2;
  width: min(760px, calc(100% - clamp(56px, 10vw, 128px)));
  max-width: 100%;
  order: -1;
  margin-bottom: 0;
}
.slide-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--media-overlay-color);
  background: var(--media-overlay-gradient);
}
.slide-content .lead {
  margin-bottom: 0;
}
.slider-animation-slide .slide {
  transform: translateX(36px);
}
.slider-animation-slide .slide.is-active {
  transform: translateX(0);
}
.slider-animation-zoom .slide {
  transform: scale(.97);
}
.slider-animation-zoom .slide.is-active {
  transform: scale(1);
}
.slider-controls {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgb(255 255 255 / .58);
  border-radius: 999px;
  background: rgb(255 255 255 / .82);
  box-shadow: 0 16px 38px rgb(18 24 38 / .12);
  backdrop-filter: blur(12px);
}
.slider-controls button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #344054;
  background: #fff;
  font-size: 24px;
  font-weight: 800;
}
.slider-dots {
  display: flex;
  gap: 6px;
}
.slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #c8d0dc;
}
.slider-dots button.is-active {
  width: 24px;
  background: var(--brand-primary);
}
.block-features, .block-gallery, .block-testimonials { background: var(--soft); }
.services-head {
  max-width: 980px;
  margin: 0 auto clamp(28px, 5vw, 58px);
  text-align: center;
}
.services-head p {
  margin: 0 0 16px;
  color: var(--brand-primary);
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.services-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5.2vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
}
.service-card {
  position: relative;
  min-height: clamp(320px, 31vw, 480px);
  display: block;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .5);
  border-radius: 22px;
  background: color-mix(in srgb, var(--service-gradient-color, var(--media-overlay-color)), white 84%);
  color: var(--service-text-color, #fff);
  box-shadow: 0 22px 60px rgb(15 23 42 / .08);
  text-decoration: none;
  isolation: isolate;
}
.service-card img,
.service-card-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.service-card img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1), filter .55s ease;
}
.service-card-placeholder {
  display: grid;
  place-items: center;
  color: rgb(255 255 255 / .92);
  background: var(--media-overlay-color);
  background: var(--media-overlay-gradient), var(--media-overlay-color);
  font-size: 74px;
  font-weight: 900;
}
.service-card-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--media-overlay-color);
  background: var(--media-overlay-gradient);
  transition: opacity .35s ease;
}
.service-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: clamp(22px, 2.4vw, 34px);
  color: var(--service-text-color, #fff);
  transform: translateY(0);
  transition: transform .38s cubic-bezier(.2, .8, .2, 1);
}
.service-card-eyebrow {
  color: #476a82;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 14px rgb(255 255 255 / .45);
}
.service-card strong {
  max-width: 92%;
  color: var(--service-text-color, #fff);
  font-size: clamp(24px, 2.2vw, 35px);
  line-height: 1.12;
  letter-spacing: 0;
}
.service-card-reveal {
  max-height: 0;
  display: grid;
  gap: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height .42s cubic-bezier(.2, .8, .2, 1), opacity .3s ease, transform .38s cubic-bezier(.2, .8, .2, 1);
}
.service-card-text {
  max-width: 90%;
  display: block;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.55;
}
.service-card-text :where(p, ul, ol, blockquote) {
  margin: 0;
  color: #fff !important;
}
.service-card-text :where(p + p, ul + p, ol + p, p + ul, p + ol) {
  margin-top: .45em;
}
.service-card-button {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 10px 14px;
  border: 1px solid color-mix(in srgb, var(--service-text-color, #fff), transparent 58%);
  border-radius: 999px;
  background: rgb(255 255 255 / .16);
  color: var(--service-text-color, #fff);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  backdrop-filter: blur(12px);
  transition: background .25s ease;
}
.service-card:hover,
.service-card:focus-visible,
.service-card:focus-within {
  color: var(--service-text-color, #fff);
  transform: translateY(-4px);
}
.service-card:hover img,
.service-card:focus-visible img,
.service-card:focus-within img {
  transform: scale(1.07);
  filter: saturate(1.04);
}
.service-card:hover .service-card-shade,
.service-card:focus-visible .service-card-shade,
.service-card:focus-within .service-card-shade {
  opacity: .94;
}
.service-card:hover .service-card-content,
.service-card:focus-visible .service-card-content,
.service-card:focus-within .service-card-content {
  transform: translateY(-12px);
}
.service-card:hover .service-card-reveal,
.service-card:focus-visible .service-card-reveal,
.service-card:focus-within .service-card-reveal {
  max-height: 180px;
  opacity: 1;
  transform: translateY(0);
}
.service-card:hover .service-card-button,
.service-card:focus-visible .service-card-button,
.service-card:focus-within .service-card-button {
  background: rgb(255 255 255 / .23);
}
.block-richtext .prose {
  max-width: 860px;
}
.block-richtext.block-content-full .prose,
.block-richtext.block-layout-wide .prose {
  max-width: none;
}
.block-richtext .prose > :last-child {
  margin-bottom: 0;
}
.richtext-documents {
  margin-top: clamp(22px, 3vw, 36px);
  padding-top: clamp(18px, 2vw, 26px);
  border-top: 1px solid var(--line);
}
.richtext-documents h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.2;
}
.richtext-document-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.richtext-document-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  width: auto;
  max-width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgb(255 255 255 / .72);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.richtext-document-link span:last-child {
  overflow-wrap: anywhere;
}
.richtext-document-link:hover,
.richtext-document-link:focus-visible {
  transform: translateY(-2px);
  border-color: var(--brand-primary);
  background: #fff;
}
.richtext-document-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 14px;
  background: var(--soft);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.feature-grid, .testimonial-grid, .team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feature-card, .quote-card, .team-card, .form-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgb(18 24 38 / .05);
}
.content-form-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: start;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.content-form-copy {
  min-width: 0;
  padding: clamp(12px, 1.8vw, 28px) clamp(16px, 2.4vw, 32px);
}
.content-form-copy h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.03;
  letter-spacing: 0;
}
.content-form-copy .prose {
  max-width: none;
  overflow-x: visible;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}
.content-form-copy .prose :where(p, div):empty,
.content-form-copy .prose p:has(> br:only-child) {
  display: none;
}
.content-form-copy .prose > br:last-child,
.content-form-copy .prose > div:last-child > br:last-child {
  display: none;
}
.content-form-copy table {
  min-width: 0;
  max-width: 100%;
  table-layout: fixed;
}
.content-form-copy :where(th, td) {
  overflow-wrap: anywhere;
  word-break: normal;
}
.content-form-card {
  align-self: stretch;
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--block-radius, 22px);
  background: #fff;
  box-shadow: 0 18px 40px rgb(18 24 38 / .05);
}
.content-form-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.1;
}
.content-form-card > p {
  margin: 0 0 18px;
  color: var(--muted);
}
.block-content-form {
  background: transparent !important;
  box-shadow: none !important;
}
.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 14px;
  color: var(--brand-primary);
  background: color-mix(in srgb, var(--brand-primary), white 88%);
  font-weight: 850;
}
.feature-icon svg,
.feature-icon-svg {
  width: 24px;
  height: 24px;
}
.feature-card h3,
.team-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}
.feature-card p,
.feature-card-text,
.team-card p,
.team-card-text {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}
.team-card {
  display: grid;
  align-content: start;
}
.team-card .avatar-img {
  width: 112px;
  height: 112px;
  margin-bottom: 16px;
}
.team-card span {
  display: block;
  margin-top: 4px;
  color: var(--brand-primary);
  font-weight: 850;
}
.block-cta {
  --cta-background: var(--block-background, linear-gradient(135deg, var(--brand-primary), #0f4fe1));
  --cta-color: var(--block-text-color, #fff);
}
.block-cta.block-layout-wide {
  color: var(--cta-color);
  background: var(--cta-background);
}
.block-cta.block-layout-wide.block-content-grid > .block-inner {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.block-cta.block-layout-wide.block-content-full > .block-inner {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.cta-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid color-mix(in srgb, var(--cta-color), transparent 84%);
  border-radius: var(--block-radius, 22px);
  color: var(--cta-color);
  background: var(--cta-background);
  box-shadow: var(--block-shadow, 0 22px 58px rgb(22 88 232 / .16));
}
.block-cta.block-layout-wide .cta-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.block-cta.block-layout-wide.block-content-grid .cta-panel {
  border-radius: var(--block-radius, 22px);
}
.block-cta.block-layout-wide.block-design-rounded-off .cta-panel {
  border-radius: 0 !important;
}
.cta-panel::before {
  content: "";
  position: absolute;
  inset: -50% auto auto 48%;
  z-index: -1;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: radial-gradient(circle, rgb(255 255 255 / .22), transparent 68%);
  pointer-events: none;
}
.cta-copy {
  min-width: 0;
  max-width: 780px;
}
.cta-copy h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}
.cta-text {
  margin-top: 12px;
  color: color-mix(in srgb, currentColor, transparent 13%);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
}
.cta-text > :first-child { margin-top: 0; }
.cta-text > :last-child { margin-bottom: 0; }
.cta-panel .button,
.cta-panel .cta-button {
  position: relative;
  z-index: 1;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid rgb(255 255 255 / .45);
  border-radius: 999px;
  color: var(--brand-primary);
  background: color-mix(in srgb, #fff, var(--brand-primary) 4%);
  box-shadow: 0 14px 30px rgb(15 23 42 / .14);
  font-weight: 900;
  white-space: nowrap;
}
.cta-panel .button:hover,
.cta-panel .cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgb(15 23 42 / .18);
}
details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
summary { cursor: pointer; font-weight: 800; }
.gallery-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}
.gallery-picker button {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: 0 12px 28px rgb(18 24 38 / .05);
}
.gallery-picker button.is-active {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-primary), transparent 82%);
}
.gallery-picker img {
  width: 72px;
  height: 58px;
  border-radius: 13px;
  object-fit: cover;
  background: var(--line);
}
.gallery-picker span,
.gallery-picker em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery-picker span {
  font-weight: 850;
}
.gallery-picker em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}
.gallery-panel { display: none; }
.gallery-panel.is-active { display: block; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.gallery-display-grid .gallery-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.gallery-display-grid .gallery-lightbox-trigger {
  padding: 6px;
}
.gallery-display-grid .gallery-grid img {
  aspect-ratio: auto;
  height: auto;
  background: transparent;
}
.gallery-grid figure {
  margin: 0;
}
.gallery-lightbox-trigger {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fafc;
  color: inherit;
  cursor: zoom-in;
  overflow: hidden;
  box-shadow: 0 12px 26px rgb(15 23 42 / .05);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.gallery-lightbox-trigger:hover {
  border-color: rgb(37 99 235 / .32);
  box-shadow: 0 16px 34px rgb(15 23 42 / .09);
  transform: translateY(-1px);
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  background: #eef2f8;
  display: block;
}
.gallery-grid figcaption {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}
.gallery-display-masonry .gallery-grid {
  display: block;
  column-count: 4;
  column-gap: 18px;
}
.gallery-display-masonry .gallery-grid figure {
  break-inside: avoid;
  margin-bottom: 18px;
}
.gallery-display-masonry .gallery-grid img {
  aspect-ratio: auto;
}
.gallery-display-masonry .gallery-grid figure:nth-child(3n + 1) img { aspect-ratio: 4 / 5; }
.gallery-display-masonry .gallery-grid figure:nth-child(3n + 2) img { aspect-ratio: 1 / 1; }
.gallery-display-masonry .gallery-grid figure:nth-child(3n) img { aspect-ratio: 5 / 4; }
.gallery-display-carousel .gallery-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.gallery-display-carousel .gallery-grid::-webkit-scrollbar {
  display: none;
}
.gallery-display-carousel .gallery-grid figure {
  flex: 0 0 calc((100% - 48px) / 5);
  scroll-snap-align: start;
}
.gallery-display-carousel .gallery-grid img {
  aspect-ratio: 4 / 3;
  box-shadow: none !important;
}
.gallery-display-carousel .gallery-lightbox-trigger {
  box-shadow: 0 6px 14px rgb(15 23 42 / .04);
}
.gallery-display-carousel .gallery-lightbox-trigger:hover {
  box-shadow: 0 8px 18px rgb(15 23 42 / .07);
}
.gallery-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: -6px 0 10px;
}
.gallery-carousel-controls[hidden] {
  display: none;
}
.gallery-carousel-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 6px 14px rgb(15 23 42 / .06);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.gallery-carousel-controls button:hover:not(:disabled) {
  border-color: rgb(37 99 235 / .35);
  color: var(--brand-primary);
}
.gallery-carousel-controls button:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.gallery-lightbox-open {
  overflow: hidden;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: grid;
  place-items: center;
  padding: 22px;
}
.gallery-lightbox[hidden] {
  display: none;
}
.gallery-lightbox-scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(0 0 0 / .76);
  cursor: zoom-out;
}
.gallery-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100vw - 44px));
  max-height: calc(100vh - 44px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .12);
  border-radius: 24px;
  background: rgb(0 0 0 / .58);
  box-shadow: 0 34px 110px rgb(0 0 0 / .52);
  backdrop-filter: blur(14px);
}
.gallery-lightbox-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid rgb(255 255 255 / .12);
  background: rgb(0 0 0 / .24);
}
.gallery-lightbox-title {
  margin: 0;
  color: #fff !important;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}
.gallery-lightbox-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgb(255 255 255 / .16);
  border-radius: 14px;
  background: rgb(255 255 255 / .1);
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}
.gallery-lightbox-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  padding: 18px;
  background: rgb(0 0 0 / .34);
}
.gallery-lightbox-media img {
  width: auto;
  height: auto;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
}
.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / .2);
  border-radius: 999px;
  background: rgb(15 23 42 / .72);
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  line-height: 0;
  transform: translateY(-50%);
}
.gallery-lightbox-nav,
.gallery-lightbox-prev,
.gallery-lightbox-next {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
}
.gallery-lightbox-prev {
  left: 18px;
}
.gallery-lightbox-next {
  right: 18px;
}
.gallery-lightbox-nav:hover {
  background: rgb(37 99 235 / .92);
}
.gallery-lightbox-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 16px 16px;
  border-top: 1px solid rgb(255 255 255 / .12);
  background: rgb(0 0 0 / .24);
}
.gallery-lightbox-thumb {
  flex: 0 0 auto;
  width: auto;
  min-width: 62px;
  max-width: 96px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: rgb(255 255 255 / .08);
  cursor: pointer;
}
.gallery-lightbox-thumb.is-active {
  border-color: var(--brand-primary);
}
.gallery-lightbox-thumb img {
  width: auto;
  height: auto;
  max-width: 86px;
  max-height: 62px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: transparent;
  display: block;
}
.quote-card {
  align-content: start;
}
.quote-card p,
.quote-text {
  color: #344054;
  font-size: 18px;
  line-height: 1.55;
}
.quote-text :where(p, ul, ol, blockquote) { margin: 0; }
.quote-text :where(p + p, ul + p, ol + p, p + ul, p + ol) { margin-top: 10px; }
.quote-card span { display: block; color: var(--muted); font-size: 14px; }
.public-form { display: grid; gap: 14px; }
.public-form.form-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.public-form .form-field-wide,
.public-form .form-message {
  grid-column: 1 / -1;
}
.public-form button[type="submit"] {
  grid-column: auto;
  justify-self: start;
  justify-content: center;
  text-align: center;
  width: auto;
  min-width: 150px;
  max-width: max-content;
}
.public-form label span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.public-form .form-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.public-form .form-consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 3px;
  padding: 0;
  accent-color: var(--accent);
}
.public-form .form-consent span {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}
.public-form .form-consent a {
  color: var(--accent);
  font-weight: 850;
}
.public-form input, .public-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #d9dee7;
  border-radius: 14px;
}
.public-form textarea { min-height: 138px; }
.form-message {
  min-height: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}
.form-message:empty {
  display: none;
}
.form-message.is-success {
  color: #087443;
}
.form-message.is-error {
  color: #b42318;
}
.video-frame { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 22px; background: var(--soft); }
.embed-frame iframe { width: 100%; min-height: 360px; border: 0; border-radius: 22px; }
.embed-consent-frame {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px dashed color-mix(in srgb, var(--brand-primary), white 65%);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / .9), rgb(255 255 255 / .7)),
    color-mix(in srgb, var(--brand-primary), white 92%);
}
.embed-consent-placeholder {
  width: min(560px, calc(100% - 40px));
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 26px;
  text-align: center;
}
.embed-consent-placeholder strong {
  color: var(--ink);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.12;
}
.embed-consent-placeholder p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; align-items: stretch; }
.logo-grid a,
.logo-grid .logo-item {
  min-height: 112px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 28px rgb(18 24 38 / .045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.logo-grid a:hover {
  border-color: color-mix(in srgb, var(--brand-primary), white 55%);
  box-shadow: 0 18px 36px rgb(18 24 38 / .075);
  transform: translateY(-2px);
}
.logo-grid img { max-width: 100%; max-height: 54px; object-fit: contain; filter: grayscale(1); opacity: .82; transition: filter .18s ease, opacity .18s ease; }
.logo-grid a:hover img { filter: none; opacity: 1; }
.logo-grid strong {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--brand-primary);
  background: color-mix(in srgb, var(--brand-primary), white 88%);
}
.logo-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}
.avatar-img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; margin-bottom: 14px; }
.social-row { display: flex; flex-wrap: wrap; gap: 12px; }
.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 9px 15px 9px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 12px 24px rgb(18 24 38 / .04);
}
.social-pill span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand-primary);
  font-size: 13px;
}
.site-footer { border-top: 1px solid var(--line); color: var(--muted); }
.site-footer strong { color: var(--ink); display: block; }
.site-footer .site-menu {
  align-items: flex-start;
}
.site-footer .site-menu ul {
  position: static;
  min-width: 0;
  padding: 4px 0 0 12px;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.site-footer .site-menu li:hover > ul,
.site-footer .site-menu li:focus-within > ul {
  transform: none;
}
.site-footer .site-menu a {
  min-height: 30px;
}
.site-footer .site-menu .nav-cta > a {
  min-height: 34px;
  padding: 8px 12px;
}
.site-footer-bottom,
.template-footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 12px 0 0;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 13px;
  line-height: 1.4;
}
.site-footer-bottom small,
.template-footer-bottom small {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  border: 0 !important;
  color: inherit;
  opacity: .84;
}
.site-footer-bottom::before,
.site-footer-bottom::after,
.template-footer-bottom::before,
.template-footer-bottom::after,
.site-footer-author::before,
.site-footer-author::after,
.template-footer-author::before,
.template-footer-author::after {
  display: none !important;
  content: none !important;
}
.site-footer-bottom small:last-child,
.template-footer-bottom small:last-child,
.site-footer-author,
.template-footer-author {
  justify-self: end;
  gap: 4px;
  white-space: nowrap;
  text-align: right;
}
.site-footer-bottom a,
.template-footer-bottom a {
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}
.template-footer-bottom small.template-footer-author a {
  margin: 0;
}
.site-footer-bottom a:hover,
.template-footer-bottom a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.osnovna-footer .site-footer-bottom,
.osnovna-footer .template-footer-bottom {
  border-top: 0 !important;
}
.osnovna-footer .site-footer-bottom small,
.osnovna-footer .template-footer-bottom small {
  grid-column: auto !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
.osnovna-footer .site-footer-bottom small:first-child,
.osnovna-footer .template-footer-bottom small:first-child {
  justify-self: start;
  text-align: left;
}
.osnovna-footer .site-footer-bottom small:last-child,
.osnovna-footer .template-footer-bottom small:last-child,
.osnovna-footer .site-footer-author,
.osnovna-footer .template-footer-author {
  justify-self: end;
  text-align: right;
}
.footer-brand-column {
  display: grid;
  align-content: start;
  gap: 14px;
}
.footer-brand-name {
  margin-bottom: 0;
}
.footer-brand-address {
  margin: 0;
  max-width: 260px;
  color: inherit;
  line-height: 1.45;
  opacity: .88;
}
.footer-brand-logo {
  width: min(220px, 100%);
  margin-top: 8px;
}
.footer-brand-logo img {
  width: auto;
  max-width: 100%;
  max-height: 82px;
  display: block;
  object-fit: contain;
}
.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
  color: inherit;
  text-decoration: none;
}
.footer-contact-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-contact-icon {
  width: 1.18em;
  height: 1.18em;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
}
.footer-contact-icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.error-page {
  min-height: 100vh;
  display: grid;
  place-content: center;
  padding: 24px;
  text-align: center;
}

.blog-archive,
.blog-detail {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 58px 0 76px;
}
.page-breadcrumbs {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  margin: 34px auto 0;
}
main > .page-breadcrumbs + .block {
  padding-top: clamp(18px, 2.1vw, 30px);
}
main > .page-breadcrumbs ~ .block:not(:last-child) {
  padding-bottom: 0;
}
main > .page-breadcrumbs ~ .block + .block {
  padding-top: clamp(14px, 1.5vw, 22px);
}
main > .page-breadcrumbs ~ .block-hero + .block-hero {
  padding-top: clamp(34px, 3.2vw, 54px);
}
body.page-storitve main > .page-breadcrumbs + .block {
  padding-top: clamp(46px, 5.4vw, 78px);
}
body.page-storitve main > .page-breadcrumbs ~ .block + .block {
  padding-top: clamp(36px, 4vw, 58px);
}
body.page-storitve main > .page-breadcrumbs ~ .block-hero + .block-hero {
  padding-top: clamp(88px, 8.4vw, 140px);
}
main > .page-breadcrumbs ~ .block-content-form .content-form-copy {
  padding-top: 0;
  padding-bottom: 0;
}
main > .page-breadcrumbs ~ .block + .block > .block-inner > h2:first-child {
  margin-top: 0;
}
.blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}
.blog-breadcrumbs a {
  color: #516071;
  text-decoration: none;
}
.blog-breadcrumbs a:hover {
  color: var(--brand-primary);
}
.page-breadcrumb-title {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}
.blog-breadcrumbs .page-breadcrumb-title,
.page-breadcrumbs .page-breadcrumb-title,
.template-preset-lekarna-savski-otok .page-breadcrumbs .page-breadcrumb-title {
  display: inline;
  margin: 0;
  padding: 0;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
.blog-breadcrumbs span:not(:last-child)::after,
.blog-breadcrumbs a:not(:last-child)::after,
.blog-breadcrumbs .page-breadcrumb-title:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #b3bdca;
}
.blog-archive-head,
.blog-detail-hero {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}
.blog-archive-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}
.blog-archive-head span,
.blog-detail-meta span,
.blog-detail-meta a,
.blog-card .blog-meta span,
.post-teaser span,
.posts-slide span {
  color: var(--brand-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.blog-archive h1,
.blog-detail h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  line-height: .98;
  letter-spacing: 0;
}
.blog-archive-head p,
.blog-detail-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}
.blog-category-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.blog-category-pills a,
.blog-back,
.blog-more,
.block-head a,
.posts-slide a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 850;
  background: #fff;
}
.blog-more {
  justify-self: start;
  width: auto;
  max-width: max-content;
}
.blog-category-pills a.is-active {
  color: #fff;
  border-color: var(--brand-primary);
  background: var(--brand-primary);
}
.blog-detail-meta a {
  text-decoration: none;
}
.blog-list-grid,
.post-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.blog-card,
.post-teaser {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px rgb(18 24 38 / .055);
}
.blog-card-media,
.post-teaser-image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  color: #fff;
  background: var(--brand-primary);
  text-decoration: none;
  font-size: 42px;
  font-weight: 900;
}
.blog-card-media img,
.post-teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-body,
.post-teaser:not(.post-teaser-featured):not(.post-teaser-compact) > div,
.latest-posts-list .post-teaser > div {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}
.blog-meta,
.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}
.blog-card h2,
.post-teaser h3,
.posts-slide h3 {
  margin: 0;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.12;
}
.blog-card h2 a,
.post-teaser h3 a {
  text-decoration: none;
}
.blog-card p,
.post-teaser p,
.posts-slide p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.blog-detail-hero figure {
  margin: 18px 0 0;
}
.blog-detail-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 22px;
}
.blog-detail-body > .block {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-inline: 0;
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.blog-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--muted);
  background: var(--soft);
  font-weight: 800;
}
.blog-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}
.block-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}
.block-head h2 {
  margin: 0;
}
.latest-posts-list .post-card-grid {
  grid-template-columns: 1fr;
}
.latest-posts-list .post-teaser {
  display: grid;
  grid-template-columns: 220px 1fr;
}
.latest-posts-grid .post-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: stretch;
}
.template-preset-osnovna .latest-posts-grid .post-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.latest-posts-grid .post-teaser {
  position: relative;
  height: 100%;
  min-height: clamp(240px, 22vw, 360px);
  display: block;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .5);
  border-radius: 22px;
  background: color-mix(in srgb, var(--post-gradient-color, var(--media-overlay-color)), white 84%);
  color: var(--post-overlay-color, #fff);
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
}
.latest-posts-grid .post-teaser-featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: clamp(500px, 43vw, 680px);
}
.template-preset-osnovna .latest-posts-grid .post-teaser-featured {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}
.latest-posts-grid .post-teaser-featured h3 {
  font-size: clamp(26px, 2.8vw, 38px);
  letter-spacing: -0.02em;
}
.latest-posts-grid .post-teaser-compact h3 {
  font-size: clamp(18px, 1.45vw, 22px);
}
.latest-posts-grid .post-teaser-compact p:not(.post-teaser-meta) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.latest-posts-grid .post-teaser-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  background: var(--brand-primary);
}
.latest-posts-grid .post-teaser-image img,
.latest-posts-grid .post-teaser-image span {
  width: 100%;
  height: 100%;
}
.latest-posts-grid .post-teaser-image img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1), filter .55s ease;
}
.latest-posts-grid .post-teaser-image span {
  display: grid;
  place-items: center;
  background: var(--media-overlay-color);
  background: var(--media-overlay-gradient), var(--media-overlay-color);
  color: rgb(255 255 255 / .92);
  font-size: 74px;
  font-weight: 900;
}
.latest-posts-grid .post-teaser-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--media-overlay-color);
  background: var(--media-overlay-gradient);
  transition: opacity .35s ease;
}
.latest-posts-grid .post-teaser-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2vw, 30px);
  color: var(--post-overlay-color, #fff);
  transform: translateY(0);
  transition: transform .38s cubic-bezier(.2, .8, .2, 1);
}
.latest-posts-grid .post-teaser-featured .post-teaser-body {
  gap: 13px;
  padding: clamp(24px, 2.6vw, 38px);
}
.latest-posts-grid .post-teaser h3 a,
.latest-posts-grid .post-teaser p,
.latest-posts-grid .post-teaser-meta,
.latest-posts-grid .post-teaser-meta time {
  color: var(--post-overlay-color, #fff);
}
.latest-posts-grid .post-teaser-meta span {
  color: color-mix(in srgb, var(--post-overlay-color, #fff), var(--brand-accent, #ff7468) 30%);
}
.latest-posts-grid .post-teaser p:not(.post-teaser-meta) {
  color: color-mix(in srgb, var(--post-overlay-color, #fff), transparent 10%);
}
.latest-posts-grid .post-teaser-reveal {
  max-height: 0;
  display: grid;
  gap: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height .42s cubic-bezier(.2, .8, .2, 1), opacity .3s ease, transform .38s cubic-bezier(.2, .8, .2, 1);
}
.latest-posts-grid .post-teaser-reveal p {
  margin: 0;
}
.latest-posts-grid .post-teaser-more {
  width: max-content;
  border-color: color-mix(in srgb, var(--post-overlay-color, #fff), transparent 58%);
  background: rgb(255 255 255 / .16);
  color: var(--post-overlay-color, #fff);
  backdrop-filter: blur(12px);
}
.latest-posts-grid .post-teaser:hover,
.latest-posts-grid .post-teaser:focus-within {
  transform: translateY(-4px);
}
.latest-posts-grid .post-teaser:hover .post-teaser-image img,
.latest-posts-grid .post-teaser:focus-within .post-teaser-image img {
  transform: scale(1.07);
  filter: saturate(1.04);
}
.latest-posts-grid .post-teaser:hover .post-teaser-shade,
.latest-posts-grid .post-teaser:focus-within .post-teaser-shade {
  opacity: .94;
}
.latest-posts-grid .post-teaser:hover .post-teaser-body,
.latest-posts-grid .post-teaser:focus-within .post-teaser-body {
  transform: translateY(-12px);
}
.latest-posts-grid .post-teaser:hover .post-teaser-reveal,
.latest-posts-grid .post-teaser:focus-within .post-teaser-reveal {
  max-height: 180px;
  opacity: 1;
  transform: translateY(0);
}
.latest-posts-grid .post-teaser:hover .post-teaser-more,
.latest-posts-grid .post-teaser:focus-within .post-teaser-more {
  background: rgb(255 255 255 / .23);
}
.post-teaser-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}
.post-teaser-meta span {
  color: var(--brand-accent);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.post-teaser-meta time {
  color: var(--muted);
}
.post-teaser-more {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 2px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--brand-primary);
  background: #fff;
  text-decoration: none;
  font-weight: 900;
}
.post-teaser-more::after {
  content: "→";
  margin-left: 8px;
}
.posts-slider {
  --posts-slider-bg: var(--block-background, transparent);
  --posts-slider-color: var(--block-text-color, inherit);
  color: var(--posts-slider-color);
  background: var(--posts-slider-bg);
}
.posts-slider-inner {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}
.posts-slider-head {
  align-items: center;
  margin-bottom: 0;
}
.posts-slider-head h2 {
  max-width: 860px;
  color: inherit;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: .98;
}
.posts-slider-track {
  position: relative;
  min-height: clamp(430px, 34vw, 540px);
  overflow: hidden;
  border-radius: var(--block-radius, 0);
  background: transparent;
  box-shadow: none;
}
.posts-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity .28s ease, transform .28s ease;
}
.posts-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.posts-slide img,
.posts-slide-placeholder {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 34vw, 540px);
  border-radius: var(--block-radius, 18px);
  background: var(--soft);
  box-shadow: none;
}
.posts-slide img {
  object-fit: cover;
}
.posts-slide-shade {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  position: relative;
  z-index: 1;
  min-height: clamp(360px, 34vw, 540px);
  border-radius: var(--block-radius, 18px);
  pointer-events: none;
  background: var(--media-overlay-color);
  background: var(--media-overlay-gradient);
}
.posts-slide-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--media-overlay-color);
  background: var(--media-overlay-gradient), var(--media-overlay-color);
  font-size: clamp(62px, 12vw, 130px);
  font-weight: 950;
}
.posts-slide-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  align-content: center;
  max-width: 560px;
}
.posts-slide-copy span {
  color: var(--brand-accent);
}
.posts-slide h3 {
  color: inherit;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: 0;
}
.posts-slide p {
  max-width: 52ch;
  color: color-mix(in srgb, currentColor, transparent 24%);
  font-size: clamp(17px, 1.45vw, 21px);
}
.posts-slide a {
  justify-self: start;
  width: auto;
  max-width: max-content;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
}
.posts-slider-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: var(--block-radius, 18px);
  background: color-mix(in srgb, var(--soft), transparent 25%);
}
.posts-slider .slider-controls,
.posts-slider .posts-slider-controls {
  display: flex;
  gap: 8px;
  position: static;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  transform: none !important;
  backdrop-filter: none;
}
.posts-slider .slider-controls button,
.posts-slider .posts-slider-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
  font-size: 24px;
}
.posts-slider .slider-controls button:hover,
.posts-slider .posts-slider-controls button:hover {
  color: #fff;
  border-color: var(--brand-primary);
  background: var(--brand-primary);
}
.block-design-rounded-off .posts-slider-track,
.block-design-rounded-off .posts-slide img,
.block-design-rounded-off .posts-slide-placeholder {
  border-radius: 0 !important;
}
.block-design-shadow-off .posts-slider-track,
.block-design-shadow-off .posts-slide,
.block-design-shadow-off .posts-slide img,
.block-design-shadow-off .posts-slide-placeholder {
  box-shadow: none !important;
}
.block-design-rounded-off :where(.feature-card, .service-card, .quote-card, .team-card, .form-panel, .content-form-panel, .content-form-card, .logo-grid a, .logo-grid .logo-item, .social-pill, .split-image, .post-teaser, .blog-card) {
  border-radius: 0 !important;
}
.block-design-shadow-off :where(.feature-card, .service-card, .quote-card, .team-card, .form-panel, .content-form-panel, .content-form-card, .logo-grid a, .logo-grid .logo-item, .social-pill, .split-image, .post-teaser, .blog-card) {
  box-shadow: none !important;
}
.block-design-rounded-on :where(.feature-card, .service-card, .quote-card, .team-card, .form-panel, .content-form-panel, .content-form-card, .logo-grid a, .logo-grid .logo-item, .social-pill, .split-image, .post-teaser, .blog-card) {
  border-radius: var(--block-radius, 18px);
}
.block-design-shadow-on :where(.feature-card, .service-card, .quote-card, .team-card, .form-panel, .content-form-panel, .content-form-card, .logo-grid a, .logo-grid .logo-item, .social-pill, .split-image, .post-teaser, .blog-card) {
  box-shadow: var(--block-shadow, 0 18px 46px rgb(15 23 42 / .12));
}
.block-content-form,
.block-content-form .content-form-panel {
  max-width: 100%;
  min-width: 0;
  border-color: transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  .content-form-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .site-menu ul ul {
    right: calc(100% - 1px);
    left: auto;
    transform: translateX(-6px);
  }
  .site-menu ul li:hover > ul,
  .site-menu ul li:focus-within > ul {
    transform: translateX(0);
  }
}

@media (max-width: 800px) {
  .site-brand img {
    height: var(--logo-mobile-height, var(--logo-height, 46px));
    width: auto;
    max-width: 72vw;
  }
  .template-preview-header .site-brand.has-logo img {
    height: var(--logo-mobile-height, var(--logo-height, 46px));
    max-height: none;
  }
  .template-preview-topbar-inner {
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .template-preview-topbar.content-grid .template-preview-topbar-inner,
  .template-preview-topbar.width-contained .template-preview-topbar-inner {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .template-preview-topbar-inner > div {
    gap: 8px;
  }
  .template-preview-topbar-inner > div:first-child {
    flex: 1 1 auto;
    justify-content: flex-start;
  }
  .template-preview-topbar-inner > div:last-child {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
  .template-preview-topbar .topbar-contact {
    width: 56px;
    height: 56px;
    min-height: 56px;
    justify-content: center;
    border-radius: 999px;
    background: rgb(255 255 255 / .18);
    font-size: 36px;
  }
  .template-preview-topbar .topbar-contact-icon {
    width: 1em;
    height: 1em;
    font-size: 1em;
  }
  .template-preview-topbar .topbar-contact-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .template-preview-topbar .topbar-hours-text {
    display: none;
  }
  .template-preview-topbar .topbar-hours-dropdown {
    position: relative;
    display: block;
  }
  .template-preview-topbar .topbar-hours-dropdown summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgb(255 255 255 / .16);
    cursor: pointer;
    font-weight: 900;
    white-space: nowrap;
  }
  .template-preview-topbar .topbar-hours-dropdown summary::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    opacity: .75;
  }
  .template-preview-topbar .topbar-hours-dropdown[open] summary::after {
    transform: translateY(2px) rotate(225deg);
  }
  .template-preview-topbar .topbar-hours-dropdown span {
    position: absolute;
    display: block;
    top: calc(100% + 8px);
    right: 0;
    z-index: 80;
    width: min(360px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    min-width: min(220px, calc(100vw - 32px));
    padding: 12px 14px;
    border: 1px solid rgb(71 106 130 / .16);
    border-radius: 14px;
    color: #476a82;
    background: #fff;
    box-shadow: 0 18px 42px rgb(15 23 42 / .16);
    line-height: 1.35;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .site-header {
    align-items: center;
    flex-direction: row;
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer-bottom,
  .template-footer-bottom {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .footer-brand-address,
  .footer-brand-logo {
    max-width: 100%;
  }
  .site-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
  .site-footer .site-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .site-footer .site-menu ul {
    position: static;
    min-width: 0;
    padding: 4px 0 0 16px;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .site-footer .site-menu li:hover > ul,
  .site-footer .site-menu li:focus-within > ul {
    transform: none;
  }
  .block { padding: var(--section-spacing-y-mobile) 18px; }
  .block-layout-grid,
  .block-content-grid.block-layout-wide > .block-inner {
    width: min(100% - 28px, 1160px);
  }
  .block-slider.block-content-grid.block-layout-wide > .block-inner,
  .block-hero.block-content-grid.block-layout-wide > .block-inner {
    width: 100%;
  }
  .block-slider.block-content-grid.block-layout-wide .slide,
  .block-hero.block-content-grid.block-layout-wide .hero-grid {
    padding-right: 14px;
    padding-left: 14px;
  }
  .hero-layout-wide { padding: 18px 14px; }
  .hero-layout-wide .hero-grid,
  .hero-layout-wide .slider-track {
    min-height: clamp(360px, 54vh, 500px);
  }
  .hero-grid, .split, .feature-grid, .testimonial-grid, .team-grid, .gallery-grid, .blog-archive-head, .blog-list-grid, .post-card-grid, .latest-posts-list .post-teaser, .posts-slide { grid-template-columns: 1fr; }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .services-head {
    margin-bottom: 24px;
  }
  .services-head p {
    margin-bottom: 10px;
  }
  .service-card {
    min-height: clamp(220px, 56vw, 320px);
    border-radius: 18px;
  }
  .service-card-content {
    padding: 16px;
    gap: 7px;
    transform: none;
  }
  .service-card-eyebrow {
    font-size: 10px;
  }
  .service-card strong {
    max-width: none;
    font-size: clamp(17px, 5.4vw, 24px);
  }
  .service-card-text {
    max-width: none;
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .service-card-reveal {
    max-height: none;
    gap: 8px;
    opacity: 1;
    transform: none;
  }
  .service-card-button {
    padding: 8px 11px;
    font-size: 12px;
  }
  .hero-grid {
    gap: 24px;
  }
  .hero-image-left .hero-copy,
  .hero-image-left .hero-media,
  .hero-image-right .hero-copy,
  .hero-image-right .hero-media {
    grid-column: auto;
    grid-row: auto;
  }
  .hero-copy {
    order: 1;
  }
  .hero-media {
    order: 0;
  }
  .hero-media img,
  .hero-layout-wide .hero-media img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  h1 { font-size: clamp(34px, 11vw, 48px); }
  h2 { font-size: clamp(28px, 9vw, 38px); }
  .lead { font-size: 17px; }
  .block-features .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .block-features .feature-card {
    padding: 16px 12px;
  }
  .block-features .feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .block-features .feature-card h3 {
    font-size: 16px;
  }
  .block-features .feature-card p {
    font-size: 14px;
    line-height: 1.45;
  }
  .gallery-display-masonry .gallery-grid { column-count: 2; }
  .slider-track { min-height: clamp(360px, 54vh, 500px); }
  .hero-layout-wide .slider-track {
    min-height: clamp(360px, 54vh, 500px);
  }
  .slide {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 18px;
    padding: clamp(20px, 6vw, 28px);
  }
  .slide-content {
    right: clamp(20px, 6vw, 28px);
    left: clamp(20px, 6vw, 28px);
    bottom: var(--hero-slider-content-bottom-mobile);
    width: auto;
    order: 0;
    margin-bottom: 0;
  }
  .slide img,
  .hero-layout-wide .slide img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .slider-controls {
    right: 16px;
    left: 16px;
    justify-content: space-between;
  }
  .blog-archive, .blog-detail, .page-breadcrumbs {
    width: min(100% - 28px, 1440px);
  }
  .page-breadcrumbs {
    margin-top: 24px;
  }
  main > .page-breadcrumbs + .block {
    padding-top: 16px;
  }
  main > .page-breadcrumbs ~ .block:not(:last-child) {
    padding-bottom: 0;
  }
  main > .page-breadcrumbs ~ .block + .block {
    padding-top: 16px;
  }
  main > .page-breadcrumbs ~ .block-hero + .block-hero {
    padding-top: 26px;
  }
  body.page-storitve main > .page-breadcrumbs + .block,
  body.page-storitve main > .page-breadcrumbs ~ .block + .block {
    padding-top: 42px;
  }
  body.page-storitve main > .page-breadcrumbs ~ .block-hero + .block-hero {
    padding-top: 68px;
  }
  .blog-archive, .blog-detail {
    padding: 38px 0 50px;
  }
  .blog-archive-head {
    gap: 22px;
  }
  .blog-archive h1,
  .blog-detail h1 {
    font-size: clamp(42px, 13vw, 62px);
  }
  .blog-list-grid,
  .post-card-grid,
  .latest-posts-grid .post-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .template-preset-osnovna .latest-posts-grid .post-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .latest-posts-grid .post-teaser-featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: clamp(360px, 88vw, 520px);
  }
  .template-preset-osnovna .latest-posts-grid .post-teaser-featured {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
  .latest-posts-grid .post-teaser-featured .post-teaser-body {
    padding: 16px;
  }
  .latest-posts-grid .post-teaser-featured h3 {
    font-size: clamp(24px, 7vw, 34px);
  }
  .latest-posts-grid .post-teaser-compact p:not(.post-teaser-meta) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .latest-posts-grid .post-teaser {
    min-height: clamp(260px, 62vw, 360px);
  }
  .latest-posts-grid .post-teaser-featured .post-teaser-body,
  .latest-posts-grid .post-teaser-body {
    gap: 8px;
    padding: 16px;
    transform: none;
  }
  .latest-posts-grid .post-teaser-reveal {
    max-height: none;
    gap: 8px;
    opacity: 1;
    transform: none;
  }
  .latest-posts-grid .post-teaser-more {
    width: max-content;
    justify-content: flex-start;
  }
  .blog-card-media,
  .post-teaser-image {
    aspect-ratio: 4 / 3;
    font-size: 30px;
  }
  .latest-posts-grid .post-teaser-image {
    aspect-ratio: auto;
  }
  .blog-card-body,
  .post-teaser:not(.post-teaser-featured):not(.post-teaser-compact) > div,
  .latest-posts-list .post-teaser > div {
    gap: 8px;
    padding: 13px;
  }
  .blog-meta,
  .blog-detail-meta {
    gap: 6px;
    font-size: 11px;
  }
  .blog-card .blog-meta span,
  .post-teaser span {
    font-size: 10px;
  }
  .blog-card h2,
  .post-teaser h3 {
    font-size: clamp(16px, 4.6vw, 20px);
  }
  .blog-card p,
  .post-teaser p {
    font-size: 13px;
  }
  .blog-more {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 13px;
  }
  .post-teaser-more {
    width: 100%;
    justify-content: center;
    min-height: 34px;
    font-size: 13px;
  }
  .blog-category-pills {
    justify-content: flex-start;
  }
  .block-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .posts-slider-head {
    flex-direction: row;
    align-items: center;
  }
  .posts-slider-head h2 {
    max-width: 72%;
    font-size: clamp(28px, 9vw, 40px);
  }
  .posts-slider-track {
    min-height: 610px;
  }
  .posts-slide {
    align-content: start;
    gap: 20px;
  }
  .posts-slide img,
  .posts-slide-placeholder {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .posts-slide-copy {
    max-width: none;
    padding: 0 2px;
  }
  .posts-slide h3 {
    font-size: clamp(24px, 8vw, 34px);
  }
  .posts-slide p {
    font-size: 16px;
  }
  .posts-slide a {
    min-height: 40px;
    padding: 8px 13px;
  }
  .posts-slider .slider-controls button,
  .posts-slider .posts-slider-controls button {
    width: 38px;
    height: 38px;
  }
  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .logo-grid a {
    min-height: 104px;
    padding: 14px 10px;
  }
  .social-row {
    gap: 9px;
  }
  .social-pill {
    min-height: 42px;
    padding: 7px 12px 7px 7px;
    font-size: 14px;
  }
  .split.reverse .prose { order: initial; }
  .cta-panel {
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding: 24px;
  }
  .cta-panel .button,
  .cta-panel .cta-button {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }
}

/* === Lekarna detail page surface reset (Codex) === */
.template-preset-lekarna-savski-otok .blog-detail {
  margin-top: clamp(28px, 3.2vw, 54px);
  padding: clamp(28px, 3.5vw, 52px) 0 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-hero {
  margin-bottom: clamp(34px, 4.5vw, 62px);
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body {
  display: grid;
  gap: clamp(30px, 4vw, 58px);
  padding: 0 0 clamp(34px, 4.5vw, 70px);
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block:not([style*="--block-background"]) {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block:not([style*="--block-background"]):not(.block-cta) > :where(.block-inner, .prose, .form-panel, .content-form-panel) {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block:not([style*="--block-background"]) > .block-inner {
  padding-right: 0;
  padding-left: 0;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block[style*="--block-background"] {
  border-color: transparent;
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok .blog-detail {
    width: min(100% - 28px, 1440px);
    margin-top: 24px;
    padding: 24px 0 0;
    border-radius: 0 !important;
  }

  .template-preset-lekarna-savski-otok .blog-detail-body {
    gap: 28px;
    padding-bottom: 40px;
  }
}

.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1200;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.plugin-surface {
  --plugin-primary: var(--brand-primary);
  --plugin-accent: var(--brand-accent);
  --plugin-bg: #fff;
  --plugin-text: var(--ink);
  --plugin-font: inherit;
  --plugin-radius: 18px;
  --plugin-shadow: 0 24px 80px rgb(15 23 42 / .16);
}
.plugin-appearance-manual,
.plugin-appearance-manual :where(button, input, select, textarea) {
  font-family: var(--plugin-font);
}
.cookie-consent[hidden] {
  display: none;
}
.cookie-consent.cookie-position-center {
  inset: 0;
  align-items: center;
  background: rgb(15 23 42 / .36);
}
.cookie-consent-card {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--plugin-radius, 24px);
  color: var(--plugin-text);
  background: var(--plugin-bg);
  box-shadow: var(--plugin-shadow);
  pointer-events: auto;
}
.cookie-consent-copy strong {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 6px;
  color: var(--plugin-text);
  font-size: 18px;
}
.cookie-consent-copy strong img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.cookie-consent-copy p {
  margin: 0;
  color: color-mix(in srgb, var(--plugin-text) 72%, white);
  line-height: 1.55;
}
.cookie-consent-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.btn-cookie {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 9px 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.btn-cookie.primary {
  border-color: var(--plugin-primary);
  color: #fff;
  background: var(--plugin-primary);
}
.btn-cookie.secondary {
  color: var(--ink);
  background: #fff;
}
.btn-cookie.ghost {
  color: var(--plugin-primary);
  background: var(--soft);
}
.cookie-preferences {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.cookie-preferences[hidden] {
  display: none;
}
.cookie-category {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.cookie-category input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.cookie-category strong,
.cookie-category small {
  display: block;
}
.cookie-category small {
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.4;
}
.cookie-category.is-required {
  background: color-mix(in srgb, var(--plugin-primary) 7%, white);
}
.cookie-preferences-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 30px rgb(15 23 42 / .14);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.cookie-preferences-button[hidden] {
  display: none;
}

@media (max-width: 800px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .cookie-consent-card {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 18px;
  }
  .cookie-consent-actions {
    justify-content: stretch;
  }
  .btn-cookie {
    flex: 1 1 140px;
  }
}

.accessibility-widget {
  position: fixed;
  z-index: 1300;
  top: 56px;
  display: grid;
  gap: 10px;
  pointer-events: none;
}
.accessibility-position-right {
  right: 18px;
  justify-items: end;
}
.accessibility-position-left {
  left: 18px;
  justify-items: start;
}
.accessibility-toggle {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--plugin-primary) 24%, white);
  border-radius: var(--plugin-radius, 999px);
  color: #fff;
  background: var(--plugin-primary);
  box-shadow: var(--plugin-shadow);
  cursor: pointer;
  pointer-events: auto;
}
.accessibility-toggle-inline {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin-left: 2px;
  color: var(--plugin-primary);
  background: color-mix(in srgb, var(--plugin-primary) 10%, white);
  box-shadow: none;
}
.accessibility-toggle-inline:hover,
.accessibility-toggle-inline:focus-visible,
.accessibility-toggle-inline[aria-expanded="true"] {
  color: #fff;
  background: var(--plugin-primary);
}
.accessibility-toggle span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}
.accessibility-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.accessibility-toggle img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.accessibility-panel {
  width: min(340px, calc(100vw - 32px));
  max-height: none;
  overflow: visible;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--plugin-radius, 22px);
  color: var(--plugin-text);
  background: var(--plugin-bg);
  box-shadow: var(--plugin-shadow);
  pointer-events: auto;
}
.accessibility-panel,
.accessibility-panel *,
.accessibility-toggle,
.accessibility-toggle * {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: revert;
  filter: none !important;
}
.accessibility-panel[hidden] {
  display: none;
}
.accessibility-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.accessibility-panel-head strong {
  font-size: 21px;
  line-height: 1.15;
}
.accessibility-panel-head button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  background: var(--soft);
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.accessibility-actions {
  display: grid;
  gap: 8px;
}
.accessibility-actions button {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 9px 11px;
  color: #38465a;
  background: transparent;
  font: inherit;
  font-weight: 760;
  text-align: left;
  cursor: pointer;
}
.accessibility-actions button:hover,
.accessibility-actions button:focus-visible,
.accessibility-actions button.is-active {
  border-color: color-mix(in srgb, var(--plugin-primary) 22%, white);
  color: var(--plugin-primary);
  background: color-mix(in srgb, var(--plugin-primary) 9%, white);
}
.accessibility-links {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.accessibility-links a {
  color: var(--plugin-primary);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}
.accessibility-links a:hover,
.accessibility-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.accessibility-statement-page {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 70px 0 90px;
}
.accessibility-statement-inner {
  display: grid;
  gap: 22px;
}
.accessibility-statement-inner > h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .95;
  letter-spacing: 0;
}
.accessibility-statement-lead {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}
.accessibility-statement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.accessibility-statement-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 60px rgb(15 23 42 / .08);
}
.accessibility-statement-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}
.accessibility-statement-card p {
  margin: 0;
  color: var(--muted);
}
.accessibility-statement-card a {
  color: var(--plugin-primary);
  font-weight: 850;
  overflow-wrap: anywhere;
}
.statement-kicker {
  margin: 0;
  color: var(--plugin-accent, var(--brand-accent));
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.statement-lead {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}
.statement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.statement-grid article {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--plugin-radius, 22px);
  color: var(--plugin-text);
  background: var(--plugin-bg);
  box-shadow: var(--plugin-shadow);
}
.statement-grid h2,
.statement-grid p {
  margin: 0;
}
.statement-grid p {
  color: var(--muted);
}
.statement-email {
  color: var(--plugin-primary);
  font-weight: 850;
  overflow-wrap: anywhere;
}
.legal-document-page {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 70px 0 90px;
}
.legal-document-inner {
  display: grid;
  gap: 22px;
}
.legal-document-page,
.accessibility-statement-page {
  color: var(--plugin-text);
}
.legal-document-page.plugin-appearance-manual,
.accessibility-statement-page.plugin-appearance-manual {
  font-family: var(--plugin-font);
}
.legal-document-inner > h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .95;
  letter-spacing: 0;
}
.legal-document-content {
  margin-top: 14px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--plugin-radius, 24px);
  color: var(--plugin-text);
  background: var(--plugin-bg);
  box-shadow: var(--plugin-shadow);
}
.legal-document-content h2 {
  margin: 30px 0 10px;
  color: var(--plugin-primary);
  font-size: clamp(22px, 3vw, 30px);
}
.legal-document-content h2:first-child {
  margin-top: 0;
}
.legal-document-content p,
.legal-document-content li {
  color: color-mix(in srgb, var(--plugin-text) 78%, white);
  font-size: 17px;
  line-height: 1.75;
}
.legal-document-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 18px 0 26px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--plugin-text) 14%, transparent);
  border-radius: 18px;
  background: rgb(255 255 255 / .62);
}
.legal-document-content th,
.legal-document-content td {
  padding: 14px 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--plugin-text) 12%, transparent);
  color: color-mix(in srgb, var(--plugin-text) 82%, white);
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.legal-document-content th {
  color: var(--plugin-text);
  background: color-mix(in srgb, var(--plugin-primary) 10%, white);
  font-weight: 850;
}
.legal-document-content tr:last-child td {
  border-bottom: 0;
}
.legal-document-content a {
  color: var(--plugin-primary);
  font-weight: 800;
}
.legal-footer-menu {
  margin-left: 10px;
}

.a11y-font-small body > :not(.accessibility-widget):not(script):not(style) {
  zoom: .94;
}
.a11y-font-large body > :not(.accessibility-widget):not(script):not(style) {
  zoom: 1.12;
}
.a11y-font-larger body > :not(.accessibility-widget):not(script):not(style) {
  zoom: 1.24;
}
.a11y-readable-font body,
.a11y-readable-font button,
.a11y-readable-font input,
.a11y-readable-font select,
.a11y-readable-font textarea {
  font-family: Arial, Verdana, Helvetica, sans-serif !important;
}
.a11y-underline-links body :where(a):not(.accessibility-panel *):not(.accessibility-toggle *) {
  text-decoration: underline !important;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}
.a11y-grayscale body > :not(.accessibility-widget) {
  filter: grayscale(1);
}
.a11y-light-background body {
  color: #111827 !important;
  background: #fff !important;
}
.a11y-light-background .block,
.a11y-light-background .site-main,
.a11y-light-background .page-body {
  background-color: #fff !important;
}
.a11y-high-contrast {
  --ink: #fff;
  --muted: #f8fafc;
  --line: #fff;
  --soft: #000;
  --brand-primary: #ffff00;
  --brand-accent: #00ffff;
}
.a11y-high-contrast body {
  color: #fff !important;
  background: #000 !important;
}
.a11y-high-contrast .block,
.a11y-high-contrast .site-header,
.a11y-high-contrast .template-preview-header,
.a11y-high-contrast .template-preview-footer,
.a11y-high-contrast .blog-card,
.a11y-high-contrast .post-teaser,
.a11y-high-contrast .cookie-consent-card {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff !important;
  box-shadow: none !important;
}
.a11y-high-contrast body :where(a, button):not(.accessibility-panel *):not(.accessibility-toggle) {
  color: #ffff00 !important;
}
.a11y-negative-contrast body > :not(.accessibility-widget) {
  filter: invert(1) hue-rotate(180deg);
  background: #000 !important;
}
.a11y-negative-contrast body > :not(.accessibility-widget) img,
.a11y-negative-contrast body > :not(.accessibility-widget) video,
.a11y-negative-contrast body > :not(.accessibility-widget) iframe {
  filter: invert(1) hue-rotate(180deg);
}
.a11y-reduce-motion *,
.a11y-reduce-motion *::before,
.a11y-reduce-motion *::after {
  animation-duration: .001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .001ms !important;
  scroll-behavior: auto !important;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 800px) {
  .content-form-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .content-form-copy h2 {
    font-size: clamp(28px, 9vw, 42px);
  }
  .content-form-copy .prose {
    font-size: 16px;
  }
  .public-form.form-columns-2 {
    grid-template-columns: 1fr;
  }
  .accessibility-widget {
    top: 78px;
  }
  .accessibility-position-right {
    right: 12px;
  }
  .accessibility-position-left {
    left: 12px;
  }
  .accessibility-toggle {
    width: 50px;
    height: 50px;
  }
  .accessibility-toggle-inline {
    width: 44px;
    height: 44px;
    margin-left: auto;
  }
  .accessibility-panel {
    padding: 14px;
    border-radius: 18px;
  }
  .accessibility-panel-head {
    margin-bottom: 8px;
  }
  .accessibility-actions {
    gap: 6px;
  }
  .accessibility-actions button {
    min-height: 38px;
    padding: 6px 9px;
  }
  .accessibility-statement-page {
    width: min(100% - 28px, 1120px);
    padding: 44px 0 64px;
  }
  .accessibility-statement-grid {
    grid-template-columns: 1fr;
  }
  .statement-grid {
    grid-template-columns: 1fr;
  }
  .legal-document-page {
    width: min(100% - 28px, 1120px);
    padding: 44px 0 64px;
  }
  .legal-document-content {
    padding: 20px;
    border-radius: 18px;
  }
  .gallery-display-grid .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .gallery-display-masonry .gallery-grid {
    column-count: 2;
    column-gap: 12px;
  }
  .gallery-display-masonry .gallery-grid figure {
    margin-bottom: 12px;
  }
  .gallery-display-carousel .gallery-grid {
    gap: 12px;
  }
  .gallery-display-carousel .gallery-grid figure {
    flex-basis: calc((100% - 12px) / 2);
  }
  .gallery-carousel-controls {
    margin-top: 0;
  }
  .gallery-lightbox {
    padding: 14px;
  }
  .gallery-lightbox-dialog {
    border-radius: 18px;
  }
  .gallery-lightbox-head {
    padding: 12px 12px 12px 14px;
  }
  .gallery-lightbox-close {
    width: 40px;
    height: 40px;
  }
  .gallery-lightbox-media {
    padding: 12px;
  }
  .gallery-lightbox-nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  .gallery-lightbox-prev {
    left: 10px;
  }
  .gallery-lightbox-next {
    right: 10px;
  }
  .gallery-lightbox-thumbs {
    gap: 8px;
    padding: 10px 12px 12px;
  }
  .gallery-lightbox-thumb {
    min-width: 50px;
    max-width: 72px;
  }
  .gallery-lightbox-thumb img {
    max-width: 64px;
    max-height: 48px;
  }
}

.health-page {
  background: var(--body-bg, #f6f8fb);
  color: #172033;
}

.health-container {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
}

.health-hero {
  padding: 64px 0 22px;
}

.health-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 28px;
  align-items: end;
}

.health-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent-color, #ff6f61);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-hero h1,
.health-detail h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .95;
}

.health-hero p,
.health-detail-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #637083;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.health-search {
  padding: 16px;
  border: 1px solid #dde5f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(23 32 51 / .06);
}

.health-search span {
  display: block;
  margin-bottom: 8px;
  color: #7b8798;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.health-search input {
  width: 100%;
  border: 0;
  outline: 0;
  font: inherit;
  font-weight: 800;
  color: #172033;
}

.health-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.health-quicklinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #dce5f1;
  border-radius: 999px;
  background: #fff;
  color: #2162e8;
  font-weight: 900;
  text-decoration: none;
}

.health-quicklinks a.active {
  border-color: #2162e8;
  background: #2162e8;
  color: #fff;
}

.health-section {
  padding: 34px 0 82px;
}

.health-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.health-section-head span {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--accent-color, #ff6f61);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-section-head h2 {
  margin: 0;
  color: #172033;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
}

.health-section-head p {
  max-width: 520px;
  margin: 0;
  color: #637083;
  font-weight: 700;
  line-height: 1.5;
}

.health-grid {
  display: grid;
  gap: 22px;
}

.health-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.health-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.health-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.health-card,
.health-panel,
.health-notice,
.health-schedule-row {
  border: 1px solid #dde5f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(23 32 51 / .06);
}

.health-card {
  overflow: hidden;
}

.health-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef3f8;
}

.health-card-body {
  padding: 22px;
}

.health-card h2,
.health-card h3,
.health-panel h2,
.health-notice h2 {
  margin: 0 0 8px;
  color: #172033;
  line-height: 1.12;
}

.health-card p,
.health-panel p,
.health-notice p,
.health-meta {
  color: #637083;
  line-height: 1.55;
}

.health-chip {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf1ff;
  color: #2162e8;
  font-size: 12px;
  font-weight: 900;
}

.health-mini-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.health-mini-chips span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #526174;
  font-size: 12px;
  font-weight: 900;
}

.health-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.health-doctor-card {
  text-align: center;
}

.health-avatar,
.health-profile-photo {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #eaf1ff, #fff4f1);
}

.health-avatar {
  width: 92px;
  height: 92px;
  margin: 22px auto 0;
  border-radius: 24px;
}

.health-avatar img,
.health-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.health-avatar span,
.health-profile-photo span {
  color: #2162e8;
  font-size: 34px;
  font-weight: 950;
}

.health-detail {
  padding: 58px 0 86px;
}

.health-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 620px);
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 34px;
  border: 1px solid #dde5f0;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgb(23 32 51 / .08);
}

.health-detail-hero > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 22px;
}

.health-doctor-hero {
  grid-template-columns: minmax(0, 1fr) 220px;
}

.health-profile-photo {
  width: 220px;
  height: 220px;
  border-radius: 36px;
}

.health-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  margin-top: 24px;
}

.health-panel {
  padding: 26px;
}

.health-schedule-list {
  display: grid;
  gap: 14px;
}

.health-schedule-list.compact {
  margin-top: 16px;
}

.health-schedule-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  align-items: center;
}

.health-schedule-row span,
.health-notice span {
  color: #ff6f61;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-schedule-row h2,
.health-schedule-row h3 {
  margin: 0 0 6px;
  color: #172033;
}

.health-schedule-row small {
  display: inline-flex;
  margin-top: 6px;
  color: #7b8798;
  font-weight: 800;
}

.health-schedule-row strong {
  display: block;
  margin-top: 4px;
  color: #172033;
  font-size: 22px;
}

.health-notice {
  padding: 24px;
}

.health-notice-important {
  border-color: #fed7aa;
  background: #fff7ed;
}

.health-notice-urgent {
  border-color: #fecaca;
  background: #fef2f2;
}

.health-document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.health-document {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid #dde5f0;
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.health-document span {
  color: #2162e8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-document strong {
  color: #172033;
}

.health-document em {
  color: #637083;
  font-style: normal;
  font-size: 14px;
}

.health-filter-hidden {
  display: none !important;
}

.health-overview-page {
  overflow: hidden;
}

.health-overview-hero {
  position: relative;
  padding: 64px 0 42px;
  background:
    radial-gradient(circle at 82% 12%, rgb(33 98 232 / .16), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.health-overview-hero::after {
  content: "";
  position: absolute;
  inset: auto -8vw -70px;
  height: 150px;
  background: #f6f8fb;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
}

.health-overview-hero .health-container {
  position: relative;
  z-index: 1;
}

.health-overview-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 22px;
}

.health-overview-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 480px;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid #dce7f4;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff 0%, #f9fcff 100%);
  box-shadow: 0 28px 90px rgb(23 32 51 / .08);
}

.health-overview-copy h1 {
  max-width: 920px;
  margin: 0;
  color: #172033;
  font-size: clamp(46px, 6vw, 92px);
  line-height: .94;
}

.health-overview-copy p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #637083;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}

.health-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.health-overview-search {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid #dce7f4;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 28px 90px rgb(23 32 51 / .07);
}

.health-overview-search .health-search {
  box-shadow: none;
}

.health-doctor-list {
  display: grid;
  gap: 10px;
}

.health-doctor-mini {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e2e9f3;
  border-radius: 20px;
  background: #f9fbff;
  color: inherit;
  text-decoration: none;
}

.health-doctor-mini strong,
.health-doctor-mini small {
  grid-column: 2;
}

.health-doctor-mini strong {
  color: #172033;
  line-height: 1.15;
}

.health-doctor-mini small {
  color: #637083;
  font-weight: 800;
}

.health-avatar.mini {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 16px;
}

.health-avatar.mini em {
  color: #2162e8;
  font-style: normal;
  font-weight: 950;
}

.health-overview-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.health-overview-stats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  padding: 20px;
  border: 1px solid #dce7f4;
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 50px rgb(23 32 51 / .06);
}

.health-overview-stats strong {
  color: #2162e8;
  font-size: 42px;
  line-height: 1;
}

.health-overview-stats span {
  color: #526174;
  font-weight: 900;
}

.health-overview-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 38px 0 10px;
}

.health-overview-strip a {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 22px;
  border: 1px solid #dde5f0;
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.health-overview-strip span {
  color: #ff6f61;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-overview-strip strong {
  color: #172033;
  font-size: 24px;
  line-height: 1.15;
}

.health-overview-card {
  min-height: 100%;
}

.health-section-head.compact h2 {
  font-size: clamp(30px, 3vw, 46px);
}

.health-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
  padding: 34px 0 70px;
}

.health-overview-main,
.health-overview-aside {
  min-width: 0;
}

.health-overview-aside {
  display: grid;
  align-content: start;
  gap: 18px;
}

.health-doctor-card.horizontal {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 0;
  text-align: left;
}

.health-doctor-card.horizontal .health-avatar {
  margin: 22px 0 22px 22px;
}

.health-doctor-card.horizontal .health-card-body {
  align-self: center;
}

.health-schedule-mini {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid #e2e9f3;
  border-radius: 16px;
  background: #f8fbff;
}

.health-schedule-mini span {
  color: #ff6f61;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-schedule-mini strong {
  color: #172033;
  font-size: 20px;
}

.health-schedule-mini small {
  color: #637083;
  font-weight: 800;
}

.btn.full {
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}

.health-overview-docs {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.health-overview-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 80px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 30px;
  background: linear-gradient(135deg, #2162e8, #3f86ff);
  color: #fff;
  box-shadow: 0 24px 70px rgb(33 98 232 / .2);
}

.health-overview-cta .health-eyebrow,
.health-overview-cta h2,
.health-overview-cta p {
  color: #fff;
}

.health-overview-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.health-overview-cta p {
  max-width: 680px;
  margin: 12px 0 0;
  font-size: 19px;
  line-height: 1.45;
  opacity: .9;
}

.health-overview-cta .btn {
  border-color: #fff;
  background: #fff;
  color: #2162e8;
}

.health-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed #cbd7e6;
  border-radius: 18px;
  color: #637083;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .health-overview-hero-grid,
  .health-overview-layout,
  .health-overview-docs {
    grid-template-columns: 1fr;
  }
  .health-overview-copy {
    min-height: auto;
  }
  .health-overview-strip,
  .health-overview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .health-grid-4,
  .health-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .health-detail-hero,
  .health-detail-grid {
    grid-template-columns: 1fr;
  }
  .health-section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .health-container {
    width: min(100% - 28px, 1440px);
  }
  .health-overview-hero {
    padding: 34px 0 22px;
  }
  .health-overview-copy {
    padding: 26px;
    border-radius: 24px;
  }
  .health-overview-copy h1 {
    font-size: clamp(40px, 12vw, 58px);
  }
  .health-overview-search {
    padding: 14px;
    border-radius: 24px;
  }
  .health-overview-stats,
  .health-overview-strip {
    grid-template-columns: 1fr;
  }
  .health-overview-stats a,
  .health-overview-strip a {
    min-height: auto;
  }
  .health-doctor-card.horizontal {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .health-doctor-card.horizontal .health-avatar {
    margin: 22px auto 0;
  }
  .health-overview-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 54px;
    border-radius: 24px;
  }
  .health-hero {
    padding: 38px 0 12px;
  }
  .health-hero-grid {
    grid-template-columns: 1fr;
  }
  .health-hero h1,
  .health-detail h1 {
    font-size: clamp(42px, 14vw, 64px);
  }
  .health-grid-4,
  .health-grid-3,
  .health-grid-2 {
    grid-template-columns: 1fr;
  }
  .health-document-list {
    grid-template-columns: 1fr;
  }
  .health-detail {
    padding: 34px 0 64px;
  }
  .health-detail-hero {
    padding: 20px;
    border-radius: 22px;
  }
  .health-schedule-row {
    grid-template-columns: 1fr;
  }
  .health-profile-photo {
    width: 160px;
    height: 160px;
  }
}

.health-module-block {
  --health-accent: var(--brand-primary, #1658e8);
}

.health-module-block .block-inner {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
}

.health-module-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 24px;
  align-items: end;
}

.health-module-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.health-module-intro {
  max-width: 780px;
  margin-top: 12px;
  color: var(--muted, #667085);
  font-size: clamp(17px, 1.35vw, 22px);
}

.health-module-intro > :last-child {
  margin-bottom: 0;
}

.health-module-search {
  margin: 0;
}

.health-module-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.health-module-stats a {
  min-height: 118px;
  padding: 22px;
  border: 1px solid rgb(15 23 42 / .08);
  border-radius: var(--block-radius, 22px);
  background: #fff;
  box-shadow: 0 16px 38px rgb(15 23 42 / .06);
  color: inherit;
  text-decoration: none;
}

.health-module-stats strong {
  display: block;
  color: var(--health-accent);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.health-module-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted, #667085);
  font-weight: 800;
}

.health-module-overview-grid,
.health-module-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.health-module-card,
.health-module-doctor,
.health-module-schedule,
.health-module-document,
.health-module-notice {
  border: 1px solid rgb(15 23 42 / .08);
  border-radius: var(--block-radius, 22px);
  background: #fff;
  box-shadow: 0 18px 46px rgb(15 23 42 / .06);
}

.health-module-card {
  overflow: hidden;
}

.health-module-card > img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #eef3fa;
}

.health-module-card > div {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.health-module-card h3,
.health-module-doctor h3,
.health-module-schedule h3,
.health-module-notice h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.health-module-card p,
.health-module-description,
.health-module-doctor p,
.health-module-schedule p,
.health-module-notice p {
  margin: 0;
  color: var(--muted, #667085);
}
.health-module-description :where(p, ul, ol) { margin: 0; }

.health-module-card small,
.health-module-doctor small,
.health-module-schedule small {
  color: var(--muted, #667085);
  font-weight: 800;
}

.health-module-doctor-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
}

.health-module-doctor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.health-module-doctor {
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 24px;
  text-align: center;
}

.health-module-doctor > div:last-child {
  display: grid;
  gap: 10px;
}

.health-module-schedule-list {
  display: grid;
  gap: 12px;
}

.health-module-schedule {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.health-module-schedule time {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: calc(var(--block-radius, 22px) - 8px);
  background: color-mix(in srgb, var(--health-accent) 10%, #fff);
  color: var(--health-accent);
  font-weight: 900;
}

.health-module-schedule time strong {
  color: #101828;
  font-size: 22px;
}

.health-module-doc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 18px;
}

.health-module-doc-layout > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.health-module-doc-layout h3 {
  margin: 0 0 6px;
  font-size: 26px;
}

.health-module-document {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}

.health-module-document span,
.health-module-notice span,
.health-chip {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--health-accent) 10%, #fff);
  color: var(--health-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-module-document em {
  color: var(--health-accent);
  font-style: normal;
  font-weight: 900;
}

.health-module-notice {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.health-module-notice-urgent,
.health-module-notice-important {
  border-color: rgb(255 112 91 / .28);
  background: linear-gradient(135deg, rgb(255 112 91 / .1), #fff 58%);
}

.health-empty {
  margin: 0;
  color: var(--muted, #667085);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .health-module-head,
  .health-module-doc-layout {
    grid-template-columns: 1fr;
  }
  .health-module-overview-grid,
  .health-module-card-grid,
  .health-module-doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .health-module-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .health-module-block .block-inner {
    gap: 20px;
  }
  .health-module-overview-grid,
  .health-module-card-grid,
  .health-module-doctor-grid,
  .health-module-stats {
    grid-template-columns: 1fr;
  }
  .health-module-schedule,
  .health-module-doctor-card {
    grid-template-columns: 1fr;
  }
.health-module-head h2 {
    font-size: clamp(32px, 11vw, 46px);
  }
}

/* === Lekarna news and CTA polish (Codex) === */
.template-preset-lekarna-savski-otok .blog-archive {
  padding-top: clamp(42px, 5vw, 76px);
}

.template-preset-lekarna-savski-otok .blog-archive h1 {
  font-size: clamp(46px, 5.2vw, 72px) !important;
  line-height: .98 !important;
}

.template-preset-lekarna-savski-otok .blog-archive-head {
  gap: clamp(22px, 4vw, 48px);
  margin-bottom: clamp(30px, 4vw, 52px);
}

.template-preset-lekarna-savski-otok .blog-category-pills {
  gap: 10px;
}

.template-preset-lekarna-savski-otok .blog-category-pills a {
  min-height: 42px;
  padding: 10px 16px;
  border-color: rgb(71 106 130 / .16);
  border-radius: 13px;
  color: var(--brand-primary);
  background: rgb(255 255 255 / .78);
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-category-pills a.is-active,
.template-preset-lekarna-savski-otok .blog-category-pills a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-primary), color-mix(in srgb, var(--brand-primary), #1b2634 18%));
}

.template-preset-lekarna-savski-otok .blog-list-grid {
  gap: clamp(20px, 2vw, 30px);
}

.template-preset-lekarna-savski-otok .blog-card {
  border-color: rgb(71 106 130 / .12);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgb(71 106 130 / .055) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.template-preset-lekarna-savski-otok .blog-card:hover,
.template-preset-lekarna-savski-otok .blog-card:focus-within {
  border-color: rgb(71 106 130 / .2);
  box-shadow: 0 16px 34px rgb(71 106 130 / .08) !important;
  transform: translateY(-2px);
}

.template-preset-lekarna-savski-otok .blog-card-media {
  aspect-ratio: 16 / 10;
  background: #eef4f8;
}

.template-preset-lekarna-savski-otok .blog-card-media img {
  transform: scale(1.001);
  transition: transform .48s ease;
}

.template-preset-lekarna-savski-otok .blog-card:hover .blog-card-media img,
.template-preset-lekarna-savski-otok .blog-card:focus-within .blog-card-media img {
  transform: scale(1.04);
}

.template-preset-lekarna-savski-otok .blog-card-media img.is-default-news-image,
.template-preset-lekarna-savski-otok .post-teaser-image img.is-default-news-image,
.template-preset-lekarna-savski-otok .posts-slide img.is-default-news-image,
.template-preset-lekarna-savski-otok .blog-detail-hero img.is-default-news-image {
  object-fit: contain;
  background: #fff;
}

.template-preset-lekarna-savski-otok .blog-card-media img.is-default-news-image {
  object-fit: cover;
  background: #f7fbfd;
}

.template-preset-lekarna-savski-otok .blog-card-body {
  gap: 12px;
  padding: clamp(18px, 1.8vw, 24px);
}

.template-preset-lekarna-savski-otok .blog-card h2 {
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.template-preset-lekarna-savski-otok .blog-card p {
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.55;
}

.template-preset-lekarna-savski-otok .blog-meta {
  gap: 9px;
  font-size: 13px;
}

.template-preset-lekarna-savski-otok .blog-more {
  min-height: 38px;
  margin-top: 2px;
  padding: 9px 15px;
  border-radius: 999px;
}

.template-preset-lekarna-savski-otok .blog-detail {
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgb(71 106 130 / .1);
  border-radius: 28px;
  background: rgb(255 255 255 / .86);
  box-shadow: 0 22px 64px rgb(71 106 130 / .08);
}

.template-preset-lekarna-savski-otok .blog-detail-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.template-preset-lekarna-savski-otok .blog-detail-hero .blog-breadcrumbs {
  grid-column: 1 / 2;
  margin-bottom: 0;
}

.template-preset-lekarna-savski-otok .blog-detail-hero .blog-back {
  grid-column: 2 / 3;
  justify-self: end;
  align-self: start;
}

.template-preset-lekarna-savski-otok .blog-detail-hero .blog-detail-meta,
.template-preset-lekarna-savski-otok .blog-detail-hero h1,
.template-preset-lekarna-savski-otok .blog-detail-hero p,
.template-preset-lekarna-savski-otok .blog-detail-hero figure {
  grid-column: 1 / -1;
}

.template-preset-lekarna-savski-otok .blog-detail h1 {
  max-width: 100% !important;
  font-size: clamp(40px, 4.4vw, 62px) !important;
  line-height: .98 !important;
}

.template-preset-lekarna-savski-otok .blog-detail-hero p {
  max-width: 100%;
  font-size: clamp(18px, 1.35vw, 22px);
}

.template-preset-lekarna-savski-otok .blog-detail-hero figure {
  margin-top: clamp(24px, 3vw, 38px);
}

.template-preset-lekarna-savski-otok .blog-detail-hero img {
  max-height: 680px;
  border-radius: 22px;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block,
.template-preset-lekarna-savski-otok .blog-detail > .block {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.template-preset-lekarna-savski-otok .blog-detail > .block {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.template-preset-lekarna-savski-otok .blog-detail > .block:first-of-type {
  padding-top: 0;
}

.template-preset-lekarna-savski-otok .blog-detail .block-richtext .prose,
.template-preset-lekarna-savski-otok .blog-detail .block-richtext .block-inner {
  max-width: 100%;
}

.template-preset-lekarna-savski-otok .block-cta {
  --cta-background: var(--block-background, linear-gradient(135deg, #d0dfea 0%, #eef4f8 46%, #ffffff 100%));
  --cta-color: var(--block-text-color, #476a82);
}

.template-preset-lekarna-savski-otok .cta-panel {
  border-color: rgb(71 106 130 / .13);
  color: var(--cta-color);
  background:
    radial-gradient(circle at 84% 20%, rgb(255 255 255 / .7), transparent 30%),
    var(--cta-background);
  box-shadow: 0 16px 42px rgb(71 106 130 / .08) !important;
}

.template-preset-lekarna-savski-otok .block-cta.block-layout-wide {
  background: var(--cta-background);
}

.template-preset-lekarna-savski-otok .block-cta.block-layout-wide .cta-panel {
  background: transparent;
}

.template-preset-lekarna-savski-otok .cta-copy h2 {
  color: #172033;
}

.template-preset-lekarna-savski-otok .cta-text {
  color: color-mix(in srgb, var(--cta-color), #172033 18%);
}

.template-preset-lekarna-savski-otok .cta-panel .button,
.template-preset-lekarna-savski-otok .cta-panel .cta-button {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-primary), color-mix(in srgb, var(--brand-primary), #172033 20%));
  box-shadow: 0 12px 24px rgb(71 106 130 / .16) !important;
}

.template-preset-lekarna-savski-otok .cta-panel .button:hover,
.template-preset-lekarna-savski-otok .cta-panel .cta-button:hover {
  box-shadow: 0 16px 28px rgb(71 106 130 / .2) !important;
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok .blog-archive,
  .template-preset-lekarna-savski-otok .blog-detail {
    width: min(100% - 28px, 1440px);
  }

  .template-preset-lekarna-savski-otok .blog-archive h1,
  .template-preset-lekarna-savski-otok .blog-detail h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
  }

  .template-preset-lekarna-savski-otok .blog-archive-head {
    grid-template-columns: 1fr;
  }

  .template-preset-lekarna-savski-otok .blog-list-grid {
    gap: 14px;
  }

  .template-preset-lekarna-savski-otok .blog-card {
    border-radius: 16px;
  }

  .template-preset-lekarna-savski-otok .blog-card-body {
    padding: 14px;
  }

  .template-preset-lekarna-savski-otok .blog-card h2 {
    font-size: clamp(18px, 5.2vw, 24px) !important;
  }

  .template-preset-lekarna-savski-otok .blog-card p {
    font-size: 14px !important;
  }

  .template-preset-lekarna-savski-otok .blog-detail {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .template-preset-lekarna-savski-otok .blog-detail-hero {
    grid-template-columns: 1fr;
  }

  .template-preset-lekarna-savski-otok .blog-detail-hero .blog-breadcrumbs,
  .template-preset-lekarna-savski-otok .blog-detail-hero .blog-back,
  .template-preset-lekarna-savski-otok .blog-detail-hero .blog-detail-meta,
  .template-preset-lekarna-savski-otok .blog-detail-hero h1,
  .template-preset-lekarna-savski-otok .blog-detail-hero p,
  .template-preset-lekarna-savski-otok .blog-detail-hero figure {
    grid-column: 1 / -1;
  }

  .template-preset-lekarna-savski-otok .blog-detail-hero .blog-back {
    justify-self: start;
  }

  .template-preset-lekarna-savski-otok .cta-panel {
    padding: 24px 20px;
  }

  .template-preset-lekarna-savski-otok .cta-panel .button,
  .template-preset-lekarna-savski-otok .cta-panel .cta-button {
    width: max-content;
    max-width: 100%;
  }
}

/* === Lekarna news detail unified surface (final cascade) === */
.template-preset-lekarna-savski-otok .blog-detail {
  margin-top: clamp(30px, 3.5vw, 58px) !important;
  padding: clamp(26px, 3.4vw, 50px) 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-hero {
  margin-bottom: clamp(34px, 4.4vw, 64px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body {
  display: grid;
  gap: clamp(30px, 4vw, 58px);
  padding: 0 0 clamp(36px, 4.5vw, 72px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block:not([style*="--block-background"]) {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block:not([style*="--block-background"]):not(.block-cta) > :where(.block-inner, .prose, .form-panel, .content-form-panel) {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block:not([style*="--block-background"]) > .block-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok .blog-detail {
    width: min(100% - 28px, 1440px);
    margin-top: 24px !important;
    padding: 24px 0 0 !important;
  }
}

/* === Lekarna unified typography and calmer news cards (final cascade) === */
.template-preset-lekarna-savski-otok :where(.page-title, .block h1, .blog-archive h1, .blog-detail h1, main > h1) {
  max-width: 1040px;
  color: var(--template-heading-color, #172033) !important;
  font-size: clamp(44px, 4.6vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.template-preset-lekarna-savski-otok :where(.blog-archive-head p, .blog-detail-hero p, .lead) {
  color: var(--template-muted-color, #6d7890);
  font-size: clamp(17px, 1.15vw, 21px) !important;
  line-height: 1.48;
}

.template-preset-lekarna-savski-otok .blog-archive-head {
  align-items: end;
}

.template-preset-lekarna-savski-otok .blog-list-grid {
  gap: clamp(18px, 1.8vw, 26px);
}

.template-preset-lekarna-savski-otok .blog-card {
  border-color: rgb(71 106 130 / .10);
  box-shadow: 0 8px 22px rgb(71 106 130 / .045) !important;
}

.template-preset-lekarna-savski-otok .blog-card:hover,
.template-preset-lekarna-savski-otok .blog-card:focus-within {
  box-shadow: 0 12px 28px rgb(71 106 130 / .065) !important;
}

.template-preset-lekarna-savski-otok .blog-card-body {
  gap: 10px;
  padding: clamp(16px, 1.45vw, 21px);
}

.template-preset-lekarna-savski-otok .blog-card h2 {
  color: var(--template-heading-color, #172033) !important;
  font-size: clamp(22px, 1.45vw, 27px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.template-preset-lekarna-savski-otok .blog-card p {
  color: var(--template-text-color, #476a82);
  font-size: clamp(14px, .9vw, 16px) !important;
  line-height: 1.46 !important;
}

.template-preset-lekarna-savski-otok .blog-card .blog-meta {
  gap: 8px;
  font-size: 12px;
  line-height: 1.2;
}

.template-preset-lekarna-savski-otok .blog-card .blog-meta span,
.template-preset-lekarna-savski-otok .blog-card .blog-meta time {
  letter-spacing: .06em;
}

.template-preset-lekarna-savski-otok .blog-more {
  min-height: 36px;
  padding: 8px 14px;
  font-size: 15px;
}

@media (max-width: 1100px) {
  .template-preset-lekarna-savski-otok :where(.page-title, .block h1, .blog-archive h1, .blog-detail h1, main > h1) {
    font-size: clamp(40px, 7vw, 56px) !important;
  }

  .template-preset-lekarna-savski-otok .blog-card h2 {
    font-size: clamp(20px, 2.8vw, 25px) !important;
  }
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok :where(.page-title, .block h1, .blog-archive h1, .blog-detail h1, main > h1) {
    font-size: clamp(38px, 10vw, 50px) !important;
    line-height: 1.04 !important;
  }

  .template-preset-lekarna-savski-otok .blog-archive-head {
    gap: 18px;
  }

  .template-preset-lekarna-savski-otok .blog-card h2 {
    font-size: clamp(20px, 5.2vw, 24px) !important;
  }

  .template-preset-lekarna-savski-otok .blog-card p {
    font-size: 14px !important;
  }
}

/* === Lekarna CTA spacing polish (final cascade) === */
.template-preset-lekarna-savski-otok .block-cta {
  padding-top: clamp(27px, 3.1vw, 43px) !important;
  padding-bottom: clamp(27px, 3.1vw, 43px) !important;
}

.template-preset-lekarna-savski-otok .block-cta > .cta-panel,
.template-preset-lekarna-savski-otok .block-cta > .block-inner.cta-panel {
  min-height: clamp(190px, 15vw, 248px);
  padding: clamp(42px, 4.2vw, 68px) clamp(34px, 5vw, 76px) !important;
  gap: clamp(20px, 2.8vw, 41px) !important;
  align-items: center;
}

.template-preset-lekarna-savski-otok .block-cta.block-content-grid > .block-inner.cta-panel {
  width: min(1440px, calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.template-preset-lekarna-savski-otok .block-cta.block-content-full > .block-inner.cta-panel {
  width: 100%;
}

.template-preset-lekarna-savski-otok .block-cta .cta-copy {
  max-width: 760px;
}

.template-preset-lekarna-savski-otok .block-cta .cta-copy h2 {
  max-width: 820px;
  color: var(--template-heading-color, #172033) !important;
  font-size: clamp(34px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
}

.template-preset-lekarna-savski-otok .block-cta .cta-text {
  max-width: 760px;
  margin-top: clamp(10px, 1vw, 14px);
  color: var(--template-text-color, #476a82) !important;
  font-size: clamp(16px, 1.05vw, 19px) !important;
  line-height: 1.55 !important;
}

.template-preset-lekarna-savski-otok .block-cta .cta-panel .button,
.template-preset-lekarna-savski-otok .block-cta .cta-panel .cta-button {
  justify-self: end;
  min-width: max-content;
  min-height: 48px;
  padding: 13px 24px;
}

@media (max-width: 900px) {
  .template-preset-lekarna-savski-otok .block-cta > .cta-panel,
  .template-preset-lekarna-savski-otok .block-cta > .block-inner.cta-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 32px 24px !important;
    gap: 22px !important;
  }

  .template-preset-lekarna-savski-otok .block-cta.block-content-grid > .block-inner.cta-panel {
    width: min(100% - 28px, 680px);
  }

  .template-preset-lekarna-savski-otok .block-cta .cta-copy h2 {
    font-size: clamp(28px, 7.5vw, 38px) !important;
  }

  .template-preset-lekarna-savski-otok .block-cta .cta-panel .button,
  .template-preset-lekarna-savski-otok .block-cta .cta-panel .cta-button {
    justify-self: start;
    width: auto;
    max-width: 100%;
  }
}

/* === Lekarna news top rhythm (final cascade) === */
.template-preset-lekarna-savski-otok .blog-archive {
  padding-top: 35px !important;
}

.template-preset-lekarna-savski-otok .blog-detail {
  margin-top: 35px !important;
  padding-top: 0 !important;
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok .blog-archive {
    padding-top: 24px !important;
  }

  .template-preset-lekarna-savski-otok .blog-detail {
    margin-top: 24px !important;
    padding-top: 0 !important;
  }
}

/* === Newsletter footer consent === */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.osnovna-footer .newsletter-input-row {
  display: flex;
  align-items: stretch;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .18);
  border-radius: 16px;
  background: rgb(255 255 255 / .06);
}

.osnovna-footer .newsletter-input-row input {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0 14px;
  color: inherit;
  background: transparent;
}

.osnovna-footer .newsletter-input-row input::placeholder {
  color: color-mix(in srgb, currentColor 54%, transparent);
}

.osnovna-footer .newsletter-input-row button {
  display: grid;
  place-items: center;
  width: 58px;
  min-width: 58px;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: rgb(255 255 255 / .13);
  font-size: 28px;
  font-weight: 950;
  cursor: pointer;
}

.osnovna-footer .newsletter-input-row button:disabled {
  cursor: wait;
  opacity: .65;
}

.osnovna-footer .newsletter-consent {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 12px;
  line-height: 1.38;
}

.osnovna-footer .newsletter-consent input {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  padding: 0;
  accent-color: var(--brand-primary, #2563eb);
}

.osnovna-footer .newsletter-consent a {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsletter-message {
  min-height: 16px;
  margin: 0;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.newsletter-message:empty {
  display: none;
}

.newsletter-message.is-success {
  color: #34d399;
}

.newsletter-message.is-error {
  color: #fecaca;
}

.template-preset-lekarna-savski-otok .newsletter-message.is-success {
  color: #476a82;
}

.template-preset-lekarna-savski-otok .newsletter-message.is-error {
  color: #b42318;
}

/* === SEO heading normalization (final cascade) === */
.hero-copy h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 74px);
  line-height: .98;
  letter-spacing: 0;
}

.template-preset-lekarna-savski-otok {
  --template-h1-size: clamp(42px, 4.35vw, 64px);
  --template-card-title-size: clamp(21px, 1.28vw, 26px);
}

.template-preset-lekarna-savski-otok :where(.page-title, .block h1, .hero-copy h1, .hero-copy h2, .blog-archive h1, .blog-detail h1, main > h1) {
  max-width: 1040px;
  color: var(--template-heading-color, #172033) !important;
  font-size: var(--template-h1-size) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.template-preset-lekarna-savski-otok :where(.blog-card h2, .post-teaser h3, .posts-slide h3) {
  color: var(--template-heading-color, #172033) !important;
  font-size: var(--template-card-title-size) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

.template-preset-lekarna-savski-otok :where(.blog-card p, .post-teaser p, .posts-slide p) {
  color: var(--template-text-color, #476a82);
  font-size: clamp(14px, .9vw, 16px) !important;
  line-height: 1.48 !important;
}

.template-preset-lekarna-savski-otok .latest-posts-grid .post-teaser-featured h3 {
  font-size: clamp(25px, 2.1vw, 36px) !important;
}

@media (max-width: 1100px) {
  .template-preset-lekarna-savski-otok {
    --template-h1-size: clamp(38px, 6vw, 54px);
    --template-card-title-size: clamp(20px, 2.6vw, 25px);
  }
}

@media (max-width: 800px) {
  .hero-copy h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .template-preset-lekarna-savski-otok {
    --template-h1-size: clamp(36px, 9.5vw, 48px);
    --template-card-title-size: clamp(19px, 5vw, 23px);
  }

  .template-preset-lekarna-savski-otok .latest-posts-grid .post-teaser-featured h3 {
    font-size: clamp(22px, 6.2vw, 30px) !important;
  }
}

/* === Lekarna legal pages (client polish) === */
.template-preset-lekarna-savski-otok .legal-document-page {
  width: min(1440px, calc(100% - 64px));
  padding: 35px 0 90px;
}

.template-preset-lekarna-savski-otok .legal-document-inner {
  gap: 14px;
}

.template-preset-lekarna-savski-otok .legal-document-inner > h1 {
  max-width: none;
  color: var(--template-heading-color, #172033) !important;
  font-size: var(--template-h1-size) !important;
  line-height: 1.03 !important;
}

.template-preset-lekarna-savski-otok .legal-document-page .statement-lead {
  max-width: none;
  margin: 0 0 18px;
  color: var(--template-text-color, #476a82);
  font-size: clamp(18px, 1.18vw, 21px);
  line-height: 1.58;
}

.template-preset-lekarna-savski-otok .legal-document-content {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.template-preset-lekarna-savski-otok .legal-document-content h2 {
  margin: 42px 0 12px;
  color: var(--template-heading-color, #172033);
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.15;
}

.template-preset-lekarna-savski-otok .legal-document-content h3 {
  margin: 26px 0 8px;
  color: var(--template-heading-color, #172033);
  font-size: clamp(20px, 1.4vw, 24px);
  line-height: 1.22;
}

.template-preset-lekarna-savski-otok .legal-document-content p,
.template-preset-lekarna-savski-otok .legal-document-content li {
  max-width: none;
  color: var(--template-text-color, #476a82);
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.72;
}

.template-preset-lekarna-savski-otok .legal-document-content table {
  border-color: color-mix(in srgb, var(--template-text-color, #476a82) 18%, transparent);
  background: rgb(255 255 255 / .38);
  box-shadow: none;
}

.template-preset-lekarna-savski-otok .legal-document-content th {
  color: var(--template-heading-color, #172033);
  background: color-mix(in srgb, var(--template-primary, #476a82) 13%, white);
}

.template-preset-lekarna-savski-otok .legal-document-content td {
  color: var(--template-text-color, #476a82);
}

.template-preset-lekarna-savski-otok .legal-document-content .legal-note {
  max-width: none;
  padding: 18px 20px;
  border-left: 4px solid var(--template-accent, #b8dceb);
  border-radius: 14px;
  background: color-mix(in srgb, var(--template-accent, #b8dceb) 18%, white);
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok .legal-document-page {
    width: min(100% - 32px, 680px);
    padding: 24px 0 70px;
  }

  .template-preset-lekarna-savski-otok .legal-document-content table {
    display: block;
    overflow-x: auto;
    border-radius: 14px;
  }

  .template-preset-lekarna-savski-otok .legal-document-content th,
  .template-preset-lekarna-savski-otok .legal-document-content td {
    min-width: 180px;
    padding: 12px;
    font-size: 14px;
  }
}

/* === Lekarna news archive title rhythm (final cascade) === */
.template-preset-lekarna-savski-otok .blog-archive > .blog-breadcrumbs {
  margin-bottom: clamp(18px, 1.8vw, 28px) !important;
}

.template-preset-lekarna-savski-otok .blog-archive .blog-archive-head h1 {
  max-width: 1040px;
  color: var(--template-heading-color, #172033) !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok .blog-archive > .blog-breadcrumbs {
    margin-bottom: 16px !important;
  }

  .template-preset-lekarna-savski-otok .blog-archive .blog-archive-head h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
  }
}

/* === Lekarna news detail compact blocks and CTA polish (final cascade) === */
.template-preset-lekarna-savski-otok .blog-detail-hero {
  margin-bottom: clamp(17px, 2.1vw, 29px) !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body {
  gap: clamp(15px, 1.8vw, 27px) !important;
  padding-bottom: clamp(24px, 2.8vw, 43px) !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block:not(.block-cta) {
  padding-top: clamp(8px, 1.1vw, 15px) !important;
  padding-bottom: clamp(8px, 1.1vw, 15px) !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block-cta {
  padding-top: clamp(13px, 1.7vw, 24px) !important;
  padding-bottom: clamp(13px, 1.7vw, 24px) !important;
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block-cta > .cta-panel,
.template-preset-lekarna-savski-otok .blog-detail-body > .block-cta > .block-inner.cta-panel {
  min-height: 0;
  padding: clamp(32px, 3.4vw, 52px) clamp(28px, 4vw, 62px) !important;
  border-color: rgb(71 106 130 / .12);
  background:
    radial-gradient(circle at 84% 20%, rgb(255 255 255 / .72), transparent 31%),
    var(--cta-background);
}

.template-preset-lekarna-savski-otok .blog-detail-body > .block-cta .cta-copy h2 {
  font-size: clamp(30px, 2.8vw, 42px) !important;
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok .blog-detail-hero {
    margin-bottom: 15px !important;
  }

  .template-preset-lekarna-savski-otok .blog-detail-body {
    gap: 15px !important;
  }

  .template-preset-lekarna-savski-otok .blog-detail-body > .block:not(.block-cta) {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .template-preset-lekarna-savski-otok .blog-detail-body > .block-cta {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .template-preset-lekarna-savski-otok .blog-detail-body > .block-cta > .cta-panel,
  .template-preset-lekarna-savski-otok .blog-detail-body > .block-cta > .block-inner.cta-panel {
    padding: 28px 22px !important;
  }
}

/* === Block design overrides: block settings must win over template defaults === */
.block-has-text-color :where(
  .hero-copy,
  .hero-copy h1,
  .hero-copy h2,
  .hero-copy .lead,
  .hero-copy .eyebrow,
  .slide-content,
  .slide-content h1,
  .slide-content h2,
  .slide-content .lead,
  .slide-content .slide-eyebrow,
  .cta-copy,
  .cta-copy h2,
  .cta-text,
  .services-head,
  .services-head h2,
  .services-head p
) {
  color: var(--block-text-color) !important;
}

.block-has-background.block-hero,
.block-has-background.block-slider,
.block-has-background.block-cta,
.block-has-background.block-services {
  background: var(--block-background) !important;
}

.block-has-background.block-hero :where(.hero-grid),
.block-has-background.block-slider :where(.slider-track),
.block-has-background.block-cta :where(.cta-panel),
.block-has-background.block-services :where(.block-inner) {
  background: var(--block-background) !important;
}

.block-has-button-style :where(
  .hero-copy .button,
  .slide-content .button,
  .cta-panel .button,
  .cta-panel .cta-button,
  .content-form-panel .button,
  .form-panel .button,
  .blog-featured-card .button,
  .blog-card .button,
  .services-card .button
) {
  background: var(--block-button-background, var(--brand-primary)) !important;
  border-color: transparent !important;
  color: var(--block-button-text-color, #fff) !important;
  box-shadow: none !important;
}

.block-has-button-style :where(
  .hero-copy .button,
  .slide-content .button,
  .cta-panel .button,
  .cta-panel .cta-button,
  .content-form-panel .button,
  .form-panel .button,
  .blog-featured-card .button,
  .blog-card .button,
  .services-card .button
):hover {
  box-shadow: none !important;
}

.block-hero :where(.hero-copy .button),
.block-slider :where(.slide-content .button),
.block-cta :where(.cta-panel .button, .cta-panel .cta-button) {
  box-shadow: none !important;
}

.block-spacer {
  height: var(--spacer-height, 48px);
}

@media (max-width: 800px) {
  .block-spacer {
    height: var(--spacer-height-mobile, var(--spacer-height, 48px));
  }
}

/* Lekarna news final overrides */
.template-preset-lekarna-savski-otok .blog-archive .blog-archive-head h1,
.template-preset-lekarna-savski-otok .blog-detail h1 {
  max-width: 1040px;
  font-size: clamp(40px, 4.2vw, 62px) !important;
  line-height: 1.03 !important;
}

@media (max-width: 800px) {
  .template-preset-lekarna-savski-otok .blog-archive .blog-archive-head h1,
  .template-preset-lekarna-savski-otok .blog-detail h1 {
    font-size: clamp(32px, 8.5vw, 42px) !important;
    line-height: 1.06 !important;
  }
}
