body.tse-news-index-page .site-content > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.tse-news-index {
    color: #1c1b1f;
    font-family: "Poppins", Arial, sans-serif;
    padding: 94px 40px 204px;
}

.tse-news-index__hero {
    margin: 0 auto;
    max-width: 1280px;
}

.tse-news-index__eyebrow {
    color: #00398d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 20px;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.tse-news-index__hero h1 {
    color: #1c1b1f;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 72px;
    margin: 0;
}

.tse-news-index__hero p:not(.tse-news-index__eyebrow) {
    color: rgba(28, 27, 31, 0.8);
    font-size: 16px;
    line-height: 28px;
    margin: 24px 0 0;
    max-width: 1280px;
}

.tse-news-index__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 50px auto 75px;
    max-width: 780px;
}

.tse-news-index__filters a {
    background: #f7f3f4;
    border: 1px solid rgba(28, 27, 31, 0.12);
    border-radius: 10px;
    color: rgba(28, 27, 31, 0.76);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 20px;
    text-decoration: none;
}

.tse-news-index__filters a:hover,
.tse-news-index__filters a.is-active {
    background: #ffffff;
    border-color: rgba(28, 27, 31, 0.18);
    color: #1c1b1f;
    box-shadow: 0 10px 24px rgba(28, 27, 31, 0.08);
}

.tse-news-index__content {
    margin: 0 auto;
    max-width: 1280px;
}

.tse-news-index__content .stm_markup {
    align-items: flex-start;
    display: grid;
    gap: 47px;
    grid-template-columns: minmax(0, 871px) 362px;
}

.tse-news-index__content .stm_markup__content,
.tse-news-index__content .stm_markup__post {
    min-width: 0;
    width: 100%;
}

