.stats-header-row {
    margin-top: 1rem;
}

.stats-header-title {
    margin: 0;
}

.stats-subtitle {
    margin-top: 0.5rem;
    color: #546e7a;
}

.stats-intro {
    margin-top: 0.65rem;
    color: #455a64;
    line-height: 1.55;
}

.stats-section-title {
    margin: 0 0 0.85rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.stats-country-card-link {
    display: block;
    color: inherit;
}

.stats-country-meta {
    margin-top: 0.5rem;
    color: #607d8b;
}

.stats-back-link {
    padding-left: 0;
}

.stats-filter-card .card-content {
    padding-bottom: 0.75rem;
}

.stats-filter-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.stats-card {
    height: 100%;
}

.stats-table-wrapper {
    overflow-x: visible;
}

.stats-table {
    width: 100%;
    table-layout: fixed;
}

.stats-table th:first-child,
.stats-table td:first-child {
    width: 34%;
}

.stats-table th,
.stats-table td {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    vertical-align: top;
}

.stats-table-caption {
    text-align: left;
    font-size: 0.9rem;
    color: #546e7a;
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 992px) {
    .stats-filter-actions {
        margin-top: 0.2rem;
        justify-content: flex-start;
    }

    .stats-table th:first-child,
    .stats-table td:first-child {
        width: 40%;
    }
}
