/* AI 스튜디오 전용 골드 레인지 슬라이더 스타일링 */
.custom-studio-range::-webkit-slider-thumb {
    background: #E5BA73 !important;
    border: 2px solid #C59B4E !important;
}
.custom-studio-range::-moz-range-thumb {
    background: #E5BA73 !important;
    border: 2px solid #C59B4E !important;
}
/* 폰트 축소 변형용 유틸 */
.text-xs {
    font-size: 0.75rem !important;
}
.x-small {
    font-size: 0.65rem !important;
}
/* 대시보드형 보더 대시 가공 */
.border-dashed {
    border-style: dashed !important;
}