/* Team credential captions: identical size, kept on one line */
body.moa-home-page .moa-team-caption h3,
.moa-team--simple .moa-team-caption h3 {
    font-size: clamp(26px, 2.1vw, 36px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.03em !important;
    margin: 0 0 12px !important;
    white-space: nowrap;
    max-width: 100%;
}

@media (max-width: 820px) {
    body.moa-home-page .moa-team-caption h3,
    .moa-team--simple .moa-team-caption h3 {
        font-size: clamp(24px, 6.2vw, 32px) !important;
    }
}
