.team-tabs-621f2042-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-tabs-621f2042-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.team-tabs-621f2042-nav-item {
    background: #f0f0f0;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #555;
    transition: all 0.3s ease;
    margin: 0;
}

.team-tabs-621f2042-nav-item.active,
.team-tabs-621f2042-nav-item:hover {
    color: #fff;
    background-color: #333;
}

.team-tabs-621f2042-panels {
    position: relative;
}

.team-tabs-621f2042-panel {
    display: none;
    animation: fadeIn_621f2042 0.4s ease-in-out;
}

.team-tabs-621f2042-panel.active {
    display: block;
}

.team-tabs-621f2042-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.team-tabs-621f2042-left {
    flex: 1;
    min-width: 280px;
}

.team-tabs-621f2042-right {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.team-tabs-621f2042-subtitle {
    margin-bottom: 5px;
    margin-top: 0;
}

.team-tabs-621f2042-title {
    margin-bottom: 15px;
    margin-top: 0;
}

.team-tabs-621f2042-description {
    line-height: 1.6;
    margin-bottom: 20px;
}

.team-tabs-621f2042-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.team-tabs-621f2042-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.team-tabs-621f2042-btn:hover {
    background-color: #e0e0e0;
}

.team-tabs-621f2042-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.team-tabs-621f2042-name-below {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.team-tabs-621f2042-reviews {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.team-tabs-621f2042-review {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.team-tabs-621f2042-review-icon {
    font-size: 24px;
    color: #f39c12;
}

.team-tabs-621f2042-review-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.team-tabs-621f2042-review-image {
    max-width: 50px;
    height: auto;
    border-radius: 50%;
}

.team-tabs-621f2042-review-content {
    font-style: italic;
    line-height: 1.5;
}

.team-tabs-621f2042-review-author {
    font-weight: bold;
}

@keyframes fadeIn_621f2042 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
    .team-tabs-621f2042-columns {
        flex-direction: column;
    }
}
