/* ========================================
   Modal Component
   하단/중앙 모달 컴포넌트 (Figma 디자인 기반)
======================================== */

/* 모달 기본 래퍼 */
.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

/* 모달 표시 상태 */
.c-modal-visible {
    display: flex !important;
}

/* 딤 배경 */
.c-modal-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 72, 72, 0.9); /* Figma Dim 색상 */
    cursor: pointer;
}

.c-pc-modal .c-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 28px;
    padding: 0 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

#review-form-modal .c-pc-modal {
    padding-right: 50px;
}

#review-form-modal .c-pc-modal .c-modal-header {
    margin-bottom: 0;
}

#review-form-modal .c-pc-modal .c-review-form .c-pc-modal-content {
    margin: 30px 0;
    scrollbar-gutter: stable;
    padding-right: 10px;
}

#review-form-modal .c-pc-modal .c-review-form-rating-area {
    padding: 30px 0;
}
#review-form-modal .c-pc-modal .c-review-form-rating-title {
    font-size: 24px;
}

#review-form-modal .c-pc-modal .c-star-rating-large .c-star-rating-star {
    width: 44px;
    height: 44px;
}

#review-form-modal .c-pc-modal .c-review-form-divider {
    margin: 0;
    margin-left: -60px;
    margin-right: -60px;
    width: calc(100% + 120px);
    box-sizing: content-box;
    padding: 3px 0;
}

#review-form-modal .c-pc-modal .c-review-form-label {
    font-size: 18px;
}

#review-form-modal .c-pc-modal .c-review-form-rating-title-required {
    width: 22px;
    height: 22px;
    font-size: 26px;
}

#review-form-modal .c-pc-modal .c-review-form-content-area {
    padding: 0;
    /* padding-top: 30px; */
}

#review-form-modal .c-pc-modal .c-review-form-textarea {
    margin-top: 4px;
    background: #fff;
    padding: 24px;
    font-size: 16px;
}

#review-form-modal .c-pc-modal .c-review-form-select-btn {
    padding: 6px 16px;
    height: auto;
    width: 100%;
    text-align: left;
}

#review-form-modal .c-pc-modal .c-review-form-select-btn span {
    font-size: 16px
} 

#review-form-modal .c-pc-modal .c-review-form-selection-area {
    padding: 18px 0;
    gap: 0;
}
#review-form-modal .c-pc-modal .c-review-form-selection-group {
    padding: 12px 0;
    gap: 12px;
}
#review-form-modal .c-pc-modal .c-review-form-photo-area {
    padding: 10px 0;
    text-align: left;
}
#review-form-modal .c-pc-modal .c-review-form-photo-upload,
#review-form-modal .c-pc-modal .c-review-form-photo-item {
    width: calc((100% - 75px) / 7);
}

#review-form-modal .c-pc-modal .c-review-form-photo-notice {
    flex-direction: row;
    gap: 3px;
}
#review-form-modal .c-pc-modal .c-review-form-submit-area {
    /* padding: 30px 0 0 0; */
    padding: 0 10px 0 0;
}

.c-pc-modal .c-modal-header-title {
    font-family: 'Pretendard', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #1d1d1d;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    flex: 1;
}

