body.page-id-5958 .stm_titlebox,
body.page-id-5958 .stm_breadcrumbs,
body.page-id-5958 .page_title,
body.page-id-5958 .entry-header {
    display: none !important;
}

body.page-id-5958 .site-content,
body.page-id-5958 .site-content > .container,
body.page-id-5958 .wpb-content-wrapper,
body.page-id-5958 .tse-announcements-wpb-row,
body.page-id-5958 .tse-announcements-wpb-row .vc_row,
body.page-id-5958 .tse-announcements-wpb-row .wpb_column,
body.page-id-5958 .tse-announcements-wpb-row .vc_column-inner,
body.page-id-5958 .tse-announcements-wpb-row .wpb_wrapper,
body.page-id-5958 .tse-announcements-wpb-row .wpb_content_element,
body.page-id-5958 .tse-announcements-wpb-row .wpb_raw_code {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.tse-announcements-page,
.tse-announcements-page * {
    box-sizing: border-box;
}

.tse-announcements-page {
    background: #f6f3f4;
    color: #1c1b1f;
    font-family: "Poppins", Arial, sans-serif;
    overflow: hidden;
}

.tse-announcements-hero {
    align-items: center;
    background-color: #00398d;
    background-image: linear-gradient(180deg, rgba(0, 57, 141, 0) 37%, rgba(0, 57, 141, 0.86) 66%, #00398d 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 33%), url("/wp-content/themes/pearl-child/assets/tse/chairman-statement/hero-chairman-overlay.png"), url("/wp-content/themes/pearl-child/assets/tse/announcements/hero-announcements.png");
    background-position: center top, center top, center top, center top;
    background-repeat: no-repeat;
    background-size: cover, cover, cover, cover;
    display: flex;
    justify-content: center;
    min-height: 700px;
    padding: 350px 80px 80px;
    position: relative;
    text-align: center;
}

.tse-announcements-hero::after {
    content: none;
}

.tse-announcements-hero-inner {
    margin: 0 auto;
    max-width: 1158px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tse-announcements-kicker {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 20px;
    margin: 0 0 21px;
    text-transform: uppercase;
}

.tse-announcements-hero h1 {
    background: linear-gradient(92deg, #ffffff 49%, rgba(255, 255, 255, 0.18) 109%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.125;
    margin: 0 0 20px;
}

.tse-announcements-hero p:last-child {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 698px;
}

.tse-announcements-main {
    background: #f6f3f4;
    margin-top: 0;
    min-height: 620px;
    padding: 100px 80px 154px;
    position: relative;
    z-index: 2;
}

.tse-announcements-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 46px -17px rgba(28, 27, 31, 0.14);
    margin: 0 auto;
    max-width: 1056px;
    overflow: hidden;
    padding: 20px 50px 32px;
    width: 100%;
}

.tse-announcement-row {
    align-items: center;
    border-bottom: 1px solid rgba(28, 27, 31, 0.12);
    color: #1c1b1f !important;
    display: grid;
    gap: 62px;
    grid-template-columns: 176px minmax(0, 1fr) 24px;
    min-height: 60px;
    text-decoration: none !important;
    transition: color 180ms ease, transform 180ms ease;
}

.tse-announcement-row:hover {
    color: #00398d !important;
    transform: translateX(2px);
}

.tse-announcement-date {
    color: #1c1b1f;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.tse-announcement-title {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.tse-announcement-arrow {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 25px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    width: 24px;
}

.tse-announcements-note {
    align-items: center;
    color: rgba(28, 27, 31, 0.8);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 4px;
    line-height: 24px;
    margin: 20px 0 0;
}

.tse-announcements-note a {
    color: #00398d !important;
    font-weight: 600;
    text-decoration: none !important;
}

.tse-announcements-note a:hover {
    color: #e46832 !important;
}

@media (max-width: 1180px) {
    .tse-announcements-hero,
    .tse-announcements-main {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tse-announcements-card {
        padding-left: 36px;
        padding-right: 36px;
    }

    .tse-announcement-row {
        gap: 32px;
        grid-template-columns: 160px minmax(0, 1fr) 24px;
    }
}

@media (max-width: 760px) {
    .tse-announcements-hero {
        min-height: 560px;
        padding: 250px 20px 78px;
    }

    .tse-announcements-hero::after {
        bottom: -180px;
        height: 360px;
        right: -170px;
        width: 360px;
    }

    .tse-announcements-kicker {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .tse-announcements-hero h1 {
        font-size: 42px;
        line-height: 1.14;
    }

    .tse-announcements-hero p:last-child {
        font-size: 15px;
        line-height: 25px;
    }

    .tse-announcements-main {
        margin-top: 0;
        min-height: 0;
        padding: 72px 20px 84px;
    }

    .tse-announcements-card {
        border-radius: 20px;
        padding: 16px 22px 24px;
    }

    .tse-announcement-row {
        align-items: flex-start;
        gap: 4px 14px;
        grid-template-columns: minmax(0, 1fr) 22px;
        min-height: 0;
        padding: 16px 0;
    }

    .tse-announcement-date {
        color: rgba(28, 27, 31, 0.68);
        font-size: 13px;
        grid-column: 1 / 2;
        line-height: 20px;
    }

    .tse-announcement-title {
        font-size: 15px;
        grid-column: 1 / 2;
        line-height: 23px;
    }

    .tse-announcement-arrow {
        font-size: 22px;
        grid-column: 2 / 3;
        grid-row: 1 / span 2;
        height: 22px;
        margin-top: 10px;
        width: 22px;
    }

    .tse-announcements-note {
        align-items: flex-start;
        display: block;
        font-size: 13px;
        line-height: 22px;
    }
}

/* Mobile page gutters match the homepage spacing. */
@media (max-width: 760px) {
    .tse-announcements-hero,
    .tse-announcements-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
