/* CONTAINER LAYOUT */
.tm-71c7fa67-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tm-71c7fa67-swiper {
    position: relative;
    overflow: hidden;
}

/* CONTINUOUS SMOOTH MARQUEE TRANSITION */
.tm-71c7fa67-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* CARD CONTAINER */
.tm-71c7fa67-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

/* UNKROPPED PORTRAIT PORTRAIT STYLE */
.tm-71c7fa67-img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tm-71c7fa67-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain; /* ensures uncropped, natural portrait image display */
}

/* CONTENT CONTAINER */
.tm-71c7fa67-content {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    gap: 6px;
}

/* TYPOGRAPHY ELEMENTS */
.tm-71c7fa67-name {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.tm-71c7fa67-position {
    font-size: 0.95rem;
    font-weight: 500;
}

.tm-71c7fa67-expertise {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}