.c-pc-modal .c-modal-close-btn {
    position: absolute;
    right: 23px;
    z-index: 10002;
    border: 0;
    background: transparent;
    top: 25px;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.c-pc-modal .c-modal-close-btn:hover {
    opacity: 0.7;
}

.c-pc-modal .c-modal-close-btn img {
    width: 16px;
    height: 16px;
}

/* 모달 컨테이너 공통 */
.c-modal-container {
    position: relative;
    background: var(--color-white);
    z-index: 1001;
    max-height: 90vh;
    overflow-y: auto;
}

/* Float 타입 모달 (중앙) */
.c-modal-container-float {
    width: 295px;
    border-radius: 15px;
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

/* Bottom 타입 모달 (하단) */
.c-modal-bottom {
    align-items: flex-end !important;
}

.c-modal-container-bottom {
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin: 0;
    margin-bottom: 0 !important;
    z-index: 10000;
    animation: slideUp 0.3s ease-out;
}

.c-modal-bottom-handle {
    display: block;
    width: 100%;
    padding: 7px 10px 12px;
    box-sizing: border-box;
}

.c-modal-bottom-handle::after {
    content: ' ';
    width: 48px;
    height: 5px;
    background: rgba(0, 0, 0, 0.08);
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

/* Modal Sizes - Float 타입 */
.c-modal-sm .c-modal-container {
    max-width: 300px;
}

.c-modal-md .c-modal-container {
    max-width: 500px;
}

.c-modal-lg .c-modal-container {
    max-width: 800px;
}

/* Modal Sizes - Bottom 타입 (높이 조절) */
.c-modal-sm.c-modal-bottom .c-modal-container-bottom {
    max-height: 40vh; /* 화면의 40% */
}

.c-modal-md.c-modal-bottom .c-modal-container-bottom {
    max-height: 60vh; /* 화면의 60% */
}

.c-modal-lg.c-modal-bottom .c-modal-container-bottom {
    max-height: 80vh; /* 화면의 80% */
}

.c-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-lg);
    border-bottom: 1px solid #dee2e6;
}

.c-modal-title {
    margin: 0;
    font-family: var(--font-pretendard);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #212529;
}

.c-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.c-modal-close:hover {
    color: #212529;
}

.c-modal-body {
    padding: var(--spacing-lg);
    font-family: var(--font-pretendard);
    font-size: 14px;
    line-height: 1.6;
    color: #212529;
}

.c-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spacing-sm);
    padding: var(--spacing-lg);
    border-top: 1px solid #dee2e6;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/* 모달 헤더 (Float 타입) */
.c-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 16px 16px;
    border-bottom: none;
}

.c-modal-title {
    font-family: var(--font-pretendard);
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
    text-align: center;
    flex: 1;
}

.c-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
    padding: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.c-modal-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* Bottom 모달 헤더 */
.c-modal-bottom-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px 11px;
    position: relative;
}

.c-modal-bottom-title {
    font-family: var(--font-pretendard);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin: 0;
}

/* 모달 바디 */
.c-modal-body {
    padding: 0 16px 16px;
}

.c-modal-container-bottom .c-modal-body {
    padding: 14px 30px;
    max-height: 210px;
    overflow-y: scroll;
    margin-right: 6px;
    -webkit-overflow-scrolling: touch;
}

/* Bottom 모달, Mobile Layer 스크롤바 항상 표시 */
.c-modal-container-bottom .c-modal-body::-webkit-scrollbar,
.c-mobile-layer-content::-webkit-scrollbar {
    width: 7px;
    display: block;
}

.c-modal-container-bottom .c-modal-body::-webkit-scrollbar-track,
.c-mobile-layer-content::-webkit-scrollbar-track {
    background: #fff;
}

.c-modal-container-bottom .c-modal-body::-webkit-scrollbar-thumb,
.c-mobile-layer-content::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.15);
}

.c-modal-container-bottom .c-modal-body::-webkit-scrollbar-thumb:hover,
.c-mobile-layer-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* 모달 푸터 */
.c-modal-footer {
    padding: 0 16px 16px;
    border-top: none;
}

.c-modal-container-bottom .c-modal-footer {
    padding: 0 20px 20px;
}

/* Bottom 모달 X 닫기 버튼 (우측 상단) */
.c-modal-bottom-close {
    position: absolute;
    top: 0;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    padding: 4px;
    width: 16px;
    height: 16px;
    display: flex;
    box-sizing: content-box;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.c-modal-bottom-close:hover {
    opacity: 0.7;
}

.c-modal-bottom-design-bar {
    display: block;
    width: 134px;
    height: 5px;
    background: #000;
    border-radius: 2.5px;
    margin: 21px auto 8px auto;
}

/* ========================================
   ModalSelect Component
   하단 모달용 선택 옵션 (최신순, 평점순 등)
======================================== */
.c-modal-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding-left: 10px;
    height: 48px;
}

.c-modal-select:last-child {
    border-bottom: none;
}

.c-modal-select:hover {
    /* background: rgba(0, 0, 0, 0.02); */
}

.c-modal-select-text {
    font-family: var(--font-pretendard);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    overflow-x: auto;
    white-space: nowrap;
    width: calc(100% - 35px);
    padding: 13.5px 0;
}

.c-modal-select-selected .c-modal-select-text {
    color: var(--color-primary);
    font-weight: 500;
}

.c-modal-select-check {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: bold;
}

