/**
 * Press Releases tables — aligned with rate table styling (flat, light borders).
 */

.topline-press-releases {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    width: 100%;
    max-width: var(--topline-rates-max-width, 1400px);
    margin-left: auto;
    margin-right: auto;
    padding: 32px var(--topline-rates-gutter, 35px) 48px;
    box-sizing: border-box;
}

.topline-press-releases__heading {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #0c2333;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.topline-press-releases__heading:not(:first-child) {
    margin-top: 8px;
}

.topline-press-releases .rate-table-wrapper {
    margin-bottom: 0;
}

.topline-press-releases .press-releases-table tbody td:first-child {
    white-space: nowrap;
    color: #6b7280;
    font-size: 14px;
    text-align: left;
}

.topline-press-releases .press-releases-table tbody td:last-child {
    text-align: left;
}

.topline-press-releases .press-releases-table tbody td a {
    color: #0c2333;
    text-decoration: none;
    font-weight: 500;
}

.topline-press-releases .press-releases-table tbody td a:hover {
    color: #0c2333;
    text-decoration: underline;
}

.topline-press-releases .press-releases-table thead th:first-child {
    text-align: left;
}

.topline-press-releases .press-releases-table thead th:last-child {
    text-align: left;
}

.topline-press-releases__empty {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
}

/* Legacy HTML widget tables on the same page */
.topline-press-table-wrap .topline-video-table,
.topline-video-table.topline-press-legacy {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid var(--rate-table-border, #eaecef);
}

.topline-press-table-wrap .topline-video-table thead,
.topline-video-table.topline-press-legacy thead {
    background: var(--rate-table-header-bg, #f8f9fa);
}

.topline-press-table-wrap .topline-video-table thead th,
.topline-video-table.topline-press-legacy thead th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    color: #0c2333;
    text-transform: none;
    letter-spacing: normal;
    border: 1px solid var(--rate-table-border, #eaecef);
    background: var(--rate-table-header-bg, #f8f9fa);
    border-radius: 0;
}

.topline-press-table-wrap .topline-video-table tbody td,
.topline-video-table.topline-press-legacy tbody td {
    padding: 14px 16px;
    border: 1px solid var(--rate-table-border, #eaecef);
    background: #fff;
    vertical-align: top;
}

.topline-press-table-wrap .topline-video-table tbody td a,
.topline-video-table.topline-press-legacy tbody td a {
    color: #0c2333;
    text-decoration: none;
    font-weight: 500;
}

.topline-press-table-wrap .topline-video-table tbody td a:hover,
.topline-video-table.topline-press-legacy tbody td a:hover {
    text-decoration: underline;
}

.topline-press-table-wrap .topline-video-table tbody td:first-child,
.topline-video-table.topline-press-legacy tbody td:first-child {
    white-space: nowrap;
    color: #6b7280;
    font-size: 14px;
}

.topline-press-table-wrap .topline-video-table tbody tr:hover,
.topline-video-table.topline-press-legacy tbody tr:hover {
    background-color: #f9fafb;
}

.topline-press-table-wrap {
    max-width: var(--topline-rates-max-width, 1400px);
    margin: 0 auto;
    padding: 32px var(--topline-rates-gutter, 35px) 24px;
    box-shadow: none;
}

.topline-press-year-heading {
    max-width: var(--topline-rates-max-width, 1400px);
    margin: 0 auto;
    padding: 16px var(--topline-rates-gutter, 35px) 16px;
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #0c2333;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .topline-press-releases,
    .topline-press-table-wrap,
    .topline-press-year-heading {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    .topline-press-releases,
    .topline-press-table-wrap,
    .topline-press-year-heading {
        padding-left: 16px;
        padding-right: 16px;
    }

    .topline-press-releases__heading,
    .topline-press-year-heading {
        font-size: 24px;
    }
}
