.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-77863 .elementor-element.elementor-element-fec5490 .elementor-heading-title{color:#0F2F6E;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-46a8d54 */.times-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.team-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 calc(25% - 15px);
    text-align: center;
    max-width: 200px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.team-logo {
    width: 120px; 
    height: 120px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px; 
}

.team-item p {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto Sans', sans-serif;
    text-transform: uppercase;
    transition: text-decoration 0.3s ease;
    margin: 0;
}

.team-item p:hover {
    text-decoration: underline;
}
.no-teams-message {
    text-align: center; 
    font-size: 24px;  
    font-weight: bold; 
    color: #0F2F6E;  
    padding: 20px; 
    background-color: #f9f9f9; 
    border: 2px solid #0F2F6E; 
    border-radius: 10px;  
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    max-width: 80%;  
    margin: 0 auto; 
    font-family: 'Arial', sans-serif;  
}

@media (max-width: 768px) {
    .team-item {
        flex: 1 1 calc(50% - 15px);
    }

    .team-logo {
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .team-item {
        flex: 1 1 100%;
    }

    .team-logo {
        max-width: 100px;
    }
}/* End custom CSS */