.tse-news-index__content .stm_loop {
    display: grid !important;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tse-news-index__content .stm_posts_list_single {
    animation: none !important;
    background: #ffffff;
    border: 1px solid rgba(28, 27, 31, 0.1);
    border-radius: 8px;
    display: flex;
    min-height: 338px;
    overflow: hidden;
}

.tse-news-index__content .stm_posts_list_single__container {
    display: block !important;
    flex: 1 1 auto;
    height: 100%;
    padding: 36px;
    width: 100%;
}

.tse-news-index__content .stm_posts_list_single__image {
    display: none !important;
}

.tse-news-index__content .stm_posts_list_single__body {
    display: flex;
    flex-direction: column;
    min-height: 266px;
    padding: 0 !important;
}

.tse-news-index__content .stm_posts_list_single__category {
    margin: 0 0 18px !important;
}

.tse-news-index__content .stm_posts_list_single__category a,
.tse-news-index__content .stm_posts_list_single__info .date {
    color: #00398d !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1.4px;
    line-height: 20px !important;
    text-transform: uppercase;
}

.tse-news-index__content .stm_posts_list_single h2 {
    margin: 0 0 30px !important;
}

.tse-news-index__content .stm_posts_list_single h2::after {
    background: #00398d;
    content: "";
    display: block;
    height: 1px;
    margin-top: 28px;
    width: 50px;
}

.tse-news-index__content .stm_posts_list_single h2 a {
    color: #1c1b1f !important;
    display: block;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
}

.tse-news-index__content .stm_posts_list_single__excerpt {
    color: rgba(28, 27, 31, 0.72);
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 28px;
}

.tse-news-index__content .stm_posts_list_single__excerpt p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.tse-news-index__content .stm_posts_list_single__info {
    align-items: flex-end;
    border: 0 !important;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: auto 0 0 !important;
    padding: 0 !important;
}

.tse-news-index__content .stm_posts_list_single__info .date {
    letter-spacing: 0;
    max-width: 110px;
    text-transform: none;
}

.tse-news-index__content .stm_posts_list_single__info .post_link a {
    align-items: center;
    background: #e95f2d;
    border-radius: 10px;
    color: transparent !important;
    display: inline-flex;
    font-size: 0 !important;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 2.4px;
    line-height: 20px;
    min-height: 84px;
    overflow: hidden;
    padding: 12px 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-indent: -999px;
    text-transform: uppercase;
    width: 89px;
}

.tse-news-index__content .stm_posts_list_single__info .post_link a::before {
    align-items: center;
    color: #1c1b1f;
    content: "VIEW\A THE\A POST";
    display: flex;
    font-size: 12px;
    inset: 0;
    justify-content: center;
    letter-spacing: 2.4px;
    line-height: 20px;
    position: absolute;
    text-indent: 0;
    white-space: pre;
}

.tse-news-index__content .stm_posts_list_single__info .post_link a::after {
    display: none !important;
}

.tse-news-index__content .stm_markup__sidebar {
    display: block !important;
    min-width: 0;
    padding: 0 !important;
    width: 100%;
}

.tse-news-index__content .stm_markup__sidebar_divider::before {
    display: none !important;
}

.tse-news-index__content .sidebar_inner {
    position: static !important;
    transform: none !important;
}


.tse-news-index__content .stm_widget_categories,
.tse-news-index__content .widget_categories {
    display: none !important;
}

.tse-news-index__content .widget {
    border: 0 !important;
    margin: 0 0 36px !important;
    padding: 0 !important;
}

.tse-news-index__content .widget .widgettitle,
.tse-news-index__content .widget h4,
.tse-news-index__content .widget h3 {
    color: #1c1b1f !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin: 0 0 24px !important;
    text-transform: none !important;
}

.tse-news-index__content .widget ul {
    border-top: 1px solid rgba(28, 27, 31, 0.12);
    list-style: none;
    margin: 0;
    padding: 0;
}

.tse-news-index__content .widget li {
    border-bottom: 1px solid rgba(28, 27, 31, 0.12);
    margin: 0 !important;
    padding: 20px 0 !important;
}

.tse-news-index__content .widget li a {
    color: #1c1b1f !important;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.tse-news-index__content .widget li a:hover {
    color: #00398d !important;
}

.tse-news-index__content .widget .post-date {
    color: rgba(28, 27, 31, 0.64);
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.tse-news-index__content .pagination,
.tse-news-index__content .page-numbers {
    grid-column: 1 / -1;
}

@media (max-width: 1100px) {
    .tse-news-index__content .stm_markup {
        grid-template-columns: 1fr;
    }

    .tse-news-index__content .stm_loop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tse-news-index {
        padding: 50px 20px 96px;
    }

    .tse-news-index__hero h1 {
        font-size: 44px;
        line-height: 52px;
    }

    .tse-news-index__filters {
        justify-content: flex-start;
        margin: 34px 0 48px;
    }

    .tse-news-index__content .stm_loop {
        grid-template-columns: 1fr;
    }

    .tse-news-index__content .stm_posts_list_single__container {
        padding: 28px;
    }
}

/* News index cards - Figma node 241:718. */
body.tse-news-index-page .tse-news-index {
    background: #f7f3f4;
}

body.tse-news-index-page .tse-news-index__content .stm_loop {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single {
    animation: none !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 24px !important;
    box-shadow: 0 18px 36px rgba(28, 27, 31, 0.06) !important;
    display: block !important;
    min-height: 338px !important;
    overflow: hidden !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__container {
    display: block !important;
    height: 100% !important;
    padding: 36px !important;
    position: relative !important;
    width: 100% !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__image {
    display: none !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 266px !important;
    padding: 0 !important;
    position: relative !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__category {
    margin: 0 0 16px !important;
    max-width: calc(100% - 150px) !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__category a {
    color: #00398d !important;
    display: inline !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single h2 {
    margin: 0 0 14px !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single h2::after {
    display: none !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single h2 a {
    color: #1c1b1f !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    text-transform: none !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__excerpt {
    margin: 0 0 30px !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__excerpt,
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__excerpt p {
    color: rgba(28, 27, 31, 0.78) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info {
    align-items: center !important;
    border: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    margin: auto 0 0 !important;
    padding: 0 !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .date {
    color: rgba(28, 27, 31, 0.72) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    left: 116px !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
    max-width: 140px !important;
    position: absolute !important;
    text-transform: none !important;
    top: 4px !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link {
    display: block !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a,
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a.ttc,
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a.tbc_a {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #f15b2a !important;
    display: inline-flex !important;
    font-size: 0 !important;
    font-weight: 700 !important;
    height: auto !important;
    justify-content: flex-start !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    width: auto !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a::before {
    color: #f15b2a !important;
    content: "Read More" !important;
    display: inline !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    position: static !important;
    text-indent: 0 !important;
    white-space: nowrap !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a::after {
    border-right: 2px solid #f15b2a !important;
    border-top: 2px solid #f15b2a !important;
    content: "" !important;
    display: inline-block !important;
    height: 9px !important;
    margin-left: 8px !important;
    transform: rotate(45deg) translateY(1px) !important;
    width: 9px !important;
}

@media (max-width: 767px) {
    body.tse-news-index-page .tse-news-index__content .stm_loop {
        grid-template-columns: 1fr !important;
    }

    body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__container {
        padding: 28px !important;
    }

    body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__category {
        max-width: none !important;
        padding-right: 118px !important;
    }
}

/* Final news-card alignment to Figma: wide cards, top-right date, Read More arrow icon. */
body.tse-news-index-page .tse-news-index__content .stm_markup {
    grid-template-columns: minmax(0, 871px) 362px !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop {
    align-items: stretch !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single {
    border-radius: 24px !important;
    min-height: 338px !important;
    width: 100% !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__container {
    padding: 36px !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__body {
    min-height: 266px !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__category {
    margin: 0 0 16px !important;
    max-width: calc(100% - 126px) !important;
    padding-right: 0 !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__category a {
    white-space: normal !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .date {
    left: auto !important;
    max-width: 112px !important;
    position: absolute !important;
    right: 0 !important;
    text-align: left !important;
    top: 0 !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a::before {
    content: "READ MORE" !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a::after {
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.08333 2.91667H11.0833V9.91667' stroke='%23F15B2A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.91667 11.0833L10.7917 3.20833' stroke='%23F15B2A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 14px no-repeat !important;
    border: 0 !important;
    content: "" !important;
    display: inline-block !important;
    height: 14px !important;
    margin-left: 6px !important;
    transform: none !important;
    width: 14px !important;
}

@media (max-width: 1100px) {
    body.tse-news-index-page .tse-news-index__content .stm_markup {
        grid-template-columns: 1fr !important;
    }
}

body.tse-news-index-page .tse-news-index__filters a:not(:hover):not(.is-active) {
    background: #f7f3f4 !important;
}

body.tse-news-index-page .tse-news-index__filters a:hover,
body.tse-news-index-page .tse-news-index__filters a.is-active {
    background: #ffffff !important;
    color: #1c1b1f !important;
}

/* Keep Read More left-aligned and icon inline with the label. */
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info {
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link {
    align-self: flex-start !important;
    display: flex !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: auto !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a,
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a.ttc,
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a.tbc_a {
    align-items: center !important;
    display: inline-flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    justify-content: flex-start !important;
    text-align: left !important;
    white-space: nowrap !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a::before {
    display: block !important;
    flex: 0 0 auto !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a::after {
    flex: 0 0 14px !important;
    margin-left: 0 !important;
    vertical-align: middle !important;
}

/* Render Read More icon as link background so it cannot wrap under the label. */
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a,
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a.ttc,
body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a.tbc_a {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.08333 2.91667H11.0833V9.91667' stroke='%23F15B2A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.91667 11.0833L10.7917 3.20833' stroke='%23F15B2A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    background-size: 18px 18px !important;
    display: inline-block !important;
    line-height: 24px !important;
    padding-right: 30px !important;
    white-space: nowrap !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a::before {
    display: inline !important;
    line-height: 24px !important;
    vertical-align: baseline !important;
}

body.tse-news-index-page .tse-news-index__content .stm_loop .stm_posts_list_single__info .post_link a::after {
    display: none !important;
}

/* Match the special header background to the news index page background only. */
body.tse-news-index-page .tse-special-topbar {
    background: #f7f3f4 !important;
}
body.tse-news-index-page .tse-elementor-header {
    background: #f7f3f4 !important;
}
