.ita-wrapper-182e3101 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 500px;
    gap: 10px;
    overflow: hidden;
}

.ita-item-182e3101 {
    display: flex;
    flex-direction: row;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
    transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #111;
}

.ita-item-182e3101.active {
    flex: 4;
    cursor: default;
}

.ita-item-content-182e3101 {
    flex: 0 0 0;
    overflow: hidden;
    background-color: #1a1a1a;
    color: #fff;
    transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

.ita-item-182e3101.active .ita-item-content-182e3101 {
    flex: 1 1 50%;
    opacity: 1;
    transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease 0.3s;
}

.ita-item-content-inner-182e3101 {
    padding: 40px;
    min-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ita-item-image-182e3101 {
    flex: 1;
    min-width: 100px;
    background-size: cover;
    background-position: center;
    transition: filter 0.6s ease;
}

.ita-item-182e3101.active .ita-item-image-182e3101 {
    filter: grayscale(0%) !important;
}

.ita-item-title-182e3101 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 700;
}

.ita-item-role-182e3101 {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

.ita-item-bio-182e3101 {
    font-size: 16px;
    line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .ita-wrapper-182e3101 {
        flex-direction: column;
        height: 800px;
    }
    
    .ita-item-182e3101 {
        flex-direction: column;
    }

    .ita-item-182e3101.active .ita-item-content-182e3101 {
        flex: 1 1 auto;
    }

    .ita-item-content-inner-182e3101 {
        padding: 20px;
        min-width: 100%;
    }
}
