body.ndm-facelift {
  --ndm-blue: #00213f;
  --ndm-blue-2: #0b4f8a;
  --ndm-red: #c5212f;
  --ndm-ink: #151923;
  --ndm-muted: #667085;
  --ndm-line: #d8dee8;
  --ndm-paper: #ffffff;
  --ndm-bg: #f3f6fa;
  --ndm-soft: #edf2f7;
  --ndm-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  background: var(--ndm-bg);
  color: var(--ndm-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.ndm-facelift h1,
body.ndm-facelift h2,
body.ndm-facelift h3,
body.ndm-facelift h4,
body.ndm-facelift h5,
body.ndm-facelift h6,
body.ndm-facelift .post__title,
body.ndm-facelift .entry-title,
body.ndm-facelift .block-heading__title,
body.ndm-facelift .page-heading__title,
body.ndm-facelift .widget__title-text {
  color: var(--ndm-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.16;
}

body.ndm-facelift a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.ndm-facelift a:focus-visible,
body.ndm-facelift button:focus-visible,
body.ndm-facelift input:focus-visible,
body.ndm-facelift textarea:focus-visible {
  outline: 3px solid rgba(11, 79, 138, 0.28);
  outline-offset: 3px;
}

body.ndm-facelift .site-content {
  background:
    linear-gradient(180deg, #ffffff 0, var(--ndm-bg) 390px),
    var(--ndm-bg);
}

body.ndm-facelift .container,
body.ndm-facelift .container--wide {
  max-width: 1180px;
}

body.ndm-facelift .top-bar {
  display: none;
}

body.ndm-facelift .site-header,
body.ndm-facelift .header-7 .site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--ndm-line);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
}

body.ndm-facelift .header-main {
  padding-top: 18px !important;
  padding-bottom: 14px !important;
}

body.ndm-facelift .header-logo img,
body.ndm-facelift .footer-logo img {
  height: auto;
  max-width: min(330px, 82vw);
}

body.ndm-facelift .navigation-bar {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(216, 222, 232, 0.7);
  border-bottom: 1px solid var(--ndm-line);
  backdrop-filter: blur(14px);
}

body.ndm-facelift .navigation-bar__inner {
  min-height: 54px;
}

body.ndm-facelift ul#menu-mainmenu {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  padding-inline-start: 0 !important;
}

body.ndm-facelift .navigation--main > li > a {
  border-radius: 6px;
  color: #202938;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  padding: 18px 12px;
  position: relative;
}

body.ndm-facelift .navigation--main > li > a:before {
  display: none;
}

body.ndm-facelift .navigation--main > li > a:after {
  background: var(--ndm-red);
  border-radius: 999px;
  bottom: 9px;
  content: "";
  height: 3px;
  left: 12px;
  opacity: 0;
  position: absolute;
  right: 12px;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
}

body.ndm-facelift .navigation--main > li:hover > a,
body.ndm-facelift .navigation--main > li.current-menu-item > a,
body.ndm-facelift .navigation--main > li.current-menu-parent > a,
body.ndm-facelift .navigation--main > li.current-post-parent > a {
  color: var(--ndm-blue);
}

body.ndm-facelift .navigation--main > li:hover > a:after,
body.ndm-facelift .navigation--main > li.current-menu-item > a:after,
body.ndm-facelift .navigation--main > li.current-menu-parent > a:after,
body.ndm-facelift .navigation--main > li.current-post-parent > a:after {
  opacity: 1;
  transform: scaleX(1);
}

body.ndm-facelift .navigation-bar-btn,
body.ndm-facelift .mobile-header-btn {
  align-items: center;
  border-radius: 50%;
  color: var(--ndm-blue);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

body.ndm-facelift .mobile-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--ndm-line);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 0;
  z-index: 950;
}

body.ndm-facelift .mobile-header__inner {
  min-height: 62px;
  padding-left: 14px;
  padding-right: 10px;
}

body.ndm-facelift .header-logo--mobile img {
  max-height: 42px;
  width: auto;
}

