.elementor-8492 .elementor-element.elementor-element-28d303e{--display:flex;--border-radius:10px 10px 10px 10px;}.elementor-8492 .elementor-element.elementor-element-1dc5c72.xpro-widget-bg-overlay:before{transition:background 0.3s;}.jet-listing-item.single-jet-engine.elementor-page-8492 > .elementor{width:444px;margin-left:auto;margin-right:auto;}/* Start custom CSS for shortcode, class: .elementor-element-1dc5c72 */.tutor-flip-card {
    width: 100%;
    aspect-ratio: 0.78 / 1;
    min-height: 300px;
    perspective: 1000px;
    background: transparent;
        position: relative;
    cursor: pointer;
}

.tutor-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
    transform-style: preserve-3d;
    transition: transform 0.85s ease;
  pointer-events: none;
}

.tutor-flip-card:hover .tutor-flip-inner {
    transform: rotateY(180deg);
}

.tutor-flip-face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 6%;
    gap: 4%;
    text-align: center;

    background: #ffffff;
    border: 1px solid #eeeff2;
    border-radius: 10px;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tutor-flip-front {
    transform: rotateY(0deg);
    z-index: 2;
}

.tutor-flip-back {
    transform: rotateY(180deg);
    z-index: 1;
}

.tutor-photo-wrap {
    width: 74%;
    max-width: 260px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
}

.tutor-photo {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center;
    border-radius: 50% !important;
    display: block;
}

.tutor-name {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}

.tutor-subjects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;

    margin: 0;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;

    max-height: 2.6em; /* ~2 líneas */
    overflow: hidden;
}

.tutor-subject-pill {
    display: inline-block;
    white-space: nowrap;

    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.tutor-subject-more {
    background: transparent;
    border: 0;
    color: inherit;
}

.tutor-about {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #334155;
}

.tutor-link-wrap {
    margin-top: 2%;
}

.tutor-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2rem;
    border-radius: 8px;
    background: #1E293B;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.tutor-link:hover {
    background: #046BD2;
    color: #ffffff;
    transform: translateY(-1px);
}/* End custom CSS */