
/* Automatic header contrast for Salient/WPBakery rows using .newsheaderpic */
.newsheaderpic{position:relative;isolation:isolate;overflow:hidden}
.newsheaderpic::before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;transition:background-color .25s ease,background .25s ease}
.newsheaderpic>*,.newsheaderpic>.row-bg-wrap{position:relative;z-index:1}
.newsheaderpic.ehn-header-light-text,.newsheaderpic.ehn-header-light-text *{color:#fff!important}
.newsheaderpic.ehn-header-dark-text,.newsheaderpic.ehn-header-dark-text *{color:#050607!important}
.newsheaderpic.ehn-header-light-text svg,.newsheaderpic.ehn-header-light-text svg *{fill:currentColor!important;stroke:currentColor!important}
.newsheaderpic.ehn-header-dark-text svg,.newsheaderpic.ehn-header-dark-text svg *{fill:currentColor!important;stroke:currentColor!important}
.newsheaderpic.ehn-header-light-text,.newsheaderpic.ehn-header-light-text *{text-shadow:0 2px 14px rgba(0,0,0,.34)}
.newsheaderpic.ehn-header-dark-text,.newsheaderpic.ehn-header-dark-text *{text-shadow:0 1px 10px rgba(255,255,255,.22)}
.newsheaderpic.ehn-header-overlay-dark::before{background:rgba(0,0,0,.26)}
.newsheaderpic.ehn-header-overlay-light::before{background:rgba(255,255,255,.26)}
.newsheaderpic.ehn-header-overlay-none::before{background:transparent}
/* Newsroom frontend 1.7.1 */
.ehn-hide-news-images-1-2 .newsbillede-1-2,.ehn-hide-news-images-3-4 .newsbillede-3-4{display:none!important}
.ehn-news-header-image{display:block;max-width:100%;height:auto;border-radius:var(--ehn-header-image-radius,0)}
.ehn-news-content-image{display:block;max-width:100%;height:auto;border-radius:var(--ehn-content-image-radius,14px)}
.ehn-news-image-figure{margin:0}.ehn-news-image-figure figcaption{margin-top:8px;font-size:.9em;opacity:.75}
.ehn-news-gallery{display:grid;grid-template-columns:repeat(var(--ehn-gallery-cols,2),minmax(0,1fr));gap:var(--ehn-card-gap,24px)}
.ehn-news-gallery-item{min-width:0}.ehn-news-gallery-item>a,.ehn-news-gallery-item>img,.ehn-news-gallery-item figure>a{position:relative;display:block;aspect-ratio:var(--ehn-gallery-ratio,4/3);overflow:hidden;border-radius:var(--ehn-gallery-image-radius,14px);background:#eef2f7}
.ehn-news-gallery-item figure{margin:0;min-width:0}.ehn-news-gallery-item img{position:absolute!important;inset:0!important;display:block!important;width:100%!important;max-width:none!important;height:100%!important;object-fit:var(--ehn-gallery-fit,cover)!important;object-position:center!important;border-radius:inherit!important}.ehn-news-gallery-item figure figcaption{margin-top:8px}
.ehn-news-author{display:inline-flex;align-items:center;gap:10px}.ehn-news-author-avatar{border-radius:50%}
.ehn-news-meta,.ehn-news-channel-status{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.ehn-news-meta-separator,.ehn-news-breadcrumb-separator{opacity:.45}
.ehn-news-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ehn-news-share{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ehn-news-share a,.ehn-news-share button{appearance:none;border:1px solid currentColor;background:transparent;color:inherit;border-radius:999px;padding:8px 12px;text-decoration:none;cursor:pointer;font:inherit}.ehn-news-share-label{font-weight:700;margin-right:4px}
.ehn-news-adjacent{display:flex;flex-direction:column;gap:4px;text-decoration:none}.ehn-news-adjacent>span{font-size:.85em;opacity:.7}
.ehn-news-publish-status,.ehn-news-mailchimp-status,.ehn-news-channel-status span{display:inline-flex;border-radius:999px;padding:6px 10px;background:rgba(52,82,255,.09)}

/* Shared card engine */
.ehn-news-cards{display:grid;grid-template-columns:repeat(var(--ehn-cols,3),minmax(0,1fr));gap:var(--ehn-card-gap,24px);align-items:stretch;width:100%}
.ehn-layout-masonry{display:block;column-count:var(--ehn-cols,3);column-gap:var(--ehn-card-gap,24px)}.ehn-layout-masonry .ehn-news-card{break-inside:avoid;margin-bottom:var(--ehn-card-gap,24px)}
.ehn-news-card{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:var(--ehn-card-radius,18px);color:var(--ehn-card-text,#050607);isolation:isolate;--ehn-card-hover-scale:1.045}
.ehn-news-card-link{display:flex;height:100%;flex-direction:column;color:inherit!important;text-decoration:none!important}
.ehn-news-card-media{position:relative;aspect-ratio:var(--ehn-card-image-ratio,4/3);overflow:hidden;background:#edf0f4;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:linear-gradient(#fff,#fff)}
.ehn-news-card-image{display:block;width:100%;height:100%!important;object-fit:cover;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;transition:-webkit-transform 850ms cubic-bezier(.2,.65,.3,1),transform 850ms cubic-bezier(.2,.65,.3,1)}
.ehn-news-card-shade{position:absolute;inset:0;pointer-events:none}
.ehn-news-card-category{position:absolute;z-index:2;display:inline-flex;max-width:calc(100% - 36px);padding:8px 12px;border-radius:999px;font-size:11px;font-weight:800;line-height:1;letter-spacing:.055em;text-transform:uppercase}
.ehn-news-card-content{display:flex;flex:1;min-width:0;flex-direction:column}
.ehn-news-card-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:12px;font-size:11px;font-weight:750;letter-spacing:.045em;text-transform:uppercase}
.ehn-news-card-meta>*+*::before{content:"";display:inline-block;width:3px;height:3px;margin:0 10px 2px 0;border-radius:50%;background:currentColor}
.ehn-news-card-content h3{margin:0;color:inherit;font-weight:750;line-height:1.1;letter-spacing:-.035em}
.ehn-news-card-excerpt{margin:14px 0 0;font-size:15px;line-height:1.6}
.ehn-news-card-cta{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:22px;font-size:14px;font-weight:800}
.ehn-news-card-cta-icon{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:50%;transition:background .28s ease}
.ehn-hide-button .ehn-news-card-cta{display:none!important}

.ehn-news-cards.ehn-hover-zoom .ehn-news-card:hover .ehn-news-card-image,
.ehn-news-cards.ehn-hover-zoom .ehn-news-card.ehn-is-hovered .ehn-news-card-image,
.ehn-news-cards.ehn-hover-zoom .ehn-news-card-link:focus-visible .ehn-news-card-image,
.ehn-news-cards.ehn-hover-lift_zoom .ehn-news-card:hover .ehn-news-card-image,
.ehn-news-cards.ehn-hover-lift_zoom .ehn-news-card.ehn-is-hovered .ehn-news-card-image,
.ehn-news-cards.ehn-hover-lift_zoom .ehn-news-card-link:focus-visible .ehn-news-card-image{-webkit-transform:scale(var(--ehn-card-hover-scale,1.045));transform:scale(var(--ehn-card-hover-scale,1.045))}
.ehn-news-cards.ehn-hover-lift .ehn-news-card{transition:transform 320ms ease}
.ehn-news-cards.ehn-hover-lift .ehn-news-card:hover,.ehn-news-cards.ehn-hover-lift .ehn-news-card.ehn-is-hovered{transform:translateY(-3px)}
.ehn-hide-image .ehn-news-card-media,.ehn-hide-date .ehn-news-card-meta time,.ehn-hide-readtime .ehn-news-card-meta span,.ehn-hide-category .ehn-news-card-category,.ehn-hide-title .ehn-news-card-content h3,.ehn-hide-excerpt .ehn-news-card-excerpt{display:none!important}
.ehn-align-center .ehn-news-card-content{text-align:center}.ehn-align-center .ehn-news-card-meta,.ehn-align-center .ehn-news-card-cta{justify-content:center}
.ehn-align-right .ehn-news-card-content{text-align:right}.ehn-align-right .ehn-news-card-meta,.ehn-align-right .ehn-news-card-cta{justify-content:flex-end}

/* Editorial: complete premium card */
.ehn-card-style-editorial .ehn-news-card{background:var(--ehn-card-bg,#fff);box-shadow:0 12px 34px rgba(5,6,7,.09)}
.ehn-card-style-editorial .ehn-news-card-media{border-radius:var(--ehn-card-image-radius,18px) var(--ehn-card-image-radius,18px) 0 0}
.ehn-card-style-editorial .ehn-news-card-shade{background:linear-gradient(180deg,transparent 48%,rgba(5,6,7,.48))}
.ehn-card-style-editorial .ehn-news-card-category{left:18px;bottom:18px;background:#fff;color:#050607;box-shadow:0 8px 24px rgba(5,6,7,.2)}
.ehn-card-style-editorial .ehn-news-card-content{padding:24px}
.ehn-card-style-editorial .ehn-news-card-meta{color:rgba(5,6,7,.52)}
.ehn-card-style-editorial .ehn-news-card-content h3{font-size:clamp(22px,1.6vw,30px)}
.ehn-card-style-editorial .ehn-news-card-excerpt{color:rgba(5,6,7,.66)}
.ehn-card-style-editorial .ehn-news-card-cta{color:var(--ehn-accent,#3452ff);justify-content:space-between}.ehn-card-style-editorial .ehn-news-card-cta-icon{background:rgba(52,82,255,.1)}

/* Minimal: image and typography only, no card surface */
.ehn-card-style-minimal .ehn-news-card{overflow:visible;border-radius:0;background:transparent;box-shadow:none}
.ehn-card-style-minimal .ehn-news-card-media{border-radius:var(--ehn-card-image-radius,18px)}
.ehn-card-style-minimal .ehn-news-card-shade{background:linear-gradient(180deg,transparent 60%,rgba(5,6,7,.22))}
.ehn-card-style-minimal .ehn-news-card-category{left:14px;bottom:14px;background:rgba(5,6,7,.82);color:#fff;box-shadow:none;backdrop-filter:blur(7px)}
.ehn-card-style-minimal .ehn-news-card-content{padding:18px 0 0}
.ehn-card-style-minimal .ehn-news-card-meta{margin-bottom:9px;color:rgba(5,6,7,.5)}
.ehn-card-style-minimal .ehn-news-card-content h3{font-size:clamp(20px,1.35vw,26px)}
.ehn-card-style-minimal .ehn-news-card-excerpt{margin-top:10px;color:rgba(5,6,7,.62)}
.ehn-card-style-minimal .ehn-news-card-cta{justify-content:flex-start;padding-top:15px;color:var(--ehn-accent,#3452ff)}
.ehn-card-style-minimal .ehn-news-card-cta-icon{width:auto;height:auto;flex-basis:auto;background:transparent;border-radius:0}

/* Overlay: the image is the entire card */
.ehn-card-style-overlay .ehn-news-card{min-height:430px;background:#14171c;box-shadow:0 16px 42px rgba(5,6,7,.18)}
.ehn-card-style-overlay .ehn-news-card-link{position:relative;min-height:inherit}
.ehn-card-style-overlay .ehn-news-card-media{position:absolute;inset:0;aspect-ratio:auto;border-radius:inherit}
.ehn-card-style-overlay .ehn-news-card-shade{background:linear-gradient(180deg,rgba(5,6,7,.04) 18%,rgba(5,6,7,.9) 100%)}
.ehn-card-style-overlay .ehn-news-card-category{left:22px;top:22px;bottom:auto;background:rgba(255,255,255,.92);color:#050607;box-shadow:none;backdrop-filter:blur(8px)}
.ehn-card-style-overlay .ehn-news-card-content{position:relative;z-index:2;justify-content:flex-end;padding:30px;color:#fff}
.ehn-card-style-overlay .ehn-news-card-meta{color:rgba(255,255,255,.7)}
.ehn-card-style-overlay .ehn-news-card-content h3{font-size:clamp(25px,2vw,36px);text-wrap:balance}
.ehn-card-style-overlay .ehn-news-card-excerpt{color:rgba(255,255,255,.78)}
.ehn-card-style-overlay .ehn-news-card-cta{color:#fff;justify-content:space-between}.ehn-card-style-overlay .ehn-news-card-cta-icon{background:rgba(255,255,255,.16)}
.ehn-card-style-overlay.ehn-hide-image .ehn-news-card{background:linear-gradient(135deg,#101217,#303640)}

/* Split: image and text in two visibly separate columns */
.ehn-card-style-split .ehn-news-card{background:var(--ehn-card-bg,#fff);box-shadow:0 12px 34px rgba(5,6,7,.09)}
.ehn-card-style-split .ehn-news-card-link{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}
.ehn-card-style-split .ehn-news-card-media{height:100%;min-height:320px;aspect-ratio:auto;border-radius:var(--ehn-card-image-radius,18px) 0 0 var(--ehn-card-image-radius,18px)}
.ehn-card-style-split .ehn-news-card-shade{background:linear-gradient(180deg,transparent 58%,rgba(5,6,7,.38))}
.ehn-card-style-split .ehn-news-card-category{left:18px;bottom:18px;background:#fff;color:#050607;box-shadow:0 8px 24px rgba(5,6,7,.18)}
.ehn-card-style-split .ehn-news-card-content{justify-content:center;padding:30px}
.ehn-card-style-split .ehn-news-card-meta{color:rgba(5,6,7,.52)}
.ehn-card-style-split .ehn-news-card-content h3{font-size:clamp(22px,1.7vw,31px)}
.ehn-card-style-split .ehn-news-card-excerpt{color:rgba(5,6,7,.66)}
.ehn-card-style-split .ehn-news-card-cta{color:var(--ehn-accent,#3452ff);justify-content:space-between}.ehn-card-style-split .ehn-news-card-cta-icon{background:rgba(52,82,255,.1)}
.ehn-card-style-split.ehn-hide-image .ehn-news-card-link{grid-template-columns:1fr}

.ehn-news-filter{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:22px;padding:14px;border:1px solid rgba(5,6,7,.08);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(5,6,7,.06)}
.ehn-news-filter select{flex:1;min-width:210px;min-height:44px;border:1px solid rgba(5,6,7,.12);border-radius:8px;background:#f7f8fa;padding:0 14px}.ehn-news-filter button{min-height:44px;padding:0 18px;border:0;border-radius:8px;background:var(--ehn-accent,#3452ff);color:#fff;font-weight:700}
.ehn-news-pagination{display:flex;gap:8px;justify-content:center;margin-top:28px}.ehn-news-pagination .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid rgba(5,6,7,.08);border-radius:8px;background:#fff;text-decoration:none;box-shadow:0 6px 16px rgba(5,6,7,.05)}.ehn-news-pagination .current{background:var(--ehn-accent,#3452ff);color:#fff}
.ehn-news-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;padding:32px;border:1px dashed rgba(5,6,7,.18);border-radius:18px;text-align:center}.ehn-news-empty span{margin-top:6px;opacity:.6}
.ehn-news-load-more{display:flex;align-items:center;gap:12px;margin:34px auto 0;padding:14px 20px;border:0;border-radius:999px;background:#050607;color:#fff;font-weight:800;cursor:pointer}.ehn-news-load-more[disabled]{cursor:wait;opacity:.65}.ehn-news-load-more i{font-style:normal}
.ehn-news-lightbox-overlay{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:30px;background:rgba(3,7,18,.92)}.ehn-news-lightbox-overlay.is-open{display:flex}.ehn-news-lightbox-overlay img{max-width:min(1200px,92vw);max-height:88vh}.ehn-news-lightbox-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;font-size:26px;cursor:pointer}

@media(max-width:900px){.ehn-news-cards{grid-template-columns:repeat(var(--ehn-cols-tablet,2),minmax(0,1fr))}.ehn-layout-masonry{column-count:var(--ehn-cols-tablet,2)}.ehn-card-style-split .ehn-news-card-link{grid-template-columns:1fr}.ehn-card-style-split .ehn-news-card-media{min-height:0;aspect-ratio:var(--ehn-card-image-ratio,4/3);border-radius:var(--ehn-card-image-radius,18px) var(--ehn-card-image-radius,18px) 0 0}}
@media(max-width:600px){.ehn-news-cards{grid-template-columns:repeat(var(--ehn-cols-mobile,1),minmax(0,1fr))}.ehn-layout-masonry{column-count:var(--ehn-cols-mobile,1)}.ehn-news-gallery{grid-template-columns:1fr}.ehn-card-style-overlay .ehn-news-card{min-height:390px}.ehn-card-style-editorial .ehn-news-card-content,.ehn-card-style-split .ehn-news-card-content{padding:20px}.ehn-card-style-overlay .ehn-news-card-content{padding:24px}}

/* Card Engine v2.0 safeguards (1.6.4)
 * Explicit column classes are intentional: they cannot be lost if a theme strips
 * CSS custom properties or applies a competing grid declaration.
 */
.ehn-news-cards.ehn-cols-desktop-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}
.ehn-news-cards.ehn-cols-desktop-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.ehn-news-cards.ehn-cols-desktop-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.ehn-news-cards.ehn-cols-desktop-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.ehn-news-cards.ehn-cols-desktop-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.ehn-news-cards.ehn-cols-desktop-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}
.ehn-news-cards.ehn-hide-button .ehn-news-card-cta{display:none!important}
.ehn-news-cards.ehn-hide-excerpt .ehn-news-card-excerpt{display:none!important}
.ehn-news-cards.ehn-hide-title .ehn-news-card-content h3{display:none!important}
.ehn-news-cards.ehn-hide-category .ehn-news-card-category{display:none!important}
.ehn-news-cards.ehn-hide-image .ehn-news-card-media{display:none!important}

/* Make the four designs visually and structurally distinct. */
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card{background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible!important}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-content{padding:18px 0 0!important}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-link{display:flex!important;flex-direction:column!important}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-cta{margin-top:16px!important;padding-top:0!important}

.ehn-news-cards.ehn-card-style-overlay .ehn-news-card{min-height:440px!important;background:#14171c!important}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-link{position:relative!important;display:flex!important;min-height:inherit!important}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-media{position:absolute!important;inset:0!important;height:100%!important;aspect-ratio:auto!important}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-content{position:relative!important;z-index:2!important;justify-content:flex-end!important;color:#fff!important}

.ehn-news-cards.ehn-card-style-split .ehn-news-card-link{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important}
.ehn-news-cards.ehn-card-style-split .ehn-news-card-media{height:100%!important;min-height:320px!important;aspect-ratio:auto!important}
.ehn-news-cards.ehn-card-style-split .ehn-news-card-content{justify-content:center!important}

@media(max-width:900px){
  .ehn-news-cards.ehn-cols-tablet-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}
  .ehn-news-cards.ehn-cols-tablet-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ehn-news-cards.ehn-cols-tablet-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ehn-news-cards.ehn-cols-tablet-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .ehn-news-cards.ehn-card-style-split .ehn-news-card-link{grid-template-columns:1fr!important}
  .ehn-news-cards.ehn-card-style-split .ehn-news-card-media{min-height:0!important;aspect-ratio:var(--ehn-card-image-ratio,4/3)!important}
}
@media(max-width:600px){
  .ehn-news-cards.ehn-cols-mobile-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}
  .ehn-news-cards.ehn-cols-mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Newsroom Card Engine 2.1 - layouts and genuinely distinct card designs (v1.6.5) */
.ehn-news-cards{
  width:100%;
  min-width:0;
}

/* Layout: Grid */
.ehn-news-cards.ehn-layout-grid{
  display:grid!important;
  gap:var(--ehn-card-gap,24px)!important;
}

/* Layout: Masonry */
.ehn-news-cards.ehn-layout-masonry{
  display:block!important;
  column-count:var(--ehn-cols,3)!important;
  column-gap:var(--ehn-card-gap,24px)!important;
}
.ehn-news-cards.ehn-layout-masonry .ehn-news-card{
  display:inline-block!important;
  width:100%!important;
  margin:0 0 var(--ehn-card-gap,24px)!important;
  break-inside:avoid!important;
}

/* Layout: Mosaic / magazine */
.ehn-news-cards.ehn-layout-mosaic{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-auto-flow:dense!important;
  gap:var(--ehn-card-gap,24px)!important;
}
.ehn-news-cards.ehn-layout-mosaic .ehn-news-card{grid-column:span 4!important}
.ehn-news-cards.ehn-layout-mosaic .ehn-news-card.is-first-card{
  grid-column:span 8!important;
  grid-row:span 2!important;
}
.ehn-news-cards.ehn-layout-mosaic .ehn-news-card:nth-child(2),
.ehn-news-cards.ehn-layout-mosaic .ehn-news-card:nth-child(3){grid-column:span 4!important}
.ehn-news-cards.ehn-layout-mosaic .ehn-news-card.is-first-card .ehn-news-card-media{min-height:420px}
.ehn-news-cards.ehn-layout-mosaic.ehn-card-style-editorial .ehn-news-card.is-first-card h3,
.ehn-news-cards.ehn-layout-mosaic.ehn-card-style-minimal .ehn-news-card.is-first-card h3{font-size:clamp(28px,3vw,48px)!important}

/* Layout: List */
.ehn-news-cards.ehn-layout-list{
  display:flex!important;
  flex-direction:column!important;
  gap:var(--ehn-card-gap,24px)!important;
}
.ehn-news-cards.ehn-layout-list .ehn-news-card{width:100%!important}
.ehn-news-cards.ehn-layout-list .ehn-news-card-link{
  display:grid!important;
  grid-template-columns:minmax(260px,38%) minmax(0,1fr)!important;
  min-height:260px!important;
}
.ehn-news-cards.ehn-layout-list .ehn-news-card-media{
  height:100%!important;
  min-height:260px!important;
  aspect-ratio:auto!important;
}
.ehn-news-cards.ehn-layout-list .ehn-news-card-content{justify-content:center!important}

/* Layout: Carousel */
.ehn-news-cards.ehn-layout-carousel{
  display:flex!important;
  gap:var(--ehn-card-gap,24px)!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none;
  padding:4px 2px 18px!important;
}
.ehn-news-cards.ehn-layout-carousel::-webkit-scrollbar{display:none}
.ehn-news-cards.ehn-layout-carousel .ehn-news-card{
  flex:0 0 calc((100% - (var(--ehn-card-gap,24px) * (var(--ehn-cols,3) - 1))) / var(--ehn-cols,3))!important;
  min-width:0!important;
  scroll-snap-align:start!important;
}
.ehn-news-carousel-controls{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:16px;
}
.ehn-news-carousel-controls button{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border:1px solid rgba(5,6,7,.1);
  border-radius:999px;
  background:#fff;
  color:#050607;
  font-size:20px;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(5,6,7,.08);
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.ehn-news-carousel-controls button:hover{transform:translateY(-2px);background:#050607;color:#fff}

/* Card: Editorial */
.ehn-news-cards.ehn-card-style-editorial .ehn-news-card{
  overflow:hidden!important;
  border:1px solid rgba(5,6,7,.06)!important;
  border-radius:var(--ehn-card-radius,18px)!important;
  background:var(--ehn-card-bg,#fff)!important;
  box-shadow:var(--ehn-card-shadow,0 12px 35px rgba(5,6,7,.10))!important;
}
.ehn-news-cards.ehn-card-style-editorial .ehn-news-card-link{display:flex!important;flex-direction:column!important;height:100%!important}
.ehn-news-cards.ehn-card-style-editorial .ehn-news-card-media{border-radius:0!important}
.ehn-news-cards.ehn-card-style-editorial .ehn-news-card-content{padding:26px!important;flex:1!important}
.ehn-news-cards.ehn-card-style-editorial .ehn-news-card-cta{margin-top:auto!important;padding-top:24px!important}

/* Card: Minimal */
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card{
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-link{display:flex!important;flex-direction:column!important;height:100%!important}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-media{
  overflow:hidden!important;
  border-radius:var(--ehn-card-image-radius,16px)!important;
}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-content{padding:20px 0 0!important}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-category{
  top:auto!important;
  bottom:14px!important;
  left:14px!important;
}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-cta{
  width:max-content!important;
  margin-top:18px!important;
  padding:0 0 5px!important;
  border-bottom:1px solid currentColor!important;
}

/* Card: Overlay / Hero */
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card{
  position:relative!important;
  min-height:460px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:var(--ehn-card-radius,20px)!important;
  background:#11151b!important;
  box-shadow:var(--ehn-card-shadow,0 12px 35px rgba(5,6,7,.10))!important;
}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-link{position:relative!important;display:flex!important;min-height:inherit!important;height:100%!important}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-media{position:absolute!important;inset:0!important;height:100%!important;aspect-ratio:auto!important;border-radius:0!important}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-shade{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(5,6,7,.02) 20%,rgba(5,6,7,.88) 100%)!important;
}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-content{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  width:100%!important;
  padding:32px!important;
  color:#fff!important;
}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-meta,
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-excerpt{color:rgba(255,255,255,.82)!important}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-content h3{color:#fff!important;font-size:clamp(25px,2.3vw,40px)!important}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-cta{color:#fff!important;margin-top:22px!important}

/* Card: Horizontal */
.ehn-news-cards.ehn-card-style-horizontal .ehn-news-card{
  overflow:hidden!important;
  border:1px solid rgba(5,6,7,.07)!important;
  border-radius:var(--ehn-card-radius,18px)!important;
  background:var(--ehn-card-bg,#fff)!important;
  box-shadow:var(--ehn-card-shadow,0 12px 35px rgba(5,6,7,.10))!important;
}
.ehn-news-cards.ehn-card-style-horizontal .ehn-news-card-link{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
  min-height:300px!important;
  height:100%!important;
}
.ehn-news-cards.ehn-card-style-horizontal .ehn-news-card-media{height:100%!important;min-height:300px!important;aspect-ratio:auto!important;border-radius:0!important}
.ehn-news-cards.ehn-card-style-horizontal .ehn-news-card-content{justify-content:center!important;padding:30px!important}
.ehn-news-cards.ehn-card-style-horizontal .ehn-news-card-cta{margin-top:auto!important;padding-top:22px!important}

/* Ensure visibility settings remain authoritative in every layout/style. */
.ehn-news-cards.ehn-hide-button .ehn-news-card-cta,
.ehn-news-cards.ehn-hide-excerpt .ehn-news-card-excerpt,
.ehn-news-cards.ehn-hide-category .ehn-news-card-category,
.ehn-news-cards.ehn-hide-image .ehn-news-card-media,
.ehn-news-cards.ehn-hide-date .ehn-news-card-meta time,
.ehn-news-cards.ehn-hide-readtime .ehn-news-card-meta span,
.ehn-news-cards.ehn-hide-title .ehn-news-card-content h3{display:none!important}

@media(max-width:900px){
  .ehn-news-cards.ehn-layout-masonry{column-count:var(--ehn-cols-tablet,2)!important}
  .ehn-news-cards.ehn-layout-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ehn-news-cards.ehn-layout-mosaic .ehn-news-card,
  .ehn-news-cards.ehn-layout-mosaic .ehn-news-card.is-first-card,
  .ehn-news-cards.ehn-layout-mosaic .ehn-news-card:nth-child(2),
  .ehn-news-cards.ehn-layout-mosaic .ehn-news-card:nth-child(3){grid-column:span 1!important;grid-row:auto!important}
  .ehn-news-cards.ehn-layout-mosaic .ehn-news-card.is-first-card{grid-column:1/-1!important}
  .ehn-news-cards.ehn-layout-list .ehn-news-card-link,
  .ehn-news-cards.ehn-card-style-horizontal .ehn-news-card-link{grid-template-columns:1fr!important}
  .ehn-news-cards.ehn-layout-list .ehn-news-card-media,
  .ehn-news-cards.ehn-card-style-horizontal .ehn-news-card-media{min-height:0!important;aspect-ratio:var(--ehn-card-image-ratio,4/3)!important}
  .ehn-news-cards.ehn-layout-carousel .ehn-news-card{
    flex-basis:calc((100% - (var(--ehn-card-gap,24px) * (var(--ehn-cols-tablet,2) - 1))) / var(--ehn-cols-tablet,2))!important;
  }
}
@media(max-width:600px){
  .ehn-news-cards.ehn-layout-masonry{column-count:var(--ehn-cols-mobile,1)!important}
  .ehn-news-cards.ehn-layout-mosaic{grid-template-columns:1fr!important}
  .ehn-news-cards.ehn-layout-mosaic .ehn-news-card,
  .ehn-news-cards.ehn-layout-mosaic .ehn-news-card.is-first-card{grid-column:1!important}
  .ehn-news-cards.ehn-layout-carousel .ehn-news-card{
    flex-basis:calc((100% - (var(--ehn-card-gap,24px) * (var(--ehn-cols-mobile,1) - 1))) / var(--ehn-cols-mobile,1))!important;
  }
  .ehn-news-cards.ehn-card-style-overlay .ehn-news-card{min-height:400px!important}
  .ehn-news-cards.ehn-card-style-overlay .ehn-news-card-content{padding:24px!important}
}

/* News navigation */
.ehn-news-result-count{
  margin:0 0 18px;
  color:rgba(5,6,7,.62);
  font-size:14px;
  font-weight:600;
  letter-spacing:.01em;
}
.ehn-news-navigation{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  margin-top:32px;
}
.ehn-news-load-more{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:50px;
  padding:13px 22px;
  border:0;
  border-radius:12px;
  background:var(--ehn-accent,#3452ff);
  color:#fff;
  font:inherit;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;
  box-shadow:0 10px 24px rgba(52,82,255,.22);
}
.ehn-news-load-more:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(52,82,255,.28)}
.ehn-news-load-more:disabled{cursor:wait;opacity:.62;transform:none}
.ehn-news-load-more i{font-style:normal;font-size:18px;transition:transform .25s ease}
.ehn-news-load-more:hover i{transform:translateY(2px)}
.ehn-news-navigation-infinite .ehn-news-load-more{
  width:1px;height:1px;min-height:0;padding:0;margin:0;border:0;opacity:0;overflow:hidden;pointer-events:none;
}
.ehn-news-navigation-infinite{min-height:24px}
.ehn-news-navigation-infinite.is-loading::after{
  content:'';width:24px;height:24px;border:3px solid rgba(5,6,7,.12);border-top-color:var(--ehn-accent,#3452ff);border-radius:50%;animation:ehn-news-spin .7s linear infinite;
}
.ehn-news-end-message{font-size:14px;font-weight:600;color:rgba(5,6,7,.58)}
@keyframes ehn-news-spin{to{transform:rotate(360deg)}}
.ehn-news-pagination{margin-top:32px!important}
.ehn-news-pagination ul.page-numbers{
  display:flex!important;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.ehn-news-pagination ul.page-numbers li{margin:0!important;padding:0!important;list-style:none!important}
.ehn-news-pagination .page-numbers{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 13px;
  border:1px solid rgba(5,6,7,.09);
  border-radius:10px;
  background:#fff;
  color:#050607;
  text-decoration:none!important;
  font-weight:700;
  box-shadow:0 6px 18px rgba(5,6,7,.05);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.ehn-news-pagination a.page-numbers:hover{transform:translateY(-1px);border-color:rgba(52,82,255,.32);box-shadow:0 10px 24px rgba(5,6,7,.08)}
.ehn-news-pagination .page-numbers.current{background:var(--ehn-accent,#3452ff)!important;border-color:var(--ehn-accent,#3452ff)!important;color:#fff!important}

.ehn-news-pagination ul.page-numbers{min-width:0!important;height:auto!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}

/* Newsroom 1.7.6: archive sidebar and modular latest-news fields */
.ehn-news-sidebar{display:flex;flex-direction:column;gap:24px;padding:26px;border:1px solid rgba(5,6,7,.09);border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(5,6,7,.07)}
.ehn-news-sidebar-all{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:11px;background:rgba(52,82,255,.07);color:#050607!important;font-weight:800;text-decoration:none!important;transition:background .2s ease,color .2s ease,transform .2s ease}
.ehn-news-sidebar-all:hover,.ehn-news-sidebar-all.is-active{background:var(--ehn-accent,#3452ff);color:#fff!important;transform:translateY(-1px)}
.ehn-news-sidebar-section{display:flex;flex-direction:column;gap:12px}.ehn-news-sidebar-section h3{margin:0;font-size:13px;line-height:1.2;font-weight:850;letter-spacing:.065em;text-transform:uppercase;color:rgba(5,6,7,.52)}
.ehn-news-sidebar-section ul{display:flex;flex-direction:column;gap:3px;margin:0;padding:0;list-style:none}
.ehn-news-sidebar-section li{margin:0;padding:0}.ehn-news-sidebar-section li a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 0;color:#050607!important;text-decoration:none!important;border-bottom:1px solid rgba(5,6,7,.07);transition:color .2s ease,padding-left .2s ease}
.ehn-news-sidebar-section li:last-child a{border-bottom:0}.ehn-news-sidebar-section li a:hover,.ehn-news-sidebar-section li a.is-active{padding-left:5px;color:var(--ehn-accent,#3452ff)!important}.ehn-news-sidebar-section em{display:inline-flex;align-items:center;justify-content:center;min-width:27px;height:27px;padding:0 8px;border-radius:999px;background:rgba(5,6,7,.06);font-size:11px;font-style:normal;font-weight:800}
.ehn-news-sidebar-tags>div{display:flex;flex-wrap:wrap;gap:8px}.ehn-news-sidebar-tags a{display:inline-flex;align-items:center;gap:5px;padding:8px 11px;border:1px solid rgba(5,6,7,.1);border-radius:999px;color:#050607!important;font-size:12px;font-weight:750;text-decoration:none!important;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.ehn-news-sidebar-tags a:hover,.ehn-news-sidebar-tags a.is-active{background:var(--ehn-accent,#3452ff);border-color:var(--ehn-accent,#3452ff);color:#fff!important;transform:translateY(-1px)}.ehn-news-sidebar-tags small{font-size:10px;opacity:.68}
.ehn-latest-news-link{color:inherit!important;text-decoration:none!important}.ehn-latest-news-link:hover{color:var(--ehn-accent,#3452ff)!important}
.ehn-latest-news-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:14px 20px;border-radius:12px;background:var(--ehn-accent,#3452ff);color:#fff!important;font-weight:800;line-height:1;text-decoration:none!important;box-shadow:0 10px 24px rgba(52,82,255,.2);transition:transform .25s ease,box-shadow .25s ease}.ehn-latest-news-button:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(52,82,255,.28)}.ehn-latest-news-button i{font-style:normal;font-size:18px;transition:transform .25s ease}.ehn-latest-news-button:hover i{transform:translateX(3px)}
@media(max-width:690px){.ehn-news-sidebar{padding:20px;border-radius:15px}}

/* Newsroom 1.7.7: elegant archive filters */
.ehn-news-sidebar{gap:10px;padding:18px;border:1px solid rgba(5,6,7,.08);border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(5,6,7,.07)}
.ehn-news-sidebar.is-sticky{position:sticky;top:110px}
.ehn-news-sidebar-all{padding:14px 16px;border-radius:13px;background:rgba(52,82,255,.07)}
.ehn-news-sidebar-section{gap:0;border:1px solid rgba(5,6,7,.075);border-radius:14px;background:#fff;overflow:hidden}
.ehn-news-sidebar-toggle,.ehn-news-year-toggle{appearance:none;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;color:#050607;text-align:left;cursor:pointer;font:inherit}
.ehn-news-sidebar-toggle{padding:16px 17px;font-size:13px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}
.ehn-news-sidebar-toggle i,.ehn-news-year-toggle i{position:relative;width:18px;height:18px;flex:0 0 18px;border-radius:999px;background:rgba(5,6,7,.055);transition:transform .25s ease,background .25s ease}
.ehn-news-sidebar-toggle i::before,.ehn-news-sidebar-toggle i::after,.ehn-news-year-toggle i::before,.ehn-news-year-toggle i::after{content:"";position:absolute;left:50%;top:50%;width:8px;height:1.5px;border-radius:2px;background:currentColor;transform:translate(-50%,-50%);transition:transform .25s ease}
.ehn-news-sidebar-toggle i::after,.ehn-news-year-toggle i::after{transform:translate(-50%,-50%) rotate(90deg)}
.ehn-news-sidebar-section.is-open>.ehn-news-sidebar-toggle i::after,.ehn-news-archive-year.is-open>.ehn-news-year-toggle i::after{transform:translate(-50%,-50%) rotate(0deg)}
.ehn-news-sidebar-section.is-open>.ehn-news-sidebar-toggle i{background:rgba(52,82,255,.11);color:var(--ehn-accent,#3452ff)}
.ehn-news-sidebar-panel{padding:0 16px 16px}
.ehn-news-sidebar-panel[hidden],.ehn-news-archive-year ul[hidden]{display:none!important}
.ehn-news-archive-years{display:flex;flex-direction:column;gap:8px}
.ehn-news-archive-year{border-radius:12px;background:rgba(5,6,7,.025);overflow:hidden}
.ehn-news-year-toggle{padding:12px 13px;font-weight:850;font-size:15px}
.ehn-news-archive-year ul,.ehn-news-sidebar-section ul{display:flex;flex-direction:column;gap:2px;margin:0;padding:0 10px 10px;list-style:none}
.ehn-news-sidebar-section li{margin:0;padding:0}
.ehn-news-sidebar-section li a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 9px;border:0;border-radius:9px;color:#050607!important;text-decoration:none!important;transition:background .2s ease,color .2s ease,transform .2s ease}
.ehn-news-sidebar-section li a:hover{padding-left:9px;background:rgba(52,82,255,.06);color:var(--ehn-accent,#3452ff)!important;transform:translateX(2px)}
.ehn-news-sidebar-section li a.is-active{padding-left:9px;background:var(--ehn-accent,#3452ff);color:#fff!important}
.ehn-news-sidebar-section em{min-width:28px;height:25px;background:rgba(5,6,7,.06)}
.ehn-news-sidebar-section a.is-active em{background:rgba(255,255,255,.18);color:#fff}
.ehn-news-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.ehn-news-tag-cloud a{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid rgba(5,6,7,.09);border-radius:999px;color:#050607!important;font-size:12px;font-weight:760;text-decoration:none!important;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.ehn-news-tag-cloud a:hover,.ehn-news-tag-cloud a.is-active{background:var(--ehn-accent,#3452ff);border-color:var(--ehn-accent,#3452ff);color:#fff!important;transform:translateY(-1px)}
.ehn-news-tag-cloud small{font-size:10px;opacity:.68}
.ehn-news-sidebar-label{display:block;margin:0 0 8px;font-size:12px;font-weight:850;letter-spacing:.055em;text-transform:uppercase;color:rgba(5,6,7,.55)}
.ehn-news-sidebar-style-dropdown .ehn-news-sidebar-section{padding:15px 16px;overflow:visible}
.ehn-news-sidebar-style-dropdown .ehn-news-sidebar-panel{padding:0}
.ehn-news-sidebar-select{width:100%;min-height:48px;padding:0 42px 0 14px;border:1px solid rgba(5,6,7,.1);border-radius:11px;background-color:#fff;color:#050607;font:inherit;font-weight:650;box-shadow:none}
.ehn-news-sidebar-style-chips .ehn-news-sidebar-panel{padding-top:0}
.ehn-news-sidebar-style-chips .ehn-news-archive-years{gap:10px}
.ehn-news-sidebar-style-chips .ehn-news-archive-year{background:transparent}
.ehn-news-sidebar-style-chips .ehn-news-archive-year ul{flex-direction:row;flex-wrap:wrap;padding:0 0 8px}
.ehn-news-sidebar-style-chips .ehn-news-archive-year li a{padding:8px 11px;border:1px solid rgba(5,6,7,.09);border-radius:999px}
.ehn-news-sidebar-style-chips .ehn-news-sidebar-categories ul{flex-direction:row;flex-wrap:wrap;padding:0}
.ehn-news-sidebar-style-chips .ehn-news-sidebar-categories li a{padding:8px 11px;border:1px solid rgba(5,6,7,.09);border-radius:999px}
@media(max-width:690px){.ehn-news-sidebar{padding:14px;border-radius:16px}.ehn-news-sidebar.is-sticky{position:static}.ehn-news-sidebar-toggle{padding:15px}.ehn-news-sidebar-panel{padding:0 14px 14px}}

/* Newsroom 1.7.8: flat visual system - no drop shadows */
.ehn-news-wrap *,
.ehn-news-sidebar,
.ehn-news-sidebar *,
.ehn-news-navigation *,
.ehn-latest-news-button,
.ehn-news-filter,
.ehn-news-pagination .page-numbers,
.newsheaderpic,
.newsheaderpic *{
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
}
.ehn-news-card,
.ehn-card-style-editorial .ehn-news-card,
.ehn-card-style-overlay .ehn-news-card,
.ehn-card-style-split .ehn-news-card{
  border:1px solid rgba(5,6,7,.10)!important;
}
.ehn-news-card-category,
.ehn-news-load-more,
.ehn-latest-news-button,
.ehn-news-pagination .page-numbers{
  box-shadow:none!important;
}
.ehn-news-load-more:hover,
.ehn-latest-news-button:hover,
.ehn-news-pagination a.page-numbers:hover{
  box-shadow:none!important;
}

/* Flatter, quieter archive sidebar */
.ehn-news-sidebar{
  gap:0;
  padding:0;
  border:1px solid rgba(5,6,7,.11);
  border-radius:10px;
  background:#fff;
  overflow:hidden;
}
.ehn-news-sidebar-all{
  min-height:42px;
  padding:10px 14px;
  border-radius:0;
  border-bottom:1px solid rgba(5,6,7,.09);
  background:#fff;
  font-size:13px;
  font-weight:750;
  transform:none!important;
}
.ehn-news-sidebar-all:hover,
.ehn-news-sidebar-all.is-active{
  background:rgba(52,82,255,.055);
  color:var(--ehn-accent,#3452ff)!important;
}
.ehn-news-sidebar-section{
  gap:0;
  border:0;
  border-radius:0;
  border-bottom:1px solid rgba(5,6,7,.09);
  background:#fff;
  overflow:hidden;
}
.ehn-news-sidebar-section:last-child{border-bottom:0}
.ehn-news-sidebar-toggle{
  min-height:44px;
  padding:11px 14px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.035em;
}
.ehn-news-sidebar-toggle i,
.ehn-news-year-toggle i{
  width:16px;
  height:16px;
  flex-basis:16px;
  border-radius:0;
  background:transparent!important;
}
.ehn-news-sidebar-panel{padding:0 12px 11px}
.ehn-news-archive-years{gap:0}
.ehn-news-archive-year{
  border-radius:0;
  border-top:1px solid rgba(5,6,7,.065);
  background:transparent;
}
.ehn-news-archive-year:first-child{border-top:0}
.ehn-news-year-toggle{
  min-height:38px;
  padding:8px 4px;
  font-size:13px;
  font-weight:750;
}
.ehn-news-archive-year ul,
.ehn-news-sidebar-section ul{
  gap:0;
  padding:0 0 4px;
}
.ehn-news-sidebar-section li a{
  min-height:36px;
  padding:7px 6px;
  border-radius:5px;
  font-size:13px;
  transform:none!important;
}
.ehn-news-sidebar-section li a:hover,
.ehn-news-sidebar-section li a.is-active{
  padding-left:6px;
  background:rgba(52,82,255,.055);
  color:var(--ehn-accent,#3452ff)!important;
}
.ehn-news-sidebar-section li a.is-active{font-weight:750}
.ehn-news-sidebar-section em{
  min-width:24px;
  height:21px;
  padding:0 6px;
  border:1px solid rgba(5,6,7,.08);
  border-radius:999px;
  background:#fff;
  font-size:10px;
}
.ehn-news-sidebar-section a.is-active em{
  border-color:rgba(52,82,255,.18);
  background:#fff;
  color:var(--ehn-accent,#3452ff);
}
.ehn-news-tag-cloud{gap:6px}
.ehn-news-tag-cloud a{
  padding:6px 9px;
  border-color:rgba(5,6,7,.11);
  border-radius:6px;
  font-size:11px;
  transform:none!important;
}
.ehn-news-tag-cloud a:hover,
.ehn-news-tag-cloud a.is-active{
  background:rgba(52,82,255,.055);
  border-color:rgba(52,82,255,.24);
  color:var(--ehn-accent,#3452ff)!important;
}
.ehn-news-sidebar-style-dropdown .ehn-news-sidebar-section{padding:12px;border-radius:0}
.ehn-news-sidebar-select{
  min-height:42px;
  border-color:rgba(5,6,7,.12);
  border-radius:6px;
}
@media(max-width:690px){
  .ehn-news-sidebar{padding:0;border-radius:8px}
  .ehn-news-sidebar-toggle{padding:11px 13px}
  .ehn-news-sidebar-panel{padding:0 11px 10px}
}


/* Newsroom 1.8.1: EHN Cars-compatible latest news promo card */
.ehn-newsroom-promo-wrap{width:100%;max-width:100%;margin:0!important;display:block}
.ehn-newsroom-promo{--promo-text:#fff;--promo-hover-scale:1.045;position:relative;display:flex!important;width:100%!important;max-width:100%;height:var(--promo-height,auto)!important;min-height:var(--promo-min-height,440px)!important;aspect-ratio:var(--promo-aspect-ratio,10 / 7);overflow:hidden;border:0!important;border-radius:var(--promo-radius,24px);background:transparent!important;background-clip:border-box;color:var(--promo-text)!important;text-decoration:none!important;isolation:isolate;transform:none;box-shadow:none!important;align-items:stretch;justify-content:center;container-type:inline-size}
.ehn-newsroom-promo:hover,.ehn-newsroom-promo:focus{color:var(--promo-text)!important;text-decoration:none!important}.ehn-newsroom-promo:focus-visible{outline:2px solid rgba(52,82,255,.55);outline-offset:3px}

.ehn-newsroom-promo:not(.ehn-newsroom-promo--no-zoom):hover .bsuc-promo-card__image,.ehn-newsroom-promo:not(.ehn-newsroom-promo--no-zoom).ehn-is-hovered .bsuc-promo-card__image,.ehn-newsroom-promo:not(.ehn-newsroom-promo--no-zoom):focus-visible .bsuc-promo-card__image{-webkit-transform:scale(var(--promo-hover-scale,1.045));transform:scale(var(--promo-hover-scale,1.045))}
@media (prefers-reduced-motion:reduce){.ehn-news-card-image,.ehn-newsroom-promo .bsuc-promo-card__image,.ehn-newsroom-promo .bsuc-promo-card__media{transition:none!important}.ehn-news-cards.ehn-hover-lift .ehn-news-card{transition:none!important}}
.ehn-newsroom-promo .bsuc-promo-card__media{position:absolute!important;inset:-1px!important;z-index:0;overflow:hidden;border-radius:inherit;background:transparent!important;pointer-events:none;-webkit-mask-image:-webkit-radial-gradient(white,white);mask-image:linear-gradient(#fff,#fff);-webkit-filter:none;filter:none;transition:-webkit-filter 650ms cubic-bezier(.2,.65,.3,1),filter 650ms cubic-bezier(.2,.65,.3,1);will-change:filter}.ehn-newsroom-promo .bsuc-promo-card__backdrop,.ehn-newsroom-promo .bsuc-promo-card__image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;z-index:0;margin:0!important;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;transition:-webkit-transform 950ms cubic-bezier(.2,.65,.3,1),transform 950ms cubic-bezier(.2,.65,.3,1);pointer-events:none}.ehn-newsroom-promo .bsuc-promo-card__backdrop{display:none;background:transparent!important}.ehn-newsroom-promo .bsuc-promo-card__image{object-fit:var(--promo-image-fit,cover)!important;object-position:var(--promo-image-position,center center)!important}
.ehn-newsroom-promo--grayscale .bsuc-promo-card__media{-webkit-filter:grayscale(1);filter:grayscale(1)}.ehn-newsroom-promo--grayscale.ehn-newsroom-promo--color-on-hover:hover .bsuc-promo-card__media,.ehn-newsroom-promo--grayscale.ehn-newsroom-promo--color-on-hover.ehn-is-hovered .bsuc-promo-card__media,.ehn-newsroom-promo--grayscale.ehn-newsroom-promo--color-on-hover:focus-visible .bsuc-promo-card__media{-webkit-filter:grayscale(0);filter:grayscale(0)}
.ehn-newsroom-promo .bsuc-promo-card__shade{position:absolute;inset:0;z-index:1;background:linear-gradient(var(--promo-overlay-angle,180deg),var(--promo-overlay-from,transparent) 0%,var(--promo-overlay-to,var(--promo-overlay-color,#050607)) 100%);opacity:var(--promo-overlay-opacity,.45);transition:opacity 350ms ease}.ehn-newsroom-promo:hover .bsuc-promo-card__shade,.ehn-newsroom-promo.ehn-is-hovered .bsuc-promo-card__shade,.ehn-newsroom-promo:focus-visible .bsuc-promo-card__shade{opacity:var(--promo-overlay-hover-opacity,var(--promo-overlay-opacity,.45))}.ehn-newsroom-promo--overlay-solid .bsuc-promo-card__shade{background:var(--promo-overlay-color,#050607)}.ehn-newsroom-promo--overlay-none .bsuc-promo-card__shade{display:none!important;opacity:0!important}
.ehn-newsroom-promo .bsuc-promo-card__glow{display:none!important}
.ehn-newsroom-promo .bsuc-promo-card__inner{position:relative;z-index:2;width:100%;height:100%;min-height:inherit!important;padding:clamp(16px,7cqw,34px);display:flex!important;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}
.ehn-newsroom-promo .bsuc-promo-card__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(88%,var(--promo-content-width,620px));max-width:var(--promo-content-width,620px);text-align:center}
.ehn-newsroom-promo .bsuc-promo-card__title{display:block;margin:0;color:var(--promo-title-color,#fff)!important;opacity:var(--promo-title-opacity,1);font-size:var(--promo-title-font-size,clamp(22px,10cqw,var(--promo-title-size,52px)))!important;font-weight:var(--promo-title-weight,950);letter-spacing:-.05em;line-height:1.02;text-wrap:balance;text-shadow:none!important}
.ehn-newsroom-promo .bsuc-promo-card__subtitle{display:block;margin-top:clamp(5px,2cqw,10px);color:var(--promo-subtitle-color,#fff)!important;opacity:var(--promo-subtitle-opacity,.82);font-size:var(--promo-subtitle-font-size,clamp(13px,4cqw,var(--promo-subtitle-size,19px)))!important;font-weight:var(--promo-subtitle-weight,800);line-height:1.24;max-width:34em;text-wrap:balance;text-shadow:none!important}
.ehn-newsroom-promo .bsuc-promo-card__price{display:inline-flex;align-items:center;justify-content:center;margin-top:clamp(8px,3cqw,14px);min-height:clamp(32px,9cqw,42px);padding:clamp(7px,2cqw,10px) clamp(12px,3cqw,16px);border:1px solid rgba(5,6,7,.11);border-radius:10px;background:#fff;color:#050607!important;font-size:var(--promo-button-font-size,clamp(13px,4cqw,17px))!important;font-weight:950;letter-spacing:-.03em;box-shadow:none!important}
.ehn-newsroom-promo .bsuc-promo-card__corner{position:absolute;z-index:4;display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - (var(--promo-corner-offset,26px) * 2));padding:var(--promo-corner-py,7px) var(--promo-corner-px,12px);border:var(--promo-corner-border-width,1px) solid color-mix(in srgb,var(--promo-corner-border,#fff) 24%,transparent);border-radius:var(--promo-corner-radius,999px);background:var(--promo-corner-bg,#3452ff);color:var(--promo-corner-color,#fff)!important;opacity:var(--promo-corner-opacity,1);font-size:var(--promo-corner-size,12px);font-weight:var(--promo-corner-weight,900);line-height:1;letter-spacing:.08em;text-transform:uppercase;box-shadow:none!important;white-space:normal}
.ehn-newsroom-promo .bsuc-promo-card__corner--tl{top:var(--promo-corner-offset,26px);left:var(--promo-corner-offset,26px)}.ehn-newsroom-promo .bsuc-promo-card__corner--tr{top:var(--promo-corner-offset,26px);right:var(--promo-corner-offset,26px)}.ehn-newsroom-promo .bsuc-promo-card__corner--bl{bottom:var(--promo-corner-offset,26px);left:var(--promo-corner-offset,26px)}.ehn-newsroom-promo .bsuc-promo-card__corner--br{right:var(--promo-corner-offset,26px);bottom:var(--promo-corner-offset,26px)}
.ehn-newsroom-promo .bsuc-promo-card__corner--image{padding:var(--promo-corner-image-padding,0);background:var(--promo-corner-image-bg,transparent);border:0}.ehn-newsroom-promo .bsuc-promo-card__corner-image{display:block;width:var(--promo-corner-image-width,72px);height:var(--promo-corner-image-height,auto);max-width:100%;border-radius:var(--promo-corner-image-radius,0);object-fit:contain;margin:0}
.ehn-newsroom-promo--top_left .bsuc-promo-card__inner{align-items:flex-start;justify-content:flex-start}.ehn-newsroom-promo--top_center .bsuc-promo-card__inner{align-items:flex-start;justify-content:center}.ehn-newsroom-promo--top_right .bsuc-promo-card__inner{align-items:flex-start;justify-content:flex-end}
.ehn-newsroom-promo--center_left .bsuc-promo-card__inner{align-items:center;justify-content:flex-start}.ehn-newsroom-promo--center .bsuc-promo-card__inner{align-items:center;justify-content:center}.ehn-newsroom-promo--center_right .bsuc-promo-card__inner{align-items:center;justify-content:flex-end}
.ehn-newsroom-promo--bottom_left .bsuc-promo-card__inner{align-items:flex-end;justify-content:flex-start}.ehn-newsroom-promo--bottom_center .bsuc-promo-card__inner{align-items:flex-end;justify-content:center}.ehn-newsroom-promo--bottom_right .bsuc-promo-card__inner{align-items:flex-end;justify-content:flex-end}
.ehn-newsroom-promo--align-left .bsuc-promo-card__content{align-items:flex-start;text-align:left}.ehn-newsroom-promo--align-right .bsuc-promo-card__content{align-items:flex-end;text-align:right}
.ehn-promo-col .ehn-newsroom-promo-wrap,.ehn-promo-fill-col .ehn-newsroom-promo-wrap,.promo-card-fill .ehn-newsroom-promo-wrap{height:100%!important;display:flex}.ehn-promo-col .ehn-newsroom-promo,.ehn-promo-fill-col .ehn-newsroom-promo,.promo-card-fill .ehn-newsroom-promo,.ehn-newsroom-promo.bsuc-promo-card--fill-column{height:100%!important;min-height:0!important;aspect-ratio:auto!important;flex:1 1 auto}
@media(max-width:760px){.ehn-newsroom-promo{height:var(--promo-mobile-height,auto)!important;min-height:var(--promo-mobile-min-height,280px)!important;aspect-ratio:16 / 10;border-radius:min(var(--promo-radius,24px),22px)}.ehn-newsroom-promo .bsuc-promo-card__inner{padding:20px}.ehn-newsroom-promo .bsuc-promo-card__title{font-size:var(--promo-title-font-size-mobile,var(--promo-title-size-mobile,34px))!important}.ehn-newsroom-promo .bsuc-promo-card__subtitle{font-size:var(--promo-subtitle-font-size-mobile,var(--promo-subtitle-size-mobile,14px))!important}.ehn-newsroom-promo .bsuc-promo-card__corner{--promo-corner-offset:14px;font-size:var(--promo-corner-size-mobile,var(--promo-corner-size,11px))!important}}

/* Newsroom 1.9.0: unobtrusive article completion marker */
.ehn-news-read-end{display:block!important;width:1px!important;height:1px!important;overflow:hidden!important;pointer-events:none!important;opacity:0!important;clear:both!important}

/* Newsroom 1.10.0: responsive card typography controls */
.ehn-news-cards .ehn-news-card-category{font-size:var(--ehn-card-category-size,11px)!important}
.ehn-news-cards .ehn-news-card-meta{font-size:var(--ehn-card-meta-size,11px)!important}
.ehn-news-cards .ehn-news-card-excerpt{font-size:var(--ehn-card-excerpt-size,15px)!important}
.ehn-news-cards .ehn-news-card-cta{font-size:var(--ehn-card-button-size,14px)!important}
.ehn-news-cards.ehn-card-style-editorial .ehn-news-card-content h3{font-size:var(--ehn-card-title-size,clamp(22px,1.6vw,30px))!important}
.ehn-news-cards.ehn-card-style-minimal .ehn-news-card-content h3{font-size:var(--ehn-card-title-size,clamp(20px,1.35vw,26px))!important}
.ehn-news-cards.ehn-card-style-overlay .ehn-news-card-content h3{font-size:var(--ehn-card-title-size,clamp(25px,2.3vw,40px))!important}
.ehn-news-cards.ehn-card-style-horizontal .ehn-news-card-content h3,
.ehn-news-cards.ehn-card-style-split .ehn-news-card-content h3{font-size:var(--ehn-card-title-size,clamp(22px,1.7vw,31px))!important}
.ehn-news-cards.ehn-layout-mosaic.ehn-card-style-editorial .ehn-news-card.is-first-card h3,
.ehn-news-cards.ehn-layout-mosaic.ehn-card-style-minimal .ehn-news-card.is-first-card h3{font-size:var(--ehn-card-title-size,clamp(28px,3vw,48px))!important}
.ehn-newsroom-promo .bsuc-promo-card__price{font-size:var(--promo-button-font-size,clamp(13px,4cqw,var(--promo-button-size,17px)))!important}
@media(max-width:600px){
  .ehn-news-cards .ehn-news-card-category{font-size:var(--ehn-card-category-size-mobile,var(--ehn-card-category-size,11px))!important}
  .ehn-news-cards .ehn-news-card-meta{font-size:var(--ehn-card-meta-size-mobile,var(--ehn-card-meta-size,11px))!important}
  .ehn-news-cards .ehn-news-card-excerpt{font-size:var(--ehn-card-excerpt-size-mobile,var(--ehn-card-excerpt-size,15px))!important}
  .ehn-news-cards .ehn-news-card-cta{font-size:var(--ehn-card-button-size-mobile,var(--ehn-card-button-size,14px))!important}
  .ehn-news-cards.ehn-card-style-editorial .ehn-news-card-content h3{font-size:var(--ehn-card-title-size-mobile,var(--ehn-card-title-size,clamp(22px,1.6vw,30px)))!important}
  .ehn-news-cards.ehn-card-style-minimal .ehn-news-card-content h3{font-size:var(--ehn-card-title-size-mobile,var(--ehn-card-title-size,clamp(20px,1.35vw,26px)))!important}
  .ehn-news-cards.ehn-card-style-overlay .ehn-news-card-content h3{font-size:var(--ehn-card-title-size-mobile,var(--ehn-card-title-size,clamp(25px,2.3vw,40px)))!important}
  .ehn-news-cards.ehn-card-style-horizontal .ehn-news-card-content h3,
  .ehn-news-cards.ehn-card-style-split .ehn-news-card-content h3{font-size:var(--ehn-card-title-size-mobile,var(--ehn-card-title-size,clamp(22px,1.7vw,31px)))!important}
  .ehn-news-cards.ehn-layout-mosaic.ehn-card-style-editorial .ehn-news-card.is-first-card h3,
  .ehn-news-cards.ehn-layout-mosaic.ehn-card-style-minimal .ehn-news-card.is-first-card h3{font-size:var(--ehn-card-title-size-mobile,var(--ehn-card-title-size,clamp(28px,3vw,48px)))!important}
}
@media(max-width:760px){
  .ehn-newsroom-promo .bsuc-promo-card__subtitle{font-size:var(--promo-subtitle-font-size-mobile,var(--promo-subtitle-size-mobile,var(--promo-subtitle-size,14px)))!important}
  .ehn-newsroom-promo .bsuc-promo-card__price{font-size:var(--promo-button-font-size-mobile,var(--promo-button-size-mobile,var(--promo-button-size,13px)))!important}
  .ehn-newsroom-promo .bsuc-promo-card__corner{font-size:var(--promo-corner-size-mobile,var(--promo-corner-size,11px))!important}
}


/* Newsroom 1.11.0: scoped native mobile carousel for Newsroom card collections */
.ehn-news-mobile-carousel-shell{
  position:relative;
  display:block;
  width:100%;
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
.ehn-news-mobile-carousel-shell *,
.ehn-news-mobile-carousel-shell *::before,
.ehn-news-mobile-carousel-shell *::after{box-sizing:border-box}
.ehn-news-mobile-swipe-hint,
.ehn-news-mobile-carousel-count{display:none;pointer-events:none}

@media(max-width:690px){
  .ehn-news-mobile-carousel-shell{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:visible;
  }
  .ehn-news-cards.ehn-news-is-mobile-carousel{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    grid-template-columns:none!important;
    grid-auto-flow:initial!important;
    column-count:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 0 48px!important;
    gap:var(--ehn-card-gap,24px)!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory!important;
    scroll-padding-inline:0;
    scrollbar-width:none;
    box-sizing:border-box!important;
  }
  .ehn-news-cards.ehn-news-is-mobile-carousel::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
  .ehn-news-cards.ehn-news-is-mobile-carousel>.ehn-news-card{
    display:block!important;
    flex:0 0 max(240px,calc(100% - var(--ehn-news-mobile-peek,56px) - var(--ehn-card-gap,24px)))!important;
    width:max(240px,calc(100% - var(--ehn-news-mobile-peek,56px) - var(--ehn-card-gap,24px)))!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    grid-column:auto!important;
    grid-row:auto!important;
    break-inside:auto!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:normal;
    align-self:stretch;
  }
  .ehn-news-cards.ehn-news-is-mobile-carousel>.ehn-news-card>.ehn-news-card-link{max-width:100%!important}
  .ehn-news-cards.ehn-news-is-mobile-carousel.ehn-card-style-minimal>.ehn-news-card{align-self:flex-start}
  .ehn-news-cards.ehn-news-is-mobile-carousel.ehn-hover-lift .ehn-news-card:hover,
  .ehn-news-cards.ehn-news-is-mobile-carousel.ehn-hover-lift .ehn-news-card.ehn-is-hovered{transform:none}
  .ehn-news-cards.ehn-news-is-mobile-carousel.ehn-hover-zoom .ehn-news-card:hover .ehn-news-card-image,
  .ehn-news-cards.ehn-news-is-mobile-carousel.ehn-hover-lift_zoom .ehn-news-card:hover .ehn-news-card-image{transform:scale(1)}

  .ehn-news-mobile-carousel-shell.ehn-news-is-mobile-carousel-active .ehn-news-mobile-carousel-count,
  .ehn-news-mobile-carousel-shell.ehn-news-is-mobile-carousel-active.ehn-news-is-swipe-hint-visible .ehn-news-mobile-swipe-hint{
    position:absolute;
    z-index:8;
    bottom:8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:32px;
    padding:7px 11px;
    border:1px solid rgba(5,6,7,.10);
    border-radius:999px;
    background:rgba(255,255,255,.94);
    color:#050607;
    font-size:12px;
    font-weight:800;
    line-height:1;
    letter-spacing:.02em;
    white-space:nowrap;
    opacity:1;
    pointer-events:none;
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
    transition:opacity .22s ease,transform .22s ease;
  }
  .ehn-news-mobile-carousel-shell.ehn-news-is-mobile-carousel-active .ehn-news-mobile-carousel-count{left:8px}
  .ehn-news-mobile-carousel-shell.ehn-news-is-mobile-carousel-active.ehn-news-is-swipe-hint-visible .ehn-news-mobile-swipe-hint{
    right:8px;
    animation:ehn-news-mobile-swipe-nudge 1.15s ease-in-out 2;
  }
  .ehn-news-mobile-carousel-count-separator{opacity:.45}
  .ehn-news-mobile-swipe-hint-icon{display:inline-block;font-size:16px;line-height:.8}
  .ehn-news-mobile-carousel-shell.ehn-news-is-swipe-hint-dismissed .ehn-news-mobile-swipe-hint{display:none!important;opacity:0;transform:translateX(8px)}
  .ehn-news-mobile-carousel-shell + .ehn-news-carousel-controls{display:none!important}

  .ehn-news-filter{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .ehn-news-filter select,
  .ehn-news-filter button{min-width:0;max-width:100%;box-sizing:border-box}
}

@keyframes ehn-news-mobile-swipe-nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(-6px)}}
@media(prefers-reduced-motion:reduce){
  .ehn-news-cards.ehn-news-is-mobile-carousel{scroll-behavior:auto!important}
  .ehn-news-mobile-carousel-shell .ehn-news-mobile-swipe-hint,
  .ehn-news-mobile-carousel-shell .ehn-news-mobile-carousel-count{animation:none!important;transition:none!important}
}

/* Card appearance controls (v1.11.1)
 * These selectors are scoped to Newsroom card collections and intentionally
 * override design-specific radius/shadow rules, including AJAX-added cards.
 */
.ehn-news-cards.ehn-card-square .ehn-news-card,
.ehn-news-cards.ehn-card-square .ehn-news-card-media{
  border-radius:0!important;
}
.ehn-news-cards.ehn-card-no-shadow .ehn-news-card{
  box-shadow:none!important;
}


/* Newsroom 1.11.2: compact, theme-safe spacing for archive categories.
 * Salient/WPBakery may add margins and line-height to generic list elements,
 * so the direct category list descendants are reset explicitly here.
 */
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel{
  padding:2px 12px 12px!important;
}
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul{
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul > li{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  line-height:1.3!important;
  list-style:none!important;
}
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul > li::before,
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul > li::after{
  content:none!important;
  display:none!important;
}
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul > li > a{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-height:44px!important;
  margin:0!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:9px!important;
  line-height:1.3!important;
  box-sizing:border-box!important;
}
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul > li > a > span{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1.3!important;
  overflow-wrap:anywhere;
}
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul > li > a > em{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:32px!important;
  width:auto!important;
  height:32px!important;
  margin:0!important;
  padding:0 8px!important;
  border:1px solid rgba(5,6,7,.09)!important;
  border-radius:999px!important;
  background:rgba(5,6,7,.035)!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:800!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
.ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul > li > a.is-active > em{
  border-color:rgba(255,255,255,.24)!important;
  background:rgba(255,255,255,.18)!important;
}

@media(max-width:690px){
  .ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-toggle{
    padding:14px 15px!important;
  }
  .ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel{
    padding:2px 10px 10px!important;
  }
  .ehn-news-sidebar.ehn-news-sidebar-style-accordion .ehn-news-sidebar-categories > .ehn-news-sidebar-panel > ul > li > a{
    min-height:46px!important;
    padding:8px 9px!important;
  }
}
