/* Hairstyles_by_Face_Shape.php — 좌측 intro 제거, 단일 컬럼 1000px */
body.face-shape-landing-page #main_intro {
    display: none !important;
}

body.face-shape-landing-page #main_content {
    width: 100%;
    max-width: 800px;
}

body.face-shape-landing-page .face-shape-page__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 순위명 — 2줄 고정 높이·말줄임 해제 (가로 1000px) */
body.face-shape-landing-page .face-shape-card__list li {
    min-height: 0;
    align-items: flex-start;
}

body.face-shape-landing-page .face-shape-card__name {
    display: block;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