body.ndm-facelift .atbssuga-block {
  margin-bottom: 42px !important;
}

body.ndm-facelift .block-heading {
  margin-bottom: 22px;
}

body.ndm-facelift .block-heading__title,
body.ndm-facelift .page-heading__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

body.ndm-facelift .block-heading__title:before,
body.ndm-facelift .page-heading__title:before {
  background: var(--ndm-red);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 26px;
  width: 5px;
}

body.ndm-facelift .block-heading--center .block-heading__title:after,
body.ndm-facelift .block-heading--center .page-heading__title:after {
  background: rgba(0, 33, 63, 0.12);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 2px;
  margin-left: 4px;
  width: 58px;
}

body.ndm-facelift .suga-feature-slider-e {
  background: #050b14;
  margin-bottom: 46px !important;
}

body.ndm-facelift .suga-feature-slider-e .post--overlay,
body.ndm-facelift .suga-feature-slider-e .post__thumb {
  min-height: min(68vh, 620px);
}

body.ndm-facelift .suga-feature-slider-e .post__thumb:after,
body.ndm-facelift .post--overlay-floorfade .post__thumb:after,
body.ndm-facelift .post__thumb--overlay:after {
  background:
    linear-gradient(180deg, rgba(0, 13, 28, 0.08) 0%, rgba(0, 16, 34, 0.42) 46%, rgba(0, 14, 29, 0.9) 100%);
}

body.ndm-facelift .suga-feature-slider-e .post__text {
  padding-bottom: 58px;
}

body.ndm-facelift .suga-feature-slider-e .post__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  text-wrap: balance;
}

body.ndm-facelift .suga-feature-slider-e .post__title a {
  color: #ffffff;
  font-size: clamp(29px, 4vw, 52px);
  line-height: 1.08;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

body.ndm-facelift .post__cat.cat-27,
body.ndm-facelift a.cat-27.post__cat,
body.ndm-facelift a[href*="/selected/"].post__cat {
  display: none !important;
}

body.ndm-facelift .post__cat,
body.ndm-facelift a.post__cat,
body.ndm-facelift .entry-cat {
  border: 1px solid rgba(0, 33, 63, 0.12);
  border-radius: 999px;
  color: var(--ndm-blue) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2 !important;
  min-height: 0 !important;
  padding: 6px 10px !important;
  text-transform: uppercase;
}

body.ndm-facelift .post__cat--bg,
body.ndm-facelift a.post__cat--bg,
body.ndm-facelift .cat-theme-bg {
  background: var(--ndm-blue) !important;
  border-color: transparent;
  color: #ffffff !important;
}

body.ndm-facelift .post--horizontal-hasbackground.post,
body.ndm-facelift .posts-list .list-item article,
body.ndm-facelift .post--vertical,
body.ndm-facelift .post--horizontal__title-line,
body.ndm-facelift .atbssuga-widget--box .widget__inner {
  background: var(--ndm-paper);
  border: 1px solid rgba(216, 222, 232, 0.8);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.ndm-facelift .post--horizontal-hasbackground.post:hover,
body.ndm-facelift .posts-list .list-item article:hover,
body.ndm-facelift .post--vertical:hover,
body.ndm-facelift .post--horizontal__title-line:hover {
  border-color: rgba(0, 33, 63, 0.22);
  box-shadow: var(--ndm-shadow);
  transform: translateY(-2px);
}

body.ndm-facelift .post__thumb,
body.ndm-facelift .entry-thumb,
body.ndm-facelift .atbs-thumb-object-fit {
  background: #e7ebf0;
  overflow: hidden;
}

body.ndm-facelift .post__thumb img,
body.ndm-facelift .entry-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
  width: 100%;
}

body.ndm-facelift .post:hover .post__thumb img,
body.ndm-facelift article:hover .post__thumb img {
  transform: scale(1.025);
}

body.ndm-facelift .post--horizontal-hasbackground .post__text {
  padding: 26px 30px !important;
}

body.ndm-facelift .post__title a {
  color: var(--ndm-ink);
}

body.ndm-facelift .post__title a:hover {
  color: var(--ndm-blue-2);
}

body.ndm-facelift .post__excerpt,
body.ndm-facelift .post__excerpt .excerpt,
body.ndm-facelift .excerpt {
  color: var(--ndm-muted);
  font-size: 14px;
  line-height: 1.65;
}

body.ndm-facelift .post__meta,
body.ndm-facelift .entry-meta,
body.ndm-facelift .meta-text {
  color: #778295;
  font-size: 12px;
  letter-spacing: 0;
}

body.ndm-facelift .atbssuga-pagination__item {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--ndm-line) !important;
  border-radius: 50%;
  color: var(--ndm-blue) !important;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  min-width: 38px;
}

