/* LUX_AUTHOR_CARD_MIGX_V3 */
.lux-author-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    width: 100%;
    margin: 36px 0 0;
    padding: 20px 22px 20px 20px;
    overflow: hidden;
    border-radius: 16px;
    text-align: left;
}

.lux-author-card::before {
    position: absolute;
    inset: 0 0 0 auto;
    width: 5px;
    background: #ffd600;
    content: "";
}

.lux-author-card__photo {
    position: relative;
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .10);
}

.lux-author-card__photo-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform: scale(2.05);
    transform-origin: 55% 43%;
}

/* LUX_AUTHOR_2_PHOTO_CROP_V1 */
.lux-author-card__photo-image[src*="/author-2-"] {
    transform: scale(2.2);
    transform-origin: 50% 20%;
}

.lux-author-card__body {
    min-width: 0;
    flex: 0 1 380px;
    padding-right: 5px;
}

.lux-author-card__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 6px;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lux-author-card__label::before {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #ffd600;
    content: "";
}

.lux-author-card__name {
    margin: 0 0 4px;
    color: #222;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

.lux-author-card__position {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

/* LUX_EXPERT_INSIGHT_V1 */
.sf_content .lux-expert-insight {
    position: relative;
    margin: 28px 0 32px;
    padding: 21px 24px 22px;
    border: 1px solid rgba(199, 164, 0, .28);
    border-top: 4px solid #ffd600;
    border-radius: 12px;
    background: linear-gradient(135deg, #fffbea 0%, #fffef8 62%, #fff 100%);
    box-shadow: 0 10px 28px rgba(34, 34, 34, .07);
    color: #3b3b3b;
    text-align: left;
}

.sf_content .lux-expert-insight::before {
    position: absolute;
    top: 28px;
    left: 24px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffd600;
    box-shadow: 0 0 0 4px rgba(255, 214, 0, .18);
    content: "";
}

.sf_content .lux-expert-insight h3 {
    margin: 0 0 10px;
    padding-left: 21px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.sf_content .lux-expert-insight p {
    margin: 0;
    color: inherit;
    font-size: 16px;
    font-style: normal;
    line-height: 1.72;
}

@media (max-width: 575px) {
    .lux-author-card {
        justify-content: flex-start;
        gap: 14px;
        margin-top: 26px;
        padding: 17px 17px 17px 16px;
        border-radius: 12px;
    }

    .lux-author-card__photo {
        width: 72px;
        height: 72px;
        flex: 0 0 72px;
    }

    .lux-author-card__body {
        flex: 1 1 auto;
    }

    .lux-author-card__name {
        font-size: 17px;
    }

    .lux-author-card__position {
        font-size: 14px;
    }

    .sf_content .lux-expert-insight {
        margin: 22px 0 26px;
        padding: 18px 18px 19px;
        border-radius: 10px;
    }

    .sf_content .lux-expert-insight::before {
        top: 25px;
        left: 18px;
    }

    .sf_content .lux-expert-insight h3 {
        margin-bottom: 8px;
        padding-left: 21px;
        font-size: 16px;
    }

    .sf_content .lux-expert-insight p {
        font-size: 15px;
        line-height: 1.68;
    }
}
