.who-reports-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 20px;
    color: #00205c;
}

.who-reports-heading {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #00205c;
}

.who-report-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    margin-bottom: 70px;
    align-items: flex-start;
}

.who-report-left img {
    max-width: 200px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.who-report-date {
    font-size: 14px;
    color: #111;
    margin: 0 0 8px;
}

.who-report-button {
    display: inline-block;
    background: #1f6fae;
    color: #fff !important;
    padding: 6px 18px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    line-height: 1.3;
}

.who-report-button:hover,
.who-report-button:focus {
    background: #004b8d;
    color: #fff !important;
    text-decoration: none;
}

.who-report-right h3 {
    font-size: 24px;
    color: #00205c;
    margin: 0 0 15px;
    font-weight: 700;
}

.who-report-description {
    font-size: 15px;
    line-height: 1.8;
    color: #00205c;
}

.who-report-description p {
    margin-top: 0;
    margin-bottom: 16px;
}

.who-report-description strong {
    font-weight: 700;
}

.who-report-pagination {
    text-align: center;
    margin-top: 40px;
}

.who-report-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 3px 6px;
    background: #eee;
    color: #00205c;
    text-decoration: none;
}

.who-report-pagination .page-numbers.current {
    background: #1f6fae;
    color: #fff;
}

@media (max-width: 768px) {
    .who-report-item {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .who-report-left img {
        max-width: 100%;
    }
}