body.ndm-facelift .atbssuga-pagination__item-current,
body.ndm-facelift .atbssuga-pagination__item:hover {
  background: var(--ndm-blue) !important;
  border-color: var(--ndm-blue) !important;
  color: #ffffff !important;
}

body.ndm-facelift.category .site-content,
body.ndm-facelift.archive .site-content {
  padding-top: 34px;
}

body.ndm-facelift .atbssuga-mosaic .post--overlay {
  border-radius: 8px;
  overflow: hidden;
}

body.ndm-facelift .atbssuga-mosaic .post__title a {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}

body.ndm-facelift .atbssuga-post--grid-horizontal-title-hasline .list-item {
  margin-bottom: 18px;
}

body.ndm-facelift.single .site-content {
  padding-top: 38px;
}

body.ndm-facelift.single .single-entry-wrap > .container > .row {
  align-items: flex-start;
}

body.ndm-facelift.single .post--single {
  background: var(--ndm-paper);
  border: 1px solid rgba(216, 222, 232, 0.85);
  border-radius: 8px;
  padding: 34px 36px 38px !important;
}

body.ndm-facelift.single .single-header {
  border-bottom: 1px solid var(--ndm-line);
  margin-bottom: 24px;
  padding-bottom: 20px;
}

body.ndm-facelift.single .single-header .entry-title {
  color: var(--ndm-ink);
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.08;
  margin-top: 14px;
  max-width: 900px !important;
  text-wrap: balance;
}

body.ndm-facelift.single .entry-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

body.ndm-facelift.single .entry-thumb {
  border-radius: 8px;
  margin-bottom: 28px;
}

body.ndm-facelift.single .entry-thumb img {
  aspect-ratio: 16 / 9;
}

body.ndm-facelift.single .single-content {
  color: #202938;
  font-size: 18px;
  line-height: 1.78;
}

body.ndm-facelift.single .single-content p {
  margin-bottom: 1.18em;
}

body.ndm-facelift.single .single-content h2,
body.ndm-facelift.single .single-content h3 {
  margin-top: 1.7em;
}

body.ndm-facelift.single .single-content blockquote {
  background: #f6f9fc;
  border-left: 4px solid var(--ndm-blue);
  border-radius: 0 8px 8px 0;
  color: #263244;
  margin: 28px 0;
  padding: 20px 24px;
}

body.ndm-facelift.single .single-content hr {
  border: 0;
  border-top: 1px solid var(--ndm-line);
  margin: 30px 0;
}

body.ndm-facelift.single .single-content p:has(strong:first-child) a,
body.ndm-facelift.single .single-content p:has(a[href^="http"]) {
  overflow-wrap: anywhere;
}

body.ndm-facelift .single-content-left .social-share {
  padding-top: 4px;
}

body.ndm-facelift .social-share ul li a {
  background: #ffffff;
  border: 1px solid var(--ndm-line);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
  min-height: 42px;
  min-width: 42px;
}

body.ndm-facelift .atbssuga-sub-col .widget,
body.ndm-facelift .sidebar .widget {
  margin-bottom: 26px;
}

body.ndm-facelift .widget__title {
  background: transparent !important;
  border-bottom: 1px solid var(--ndm-line);
  margin-bottom: 16px;
  padding: 0 0 11px;
}