/* ========================================
   ModalButton Component
   중앙 모달용 버튼 (취소, 확인 등)
======================================== */
.c-modal-button {
    /* Layout */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;

    /* Figma: 48px height, 12px radius */
    height: 48px;
    border-radius: 12px;

    /* Typography - Figma: Pretendard Medium 16px */
    font-family: var(--font-pretendard);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;

    /* Interaction */
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    outline: none;

    /* Figma: 28px horizontal padding */
    padding: 12px 28px;
}

/* White 버튼 (테두리만) */
.c-modal-button-white {
    background: var(--color-white);
    color: rgba(0, 0, 0, 0.88);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.c-modal-button-white:hover {
    background: rgba(0, 0, 0, 0.02);
}

/* Gray 버튼 */
.c-modal-button-gray {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.88);
    border: none;
}

.c-modal-button-gray:hover {
    background: rgba(0, 0, 0, 0.12);
}

/* Primary 버튼 */
.c-modal-button-primary {
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
}

.c-modal-button-primary:hover {
    background: var(--color-primary-hover);
}

.c-modal-button-primary:active {
    background: var(--color-primary-active);
}

/* 버튼 비활성화 상태 */
.c-modal-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ========================================
   ModalAlert Component
   알림 모달 컴포넌트 (Figma 디자인 기반)
======================================== */

/* 모달 래퍼 */
.c-modal-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.c-modal-alert-visible {
    display: flex;
}

/* 딤 배경 */
.c-modal-alert-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 72, 72, 0.90);
    cursor: pointer;
}

/* 모달 컨테이너 */
.c-modal-alert-container {
    position: relative;
    width: 394px;
    max-width: calc(100vw - 32px);
    background: #ffffff;
    border-radius: 12px;
    box-shadow:
        0px 0px 8px 0px rgba(0, 0, 0, 0.08),
        0px 8px 16px 0px rgba(0, 0, 0, 0.08),
        0px 16px 20px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: modalAlertSlideIn 0.3s ease-out;
}

@keyframes modalAlertSlideIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* 컨텐츠 영역 */
.c-modal-alert-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 16px 16px;
    gap: 6px;
}

/* 제목 */
.c-modal-alert-title {
    font-family: var(--font-pretendard);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #494949;
    margin: 0;
    white-space: nowrap;
}

/* 내용 텍스트 */
.c-modal-alert-text {
    font-family: var(--font-pretendard);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #494949;
    margin: 0;
    white-space: pre-line;
}

/* 버튼 영역 */
.c-modal-alert-buttons {
    display: flex;
    gap: 8px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}

.c-modal-alert-button-wrapper {
    display: flex;
    flex: 1;
}

.c-modal-alert-button-wrapper .c-modal-button {
    width: 100%;
    flex: 1;
}

/* 반응형 대응 */
@media (max-width: 480px) {
    .c-modal-alert-container {
        width: calc(100vw - 40px);
        margin: 0 40px;
    }
}

.c-pc-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 900px;
    height: auto;
    max-height: 90vh;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    padding: 30px 60px;
    box-sizing: border-box;
}

.c-pc-modal.large {
    width: 1500px;
}

.c-pc-modal-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.c-pc-modal-content::-webkit-scrollbar {
    width: 5px;
}

.c-pc-modal-content::-webkit-scrollbar-track {
    background: transparent;
}

.c-pc-modal-content::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 5px;
}

.c-pc-modal-content::-webkit-scrollbar-thumb:hover {
    background: #c3c3c3;
}

/* ========================================
   ReviewDetail Modal - PC 리뷰 디테일 모달
   Figma 디자인 기반
======================================== */

/* 리뷰 디테일 모달 전용 컨테이너 */
.c-review-detail-modal-wrapper {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.c-review-detail-modal-wrapper .c-modal-dim {
    background-color: rgba(72, 72, 72, 0.9);
}

/* 리뷰 디테일 모달 콘텐츠 - 기본 크기 */
.c-pc-modal .c-review-detail-modal {
    flex-direction: row;
    display: flex;
    position: relative;
    height: 740px;
    padding: 30px 20px;
    box-sizing: border-box;
}

/* 닫기 버튼 */
.c-review-detail-modal .c-modal-close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.2s ease;
}

.c-review-detail-modal .c-modal-close-btn:hover {
    opacity: 0.7;
}

.c-review-detail-modal .c-modal-close-btn img {
    width: 16px;
    height: 16px;
}

