/**
 * Blog archive + article ??professional industrial layout.
 */

:root {
  --zs-blog-ink: #152033;
  --zs-blog-muted: #667183;
  --zs-blog-line: rgba(21, 32, 51, 0.1);
  --zs-blog-accent: var(--color1, #284a9c);
  --zs-blog-bg: #f4f6f9;
  --zs-blog-rail: 320px;
  --zs-blog-gutter: clamp(16px, 3.2vw, 36px);
  --zs-blog-max: 1480px;
}

/* ???Archive heading ???*/
#leafs-new_list_212-17769460854400 .zs-news-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 4px;
}

#leafs-new_list_212-17769460854400 .leafs-el-h1-16,
#leafs-new_list_212-17769460854400 .zs-news-heading .leafs-el-h1-16 {
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;
  margin: 0 !important;
  color: var(--zs-blog-ink) !important;
  letter-spacing: -0.025em;
  text-align: left !important;
}

#leafs-new_list_212-17769460854400 .zs-news-heading__sub {
  margin: 0;
  max-width: 42em;
  font-size: 14px;
  line-height: 1.5;
  color: var(--zs-blog-muted);
  font-weight: 400;
}

#leafs-new_list_212-17769460854400 .zs-news-heading__sub::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin: 0 0 10px;
  background: var(--zs-blog-accent);
}

#leafs-new_list_212-17769460854400 .tIcon {
  display: none !important;
}

/* ???Archive shell: full-bleed band, single content rail ???*/
#leafs-new_list_212-17769460854400.zs-news-archive,
#leafs-new_list_212-17769460854400 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) var(--zs-blog-rail);
  column-gap: 32px;
  row-gap: 20px;
  align-items: start;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 28px max(var(--zs-blog-gutter), calc((100% - var(--zs-blog-max)) / 2)) 40px !important;
  box-sizing: border-box;
  background-color: var(--zs-blog-bg) !important;
}

#leafs-new_list_212-17769460854400 .leafs-el-container-15 {
  grid-column: 1 / -1;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 4px !important;
  text-align: left !important;
}

#leafs-new_list_212-17769460854400 .leafs-el-loop-1 {
  grid-column: 1;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#leafs-new_list_212-17769460854400 .zs-news-sidebar {
  grid-column: 2;
  position: sticky;
  top: 96px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

#leafs-new_list_212-17769460854400 .leafs-el-loop-1 .leafs-p-list {
  background: transparent !important;
  gap: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Never paint white on the outer article ??that caused the hover white footer */
#leafs-new_list_212-17769460854400 .leafs-p-loopitem,
#leafs-new_list_212-17769460854400 .zs-news-card,
#leafs-new_list_212-17769460854400 .zs-news-card.leafs-mod,
#leafs-new_list_212-17769460854400 .zs-news-card.leafs-mod.leafs-in,
#leafs-new_list_212-17769460854400 .zs-news-card.leafs-mod.leafs-in.leafs-lift:hover,
#leafs-new_list_212-17769460854400 .leafs-p-loopitem.leafs-mod.leafs-in.leafs-lift:hover,
#leafs-new_list_212-17769460854400 .leafs-cbox-1.leafs-p-loopitem:hover {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
  filter: none !important;
  opacity: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ???Editorial list cards ???*/
#leafs-new_list_212-17769460854400 .zs-news-card {
  flex: 0 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

#leafs-new_list_212-17769460854400 .zs-news-card__hit {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
}

#leafs-new_list_212-17769460854400 .zs-news-card__row,
#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-container-2 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid var(--zs-blog-line) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}

#leafs-new_list_212-17769460854400 .zs-news-card__row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

#leafs-new_list_212-17769460854400 .zs-news-card:hover .zs-news-card__row,
#leafs-new_list_212-17769460854400 .zs-news-card:focus-within .zs-news-card__row,
#leafs-new_list_212-17769460854400 .zs-news-card:hover .leafs-el-container-2,
#leafs-new_list_212-17769460854400 .leafs-cbox-1.zs-news-card:hover .leafs-el-container-2 {
  transform: none !important;
  background: #fff !important;
  background-color: #fff !important;
  border-color: rgba(40, 74, 156, 0.32) !important;
  box-shadow: 0 8px 24px rgba(21, 32, 51, 0.06) !important;
}

#leafs-new_list_212-17769460854400 .zs-news-card:hover .zs-news-card__row::before,
#leafs-new_list_212-17769460854400 .zs-news-card:focus-within .zs-news-card__row::before {
  background: var(--zs-blog-accent);
}

#leafs-new_list_212-17769460854400 .zs-news-card__media,
#leafs-new_list_212-17769460854400 .zs-news-card .leafs-cbox-2-1 {
  flex: 0 0 200px !important;
  width: 200px !important;
  max-width: 200px !important;
  min-width: 200px !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  order: 0 !important;
}

#leafs-new_list_212-17769460854400 .zs-news-card__copy,
#leafs-new_list_212-17769460854400 .zs-news-card .leafs-cbox-2-0 {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 6px;
  padding: 18px 22px !important;
  margin: 0 !important;
  order: 0 !important;
  align-self: stretch !important;
}

#leafs-new_list_212-17769460854400 .zs-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0;
}

#leafs-new_list_212-17769460854400 .zs-news-card__chip {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zs-blog-accent);
  background: rgba(40, 74, 156, 0.08);
  border: 0;
  border-radius: 2px;
}

#leafs-new_list_212-17769460854400 .zs-news-card__date,
#leafs-new_list_212-17769460854400 .zs-news-card__mins,
#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-timeFormat-4 {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--zs-blog-muted) !important;
  margin: 0 !important;
  letter-spacing: 0.01em;
}

#leafs-new_list_212-17769460854400 .zs-news-card__title,
#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-h2-13 {
  font-size: 17px !important;
  line-height: 1.35 !important;
  color: var(--zs-blog-ink) !important;
  margin: 0 !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em;
  transition: color 0.18s ease;
}

#leafs-new_list_212-17769460854400 .zs-news-card:hover .zs-news-card__title {
  color: var(--zs-blog-accent) !important;
}

#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-line-6 {
  display: none !important;
}

#leafs-new_list_212-17769460854400 .zs-news-card__excerpt,
#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-text-7,
#leafs-new_list_212-17769460854400 .zs-news-card p.leafs-el-text-7 {
  color: var(--zs-blog-muted) !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  white-space: normal !important;
}

#leafs-new_list_212-17769460854400 .zs-news-card__more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding-top: 8px;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: var(--zs-blog-accent);
}

#leafs-new_list_212-17769460854400 .zs-news-card__more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--zs-blog-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

#leafs-new_list_212-17769460854400 .zs-news-card:hover .zs-news-card__more::before,
#leafs-new_list_212-17769460854400 .zs-news-card:focus-within .zs-news-card__more::before {
  transform: scaleX(1);
}

