/* Celebrity_Hairstyles.php — 좌측 intro 제거, 단일 컬럼 1000px */
body.celeb-hair-landing-page #main_intro {
    display: none !important;
}

body.celeb-hair-landing-page #main_content {
    width: 100%;
    max-width: 800px;
}

body.celeb-hair-landing-page .celeb-hair-page__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 순위명 — 2줄 고정 높이·말줄임 해제 (가로 1000px) */
body.celeb-hair-landing-page .celeb-hair-card__list li {
    min-height: 0;
    align-items: flex-start;
}

body.celeb-hair-landing-page .celeb-hair-card__name {
    display: block;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

/* 히어로 텍스트 임시 스타일 — 이미지 사용 중이라 비활성
body.celeb-hair-landing-page .celeb-hair-hero--text {
    line-height: normal;
    padding: 28px 20px;
    text-align: center;
    background: #f5f3ff;
    border: 1px solid #e9e5ff;
    box-sizing: border-box;
}

body.celeb-hair-landing-page .celeb-hair-hero__text {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #4c1d95;
    letter-spacing: -0.03em;
    line-height: 1.35;
}
*/