body.ndm-facelift .widget__title .widget__title-text {
  color: var(--ndm-blue) !important;
  font-size: 18px;
}

body.ndm-facelift .atbssuga-widget--box .widget__title {
  background: transparent !important;
  border-radius: 0;
  color: var(--ndm-blue) !important;
}

body.ndm-facelift .same-category-posts .block-heading__title a.cat-27,
body.ndm-facelift .same-category-posts .block-heading__title a[href*="/selected/"] {
  display: none !important;
}

body.ndm-facelift .atbssuga-sub-col .post-thumb-sm,
body.ndm-facelift .sidebar .post-thumb-sm {
  border-bottom: 1px solid rgba(216, 222, 232, 0.8);
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 13px;
}

body.ndm-facelift .atbssuga-sub-col .post-thumb-sm:hover,
body.ndm-facelift .sidebar .post-thumb-sm:hover {
  box-shadow: none;
  transform: none;
}

body.ndm-facelift .atbssuga-sub-col .post-thumb-sm .post__title,
body.ndm-facelift .sidebar .post-thumb-sm .post__title {
  font-size: 14px;
  line-height: 1.34;
}

body.ndm-facelift .site-footer {
  background: #ffffff;
  border-top: 1px solid var(--ndm-line);
  color: #5b6678;
}

body.ndm-facelift .site-footer__section {
  padding-bottom: 28px;
  padding-top: 28px;
}

body.ndm-facelift .footer-logo img {
  max-width: 230px;
}

body.ndm-facelift a[href*="bs.serving-sys.com"],
body.ndm-facelift iframe[src*="bs.serving-sys.com"],
body.ndm-facelift img[src*="bs.serving-sys.com"] {
  display: none !important;
}

body.ndm-facelift .atbssuga-custom-html:empty {
  display: none;
}

@media (min-width: 1200px) {
  body.ndm-facelift .atbssuga-main-col {
    padding-right: 18px !important;
    width: 820px !important;
  }

  body.ndm-facelift.home .atbssuga-main-col {
    width: 870px !important;
  }

  body.ndm-facelift .atbssuga-sub-col {
    padding-left: 18px !important;
    width: 310px !important;
  }
}

@media (max-width: 1199px) {
  body.ndm-facelift .navigation--main > li > a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  body.ndm-facelift .site-content {
    background: var(--ndm-bg);
  }

  body.ndm-facelift .atbssuga-block {
    margin-bottom: 32px !important;
  }

  body.ndm-facelift .suga-feature-slider-e .post--overlay,
  body.ndm-facelift .suga-feature-slider-e .post__thumb {
    min-height: 430px;
  }

  body.ndm-facelift .post--horizontal-hasbackground .post__text {
    padding: 22px !important;
  }

  body.ndm-facelift.single .post--single {
    padding: 26px 22px 30px !important;
  }
}