#leafs-new_list_212-17769460854400 .zs-news-card__arrow {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

#leafs-new_list_212-17769460854400 .zs-news-card:hover .zs-news-card__arrow {
  transform: translateX(3px);
}

#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-image-3,
#leafs-new_list_212-17769460854400 .zs-news-card__thumb {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 132px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: auto !important;
  background: #e8ecf2 !important;
  border-radius: 0 !important;
}

/* Evolta-style cover morph: enter sharp from blur/stretch, leave reverse */
#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-image-3 img,
#leafs-new_list_212-17769460854400 .zs-news-card__thumb img {
  width: 100% !important;
  height: 100% !important;
  min-height: 132px;
  object-fit: cover !important;
  object-position: center;
  display: block;
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease !important;
}

#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-image-3 img:nth-child(1),
#leafs-new_list_212-17769460854400 .zs-news-card__thumb img:nth-child(1) {
  transform: translateX(50%) scaleX(2) !important;
  opacity: 0;
  filter: blur(10px);
}

#leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-image-3 img:nth-child(2),
#leafs-new_list_212-17769460854400 .zs-news-card__thumb img:nth-child(2) {
  position: absolute !important;
  inset: 0;
  object-fit: cover !important;
  transform: none !important;
  opacity: 1;
  filter: none;
}

#leafs-new_list_212-17769460854400 .zs-news-card:hover .leafs-el-image-3 img:nth-child(1),
#leafs-new_list_212-17769460854400 .zs-news-card:focus-within .leafs-el-image-3 img:nth-child(1),
#leafs-new_list_212-17769460854400 .zs-news-card:hover .zs-news-card__thumb img:nth-child(1),
#leafs-new_list_212-17769460854400 .zs-news-card:focus-within .zs-news-card__thumb img:nth-child(1) {
  transform: translateX(0) scaleX(1) !important;
  opacity: 1;
  filter: blur(0);
}

#leafs-new_list_212-17769460854400 .zs-news-card:hover .leafs-el-image-3 img:nth-child(2),
#leafs-new_list_212-17769460854400 .zs-news-card:focus-within .leafs-el-image-3 img:nth-child(2),
#leafs-new_list_212-17769460854400 .zs-news-card:hover .zs-news-card__thumb img:nth-child(2),
#leafs-new_list_212-17769460854400 .zs-news-card:focus-within .zs-news-card__thumb img:nth-child(2) {
  transform: translateX(-50%) scaleX(2) !important;
  opacity: 0;
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-image-3 img,
  #leafs-new_list_212-17769460854400 .zs-news-card__thumb img {
    transition: none !important;
    filter: none !important;
  }
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-image-3 img:nth-child(1),
  #leafs-new_list_212-17769460854400 .zs-news-card__thumb img:nth-child(1) {
    display: none !important;
  }
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-image-3 img:nth-child(2),
  #leafs-new_list_212-17769460854400 .zs-news-card__thumb img:nth-child(2) {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

#leafs-new_list_212-17769460854400 .zs-news-empty {
  padding: 36px 20px;
  text-align: center;
  color: var(--zs-blog-muted);
  font-size: 14px;
  border: 1px dashed var(--zs-blog-line);
  background: #fff;
  border-radius: 4px;
}

#leafs-new_list_212-17769460854400 .zs-news-pager,
#leafs-new_list_212-17769460854400 .page_con.zs-news-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin: 8px 0 0 !important;
  padding: 8px 0 0;
}

#leafs-new_list_212-17769460854400 .zs-news-pager .page_a {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(40, 74, 156, 0.16);
  border-radius: 3px;
  background: #fff;
  color: var(--zs-blog-ink);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

#leafs-new_list_212-17769460854400 .zs-news-pager .page_a:hover {
  border-color: var(--zs-blog-accent);
  color: var(--zs-blog-accent);
}

#leafs-new_list_212-17769460854400 .zs-news-pager .page_a.current {
  background: var(--zs-blog-accent);
  border-color: var(--zs-blog-accent);
  color: #fff;
}

#leafs-new_list_212-17769460854400 .zs-news-pager .page_a.disabled {
  opacity: 0.35;
  pointer-events: none;
}

#leafs-new_list_212-17769460854400 > input,
#leafs-new_list_212-17769460854400 > script {
  display: none !important;
}

/* ???Archive right sidebar ???*/
.zs-news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zs-news-side__block {
  background: #fff;
  border: 1px solid var(--zs-blog-line);
  border-radius: 4px;
  padding: 16px 16px 14px;
}

.zs-news-side__h {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--zs-blog-line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zs-blog-ink);
}

.zs-news-side__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zs-news-side__nav li {
  margin: 0;
}

.zs-news-side__nav a {
  display: block;
  padding: 9px 10px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--zs-blog-ink);
  text-decoration: none;
  border-left: 2px solid transparent;
  border-radius: 0 2px 2px 0;
  transition: background 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.zs-news-side__nav li.is-active a,
.zs-news-side__nav a:hover {
  color: var(--zs-blog-accent);
  background: rgba(40, 74, 156, 0.06);
  border-left-color: var(--zs-blog-accent);
  font-weight: 600;
}

.zs-news-side__latest {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zs-news-side__latest li {
  border-bottom: 1px solid rgba(21, 32, 51, 0.08);
}

.zs-news-side__latest li:last-child {
  border-bottom: 0;
}

.zs-news-side__latest a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 11px 2px;
  text-decoration: none;
}

