/* ────────────────────── VOA COUNTRIES – RESPONSIVE TABLE ────────────────────── */
.plain-content .voa-countries {
    overflow-x: auto;
    margin: 24px 0;
}
.plain-content .voa-countries table {
    width: 100%;
    min-width: 400px;
    border-collapse: collapse;
    font-family: 'Inter-Medium';
    font-size: 16px;
    line-height: 1.7;
}
.plain-content .voa-countries th {
    background: #F8FBFF;
    color: #0169AF;
    font-family: 'Inter-Bold';
    text-align: left;
    padding: 12px 16px;
    border-bottom: 2px solid #0169AF;
}
.plain-content .voa-countries td {
    padding: 10px 16px;
    border-bottom: 1px solid #E5E5E5;
    vertical-align: top;
}
.plain-content .voa-countries tr:last-child td { border-bottom: none; }

/* Desktop: 3‑column layout */
@media (min-width: 768px) {
    .plain-content .voa-countries table { table-layout: fixed; }
    .plain-content .voa-countries colgroup col { width: 33.33%; }
}

/* Enhanced Embassy Info – Matches Company Footer */
.plain-content .embassy-info {
    text-align: center;
    margin: 32px 0;
    border-top: 1px solid #E5E5E5;
    padding-top: 24px;
}
.plain-content .embassy-info .font18 {
    font-family: 'Inter-Bold';
    margin-bottom: 8px;
    line-height: 1.6;
}
.plain-content .embassy-info .font16 {
    font-family: 'Inter-Medium';
    line-height: 1.6;
    color: #333;
}
.plain-content .embassy-info a {
    color: #0169AF;
    text-decoration: underline;
}

.eligible-text {
    margin-bottom: 12px !important;
}

.office-hour {
    margin-top: 16px !important;
}