.team-coverflow-wrapper-fcb68429 {
    position: relative;
    padding-bottom: 60px; /* Space for dots */
}

.tc-swiper-fcb68429 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.swiper-slide {
    width: 450px; /* Default width */
    height: auto;
    transition: all 0.3s ease;
}

.team-coverflow-card-fcb68429 {
    background: #fff;
    border: 1px solid #D9D93E;
    border-radius: 30px;
    padding: 30px;
    height: 380px; /* Default fixed height */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #1A2B4A;
    /* CRITICAL: No box-shadow */
    box-shadow: none !important;
}

.tc-card-header-fcb68429 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.tc-pin-icon-fcb68429 {
    fill: #D9D93E;
    flex-shrink: 0;
}

.tc-country-name-fcb68429 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tc-country-line-fcb68429 {
    height: 1px;
    background-color: #D9D93E;
    margin-bottom: 30px;
    width: 100%;
    flex-shrink: 0;
}

.tc-people-list-fcb68429 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    overflow-y: auto; /* Scrollable inside if content exceeds height */
    padding-right: 10px; /* Space for scrollbar */
    margin-right: -10px; /* Offset padding */
}

/* Custom scrollbar for webkit */
.tc-people-list-fcb68429::-webkit-scrollbar {
    width: 4px;
}
.tc-people-list-fcb68429::-webkit-scrollbar-track {
    background: transparent;
}
.tc-people-list-fcb68429::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 4px;
}
.tc-people-list-fcb68429:hover::-webkit-scrollbar-thumb {
    background: #D9D93E;
}

.tc-person-row-fcb68429 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex-shrink: 0;
}

.tc-person-row-top-fcb68429 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.tc-person-photo-fcb68429 {
    width: 90px;
    height: 90px;
    border: 1px solid #D9D93E;
    object-fit: cover;
    flex-shrink: 0;
}

.tc-person-info-top-fcb68429 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    user-select: text;
}

.tc-person-name-fcb68429 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.tc-person-email-desktop-fcb68429,
.tc-person-phone-fcb68429 {
    font-size: 13px;
    opacity: 0.9;
    user-select: text; /* Selectable text */
}

.tc-person-email-mobile-fcb68429 {
    display: none;
    font-size: 13px;
    opacity: 0.9;
    user-select: text; /* Selectable text */
}

/* Swiper Controls */
.team-coverflow-wrapper-fcb68429 .swiper-button-next,
.team-coverflow-wrapper-fcb68429 .swiper-button-prev {
    color: #D9D93E;
}

.team-coverflow-wrapper-fcb68429 .tc-pagination-fcb68429 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.team-coverflow-wrapper-fcb68429 .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.team-coverflow-wrapper-fcb68429 .swiper-pagination-bullet-active {
    background: #D9D93E;
}

@media (max-width: 767px) {
    .swiper-slide {
        width: 90%;
    }
    .team-coverflow-card-fcb68429 {
        padding: 16px;
        /* Mobile height is controlled via responsive Elementor setting, keeping the overflow-y auto */
    }
    .tc-person-row-top-fcb68429 {
        gap: 15px; /* Spacing between photo and name/phone block */
    }
    /* Photo size on mobile stays same as desktop, unless overridden by Elementor setting */
    .tc-country-line-fcb68429 {
        margin-bottom: 15px;
    }
    .tc-people-list-fcb68429 {
        gap: 20px; /* Gap between people */
    }
    .tc-person-email-desktop-fcb68429 {
        display: none; /* Hide desktop email */
    }
    .tc-person-email-mobile-fcb68429 {
        display: block; /* Show mobile email */
        width: 100%;
        margin-top: 10px; /* Space below photo and name row */
        text-align: left;
    }
}
