:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-4a2b6d4 */h2, h3, h4 {
    color: #003a61;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

th {
    background-color: #003a61;
    color: black;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

a {
    color: #003a61; 
    text-decoration: none; 
    font-weight: bold; 
}

a:hover {
       color: #003a61; 
    text-decoration: underline; 
}

@media screen and (max-width: 1200px) {
    table {
        width: 100%; 
    }
}

@media screen and (max-width: 992px) {
    th, td {
        padding: 6px; 
    }
    h2, h3, h4 {
        font-size: 1.2em; 
    }
}

@media screen and (max-width: 768px) {
    table {
        font-size: 12px;
    }

    th, td {
        padding: 4px;
    }

    h2, h3, h4 {
        font-size: 1em;
    }
}

@media screen and (max-width: 480px) {
    table {
        font-size: 10px; 
    }

    th, td {
        padding: 3px; 
    }

    h2, h3, h4 {
        font-size: 0.9em; 
    }
}/* End custom CSS */