/* hairmap 매장 상세 — 네이버에 전화번호 없음 안내 (전화하기 위) */
.pd-naver-no-phone-notice {
    margin: 12px 0 10px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #78350f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    box-sizing: border-box;
}

.pd-naver-no-phone-notice p {
    margin: 0;
}

.pd-naver-no-phone-notice p + p {
    margin-top: 4px;
}
