.news2026-page {
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 26%);
  color: #16213e;
}

.news2026-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 44px;
  background-size: cover;
  background-position: center;
}

.news2026-hero::before,
.news2026-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.news2026-hero::before {
  width: 320px;
  height: 320px;
  right: -70px;
  top: -30px;
  background: rgba(255,255,255,.06);
}

.news2026-hero::after {
  width: 180px;
  height: 180px;
  left: -40px;
  bottom: -50px;
  background: rgba(255,255,255,.05);
}

.news2026-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.news2026-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
}

.news2026-hero h1 {
  margin: 22px 0 14px;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 900;
  color: #fff;
}

.news2026-hero p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.9);
  margin-bottom: 0;
}

.news2026-breadcrumb {
  margin: 24px 0 0;
  padding: 0;
  background: transparent;
}

.news2026-breadcrumb > li,
.news2026-breadcrumb > li.active,
.news2026-breadcrumb > li a {
  color: rgba(255,255,255,.86);
  font-size: 13px;
}

.news2026-breadcrumb > li + li:before {
  color: rgba(255,255,255,.58);
}

.news2026-section {
  padding: 42px 0 70px;
}

.news2026-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.news2026-main,
.news2026-sidebar {
  margin-bottom: 24px;
}

.news2026-card,
.news2026-article,
.news2026-widget {
  background: #fff;
  border: 1px solid rgba(37,99,235,.08);
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(15,23,42,.08);
}

.news2026-card {
  margin-bottom: 26px;
  padding: 20px;
}

.news2026-card__row {
  display: flex;
  align-items: stretch;
}

.news2026-card__mediaWrap,
.news2026-card__content {
  margin-bottom: 0;
}

.news2026-card__media {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #e9eefb;
}

.news2026-card__media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform .35s ease;
}

.news2026-card:hover .news2026-card__media img {
  transform: scale(1.03);
}

.news2026-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 8px 10px 24px;
}

.news2026-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
  color: #5d6b87;
  font-size: 13px;
  font-weight: 700;
}

.news2026-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.news2026-meta i {
  color: #2563eb;
}

.news2026-card h2,
.news2026-article h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
}

.news2026-card h2 {
  font-size: 30px;
}

.news2026-card h2 a,
.news2026-card h2 a:hover,
.news2026-card h2 a:focus,
.news2026-miniList a,
.news2026-miniList a:hover,
.news2026-miniList a:focus {
  color: #14213d;
  text-decoration: none;
}

.news2026-card p,
.news2026-widget p {
  font-size: 16px;
  line-height: 1.75;
  color: #5b6782;
  margin: 0;
}

.news2026-link,
.news2026-link:hover,
.news2026-link:focus,
.news2026-button,
.news2026-button:hover,
.news2026-button:focus {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

.news2026-button {
  margin-top: 8px;
  padding: 13px 20px;
  border-radius: 16px;
  color: #fff !important;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  box-shadow: 0 16px 30px rgba(37,99,235,.24);
}

.news2026-sidebar {
  padding-left: 24px;
}

.news2026-widget {
  margin-bottom: 22px;
  overflow: hidden;
}

.news2026-widget h3 {
  margin: 0;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 900;
  color: #13203b;
  border-bottom: 1px solid rgba(15,23,42,.06);
}

.news2026-widget__body {
  padding: 18px 24px 24px;
}

.news2026-widget__menu ul,
.news2026-miniList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news2026-widget__menu li,
.news2026-miniList li {
  margin: 0;
}

.news2026-widget__menu li + li,
.news2026-miniList li + li {
  border-top: 1px solid rgba(148,163,184,.16);
}

.news2026-widget__menu a,
.news2026-miniList a {
  display: block;
  padding: 13px 0;
  font-weight: 800;
  color: #243252;
  text-decoration: none;
}

.news2026-miniList span {
  display: block;
  margin-top: -4px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #7d8ba7;
}

.news2026-miniList li.is-current a {
  color: #1d4ed8;
}

.news2026-widget--cta {
  background: linear-gradient(135deg, #0f2b72, #1e40af);
}

.news2026-widget--cta h3,
.news2026-widget--cta p {
  color: #fff;
}

.news2026-widget--cta h3 {
  border-bottom-color: rgba(255,255,255,.14);
}

.news2026-widget--cta .news2026-widget__body {
  color: rgba(255,255,255,.92);
}

.news2026-article {
  padding: 28px;
}

.news2026-meta--article {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(148,163,184,.16);
}

.news2026-meta--article a {
  color: #2563eb;
  text-decoration: none;
}

.news2026-article__image {
  margin-bottom: 26px;
}

.news2026-article__image img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

.news2026-article__body {
  font-size: 17px;
  line-height: 1.85;
  color: #334155;
}

.news2026-article__body h1,
.news2026-article__body h2,
.news2026-article__body h3,
.news2026-article__body h4 {
  color: #0f172a;
  line-height: 1.24;
  margin: 28px 0 16px;
  font-weight: 900;
}

.news2026-article__body p,
.news2026-article__body ul,
.news2026-article__body ol,
.news2026-article__body blockquote {
  margin-bottom: 18px;
}

.news2026-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

@media (max-width: 1199px) {
  .news2026-hero h1 {
    font-size: 46px;
  }

  .news2026-card h2,
  .news2026-article h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .news2026-hero {
    padding: 52px 0 34px;
  }

  .news2026-hero h1 {
    font-size: 38px;
  }

  .news2026-hero p {
    font-size: 16px;
  }

  .news2026-sidebar {
    padding-left: 15px;
  }

  .news2026-card__content {
    padding: 18px 6px 0;
  }

  .news2026-card__media img {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .news2026-hero h1 {
    font-size: 30px;
  }

  .news2026-card,
  .news2026-article,
  .news2026-widget {
    border-radius: 22px;
  }

  .news2026-card {
    padding: 16px;
  }

  .news2026-card__media img {
    min-height: 200px;
  }

  .news2026-article {
    padding: 18px;
  }

  .news2026-card h2,
  .news2026-article h2 {
    font-size: 24px;
  }

  .news2026-section {
    padding: 28px 0 44px;
  }
}


/* Mobile/news card stack fix */
@media (max-width: 1100px) {
  .news2026-page .news2026-card__row {
    display: block !important;
  }

  .news2026-page .news2026-card__row > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .news2026-page .news2026-card__mediaWrap {
    margin-bottom: 14px !important;
  }

  .news2026-page .news2026-card__media {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .news2026-page .news2026-card__media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    display: block !important;
  }

  .news2026-page .news2026-card__content {
    padding: 8px 0 0 !important;
  }
}
