.header .container {
  margin-left: 0;
  margin-right: auto;
  max-width: 1200px; /* or whatever width you want */
  padding-left: 0.5rem; /* Optional: adds a bit of left padding */
  padding-top: 0.1rem;
}
.navbar-section {
  justify-content: flex-start;
}
.navbar {
  justify-content: flex-start;
}
.navbar .navbar-section {
  margin-top: -0.5px;
  margin-left: -2rem;
  max-width: 1000px;
  width: 1000px;
}
.modular-features .column {
  padding: 0.5em;
}
.modular-features .column:hover .feature-icon h6 {
  color: #50596c;
}
.modular-features.small .column:hover .feature-icon i {  
  color: #50596c;
}
.modular-features.small .column .feature-icon i {  
  color: #50596c;
}
.modular-features .feature-content {
  color: #50596c;
}
.header-dark #header:not(.scrolled) a.active {
  color: #fa9a42 !important;
  /* text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff; */
}
.header-dark #header:not(.scrolled) a:hover {
  color: #fff !important;
  /* text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff; */
}
.dropmenu ul li a:hover {
  color: #e15c3d !important;
}
.dropmenu ul li a:focus, .dropmenu ul li a.active {
  color: rgb(75,84,102) !important;
}
.dropmenu ul li a:hover {
  color: rgb(75,84,102) !important;
  font-weight: 900;
  font-size: 14px;
}
.mobile-menu .button_container {
  color: #ffffff !important;
}

/* === News section brand overrides === */

/* Category label — brand purple */
.news-label {
    background: #393b5a;
    color: #fff;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 3px;
}

/* Card hover lift */
.news-card {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    height: 100%;
}
.news-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}

/* Card grid row spacing */
.news-card-col {
    margin-bottom: 1.5rem;
}

/* Date styling */
.news-date {
    font-size: 0.75rem;
    color: #9a9a9a;
}

/* Card meta row */
.card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

/* Listing section spacing */
.news-listing__header {
    margin: 2rem 0 2.5rem;
}

/* News card title links */
.news-card__title a {
    color: #e07d20;
    text-decoration: none;
}
.news-card__title a:hover {
    color: #393b5a;
    text-decoration: none;
}

/* Read more link */
.news-card__link {
    color: #e07d20 !important;
    text-decoration: none !important;
    font-weight: 600;
}
.news-card__link:hover {
    color: #393b5a !important;
}
a.news-card__link.btn-link {
    color: #e07d20 !important;
}
a.news-card__link.btn-link:hover {
    color: #393b5a !important;
}

/* Article summary lead text */
.news-article__summary {
    font-size: 1.1rem;
    color: #555;
    margin-top: 0.75rem;
    line-height: 1.6;
    border-left: 3px solid #393b5a;
    padding-left: 1rem;
}

/* Article header spacing */
.news-article__header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}
.news-article__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

/* PDF download button spacing */
.news-article__download {
    margin: 2rem 0;
}

/* Article body links */
.news-article__body a {
    color: #e07d20;
}
.news-article__body a:hover {
    color: #393b5a;
}

/* Article heading size */
.news-article h1 {
    font-size: 1.8rem;
    line-height: 1.3;
}

/* Hero section */
#news-hero h1 {
    font-size: 1.5rem;
    font-weight: 600;
}
#news-hero h2 {
    font-size: 1.1rem;
    font-weight: 400;
    opacity: 0.85;
}
#news-hero {
    background-position: center 41%;
}
#news-hero .image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.75)) !important;
    z-index: 0 !important;
}
#news-hero .container {
    position: relative;
    z-index: 1;
}

/* Media contacts section */
.media-contacts {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e5e5e5;
}
.media-contacts__label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9a9a9a;
    margin-bottom: 1rem;
}
.media-contact {
    padding-right: 2rem;
}
.media-contact__org {
    font-weight: 600;
    font-size: 0.9rem;
    color: #3b4351;
    margin-bottom: 0.25rem;
}
.media-contact__detail {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 0.15rem;
    line-height: 1.5;
}
.media-contact__detail a {
    color: #e07d20;
}
.media-contact__detail a:hover {
    color: #393b5a;
}
.news-card__meta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.news-card__date {
    color: #9a9a9a;
    font-size: 0.75rem;
}
.news-card__meta {
    margin-bottom: 0.3rem;
}

.news-card__title {
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}

.news-card__summary {
    margin-bottom: 0.5rem;
}
.news-article__back a,
.news-article__footer a {
    color: #e07d20 !important;
}
.news-article__back a:hover,
.news-article__footer a:hover {
    color: #393b5a !important;
}
a.btn.btn-link {
    color: #e07d20 !important;
}
a.btn.btn-link:hover {
    color: #393b5a !important;
}
.news-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.news-card {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.news-card:first-child {
    padding-top: 0;
}
.news-article__summary {
    font-size: 0.8rem;
    color: #9a9a9a;
    margin-top: 0.3rem;
    line-height: 1.5;
    border-left: 2px solid #393b5a;
    padding-left: 0.4rem;
}
