/* hairmap — 매장 상세 챗봇·삼성 배너 아래 헤어 순위 embed */
.pd-section.pd-career-section .hair-rank-section--hairmap-embed {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 0 0;
    box-sizing: border-box;
}

.pd-section.pd-career-section .pd-place-bot-block .hair-rank-section--hairmap-embed {
    margin-top: 4px;
}

.pd-section.pd-career-section .hair-rank-section--hairmap-embed .hair-rank-hero--banner {
    margin-bottom: 12px;
}

.pd-section.pd-career-section .hair-rank-section--hairmap-embed .hair-rank-grid {
    gap: 10px;
}

#hairRankSection { padding:0 16px; }
#hairRankSection .hair-rank-grid { grid-template-columns : 1fr;  }
#hairRankSection  .hair-rank-card__name { 
    color:rgb(17, 24, 39); 

    font-weight:400;
    font-size:14px;
}

.hair-rank-section--hairmap-embed .hair-rank-grid {
    display: grid;
}
.hair-rank-section--hairmap-embed .hair-rank-card[data-category="woman_perm"] { order: 1; }
.hair-rank-section--hairmap-embed .hair-rank-card[data-category="woman_color"] { order: 2; }
.hair-rank-section--hairmap-embed .hair-rank-card[data-category="woman_cut"] { order: 3; }
.hair-rank-section--hairmap-embed .hair-rank-card[data-category="man_perm"] { order: 4; }
.hair-rank-section--hairmap-embed .hair-rank-card[data-category="man_color"] { order: 5; }
.hair-rank-section--hairmap-embed .hair-rank-card[data-category="man_cut"] { order: 6; }