.elementor-53755 .elementor-element.elementor-element-58bca88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3cf8de3 */.country-table-wrapper{
    width:100%;
    overflow-x:auto;
}

.country-table{
    width:100%;
    border-collapse:collapse;
}

.country-table td{
    padding:0.75em 1em;
    border:1px solid #ddd;
    width:33.333%;
        font-family:var(--e-global-typography-text-font-family);
    font-size:var(--e-global-typography-text-font-size);
    font-weight:var(--e-global-typography-text-font-weight);
    line-height:var(--e-global-typography-text-line-height);
}


/* Mobile */
@media (max-width:767px){
    .country-table tr{
        display:flex;
        flex-direction:column;
    }

    .country-table td{
        width:100%;
        border-bottom:none;
    }

    .country-table tr td:last-child{
        border-bottom:1px solid #ddd;
    }
}/* End custom CSS */