/* 갤러리 — 관리법·상품소개 (선정이유 펼침 후, 스타일 가이드 아래) */

.hair-rank-gallery__rank-desc-block:not(.is-expanded) .hair-rank-gallery__rank-extra-block {
    display: none !important;
}

.hair-rank-gallery__rank-extra-block {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.hair-rank-gallery__rank-extra-toggle {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    background: #fff;
    color: #4f46e5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
}

.hair-rank-gallery__rank-extra-toggle:hover,
.hair-rank-gallery__rank-extra-toggle:focus-visible {
    background: #f5f3ff;
    border-color: #c7d2fe;
    outline: none;
}

.hair-rank-gallery__rank-extra-body {
    display: none;
    margin-top: 10px;
    padding: 12px 12px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    box-sizing: border-box;
}

.hair-rank-gallery__rank-extra-block.is-open .hair-rank-gallery__rank-extra-body {
    display: block;
}

.hair-rank-gallery__rank-extra-content {
    font-size: 14px;
    line-height: 1.62;
    color: #334155;
    word-break: keep-all;
}

.hair-rank-gallery__rank-extra-content .hair-rank-desc-text {
    display: block;
    white-space: pre-wrap;
}

.hair-rank-extra-youtube {
    margin: 8px 0;
}

.hair-rank-extra-product {
    margin: 6px 0 0;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.hair-rank-extra-product + .hair-rank-extra-product {
    margin-top: 6px;
}

/* 관리자 textarea 의도적 빈 줄(엔터 2회) — 카드·유튜브 앞 여백 */
.hair-rank-extra-gap {
    display: block;
    height: calc(14px * 1.62);
    margin: 0;
    pointer-events: none;
}

.hair-rank-extra-product__link {
    display: flex;
    align-items: stretch;
    gap: 10px;
    padding: 8px;
    color: inherit;
    text-decoration: none;
}

.hair-rank-extra-product__link:hover .hair-rank-extra-product__name {
    color: #4f46e5;
}

.hair-rank-extra-product__thumb {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
}

.hair-rank-extra-product__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hair-rank-extra-product__thumb-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #94a3b8;
}

.hair-rank-extra-product--fallback .hair-rank-extra-product__thumb-empty {
    font-size: 14px;
    font-weight: 700;
    color: #64748b;
}

.hair-rank-extra-product__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.hair-rank-gallery__rank-extra-content .hair-rank-desc-text + .hair-rank-extra-product {
    margin-top: 8px;
}

.hair-rank-extra-product__name {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hair-rank-extra-product__domain {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #2563eb;
    text-decoration: underline;
}
