/* 차량보관소 스타일 */

/* 보관소 버튼 활성화 상태 */
.car-storage-tab-active {
    border-color: #C22098;
    color: #C22098;
    font-weight: bold;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

/* 카카오맵 컨테이너 */
.root_daum_roughmap {
    width: 100%;
}

.root_daum_roughmap .wrap_map {
    border-radius: 0.5rem;
    overflow: hidden;
}