.elementor-4644 .elementor-element.elementor-element-8ad291c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3a3aeb1 */.visa-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    -webkit-overflow-scrolling: touch;
}

.visa-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    font-family: 'Segoe UI', Arial, sans-serif;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

/* Navy Header */
.visa-table thead tr {
    background-color: #151b3d;
    color: #ffffff;
}

.visa-table th, 
.visa-table td {
    padding: 16px 20px;
    text-align: left;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
}

/* Requirement Column */
.req-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: #151b3d;
    min-width: 220px;
}

/* Gold Icons */
.icon-gold {
    color: #b38e44;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

/* Keep header visible on mobile */
@media (max-width: 768px) {
    .visa-table {
        display: table;
    }
    .visa-table thead {
        display: table-header-group;
    }
    .visa-table tr {
        display: table-row;
    }
    .visa-table td {
        display: table-cell;
    }
}/* End custom CSS */