:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-4bfb39b */.team-details {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 20px auto;
    font-family: 'Ropa Sans', sans-serif;
    text-align: center; 
}

.team-details h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.team-details .team-logo {
    display: block;
    margin: 0 auto; 
    max-width: 150px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}



.team-details p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

.team-details .line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
}

.team-details h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 5px;
    margin-top: 35px;
    text-align: left; 
}

.team-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-details ul li {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.team-details ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.team-details ul li strong {
    font-weight: bold;
}

.team-details a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-details a:hover {
    color: #005f8a;
    text-decoration: underline;
}

.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    font-family: 'Ropa Sans', sans-serif;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 10px;
    transition: background-color 0.3s ease;
}

.pagination a:hover {
    background-color: #005f8a;
}

.pagination .prev {
    background-color: #f2f2f2;
    color: #0073aa;
}

.pagination .prev:hover {
    background-color: #0073aa;
    color: #fff;
}/* End custom CSS */