@media (max-width: 767px) {
  body.ndm-facelift .container,
  body.ndm-facelift .container--wide {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.ndm-facelift .suga-feature-slider-e {
    margin-bottom: 30px !important;
  }

  body.ndm-facelift .suga-feature-slider-e .post--overlay,
  body.ndm-facelift .suga-feature-slider-e .post__thumb {
    min-height: 390px;
  }

  body.ndm-facelift .suga-feature-slider-e .post__text {
    padding: 26px 20px 36px;
  }

  body.ndm-facelift .suga-feature-slider-e .post__title a {
    font-size: 29px;
    line-height: 1.12;
  }

  body.ndm-facelift .block-heading {
    margin-bottom: 18px;
  }

  body.ndm-facelift .block-heading__title,
  body.ndm-facelift .page-heading__title {
    font-size: 24px;
    line-height: 1.16;
  }

  body.ndm-facelift .post--horizontal-hasbackground.post,
  body.ndm-facelift .post--horizontal-hasbackground .post__thumb,
  body.ndm-facelift .post--horizontal-hasbackground .post__text {
    display: block;
    width: 100% !important;
  }

  body.ndm-facelift .post--horizontal-hasbackground .post__thumb {
    aspect-ratio: 16 / 10;
  }

  body.ndm-facelift .post--horizontal-hasbackground .post__title {
    font-size: 21px;
    line-height: 1.22;
  }

  body.ndm-facelift .post__excerpt,
  body.ndm-facelift .post__excerpt .excerpt,
  body.ndm-facelift .excerpt {
    font-size: 14px;
  }

  body.ndm-facelift.single .site-content {
    padding-top: 22px;
  }

  body.ndm-facelift.single .post--single {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.ndm-facelift.single .single-header .entry-title {
    font-size: 31px;
    line-height: 1.12;
  }

  body.ndm-facelift.single .single-content {
    font-size: 17px;
    line-height: 1.74;
  }

  body.ndm-facelift .single-content-left {
    display: none;
  }
}

@media (max-width: 480px) {
  body.ndm-facelift .mobile-header__inner {
    min-height: 58px;
  }

  body.ndm-facelift .header-logo--mobile img {
    max-height: 36px;
    max-width: 230px;
  }

  body.ndm-facelift .suga-feature-slider-e .post--overlay,
  body.ndm-facelift .suga-feature-slider-e .post__thumb {
    min-height: 360px;
  }

  body.ndm-facelift .suga-feature-slider-e .post__title a {
    font-size: 25px;
  }

  body.ndm-facelift .post__cat,
  body.ndm-facelift a.post__cat,
  body.ndm-facelift .entry-cat {
    font-size: 10px;
    padding: 5px 8px !important;
  }
}

/* Modern newsroom pass: stronger overrides for Suga theme collisions. */
body.ndm-facelift {
  --ndm-modern-bg: #f5f7fb;
  --ndm-modern-nav: #ffffff;
  --ndm-modern-ink: #121826;
  --ndm-modern-border: #d9e1ec;
}

body.ndm-facelift .site-header,
body.ndm-facelift .header-7 .site-header,
body.ndm-facelift .sticky-header {
  background: #fff !important;
  border-bottom: 1px solid var(--ndm-modern-border) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06) !important;
  overflow: visible !important;
}

body.ndm-facelift .header-main {
  height: auto !important;
  min-height: 84px !important;
  padding: 12px 0 10px !important;
}

body.ndm-facelift .header-main .row {
  min-height: 0 !important;
}

body.ndm-facelift .header-logo,
body.ndm-facelift .header-logo a {
  line-height: 0 !important;
}

body.ndm-facelift .header-logo img {
  display: inline-block !important;
  max-height: 68px !important;
  max-width: min(430px, 72vw) !important;
  object-fit: contain !important;
  width: auto !important;
}

body.ndm-facelift .navigation-bar,
body.ndm-facelift .sticky-header .navigation-bar {
  background: var(--ndm-modern-nav) !important;
  border-bottom: 1px solid var(--ndm-modern-border) !important;
  border-top: 1px solid var(--ndm-modern-border) !important;
  overflow: visible !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 10050 !important;
}

body.ndm-facelift .navigation-bar__inner {
  min-height: 58px !important;
  overflow: visible !important;
}

body.ndm-facelift .navigation-wrapper,
body.ndm-facelift .navigation--main,
body.ndm-facelift .navigation--main > li {
  overflow: visible !important;
}

body.ndm-facelift .navigation--main > li > a,
body.ndm-facelift .sticky-header .navigation--main > li > a,
body.ndm-facelift .navigation--main > li > a:hover,
body.ndm-facelift .navigation--main > li > a:focus,
body.ndm-facelift .navigation--main > li > a:active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--ndm-modern-ink) !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 58px !important;
  line-height: 58px !important;
  padding: 0 13px !important;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

body.ndm-facelift .navigation--main > li > a::before,
body.ndm-facelift .navigation--main > li > a:before {
  content: none !important;
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
}

