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

.tse-news-detail {
    color: #1c1b1f;
    font-family: "Poppins", Arial, sans-serif;
    padding: 52px 40px 230px;
}

.tse-news-detail__layout {
    align-items: flex-start;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 878px) 362px;
    margin: 0 auto;
    max-width: 1280px;
}

.tse-news-detail__article,
.tse-news-detail__sidebar {
    min-width: 0;
}

.tse-news-detail__header {
    margin: 36px 0 0;
}

.tse-news-detail__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-detail h1 {
    color: #1c1b1f;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 0 12px;
}

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

.tse-news-detail__share {
    display: flex;
    gap: 10px;
    margin: 36px 0;
}

.tse-news-detail__share a {
    align-items: center;
    background: #f6f3f4;
    border: 1px solid rgba(28, 27, 31, 0.08);
    border-radius: 50%;
    color: #1c1b1f;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    height: 42px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 42px;
}

.tse-news-detail__share a:hover {
    background: #00398d;
    color: #ffffff;
}

.tse-news-detail__divider {
    background: rgba(28, 27, 31, 0.12);
    height: 1px;
    margin: 0 0 36px;
    width: 100%;
}

.tse-news-detail__content,
.tse-news-detail__content p,
.tse-news-detail__content li {
    color: #1c1b1f;
    font-size: 16px;
    line-height: 28px;
}

.tse-news-detail__content p {
    margin: 0 0 20px;
}

.tse-news-detail__content img {
    height: auto;
    max-width: 100%;
}

.tse-news-detail__content .wpb-content-wrapper,
.tse-news-detail__content .container,
.tse-news-detail__content .vc_container,
.tse-news-detail__content .vc_row,
.tse-news-detail__content .wpb_column,
.tse-news-detail__content .vc_column-inner,
.tse-news-detail__content .wpb_wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.tse-news-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 36px 0 0;
}

.tse-news-detail__tags a {
    background: #f6f3f4;
    border-radius: 10px;
    color: rgba(28, 27, 31, 0.82);
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
    text-decoration: none;
}

.tse-news-detail__post-nav {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 36px 0 0;
}

.tse-news-detail__post-card {
    background: #ffffff;
    border: 1px solid rgba(28, 27, 31, 0.1);
    border-radius: 8px;
    color: #1c1b1f;
    display: block;
    padding: 24px 36px;
    text-decoration: none;
}

.tse-news-detail__post-card span,
.tse-news-detail__latest-item span {
    color: rgba(28, 27, 31, 0.64);
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 8px;
}

.tse-news-detail__post-card strong {
    color: #1c1b1f;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.tse-news-detail__sidebar {
    padding-top: 36px;
}

.tse-news-detail__sidebar h2 {
    color: #1c1b1f;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 24px;
}

.tse-news-detail__latest {
    border-top: 1px solid rgba(28, 27, 31, 0.12);
}

.tse-news-detail__latest-item {
    border-bottom: 1px solid rgba(28, 27, 31, 0.12);
    color: #1c1b1f;
    display: block;
    padding: 20px 0;
    text-decoration: none;
}

.tse-news-detail__latest-item strong {
    color: #1c1b1f;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.tse-news-detail__latest-item:hover strong,
.tse-news-detail__post-card:hover strong {
    color: #00398d;
}

body.tse-post-detail-page .tse-news-detail__content {
    padding-bottom: 15px;
}

@media (max-width: 1100px) {
    .tse-news-detail__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .tse-news-detail__sidebar {
        padding-top: 0;
    }
}

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

    .tse-news-detail__header {
        margin-top: 0;
    }

    .tse-news-detail h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .tse-news-detail__post-nav {
        grid-template-columns: 1fr;
    }

    .tse-news-detail__post-card {
        padding: 24px;
    }
}

/* Final single post detail controls - Figma node 241:1039. */
body.tse-post-detail-page .tse-news-detail__tags {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 36px 0 0 !important;
}

body.tse-post-detail-page .tse-news-detail__tags a,
body.tse-post-detail-page .tse-news-detail__tags a:visited {
    background: #f6f3f4 !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: rgba(28, 27, 31, 0.78) !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    min-height: 44px !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    text-transform: none !important;
}

body.tse-post-detail-page .tse-news-detail__tags a:hover,
body.tse-post-detail-page .tse-news-detail__tags a:focus-visible {
    background: #ffffff !important;
    color: #1c1b1f !important;
}

body.tse-post-detail-page .tse-news-detail__post-nav {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 36px 0 0 !important;
}

body.tse-post-detail-page .tse-news-detail__post-card,
body.tse-post-detail-page .tse-news-detail__post-card:visited {
    background: #ffffff !important;
    border: 1px solid rgba(28, 27, 31, 0.1) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #1c1b1f !important;
    display: block !important;
    min-height: 138px !important;
    padding: 24px 36px !important;
    text-decoration: none !important;
}

body.tse-post-detail-page .tse-news-detail__post-card:hover,
body.tse-post-detail-page .tse-news-detail__post-card:focus-visible {
    background: #ffffff !important;
    border-color: rgba(0, 57, 141, 0.28) !important;
}

body.tse-post-detail-page .tse-news-detail__post-card span {
    color: rgba(28, 27, 31, 0.58) !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin: 0 0 8px !important;
}

body.tse-post-detail-page .tse-news-detail__post-card strong {
    color: #1c1b1f !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
}

@media (max-width: 767px) {
    body.tse-post-detail-page .tse-news-detail__post-nav {
        grid-template-columns: 1fr !important;
    }

    body.tse-post-detail-page .tse-news-detail__post-card {
        padding: 24px !important;
    }
}

/* Final correction for non-CSR post tags and adjacent cards. */
body.tse-post-detail-page .tse-news-detail__tags {
    gap: 12px !important;
    margin: 40px 0 0 !important;
}

body.tse-post-detail-page .tse-news-detail__tags a,
body.tse-post-detail-page .tse-news-detail__tags a:visited,
body.tse-post-detail-page .tse-news-detail__tags a:hover,
body.tse-post-detail-page .tse-news-detail__tags a:focus-visible {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(28, 27, 31, 0.16) !important;
    border-radius: 10px !important;
    color: #1c1b1f !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    min-height: 44px !important;
    padding: 11px 16px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

body.tse-post-detail-page .tse-news-detail__post-nav {
    gap: 16px !important;
    margin: 36px 0 0 !important;
}

body.tse-post-detail-page .tse-news-detail__post-card,
body.tse-post-detail-page .tse-news-detail__post-card:visited,
body.tse-post-detail-page .tse-news-detail__post-card:hover,
body.tse-post-detail-page .tse-news-detail__post-card:focus-visible {
    background: #f6f6f6 !important;
    border: 0 !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    color: #1c1b1f !important;
    min-height: 106px !important;
    padding: 24px 36px !important;
    text-decoration: none !important;
}

body.tse-post-detail-page .tse-news-detail__post-card span {
    color: rgba(28, 27, 31, 0.72) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin: 0 0 10px !important;
}

body.tse-post-detail-page .tse-news-detail__post-card:first-child span::after {
    content: " News";
}

body.tse-post-detail-page .tse-news-detail__post-card:last-child span::after {
    content: " News";
}

body.tse-post-detail-page .tse-news-detail__post-card strong {
    color: #1c1b1f !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
}