/* 왼쪽 이미지 영역 */
.c-review-detail-image-section {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

/* 이미지 슬라이더 */
.c-review-detail-slider {
    width: 100%;
    height: calc(100% - 103px);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.c-review-detail-slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.3s ease-out;
}

.c-review-detail-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-review-detail-slide img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.c-review-detail-modal.pc .c-review-detail-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(5px);
    z-index: 0;
}

/* 이전/다음 버튼 */
.c-review-detail-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 26px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.c-review-detail-nav-btn:hover {
    background-color: #f8f8f8;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.c-review-detail-nav-btn.prev {
    left: 34px;
}

.c-review-detail-nav-btn.prev img {
    transform: rotate(180deg);
}

.c-review-detail-nav-btn.next {
    right: 34px;
}

.c-review-detail-nav-btn img {
    width: 11.469px;
    height: 20.859px;
}

/* 이미지 카운터 */
.c-review-detail-counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #656565;
    color: #ffffff;
    font-family: 'Pretendard', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* 썸네일 영역 */
.c-review-detail-thumbnails {
    position: relative;
    display: flex;
    margin-top: 27px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.c-review-detail-thumbnails::-webkit-scrollbar {
    height: 4px;
}

.c-review-detail-thumbnails::-webkit-scrollbar-track {
    background: transparent;
}

.c-review-detail-thumbnails::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.c-review-detail-thumbnail {
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e8e8e8;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.c-review-detail-thumbnail.active {
    border-color: #f45859;
    /* width: 79px;
    height: 79px; */
}

.c-review-detail-thumbnail:hover:not(.active) {
    opacity: 0.8;
}

.c-review-detail-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 오른쪽 리뷰 정보 영역 */
.c-review-detail-info-section {
    width: 450px;
    min-width: 450px;
    height: 100%;
    padding: 0 0 0 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.c-review-detail-info-section::-webkit-scrollbar {
    width: 6px;
}

.c-review-detail-info-section::-webkit-scrollbar-track {
    background: #f8f8f8;
}

.c-review-detail-info-section::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 3px;
}

/* 전화인증 배지 */
.c-review-detail-badge-row {
    display: flex;
    gap: 10px;
}

/* 닉네임 및 프로필 */
.c-review-detail-profile {
    display: flex;
    gap: 12px;
    align-items: center;
}

.c-review-detail-profile-image {
    width: 42.75px;
    height: 42.75px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #dcdcdc;
    flex-shrink: 0;
}

.c-review-detail-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-review-detail-profile-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.c-review-detail-nickname {
    font-family: 'Pretendard', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    color: #1d1d1d;
}

.c-review-detail-meta {
    display: flex;
    gap: 8px;
    align-items: center;
}

.c-review-detail-rating {
    display: flex;
    gap: 2.333px;
}

.c-review-detail-rating img {
    width: 14px;
    height: 14px;
}

.c-review-detail-date {
    font-family: 'Pretendard', -apple-system, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #a1a1a1;
}

/* 추가 정보 (코스, 담당) */
.c-review-detail-addition {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.c-review-detail-addition p {
    font-family: 'Pretendard', -apple-system, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #8c8c8c;
    margin: 0;
}

/* 리뷰 내용 */
.c-review-detail-content-box {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    overflow-y: auto;
}

.c-review-detail-content-text {
    font-family: 'Pretendard', -apple-system, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #353535;
    white-space: pre-wrap;
    word-break: break-word;
}

.c-pc-modal .c-review-policy-content {
    text-align: left;
}

.c-pc-modal .c-review-policy-section {
    padding: 33px 40px;
}

/* ========================================
   반응형 (작은 화면)
======================================== */
/* @media (max-width: 1600px) {
    .c-review-detail-modal {
        width: 90vw;
        max-width: 1300px;
    }

    .c-review-detail-image-section {
        width: 60%;
    }

    .c-review-detail-info-section {
        width: 40%;
    }
}

@media (max-width: 1200px) {
    .c-review-detail-modal {
        flex-direction: column;
        width: 80vw;
        max-width: 900px;
        height: auto;
        max-height: 90vh;
    }

    .c-review-detail-image-section {
        width: 100%;
        height: 500px;
    }

    .c-review-detail-info-section {
        width: 100%;
        max-height: 400px;
    }

    .c-review-detail-thumbnails {
        display: none;
    }

    .c-review-detail-counter {
        bottom: 20px;
    }
} */