body.ndm-facelift .navigation--main > li > a::after,
body.ndm-facelift .navigation--main > li > a:after {
  background: var(--ndm-red) !important;
  bottom: 10px !important;
  content: "" !important;
  height: 3px !important;
  left: 13px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 13px !important;
  top: auto !important;
  transform: scaleX(0.35) !important;
  transform-origin: center !important;
}

body.ndm-facelift .navigation--main > li:hover > a,
body.ndm-facelift .navigation--main > li.current-menu-item > a,
body.ndm-facelift .navigation--main > li.current-menu-parent > a,
body.ndm-facelift .navigation--main > li.current-post-parent > a {
  background: #f4f7fb !important;
  color: var(--ndm-blue) !important;
}

body.ndm-facelift .navigation--main > li:hover > a::after,
body.ndm-facelift .navigation--main > li.current-menu-item > a::after,
body.ndm-facelift .navigation--main > li.current-menu-parent > a::after,
body.ndm-facelift .navigation--main > li.current-post-parent > a::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

body.ndm-facelift .navigation--main .sub-menu {
  background: #ffffff !important;
  border: 1px solid var(--ndm-modern-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16) !important;
  display: block;
  margin-top: 0 !important;
  min-width: 230px !important;
  padding: 8px !important;
  z-index: 10080 !important;
}

body.ndm-facelift .navigation--main .sub-menu a,
body.ndm-facelift .navigation--main .sub-menu a:hover,
body.ndm-facelift .navigation--main .sub-menu a:focus {
  background: transparent !important;
  border-radius: 6px !important;
  color: var(--ndm-modern-ink) !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  padding: 10px 12px !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

body.ndm-facelift .navigation--main .sub-menu li:hover > a {
  background: #f4f7fb !important;
  color: var(--ndm-blue) !important;
}

body.ndm-facelift .navigation-bar-btn {
  background: #f4f7fb !important;
  border: 1px solid var(--ndm-modern-border) !important;
  color: var(--ndm-blue) !important;
}

body.ndm-facelift .suga-feature-slider-e {
  background: #06101f !important;
  margin-bottom: 48px !important;
}

body.ndm-facelift .suga-feature-slider-e .post--overlay,
body.ndm-facelift .suga-feature-slider-e .post--overlay-height-700,
body.ndm-facelift .suga-feature-slider-e .post__thumb {
  height: auto !important;
  min-height: clamp(470px, 58vw, 690px) !important;
}

body.ndm-facelift .suga-feature-slider-e .post__thumb img {
  filter: saturate(1.03) contrast(1.04) !important;
}

body.ndm-facelift .suga-feature-slider-e .post__thumb::after,
body.ndm-facelift .suga-feature-slider-e .post__thumb:after {
  background:
    linear-gradient(90deg, rgba(2, 10, 22, 0.86) 0%, rgba(2, 10, 22, 0.56) 40%, rgba(2, 10, 22, 0.14) 78%),
    linear-gradient(180deg, rgba(2, 10, 22, 0.1) 0%, rgba(2, 10, 22, 0.82) 100%) !important;
}

body.ndm-facelift .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text,
body.ndm-facelift .suga-feature-slider-e .post__text {
  align-items: flex-end !important;
  bottom: 0 !important;
  display: flex !important;
  inset: auto 0 0 0 !important;
  justify-content: flex-start !important;
  left: 0 !important;
  padding: 0 24px 64px !important;
  right: 0 !important;
  text-align: left !important;
  top: auto !important;
}

body.ndm-facelift .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner,
body.ndm-facelift .suga-feature-slider-e .post__text-inner {
  left: auto !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
}

body.ndm-facelift .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text--wrap,
body.ndm-facelift .suga-feature-slider-e .post__text--wrap {
  max-width: 780px !important;
}

body.ndm-facelift .suga-feature-slider-e .post__cat {
  margin-bottom: 16px !important;
}

body.ndm-facelift .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title,
body.ndm-facelift .suga-feature-slider-e .post__title {
  margin: 0 !important;
  max-width: 780px !important;
}

body.ndm-facelift .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title a,
body.ndm-facelift .suga-feature-slider-e .post__title a {
  color: #ffffff !important;
  display: block !important;
  font-size: clamp(32px, 3.7vw, 56px) !important;
  font-weight: 850 !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
  line-height: 1.04 !important;
  max-width: 780px !important;
  overflow-wrap: normal !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.42) !important;
  word-break: normal !important;
}