.zs-news-side__latest-t {
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--zs-blog-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zs-news-side__latest a:hover .zs-news-side__latest-t {
  color: var(--zs-blog-accent);
}

.zs-news-side__latest-d {
  font-size: 12px;
  color: var(--zs-blog-muted);
}

.zs-news-side__latest .is-empty {
  font-size: 13px;
  color: var(--zs-blog-muted);
  padding: 8px 0;
}

.zs-news-sidebar .zs-side-cta {
  margin-top: 0;
  border-radius: 4px;
}

/* News toolbar: category tabs + breadcrumbs */
body.zs-is-news-archive .zs-news-toolbar,
body.zs-is-article .zs-news-toolbar,
#leafs-category_435_P_024-17736585641790.zs-news-toolbar,
#leafs-category_435_P_024-17871198906050.zs-news-toolbar {
  background: #fff !important;
  border-bottom: 1px solid var(--zs-blog-line);
  min-height: 0 !important;
  /* CMS article.css used padding-top:120px for header clearance — kills the banner gap */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Product archive: kill CMS white crumb bar (gradient fill is set below) */
body.zs-is-product-archive #leafs-category_435-17339923899810.zs-news-toolbar,
body.zs-is-product-archive .zs-product-toolbar.zs-news-toolbar {
  border-bottom: 0 !important;
  min-height: 0 !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-container-1,
body.zs-is-article .zs-news-toolbar .leafs-el-container-1,
#leafs-category_435_P_024-17736585641790.zs-news-toolbar .leafs-el-container-1,
#leafs-category_435_P_024-17871198906050.zs-news-toolbar .leafs-el-container-1 {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 24px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 max(var(--zs-blog-gutter, 24px), calc((100% - var(--zs-blog-max, 1480px)) / 2)) !important;
  box-sizing: border-box;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-cbox-1-0,
body.zs-is-article .zs-news-toolbar .leafs-cbox-1-0 {
  flex: 1 1 auto !important;
  min-width: 0;
  align-self: stretch !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-cbox-1-1,
body.zs-is-article .zs-news-toolbar .leafs-cbox-1-1 {
  flex: 0 1 auto !important;
  align-self: center !important;
  max-width: min(420px, 42%);
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  width: 100%;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_mbtn,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_mbtn,
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_mput,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_mput {
  display: none !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_tree,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_tree {
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
  right: auto !important;
  z-index: 1 !important;
  max-height: none !important;
  transform: none !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 ul,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 ul,
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_content,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_content {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  float: none !important;
  overflow: visible !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 li,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 li {
  position: relative;
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 li::after,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 li::after,
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 li:after,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 li:after {
  display: none !important;
  content: none !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13.5px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1 a,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1 a,
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .deep a,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .deep a {
  display: inline-flex !important;
  align-items: center;
  min-height: 52px;
  padding: 14px 16px !important;
  color: var(--zs-blog-muted) !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1 a:hover,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1 a:hover,
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .deep:hover a,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .deep:hover a {
  color: var(--zs-blog-accent) !important;
  background: transparent !important;
}

/* Kill CMS blue pill on hover — it left dark type on blue and made labels unreadable */
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .deep:hover,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .deep:hover,
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1:hover,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1:hover,
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .active > p,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .active > p {
  background: transparent !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_item.is-active .leafs-p-c_title1 a,
body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1.is-active a,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_item.is-active .leafs-p-c_title1 a,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1.is-active a {
  color: var(--zs-blog-accent) !important;
  font-weight: 650 !important;
  border-bottom-color: var(--zs-blog-accent);
  background: transparent !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_item.is-active::before,
body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_item.is-active::before {
  display: none !important;
  content: none !important;
}

/* Breadcrumbs */
body.zs-is-news-archive .zs-news-toolbar .leafs-el-breadcrumb-2,
body.zs-is-article .zs-news-toolbar .leafs-el-breadcrumb-2 {
  width: 100%;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumb,
body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumb {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end !important;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumbItem,
body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem {
  display: inline-flex !important;
  align-items: center;
  position: relative;
  max-width: 220px;
  padding: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  color: var(--zs-blog-muted) !important;
  font-weight: 400 !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumbItem:not(:first-child),
body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem:not(:first-child) {
  padding-left: 18px !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumbItem:not(:first-child)::before,
body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem:not(:first-child)::before {
  content: "/" !important;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #b0b7c3;
  font-weight: 400;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumbItem .leafs-p-title,
body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem .leafs-p-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumbItem a,
body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem a {
  color: var(--zs-blog-muted) !important;
  text-decoration: none !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumbItem a:hover,
body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem a:hover {
  color: var(--zs-blog-accent) !important;
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumbItem:last-child,
body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem:last-child {
  color: var(--zs-blog-ink) !important;
  font-weight: 550 !important;
  max-width: min(280px, 50vw);
}

body.zs-is-news-archive .zs-news-toolbar .leafs-p-icon,
body.zs-is-article .zs-news-toolbar .leafs-p-icon {
  display: none !important;
}

@media (max-width: 768px) {
  body.zs-is-news-archive .zs-news-toolbar .leafs-el-container-1,
  body.zs-is-article .zs-news-toolbar .leafs-el-container-1 {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.zs-is-news-archive .zs-news-toolbar .leafs-cbox-1-0,
  body.zs-is-news-archive .zs-news-toolbar .leafs-cbox-1-1,
  body.zs-is-article .zs-news-toolbar .leafs-cbox-1-0,
  body.zs-is-article .zs-news-toolbar .leafs-cbox-1-1 {
    flex: 1 1 auto !important;
    max-width: none !important;
    width: 100% !important;
  }

  body.zs-is-news-archive .zs-news-toolbar .leafs-cbox-1-1 {
    order: -1;
    padding: 10px 0 0 !important;
  }

  body.zs-is-news-archive .zs-news-toolbar .leafs-p-breadcrumb,
  body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumb {
    justify-content: flex-start !important;
  }

  body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_mbtn,
  body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_mbtn {
    display: none !important;
  }

  body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_tree,
  body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_tree {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    left: auto !important;
    background: transparent !important;
  }

  body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 ul,
  body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 ul {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
  }

  body.zs-is-news-archive .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1 a,
  body.zs-is-article .zs-news-toolbar .leafs-el-categoryB-3 .leafs-p-c_title1 a {
    min-height: 44px;
    padding: 12px 12px !important;
    white-space: nowrap;
  }
}

/* ???Single article heading stays in article shell ???*/

/* ???Single article: main column + sticky sidebar ???*/
.zs-article-doc {
  --zs-article-ink: var(--zs-blog-ink);
  --zs-article-muted: var(--zs-blog-muted);
  --zs-article-accent: var(--zs-blog-accent);
  background: var(--zs-blog-bg) !important;
  padding: 28px 0 48px !important;
}

.zs-article-doc > .leafs-el-container-1 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 28px !important;
  width: min(1480px, 94%) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.zs-article-doc > .leafs-el-container-1 > .leafs-p-item {
  flex: none !important;
  max-width: none !important;
  margin-left: 0 !important;
}

.zs-article-doc > .leafs-el-container-1 > .leafs-cbox-1-0 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.zs-article-doc > .leafs-el-container-1 > .leafs-cbox-1-1 {
  flex: 0 0 300px !important;
  width: 300px !important;
  max-width: 300px !important;
  position: sticky;
  top: 96px;
  align-self: flex-start;
}

/* Main article card */
.zs-article-doc .leafs-el-container-9 {
  background: #fff !important;
  border: 1px solid var(--zs-blog-line) !important;
  padding: 32px 36px 36px !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  box-shadow: 0 8px 28px rgba(20, 40, 90, 0.04);
}

.zs-article-doc .leafs-el-h1-45 {
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.3 !important;
  color: var(--zs-article-ink) !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em;
  max-width: none;
  margin: 0 0 10px !important;
}

.zs-article-doc .leafs-el-line-11 {
  margin: 0 0 14px !important;
  border-color: var(--zs-blog-line) !important;
}

.zs-article-doc .leafs-el-container-46 {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 0 16px !important;
  width: 100% !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.zs-article-doc .leafs-el-container-46 > .leafs-p-item {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* | separators: chip · mins · Author · Time (no leading pipe on first meta group) */
.zs-article-meta__mins::before,
.zs-article-doc .leafs-el-container-46 > .zs-article-meta + .leafs-p-item::before,
.zs-article-doc .leafs-el-container-46 > .leafs-p-item + .leafs-p-item::before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: var(--zs-article-muted, #8a93a3);
  font-weight: 400;
  opacity: 0.7;
  speak: never;
}

.zs-article-doc .leafs-el-container-46 .leafs-el-container-13,
.zs-article-doc .leafs-el-container-46 .leafs-el-container-47 {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 4px 6px !important;
  width: auto !important;
}

.zs-article-doc .leafs-el-container-46 .leafs-el-container-13 > .leafs-p-item,
.zs-article-doc .leafs-el-container-46 .leafs-el-container-47 > .leafs-p-item {
  flex: 0 0 auto !important;
  width: auto !important;
}

.zs-article-doc .leafs-el-text-18,
.zs-article-doc .leafs-el-text-49,
.zs-article-doc .leafs-el-text-51,
.zs-article-doc .leafs-el-timeFormat-48 {
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  white-space: nowrap;
}

.zs-article-meta {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

.zs-article-meta__chip {
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--zs-article-accent);
  background: rgba(40, 74, 156, 0.07);
  border: 1px solid rgba(40, 74, 156, 0.14);
  white-space: nowrap;
}

.zs-article-meta__mins {
  font-size: 11px;
  color: var(--zs-article-muted);
  white-space: nowrap;
}

.zs-article-heading.is-banner-moved {
  display: none !important;
}

/* Cover / featured image */
.zs-article-doc .leafs-el-container-12 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.zs-article-doc .leafs-el-container-12 > .leafs-p-item {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.zs-article-hero {
  display: block;
  margin: 0 0 22px;
  overflow: hidden;
  background: #e8edf5;
  border: 1px solid var(--zs-blog-line);
  aspect-ratio: 16 / 9;
  max-height: 420px;
}

.zs-article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zs-article-doc .leafs-el-richText-15 {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #2a3340 !important;
  max-width: none;
  margin-top: 0 !important;
}

.zs-article-doc .leafs-el-richText-15 p {
  margin: 0 0 1.05em;
}

.zs-article-doc .leafs-el-richText-15 h2 {
  font-size: 1.25em;
  margin: 1.5em 0 0.55em;
  padding: 0 0 0 12px;
  line-height: 1.35;
  color: var(--zs-article-ink);
  font-weight: 700;
  letter-spacing: -0.02em;
  border-left: 3px solid var(--zs-article-accent, #284a9c);
}

.zs-article-doc .leafs-el-richText-15 h3 {
  font-size: 1.08em;
  margin: 1.25em 0 0.4em;
  line-height: 1.35;
  color: var(--zs-article-ink);
  font-weight: 650;
}

.zs-article-doc .leafs-el-richText-15 ul,
.zs-article-doc .leafs-el-richText-15 ol {
  padding-left: 1.2em;
  margin: 0 0 1em;
}

.zs-article-doc .leafs-el-richText-15 li {
  margin: 0 0 0.35em;
}

.zs-article-doc .leafs-el-richText-15 img {
  max-width: 100%;
  height: auto;
  margin: 0.85em 0;
  border: 1px solid var(--zs-blog-line, #e4e8ef);
}

.zs-article-doc .leafs-el-richText-15 a {
  color: var(--zs-article-accent, #284a9c);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.zs-article-doc .leafs-el-richText-15 blockquote {
  margin: 1.1em 0;
  padding: 12px 16px 12px 18px;
  border-left: 3px solid var(--zs-article-accent, #284a9c);
  background: rgba(40, 74, 156, 0.04);
  color: #3a4452;
}

.zs-article-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 28px 0 4px;
  padding-top: 18px;
  border-top: 1px solid var(--zs-blog-line);
}

.zs-article-share__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zs-article-muted);
  margin-right: 2px;
}

.zs-article-doc .zs-article-share a.zs-article-share__btn,
.zs-article-share__btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 600;
  color: #1a2332 !important;
  text-decoration: none !important;
  border: 1px solid rgba(40, 74, 156, 0.18);
  background: #f7f9fc;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.zs-article-doc .zs-article-share a.zs-article-share__btn:hover,
.zs-article-doc .zs-article-share a.zs-article-share__btn:focus,
.zs-article-share__btn:hover,
.zs-article-share__btn:focus {
  color: #1a2332 !important;
  background: #e4ecf8;
  border-color: #284a9c;
  text-decoration: none !important;
}

button.zs-article-share__btn {
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.zs-article-share__btn.is-copied {
  background: #e8f5ee;
  border-color: #2a7a52;
}

.zs-article-doc .leafs-el-container-36 {
  display: none !important;
}

/* —— Prev / Next: always one row —— */
.zs-article-adj {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 0;
  margin: 24px 0 6px;
  padding: 0;
  border: 1px solid var(--zs-blog-line, #e4e8ef);
  background: #fff;
  overflow: hidden;
}

.zs-article-adj__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 50%;
  min-width: 0;
  min-height: 72px;
  padding: 10px 14px;
  border: 0;
  background: transparent;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.zs-article-adj__item:hover {
  background: rgba(40, 74, 156, 0.04);
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.zs-article-adj__item--next {
  justify-content: flex-end;
  text-align: right;
  border-left: 1px solid var(--zs-blog-line, #e4e8ef);
}

.zs-article-adj__item.is-empty {
  opacity: 0.5;
  pointer-events: none;
  box-shadow: none;
  transform: none;
}

.zs-article-adj__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 54px;
  overflow: hidden;
  background: #eef1f6;
}

.zs-article-adj__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.zs-article-adj__item:hover .zs-article-adj__thumb img {
  transform: scale(1.06);
}

.zs-article-adj__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.zs-article-adj__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--zs-article-muted, #8a93a3);
}

.zs-article-adj__title {
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.35;
  color: var(--zs-article-ink, #1a2332);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.zs-article-adj__item:hover .zs-article-adj__title {
  color: var(--zs-article-accent, #284a9c);
}

.zs-article-adj__none {
  font-size: 13px;
  font-style: italic;
  color: #9aa3af;
}

/* —— Bottom related articles —— */
.zs-article-more {
  margin: 28px 0 8px;
  padding-top: 8px;
}

.zs-article-more__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--zs-blog-line, #e4e8ef);
}

.zs-article-more__heading {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--zs-article-ink, #1a2332);
}

.zs-article-more__all {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: var(--zs-article-accent, #284a9c);
  text-decoration: none;
}

.zs-article-more__all:hover {
  text-decoration: underline;
}

.zs-article-more__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.zs-article-more__card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--zs-blog-line, #e4e8ef);
  overflow: hidden;
  transition:
    border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.zs-article-more__card:hover {
  border-color: rgba(40, 74, 156, 0.28);
  box-shadow: 0 12px 28px rgba(20, 40, 90, 0.08);
}

.zs-article-more__hit {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.zs-article-more__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f6;
}

.zs-article-more__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.zs-article-more__card:hover .zs-article-more__media img {
  transform: scale(1.04);
}

.zs-article-more__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  padding: 14px 14px 16px;
}

.zs-article-more__chip {
  align-self: flex-start;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zs-article-accent, #284a9c);
  background: rgba(40, 74, 156, 0.07);
  border: 1px solid rgba(40, 74, 156, 0.14);
}

.zs-article-more__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--zs-article-ink, #1a2332);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zs-article-more__card:hover .zs-article-more__title {
  color: var(--zs-article-accent, #284a9c);
}

.zs-article-more__excerpt {
  font-size: 13px;
  line-height: 1.55;
  color: var(--zs-article-muted, #64748b);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zs-article-more__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
  font-size: 12px;
  color: var(--zs-article-muted, #8a93a3);
}

.zs-article-more__read {
  font-weight: 650;
  color: var(--zs-article-accent, #284a9c);
}

@media (max-width: 900px) {
  .zs-article-more__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .zs-article-adj {
    grid-template-columns: unset;
  }
  .zs-article-adj__item {
    gap: 8px;
    min-height: 64px;
    padding: 8px 10px;
  }
  .zs-article-adj__thumb {
    flex-basis: 52px;
    width: 52px;
    height: 40px;
  }
  .zs-article-adj__title {
    font-size: 12.5px;
  }
  .zs-article-adj__item--next {
    justify-content: flex-end;
    text-align: right;
    flex-direction: row;
  }
  .zs-article-more__grid {
    grid-template-columns: 1fr;
  }
  .zs-article-doc .leafs-el-container-9 {
    padding: 20px 16px 24px !important;
  }
}

.zs-article-doc .leafs-el-text-42,
.zs-article-doc .leafs-el-text-38 {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--zs-article-muted) !important;
}

.zs-article-doc .leafs-el-text-41,
.zs-article-doc .leafs-el-text-39,
.zs-article-doc .leafs-el-text-41 a,
.zs-article-doc .leafs-el-text-39 a {
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  color: var(--zs-article-accent);
  text-decoration: none;
  font-weight: 500;
}

.zs-article-doc .leafs-el-text-41 a:hover,
.zs-article-doc .leafs-el-text-39 a:hover {
  text-decoration: underline;
}

.zs-article-doc .is-empty {
  color: #9aa3af;
  font-style: italic;
  font-size: 12px;
}

/* Right sidebar panel */
.zs-article-doc .leafs-cbox-1-1 > .leafs-el-container-2 {
  background: #fff !important;
  border: 1px solid var(--zs-blog-line) !important;
  padding: 14px 14px 16px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box;
  overflow: visible !important;
}

.zs-article-doc .leafs-cbox-1-1 .leafs-el-text-44 {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zs-article-ink) !important;
  margin: 0 0 10px !important;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--zs-blog-line);
  text-align: left !important;
}

/* Related list: force vertical stack (override article.css 33.3% grid) */
.zs-article-doc .leafs-el-loop-4 {
  width: 100% !important;
}

.zs-article-doc .leafs-el-loop-4 .leafs-p-list {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: 100% !important;
}

.zs-article-doc .leafs-el-loop-4 .leafs-p-loopitem,
.zs-article-doc .leafs-el-loop-4 .zs-related-card {
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  position: relative;
}

.zs-article-doc .leafs-el-loop-4 .zs-side-cta {
  flex: 0 0 auto;
  width: 100%;
}

.zs-related-card {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(40, 74, 156, 0.08);
}

.zs-related-card:last-of-type {
  border-bottom: 0;
}

.zs-related-card .leafs-el-container-5 {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  width: 100% !important;
}

#leafs-static_001-17740734222900.zs-article-doc .zs-related-card .leafs-el-image-6,
.zs-article-doc .zs-related-card .leafs-el-image-6 {
  flex: 0 0 72px !important;
  width: 72px !important;
  height: 54px !important;
  max-width: 72px !important;
  max-height: 54px !important;
  aspect-ratio: auto !important;
  overflow: hidden;
  background: #eef1f6;
  margin: 0 !important;
}

.zs-article-doc .zs-related-card .leafs-el-image-6 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}

.zs-related-card:hover .leafs-el-image-6 img {
  transform: scale(1.04);
}

.zs-article-doc .zs-related-card .leafs-el-image-6 img {
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.zs-related-card .leafs-el-text-7 {
  margin: 0 0 2px !important;
  flex: 1;
  min-width: 0;
}

.zs-related-card__body {
  flex: 1;
  min-width: 0;
}

.zs-related-card .leafs-el-text-7 a {
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--zs-article-ink);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zs-related-card:hover .leafs-el-text-7 a {
  color: var(--zs-article-accent);
}

.zs-related-card .leafs-el-timeFormat-8 {
  font-size: 11px !important;
  color: var(--zs-article-muted) !important;
  margin: 0 !important;
}

.zs-related-card .leafs-el-line-26 {
  display: none;
}

.zs-related-empty {
  padding: 8px 0;
  color: var(--zs-article-muted);
  font-size: 12px;
}

/* Sidebar CTA */
.zs-side-cta {
  margin-top: 12px;
  padding: 12px;
  background: var(--zs-blog-bg);
  border: 1px solid var(--zs-blog-line);
  border-left: 2px solid var(--zs-blog-accent);
}

.zs-side-cta__eyebrow {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zs-blog-accent);
}

.zs-side-cta__title {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--zs-blog-ink);
}

.zs-side-cta__text {
  margin: 0 0 10px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--zs-blog-muted);
}

.zs-side-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  background: var(--zs-blog-accent);
  color: #fff;
  border: 1px solid var(--zs-blog-accent);
}

.zs-side-cta__btn:hover {
  filter: brightness(1.05);
  color: #fff;
}

.zs-side-cta__mail {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  text-align: center;
  color: var(--zs-blog-accent);
  text-decoration: none;
  word-break: break-all;
}

@media (max-width: 1100px) {
  :root {
    --zs-blog-rail: 280px;
  }

  #leafs-new_list_212-17769460854400 .zs-news-card__media,
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-cbox-2-1 {
    flex: 0 0 168px !important;
    width: 168px !important;
    max-width: 168px !important;
    min-width: 168px !important;
  }

  #leafs-new_list_212-17769460854400 .zs-news-card__copy,
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-cbox-2-0 {
    padding: 16px 18px !important;
  }
}

@media (max-width: 992px) {
  #leafs-new_list_212-17769460854400.zs-news-archive,
  #leafs-new_list_212-17769460854400 {
    grid-template-columns: 1fr;
    padding-top: 22px !important;
  }

  #leafs-new_list_212-17769460854400 .zs-news-sidebar {
    grid-column: 1;
    position: static;
    order: 3;
  }

  #leafs-new_list_212-17769460854400 .leafs-el-h1-16,
  #leafs-new_list_212-17769460854400 .zs-news-heading .leafs-el-h1-16 {
    font-size: 22px !important;
    text-align: left !important;
  }

  #leafs-new_list_212-17769460854400 .zs-news-heading {
    align-items: flex-start;
  }

  /* Kill CMS 72%/25% two-column: main was stuck at ~72% width on phones */
  #leafs-static_001-17740734222900.zs-article-doc > .leafs-el-container-1,
  .zs-article-doc > .leafs-el-container-1 {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  #leafs-static_001-17740734222900.zs-article-doc > .leafs-el-container-1 > .leafs-p-item,
  #leafs-static_001-17740734222900.zs-article-doc > .leafs-el-container-1 > .leafs-cbox-1-0,
  #leafs-static_001-17740734222900.zs-article-doc > .leafs-el-container-1 > .leafs-cbox-1-1,
  .zs-article-doc > .leafs-el-container-1 > .leafs-p-item,
  .zs-article-doc > .leafs-el-container-1 > .leafs-cbox-1-0,
  .zs-article-doc > .leafs-el-container-1 > .leafs-cbox-1-1 {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: static !important;
  }

  .zs-article-doc .leafs-el-container-9 {
    padding: 18px 14px 22px !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Hide leftover title rule when H1 moved to poster */
  .zs-article-doc .leafs-el-line-11 {
    display: none !important;
  }

  /* Meta: wrap instead of horizontal scroll (scrollbar looked like a gray bar) */
  .zs-article-doc .leafs-el-container-46 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 4px !important;
    margin: 0 0 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    overflow-x: visible !important;
  }

  .zs-article-doc .leafs-el-container-46 > .leafs-p-item,
  .zs-article-doc .leafs-el-container-46 > .zs-article-meta {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .zs-article-meta {
    flex-wrap: wrap !important;
    white-space: normal !important;
    gap: 6px 0 !important;
    width: 100% !important;
  }

  .zs-article-meta__chip {
    font-size: 10px;
    padding: 3px 8px;
  }

  .zs-article-meta__mins,
  .zs-article-doc .leafs-el-container-46 .leafs-el-text-18,
  .zs-article-doc .leafs-el-container-46 .leafs-el-text-49,
  .zs-article-doc .leafs-el-container-46 .leafs-el-text-51,
  .zs-article-doc .leafs-el-container-46 .leafs-el-timeFormat-48 {
    font-size: 12px !important;
    white-space: normal !important;
  }

  .zs-article-meta__mins::before,
  .zs-article-doc .leafs-el-container-46 > .zs-article-meta + .leafs-p-item::before,
  .zs-article-doc .leafs-el-container-46 > .leafs-p-item + .leafs-p-item::before {
    margin: 0 8px;
  }

  .zs-article-doc .leafs-el-container-46 .leafs-el-container-13,
  .zs-article-doc .leafs-el-container-46 .leafs-el-container-47 {
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }

  /* Light dock clearance only — large padding looked like a blank right column */
  .zs-article-doc .leafs-el-richText-15 {
    padding-right: 8px !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .zs-article-doc .leafs-el-richText-15 p,
  .zs-article-doc .leafs-el-richText-15 li {
    max-width: 100%;
  }

  .zs-article-doc .leafs-el-richText-15 img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Breadcrumb: allow wrap, don't force single-line ellipsis clash */
  body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumb {
    flex-wrap: wrap !important;
    row-gap: 4px !important;
    max-width: 100% !important;
  }

  body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem {
    max-width: 100% !important;
  }

  body.zs-is-article .zs-news-toolbar .leafs-p-breadcrumbItem .leafs-p-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .zs-article-hero {
    max-height: 240px;
    margin-bottom: 16px;
  }

  .zs-article-doc .leafs-el-h1-45 {
    font-size: 22px !important;
  }
}

@media (max-width: 720px) {
  #leafs-new_list_212-17769460854400 .zs-news-card__row,
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-container-2 {
    flex-direction: column !important;
  }

  #leafs-new_list_212-17769460854400 .zs-news-card__media,
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-cbox-2-1 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 180px !important;
  }

  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-image-3,
  #leafs-new_list_212-17769460854400 .zs-news-card__thumb {
    min-height: 180px !important;
  }

  #leafs-new_list_212-17769460854400 .zs-news-card__copy,
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-cbox-2-0 {
    padding: 16px !important;
  }

  #leafs-new_list_212-17769460854400 .zs-news-card__title,
  #leafs-new_list_212-17769460854400 .zs-news-card .leafs-el-h2-13 {
    font-size: 16px !important;
  }

  .zs-article-doc .leafs-el-h1-45 {
    font-size: 18px !important;
  }

  .zs-article-hero {
    max-height: 180px;
  }
}


/* —— Product archive / category: breadcrumb white tab on poster, aligned to content —— */
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770.zs-product-hero,
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770 {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}

/* Crumb strip sits under the poster; page-gray fill + 32px air before modules.
   Tab docks via translateY(-100%) so its bottom flush-aligns to the poster edge. */
body.zs-is-product-archive #leafs-category_435-17339923899810,
body.zs-is-product-archive #leafs-category_435-17339923899810.zs-news-toolbar,
body.zs-is-product-archive #leafs-category_435-17339923899810.zs-product-toolbar,
body.zs-is-product-archive .zs-product-toolbar.zs-news-toolbar {
  background: var(--bg, #f5f5f5) !important;
  background-color: var(--bg, #f5f5f5) !important;
  border: 0 !important;
  border-bottom: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 32px !important;
  position: relative;
  z-index: 6;
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  box-shadow: none !important;
}

/* Same horizontal track as Categories / product grid (90% · max 1600px) */
body.zs-is-product-archive .zs-news-toolbar .leafs-el-container-1,
body.zs-is-product-archive .zs-product-toolbar__inner,
body.zs-is-product-archive #leafs-category_435-17339923899810 .leafs-el-container-1 {
  display: block !important;
  position: relative !important;
  width: min(90%, 1600px) !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-cbox-1-1,
body.zs-is-product-archive .zs-news-toolbar .leafs-el-categoryB-3 {
  display: none !important;
}

/* The white tab — bottom edge flush with poster / gray seam */
body.zs-is-product-archive .zs-news-toolbar .leafs-cbox-1-0,
body.zs-is-product-archive .zs-news-toolbar .zs-product-toolbar__crumbs,
body.zs-is-product-archive #leafs-category_435-17339923899810 .leafs-el-container-1 > .leafs-p-item.leafs-cbox-1-0 {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 100% !important;
  top: auto !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 28px 14px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 14px 14px 0 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
  z-index: 2;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-el-breadcrumb-2 {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumb,
body.zs-is-product-archive #leafs-category_435-17339923899810 .leafs-p-breadcrumb {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem,
body.zs-is-product-archive #leafs-category_435-17339923899810 .leafs-p-breadcrumbItem {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  color: #9aa3b2 !important;
  font-weight: 400 !important;
  list-style: none !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem:not(:first-child),
body.zs-is-product-archive #leafs-category_435-17339923899810 .leafs-p-breadcrumbItem:not(:first-child) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem:not(:first-child)::before,
body.zs-is-product-archive #leafs-category_435-17339923899810 .leafs-p-breadcrumbItem:not(:first-child)::before {
  content: "|" !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  transform: none !important;
  color: #c8ced8 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
  opacity: 1 !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem .leafs-p-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  color: inherit !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem a {
  color: #9aa3b2 !important;
  text-decoration: none !important;
  transition: color 0.18s ease;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem a:hover {
  color: var(--zs-blog-accent, #284a9c) !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem:last-child {
  color: #1b2a4a !important;
  font-weight: 600 !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem:last-child .leafs-p-title {
  color: #1b2a4a !important;
  font-weight: 600 !important;
}

body.zs-is-product-archive .zs-news-toolbar .leafs-p-icon {
  display: none !important;
}

/* Product / news title — moved into banner; collapse white strip */
#leafs-static_001-1786414078187,
body.zs-is-product-archive #leafs-static_001-1786414078187,
#leafs-new_list_212-17769460854400 .leafs-el-container-15.fa_htitle,
#leafs-new_list_212-17769460854400 .zs-news-heading.is-banner-moved,
body.zs-is-news-archive #leafs-new_list_212-17769460854400 .leafs-el-container-15.fa_htitle {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

/* —— Archive / article hero banner title (readable on busy photo) —— */
#leafs-static_001_P_10334-17815116171770.zs-product-hero .leafs-el-bannerA-1,
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770 .leafs-el-bannerA-1,
#leafs-static_001_P_10334-17851336734660.zs-product-hero .leafs-el-bannerA-1,
body.zs-is-news-archive #leafs-static_001_P_10334-17851336734660 .leafs-el-bannerA-1,
#zs-article-banner.zs-product-hero .leafs-el-bannerA-1,
body.zs-is-article #zs-article-banner .leafs-el-bannerA-1,
#zs-product-banner.zs-product-hero .leafs-el-bannerA-1,
body.zs-has-product-banner #zs-product-banner .leafs-el-bannerA-1,
#zs-page-banner.zs-product-hero .leafs-el-bannerA-1,
body.zs-has-page-banner #zs-page-banner .leafs-el-bannerA-1 {
  position: relative !important;
  overflow: hidden;
}

#leafs-static_001_P_10334-17815116171770.zs-product-hero .leafs-p-slide,
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770 .leafs-p-slide,
#leafs-static_001_P_10334-17851336734660.zs-product-hero .leafs-p-slide,
body.zs-is-news-archive #leafs-static_001_P_10334-17851336734660 .leafs-p-slide,
#zs-article-banner.zs-product-hero .leafs-p-slide,
body.zs-is-article #zs-article-banner .leafs-p-slide,
#zs-product-banner.zs-product-hero .leafs-p-slide,
body.zs-has-product-banner #zs-product-banner .leafs-p-slide,
#zs-page-banner.zs-product-hero .leafs-p-slide,
body.zs-has-page-banner #zs-page-banner .leafs-p-slide {
  position: relative !important;
}

#leafs-static_001_P_10334-17815116171770.zs-product-hero .leafs-p-img,
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770 .leafs-p-img,
#leafs-static_001_P_10334-17851336734660.zs-product-hero .leafs-p-img,
body.zs-is-news-archive #leafs-static_001_P_10334-17851336734660 .leafs-p-img,
#zs-article-banner.zs-product-hero .leafs-p-img,
body.zs-is-article #zs-article-banner .leafs-p-img,
#zs-product-banner.zs-product-hero .leafs-p-img,
body.zs-has-product-banner #zs-product-banner .leafs-p-img,
#zs-page-banner.zs-product-hero .leafs-p-img,
body.zs-has-page-banner #zs-page-banner .leafs-p-img {
  position: relative;
}

/* Banner image sits in a dummy <a href="javascript:;"> — keep default cursor */
#leafs-static_001_P_10334-17815116171770.zs-product-hero .leafs-p-img a,
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770 .leafs-p-img a,
#leafs-static_001_P_10334-17851336734660.zs-product-hero .leafs-p-img a,
body.zs-is-news-archive #leafs-static_001_P_10334-17851336734660 .leafs-p-img a,
#zs-article-banner.zs-product-hero .leafs-p-img a,
body.zs-is-article #zs-article-banner .leafs-p-img a,
#zs-product-banner.zs-product-hero .leafs-p-img a,
body.zs-has-product-banner #zs-product-banner .leafs-p-img a,
#zs-page-banner.zs-product-hero .leafs-p-img a,
body.zs-has-page-banner #zs-page-banner .leafs-p-img a {
  cursor: default !important;
  pointer-events: none;
}

#leafs-static_001_P_10334-17815116171770.zs-product-hero .leafs-p-img::before,
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770 .leafs-p-img::before,
#leafs-static_001_P_10334-17851336734660.zs-product-hero .leafs-p-img::before,
body.zs-is-news-archive #leafs-static_001_P_10334-17851336734660 .leafs-p-img::before,
#zs-article-banner.zs-product-hero .leafs-p-img::before,
body.zs-is-article #zs-article-banner .leafs-p-img::before,
#zs-product-banner.zs-product-hero .leafs-p-img::before,
body.zs-has-product-banner #zs-product-banner .leafs-p-img::before,
#zs-page-banner.zs-product-hero .leafs-p-img::before,
body.zs-has-page-banner #zs-page-banner .leafs-p-img::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  background: linear-gradient(
    180deg,
    rgba(12, 18, 32, 0.52) 0%,
    rgba(12, 18, 32, 0.38) 42%,
    rgba(12, 18, 32, 0.55) 100%
  ) !important;
  pointer-events: none;
}

#leafs-static_001_P_10334-17815116171770.zs-product-hero .leafs-p-img::after,
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770 .leafs-p-img::after,
#leafs-static_001_P_10334-17851336734660.zs-product-hero .leafs-p-img::after,
body.zs-is-news-archive #leafs-static_001_P_10334-17851336734660 .leafs-p-img::after,
#zs-article-banner.zs-product-hero .leafs-p-img::after,
body.zs-is-article #zs-article-banner .leafs-p-img::after,
#zs-product-banner.zs-product-hero .leafs-p-img::after,
body.zs-has-product-banner #zs-product-banner .leafs-p-img::after,
#zs-page-banner.zs-product-hero .leafs-p-img::after,
body.zs-has-page-banner #zs-page-banner .leafs-p-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(10, 16, 28, 0.28);
  pointer-events: none;
}

#leafs-static_001_P_10334-17815116171770.zs-product-hero .leafs-p-info,
body.zs-is-product-archive #leafs-static_001_P_10334-17815116171770 .leafs-p-info,
#leafs-static_001_P_10334-17851336734660.zs-product-hero .leafs-p-info,
body.zs-is-news-archive #leafs-static_001_P_10334-17851336734660 .leafs-p-info {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  width: min(90%, 720px) !important;
  max-width: 720px !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  pointer-events: none;
}

.zs-product-hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 24px;
  text-align: center;
  /* Soft scrim so white type stays readable on bright metal highlights */
  background: rgba(8, 14, 26, 0.42);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

#zs-article-banner.zs-product-hero .leafs-p-info,
body.zs-is-article #zs-article-banner .leafs-p-info,
#zs-product-banner.zs-product-hero .leafs-p-info,
body.zs-has-product-banner #zs-product-banner .leafs-p-info,
#zs-page-banner.zs-product-hero .leafs-p-info,
body.zs-has-page-banner #zs-page-banner .leafs-p-info {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  /* Sit slightly below true center so the title block feels centered on the photo */
  top: 56% !important;
  bottom: auto !important;
  width: min(90%, 720px) !important;
  max-width: 720px !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  pointer-events: none;
  padding: 0 !important;
  margin: 0 !important;
}

#zs-article-banner .zs-product-hero-title,
#zs-product-banner .zs-product-hero-title,
#zs-page-banner .zs-product-hero-title {
  max-width: 720px;
  justify-content: center;
  height: auto !important;
  min-height: 0 !important;
}

#zs-article-banner .zs-product-hero-title__h,
#zs-product-banner .zs-product-hero-title__h,
#zs-page-banner .zs-product-hero-title__h {
  font-size: clamp(22px, 3.2vw, 36px) !important;
  line-height: 1.25 !important;
}

.zs-product-hero-title__h {
  margin: 0 0 12px !important;
  font-size: clamp(30px, 4vw, 42px) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.zs-product-hero-title__sub {
  margin: 0 !important;
  max-width: 34em;
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.zs-product-hero-title__sub::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 0 auto 14px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(40, 74, 156, 0.35);
}

@media (max-width: 768px) {
  .zs-product-hero-title {
    padding: 12px 14px;
  }

  .zs-product-hero-title__h {
    font-size: 26px !important;
    margin-bottom: 10px !important;
  }

  .zs-product-hero-title__sub {
    font-size: 13px;
  }

  .zs-product-hero-title__sub::before {
    width: 36px;
    margin-bottom: 10px;
  }
}

/* Nav shell is #leafs-grid-116273709439191 — never add top gap here (causes
   a white hairline above the fixed transparent header over the hero). */
body.zs-is-product-archive #leafs-grid-116273709439191 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Left category panel */
body.zs-is-product-archive #leafs-static_001-17351199503992 {
  background: #fff !important;
  border: 1px solid var(--zs-blog-line) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  overflow: hidden;
  padding: 0 !important;
}

body.zs-is-product-archive #leafs-static_001-17351199503992 .leafs-el-text-38 {
  background: transparent !important;
  color: var(--zs-blog-ink) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3 !important;
  padding: 16px 16px 10px !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--zs-blog-line);
}

body.zs-is-product-archive #leafs-static_001-17351199503992 .leafs-el-categoryB-4 {
  padding: 8px 8px 12px !important;
}

body.zs-is-product-archive #leafs-static_001-17351199503992 .leafs-el-categoryB-4 .leafs-p-c_mbtn {
  display: none !important;
}

body.zs-is-product-archive #leafs-static_001-17351199503992 .leafs-el-categoryB-4 .leafs-p-c_title1 {
  border-radius: 0 !important;
  padding: 9px 10px !important;
  margin: 0 !important;
  border-left: 2px solid transparent;
}

body.zs-is-product-archive #leafs-static_001-17351199503992 .leafs-p-c_item.is-current > .leafs-p-c_title1,
body.zs-is-product-archive #leafs-static_001-17351199503992 .leafs-p-c_item.is-active > .leafs-p-c_title1 {
  background: rgba(40, 74, 156, 0.06) !important;
  box-shadow: none !important;
  border-left-color: var(--zs-blog-accent);
  padding-left: 10px !important;
}

body.zs-is-product-archive #leafs-static_001-17351199503992 .leafs-p-c_item.is-current > .leafs-p-c_title1 > a,
body.zs-is-product-archive #leafs-static_001-17351199503992 .leafs-p-c_item.is-active > .leafs-p-c_title1 > a {
  color: var(--zs-blog-accent) !important;
  font-weight: 650;
}

@media (max-width: 768px) {
  body.zs-is-product-archive #leafs-category_435-17339923899810,
  body.zs-is-product-archive #leafs-category_435-17339923899810.zs-news-toolbar,
  body.zs-is-product-archive .zs-product-toolbar.zs-news-toolbar {
    margin: 0 !important;
    padding-bottom: 24px !important;
    background: var(--bg, #f5f5f5) !important;
  }

  body.zs-is-product-archive .zs-news-toolbar .leafs-el-container-1,
  body.zs-is-product-archive .zs-product-toolbar__inner,
  body.zs-is-product-archive #leafs-category_435-17339923899810 .leafs-el-container-1 {
    width: min(94%, 1600px) !important;
  }

  body.zs-is-product-archive .zs-news-toolbar .leafs-cbox-1-0,
  body.zs-is-product-archive .zs-news-toolbar .zs-product-toolbar__crumbs {
    padding: 10px 16px 12px !important;
    border-radius: 10px 10px 0 0 !important;
  }

  body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem:not(:first-child)::before,
  body.zs-is-product-archive #leafs-category_435-17339923899810 .leafs-p-breadcrumbItem:not(:first-child)::before {
    margin: 0 10px !important;
  }

  body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem,
  body.zs-is-product-archive .zs-news-toolbar .leafs-p-breadcrumbItem .leafs-p-title {
    font-size: 13px !important;
  }
}
