﻿.font-500 {
    font-weight: 500 !important;
}

.station-performance-intro-section {
    padding-top: 3.5rem;
}

.station-performance-intro-section .text-64px {
    font-size: 4rem !important;
    line-height: 1.1 !important;
    font-weight: 500;
}

.cap.earlier-services,
.cap.later-services {
    background-color: rgba(6, 27, 43, 0.5);
    text-align: center;
    font-weight: bold;
    line-height: 49px;
    cursor: pointer;
    max-height: 100px;
    border: 0 !important;
    overflow: hidden;
}

.cap.earlier-services span.switch-page,
.cap.later-services span.switch-page {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.cap.earlier-services span.icon-left_arrow,
.cap.later-services span.icon-right_arrow {
    transform: rotate(90deg);
    font-size: 14px;
    margin-left: 20px;
    padding-right: 4px;
    margin-top: 2px;
}

.cap.earlier-services.hide,
.cap.later-services.hide {
    display: none;
}

.cap.earlier-services.show,
.cap.later-services.show {
    display: block;
}

.component-station-performance-results {
    padding-top: 3rem;
}

.station-performance-titles {
    text-align: center;
    padding-bottom: 2.5rem;
}

.station-performance-titles .text-28px {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
}

.station-performance-titles .text-20px {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
    padding: 0;
}

.station-performance-results-inner {
    margin-bottom: 4.5rem;
    padding-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}

table.station-performance-table {
    margin: 0;
    display: table;
    border: 0;
    overflow: hidden;
}

.station-performance-results-inner table tbody tr {
    border: 0;
    border-bottom: 1px solid #ccc;
}

.station-performance-results-inner table tr th,
.station-performance-results-inner table tr td {
    display: table-cell;
}

.station-performance-results-inner table>thead>tr>th:first-child,
.station-performance-results-inner table>tbody>tr>td:first-child {
    text-align: left;
    width: 44% !important;
}

.station-performance-results-inner table>thead>tr>th:first-child p.column-text,
.station-performance-results-inner table>tbody>tr>td:first-child p.column-text {
    display: flex;
}

.station-performance-results-inner table>thead>tr>th:not(:first-child),
.station-performance-results-inner table>thead>tr>td:not(:first-child),
.station-performance-results-inner table>tbody>tr>th:not(:first-child),
.station-performance-results-inner table>tbody>tr>td:not(:first-child),
.station-performance-results-inner table>tfoot>tr>th:not(:first-child),
.station-performance-results-inner table>tfoot>tr>td:not(:first-child) {
    text-align: left;
    width: 28% !important;
}

.station-performance-results-inner table>thead>tr>th {
    background-color: #000;
    color: #fff;
    padding: 11px 20px 9px;
}

.station-performance-results-inner table>thead>tr>th p,
.station-performance-results-inner table>thead>tr>th span {
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.station-performance-results-inner table>tbody>tr>td {
    background-color: #fff;
    color: #061b2b;
    padding: 20px;
}

.station-performance-results-inner table>tbody>tr>td p,
.station-performance-results-inner table>tbody>tr>td span {
    color: #061b2b;
    margin: 0;
    font-size: 16px;
    line-height: 1.5 !important;
}

.station-performance-results-inner table>tbody>tr>td .toc-image-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.station-performance-results-inner table>tbody>tr>td:first-child img {
    max-width: 150px !important;
    max-height: 33px !important;
    height: auto;
    object-fit: contain;
    object-position: left;
}

.station-performance-results-inner .table-scroll-wrapper {
    margin: 0;
}

.station-performance-term-texts {
    margin-bottom: 2.5rem;
}

.station-performance-term-texts .text-28px {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
}

.station-performance-term-texts .text-20px {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    font-weight: 500;
}

.station-performance-term-texts h4 {
    padding-top: 1.4rem;
    padding-bottom: 0;
}

.station-performance-term-texts p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.85rem 0 0;
}

.station-preference-note {
    background-color: #e9f0f5;
    padding: 1.5rem;
    margin-bottom: 5rem;
}

.station-preference-note h4 {
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 0.5rem;
}

.station-preference-note p {
    font-size: 1rem;
    line-height: 1.5;
}

.station-preference-note p:first-of-type {
    margin: 0;
}

.station-preference-note p:last-of-type {
    margin-bottom: 0;
}

table {
    max-width: 100%;
    border-collapse: collapse;
    border: 1px solid #061B2B;
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto;
    margin-bottom: 24px;
}

table .icon-tick {
    display: block;
    text-align: center;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
    line-height: 1.3;
    padding: 15px 10px 15px 20px;
    vertical-align: middle;
    min-width: 140px;
    font-size: 1.6em;
    width: 100%;
}

table>thead>tr>th {
    padding: 15px 10px;
    vertical-align: middle;
}

table tr:first-of-type>th,
table tr:first-of-type>td {
    border-top: 0;
    background: #061B2B;
    color: #fff;
    font-size: 1.8em;
}

table tbody tr {
    border: 1px solid #061B2B;
}

table .table {
    background-color: #fff;
}

@media screen and (max-width: 767.98px) {
    .station-performance-intro-section {
        padding-top: 1.75rem;
    }

    .station-performance-intro-section .text-64px {
        font-size: 2rem !important;
    }

    .component-station-performance-results {
        padding-top: 1rem;
    }

    .station-performance-titles {
        padding-bottom: 1.25rem;
    }

    .station-performance-results-inner {
        margin-bottom: 2rem;
    }

    .station-performance-results-inner table>thead>tr>th {
        padding: 11px 10px 9px;
    }

    .station-performance-results-inner table>tbody>tr>td {
        padding: 10px;
    }
    
    .station-preference-note {
        background-color: #e9f0f5;
        padding: 1rem;
        margin-bottom: 2rem;
    }

    .station-performance-term-texts {
        margin-bottom: 1.25rem;
    }

    .station-performance-term-texts h4 {
        padding-top: 0.7rem;
        padding-bottom: 0;
    }
}