body.ndm-facelift .suga-listing-list-c .posts-list,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .posts-list {
  display: grid !important;
  gap: 18px !important;
}

body.ndm-facelift .suga-listing-list-c .list-item,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .list-item {
  margin-bottom: 0 !important;
}

body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground {
  align-items: stretch !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 42%) 1fr !important;
  min-height: 0 !important;
}

body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__thumb,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__thumb {
  aspect-ratio: 16 / 10 !important;
  display: block !important;
  height: 100% !important;
  min-height: 210px !important;
  width: 100% !important;
}

body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__thumb,
body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__text,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__thumb,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__text {
  float: none !important;
}

body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__text,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__text {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: 28px 30px !important;
  width: 100% !important;
}

body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__title,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__title {
  font-size: clamp(21px, 2vw, 30px) !important;
  line-height: 1.14 !important;
  margin-top: 0 !important;
}

body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__excerpt,
body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__excerpt {
  margin-top: 12px !important;
}

body.ndm-facelift .posts-list .list-item article:hover .post__title a,
body.ndm-facelift .post:hover .post__title a {
  color: var(--ndm-blue) !important;
}

body.ndm-facelift.home .suga-listing-list-c.atbssuga-post--list-horizontal-hasbackground .posts-list {
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.ndm-facelift.home .suga-listing-list-c.atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

body.ndm-facelift.home .suga-listing-list-c.atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__thumb {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  min-height: 0 !important;
  order: 0 !important;
}

body.ndm-facelift.home .suga-listing-list-c.atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__text {
  display: flex !important;
  flex: 1 1 auto !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  order: 1 !important;
  padding: 22px 22px 24px !important;
}

body.ndm-facelift.home .suga-listing-list-c.atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__title {
  font-size: clamp(20px, 1.55vw, 25px) !important;
  line-height: 1.18 !important;
}

body.ndm-facelift.home .suga-listing-list-c.atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__excerpt {
  margin-top: 10px !important;
}

body.ndm-facelift.single .single-header .entry-title {
  font-size: clamp(34px, 3.4vw, 52px) !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

@media (max-width: 991px) {
  body.ndm-facelift .header-main {
    display: none !important;
  }

  body.ndm-facelift .mobile-header {
    z-index: 10050 !important;
  }
}

@media (max-width: 767px) {
  body.ndm-facelift .suga-feature-slider-e .post--overlay,
  body.ndm-facelift .suga-feature-slider-e .post--overlay-height-700,
  body.ndm-facelift .suga-feature-slider-e .post__thumb {
    min-height: 430px !important;
  }

  body.ndm-facelift .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text,
  body.ndm-facelift .suga-feature-slider-e .post__text {
    padding: 0 18px 34px !important;
  }

  body.ndm-facelift .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title a,
  body.ndm-facelift .suga-feature-slider-e .post__title a {
    font-size: clamp(26px, 7vw, 34px) !important;
    line-height: 1.08 !important;
  }

  body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground,
  body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground {
    display: block !important;
  }

  body.ndm-facelift.home .suga-listing-list-c.atbssuga-post--list-horizontal-hasbackground .posts-list {
    grid-template-columns: 1fr !important;
  }

  body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__thumb,
  body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__thumb {
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__text,
  body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__text {
    padding: 20px !important;
  }

  body.ndm-facelift .suga-listing-list-c .post--horizontal-hasbackground .post__title,
  body.ndm-facelift .atbssuga-post--list-horizontal-hasbackground .post--horizontal-hasbackground .post__title {
    font-size: 21px !important;
    line-height: 1.2 !important;
  }
}

/* Modern newsroom pass 2: unify the remaining homepage grids/sidebar cards. */
body.ndm-facelift .post__title,
body.ndm-facelift .post__title a,
body.ndm-facelift .entry-title,
body.ndm-facelift .entry-title a {
  hyphens: none !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.ndm-facelift.home .posts-listing-grid-c .atbssuga-block__inner.posts-list {
  margin-left: -11px !important;
  margin-right: -11px !important;
}

body.ndm-facelift.home .posts-listing-grid-c .atbssuga-block__inner.posts-list > [class*="col-"] {
  margin-bottom: 22px !important;
  padding-left: 11px !important;
  padding-right: 11px !important;
}

body.ndm-facelift.home .posts-listing-grid-c .list-tem {
  height: 100% !important;
}

body.ndm-facelift.home .posts-listing-grid-c .post--vertical {
  background: var(--ndm-paper) !important;
  border: 1px solid rgba(216, 222, 232, 0.9) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}

body.ndm-facelift.home .posts-listing-grid-c .post--vertical .post__thumb {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  margin: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
}

body.ndm-facelift.home .posts-listing-grid-c .post--vertical .post__text {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 20px 22px 24px !important;
}

body.ndm-facelift.home .posts-listing-grid-c .post--vertical .post__title {
  font-size: clamp(20px, 1.45vw, 23px) !important;
  line-height: 1.17 !important;
  margin: 0 !important;
}

body.ndm-facelift.home .posts-listing-grid-c .post--vertical .post__title a {
  color: var(--ndm-ink) !important;
  display: block !important;
}

body.ndm-facelift.home .posts-listing-grid-c .post--vertical:hover .post__title a {
  color: var(--ndm-blue) !important;
}

body.ndm-facelift .atbssuga-widget-posts-list .widget__inner {
  padding: 0 !important;
}

body.ndm-facelift .atbssuga-widget-posts-list .posts-list {
  display: grid !important;
  gap: 18px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ndm-facelift .atbssuga-widget-posts-list .posts-list > li {
  margin: 0 !important;
  padding: 0 !important;
}

body.ndm-facelift .atbssuga-widget-posts-list .post-thumb-sm {
  background: #ffffff !important;
  border: 1px solid rgba(216, 222, 232, 0.9) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02) !important;
  overflow: hidden !important;
}

body.ndm-facelift .atbssuga-widget-posts-list .post-thumb-sm .post__thumb {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  margin: 0 !important;
  width: 100% !important;
}

body.ndm-facelift .atbssuga-widget-posts-list .post-thumb-sm .post__text {
  padding: 14px 16px 16px !important;
}

body.ndm-facelift .atbssuga-widget-posts-list .post-thumb-sm .post__title {
  font-size: 15px !important;
  line-height: 1.22 !important;
  margin: 7px 0 0 !important;
}

body.ndm-facelift .atbssuga-widget-posts-list .post-thumb-sm .post__title a {
  color: var(--ndm-ink) !important;
  display: block !important;
}

@media (max-width: 767px) {
  body.ndm-facelift .block-heading--center {
    text-align: center !important;
  }

  body.ndm-facelift .block-heading--center .block-heading__title,
  body.ndm-facelift .block-heading--center .page-heading__title {
    display: inline-flex !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: fit-content !important;
  }

  body.ndm-facelift .block-heading--center .block-heading__title:before,
  body.ndm-facelift .block-heading--center .page-heading__title:before {
    display: none !important;
  }

  body.ndm-facelift .block-heading--center .block-heading__title:after,
  body.ndm-facelift .block-heading--center .page-heading__title:after {
    display: none !important;
  }

  body.ndm-facelift.home .posts-listing-grid-c .atbssuga-block__inner.posts-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.ndm-facelift.home .posts-listing-grid-c .atbssuga-block__inner.posts-list > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.ndm-facelift.home .posts-listing-grid-c .post--vertical .post__title {
    font-size: 21px !important;
  }
}
