#cash-review {
    min-height: 100vh;
    background: #fff;
    margin-top: -40px;
}

#cash-review .top-bar {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#cash-review .top-bar .btn-back {
    margin-right: 12px;
}

#cash-review .top-bar .btn-back img {
    width: 24px;
    height: 24px;
}

#cash-review .top-bar .title {
    font-size: 17px;
    font-weight: 600;
}

/* 히어로 섹션 */
#cash-review .cash-review-hero {
    width: 100%;
    margin-bottom: 40px;
}

#cash-review .cash-review-hero img {
    width: 100%;
    display: block;
}

#cash-review .cash-review-hero .hero-img-mo {
    display: none;
}

/* 이벤트 신청 내역 바 */
#cash-review .cash-review-status-bar {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 26px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 24px;
}

#cash-review .cash-review-status-bar .status-bar-label {
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}

#cash-review .cash-review-status-bar .btn-open-history {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #A0A0A0;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: -0.28px;
    cursor: pointer;
    padding: 0;
}

/* ===== 본문 콘텐츠 영역 ===== */
#cash-review .cr-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 88px;
    box-sizing: border-box;
}

/* 섹션 공통 */
#cash-review .cr-section {
    background: #fff;
    margin-top: 8px;
}

#cash-review .cr-section-title {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin: 0 0 24px;
}

#cash-review .cr-communities .cr-section-title {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 24px;
}

/* 이벤트 참여 혜택 테이블 */
#cash-review .cr-benefit-table {
}

#cash-review .cr-benefit-row {
    display: flex;
    gap: 14px;
}

#cash-review .cr-benefit-row--header {
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

#cash-review .benefit-image {
    width: 62px;
    height: 62px;
    border-radius: 8px;
    background: #F0F3F8;
    display: flex;
    align-items: center;
    justify-content: center;

    
}

#cash-review .benefit-image img {
    width: 35.917px;
    height: 32.998px;
}

#cash-review .cr-benefit-row--header .cr-benefit-text {
    color: #333;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
    padding-top: 5px;
}

#cash-review .cr-benefit-row--header .cr-benefit-text .color-green {
    color: #49B017;
}

#cash-review .cr-benefit-row--header .cr-benefit-amount {
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.36px;
}

#cash-review .cr-benefit-row--header .cr-benefit-cell {
    font-size: 12px;
    color: #888;
    padding: 12px 16px;
    line-height: 1.4;
}

#cash-review .cr-benefit-cell {
    flex: 1;
    padding: 16px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-right: 1px solid #eee;
}

#cash-review .cr-benefit-cell:last-child {
    border-right: none;
}

#cash-review .cr-benefit-row + .cr-benefit-row {
    border-top: 1px solid #eee;
}

#cash-review .cr-benefit-amount {
    font-size: 18px;
    font-weight: 700;
    color: #4274F8;
}

/* 참여 가능한 커뮤니티 */
#cash-review .cr-section.cr-communities {
    padding-bottom: 40px;
    border-bottom: 10px solid #F5F7FA;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-bottom: 60px;
}

#cash-review .cr-community-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

#cash-review .cr-community-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 33px;
    border-radius: 42px;
    background: rgba(125, 223, 163, 0.08);
    text-decoration: none;
    color: #52C684;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.26px;
    white-space: nowrap;
}

/* Step 섹션 가운데 정렬 */
#cash-review .cr-step {
    text-align: center;
}

/* Step 뱃지 */
#cash-review .cr-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 12px;
    border-radius: 42px;
    background: #EDF3FF;
    color: #1351F6;
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.26px;
    margin-bottom: 16px;
}

#cash-review .cr-step-badge-green {
    color: #49B017;
    background: #E8FBE1;
}

#cash-review .cr-step-title .color-green {
    color: #49B017;
}

#cash-review .cr-step-title {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
    margin: 0 0 12px;
}

#cash-review .cr-step-title .color-blue {
    color: #4274F8;
}

#cash-review .cr-step-desc {
    color: #888;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.28px;
    margin: 0 0 30px;
}

/* 폼 미리보기 */
#cash-review .cr-form-preview {
    position: relative;
    height: 244px;
    background: #F7FAFC;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#cash-review .cr-form-preview img {
    width: 275px;
    display: block;
}

/* 버튼 공통 */
#cash-review .cr-btn-primary {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

#cash-review .cr-btn-primary:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#cash-review .cr-form-preview-buttons {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

#cash-review .cr-btn-secondary {
    flex: 1;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

#cash-review .cr-btn-half {
    flex: 1;
}

/* 알림 박스 */
#cash-review .cr-notice-box {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 60px;
}

#cash-review .cr-notice-title {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 16px;
    text-align: left;
}

#cash-review .cr-notice-sub {
    font-size: 13px;
    color: #888;
    margin: 0 0 10px;
}

#cash-review .cr-notice-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#cash-review .cr-notice-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 3px 0;
    overflow: hidden;
    color: #444;
    text-overflow: ellipsis;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-align: left;
}

#cash-review .cr-notice-list li:first-child {
    padding-top: 0;
}

#cash-review .cr-notice-list li:last-child {
    padding-bottom: 0;
}

#cash-review .cr-notice-list li svg {
    flex-shrink: 0;
    margin-top: 5px;
}

/* 정보 리스트 */
#cash-review .cr-info-list {
    margin-top: 16px;
    margin-bottom: 60px;
}

#cash-review .cr-info-list-border {
    height: 0;
    border-bottom: 1px solid #eee;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#cash-review .cr-info-list p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0 0 6px;
    padding-left: 12px;
    position: relative;
}

#cash-review .cr-info-list p::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #888;
}

/* 가이드 아이템 (아코디언) */
#cash-review .cr-guide-item {
    border-bottom: none;
    margin-bottom: 12px;
}

#cash-review .cr-guide-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#cash-review .cr-guide-header {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 56px;
    padding: 18px 24px;
    border-radius: 14px;
    background: linear-gradient(0deg, #F7FAFC 0%, #F7FAFC 100%), rgba(66, 116, 248, 0.08);
    border: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

#cash-review .cr-guide-num {
    color: #999;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-shrink: 0;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

#cash-review .cr-guide-title {
    flex: 1;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

#cash-review .cr-guide-arrow {
    flex-shrink: 0;
    transition: transform 0.25s ease;
    transform: rotate(180deg);
}

#cash-review .cr-guide-item.active .cr-guide-arrow {
    transform: rotate(0deg);
}

#cash-review .cr-guide-body {
    display: none;
    padding: 16px 20px 18px;
    text-align: left;
}

#cash-review .cr-guide-item.active .cr-guide-body {
    display: block;
}

#cash-review .cr-guide-desc {
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    padding-bottom: 24px;
}

#cash-review .cr-guide-box {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

#cash-review .cr-guide-box h4 {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 16px;
}

#cash-review .cr-guide-box ul {
    display: flex;
    gap: 6px;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

#cash-review .cr-guide-box ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    overflow: hidden;
    color: #444;
    text-overflow: ellipsis;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

#cash-review .cr-guide-box ul li svg {
    flex-shrink: 0;
    margin-top: 5px;
}

#cash-review .cr-guide-box p {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

#cash-review .cr-guide-box p a {
    color: #4274F8;
    text-decoration: underline;
}

#cash-review .cr-guide-note {
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 8px 0 0;
}

#cash-review .cr-guide-caution-title {
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 20px;
}

#cash-review .cr-guide-caution-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#cash-review .cr-guide-caution-list li {
    display: flex;
    gap: 6px;
    color: #666;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
    word-break: keep-all;
}

#cash-review .cr-guide-caution-list li svg {
    flex-shrink: 0;
    margin-top: 9px;
}

#cash-review .cr-guide-preview {
    position: relative;
    height: 175px;
    background: #D9D9D9;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 26px;
}

#cash-review .cr-guide-preview-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    background: linear-gradient(179deg, rgba(246, 246, 246, 0.00) -1.03%, #F6F6F6 99.3%);
}

#cash-review .cr-guide-preview img {
    width: 193px;
    display: block;
}

/* 플로팅 버튼 */
#cash-review .cr-floating-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 88px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    filter: drop-shadow(0 -4px 14px rgba(0, 0, 0, 0.06));
}

#cash-review .cr-floating-btn {
    display: flex;
    width: 600px;
    max-width: calc(100% - 32px);
    height: 52px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #000;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

/* ========================================
   바텀시트 (이벤트 신청 내역)
   ======================================== */
#cash-review .bottomsheet-dim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

#cash-review .bottomsheet-dim.active {
    display: block;
}

#cash-review .bottomsheet {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    max-width: 393px;
    height: 652px;
    max-height: 90vh;
    background: #fff;
    border-radius: 20px 20px 0 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

#cash-review .bottomsheet.active {
    transform: translateX(-50%) translateY(0);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

#cash-review .bottomsheet-drag-bar {
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: #DDD;
    margin: 10px auto 0;
    cursor: pointer;
}

#cash-review .bottomsheet-header {
    padding: 20px 0 12px;
    margin: 0 20px 20px;
    flex-shrink: 0;
    border-bottom: 1px solid #000;
}

#cash-review .bottomsheet-title {
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 0 0 5px;
}

#cash-review .bottomsheet-subtitle {
    color: #999;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.26px;
    margin: 0;
}

#cash-review .btn-close-bottomsheet {
    position: absolute;
    top: 32px;
    right: 24px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}

#cash-review .bottomsheet-body {
    flex: 1;
    overflow-y: auto;
    margin-right: 3px;
    padding: 0 17px 0 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
}
#cash-review .bottomsheet-body::-webkit-scrollbar {
    width: 3px;
} 
#cash-review .bottomsheet-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}
#cash-review .bottomsheet-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 180px;
    color: #999;
    font-size: 15px;
}

#cash-review .bottomsheet-empty svg {
    margin-bottom: 15px;
}

#cash-review .bottomsheet-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    color: #999;
    font-size: 14px;
}

#cash-review .review-item {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 8px;
}

#cash-review .review-item:last-child {
    margin-bottom: 0;
}

#cash-review .review-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#cash-review .review-item-date {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

#cash-review .review-badge {
    display: flex;
    height: 19px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#cash-review .review-badge.badge-pending {
    background: rgba(19, 81, 246, 0.08);
    color: #1351F6;
}

#cash-review .review-badge.badge-completed {
    background: rgba(153, 153, 153, 0.08);
    color: #999;
}

#cash-review .review-badge.badge-rejected {
    background: rgba(249, 70, 61, 0.08);
    color: #F9463D;
}

#cash-review .review-item-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#cash-review .review-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 13px;
}

#cash-review .review-item-label {
    color: #666666;
    min-width: 72px;
    flex-shrink: 0;
}

#cash-review .review-item-value {
    font-size: 14px;
    line-height: 140%;
    color: #000;
    word-break: break-all;
}

#cash-review .review-item-value.reject-reason {
    /* color: #D93025; */
}

#cash-review .review-item-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

#cash-review .review-item-amount .amount-label {
    font-size: 13px;
    color: #666666;
}

#cash-review .review-item-amount .amount-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #1351F6;
}

#cash-review .bottomsheet-footer {
    flex-shrink: 0;
    padding: 12px 20px 24px;
    background: #fff;
}

#cash-review .btn-write-review-wrap {
    position: relative;
}

#cash-review .btn-write-review-badge {
    position: absolute;
    left: 10px;
    bottom: calc(100% - 10px);
    display: inline-flex;
    height: 20px;
    padding: 1px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 11px;
    background: #EDF3FF;
    color: #1351F6;
    text-align: center;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

#cash-review .btn-write-review {
    display: flex;
    width: 100%;
    height: 52px;
    padding: 16px 62px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

body.bottomsheet-open {
    overflow: hidden;
}


/* ========================================
   캐시백 모달 공통
   ======================================== */
#cash-review .cb-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

#cash-review .cb-modal.active {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#cash-review .cb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    animation: cbFadeIn 0.4s ease;
}

@keyframes cbFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#cash-review .cb-modal-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 393px;
    height: 652px;
    max-height: 90vh;
    background: #fff;
    border-radius: 22px 22px 0 0;
    display: flex;
    flex-direction: column;
    animation: cbSlideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes cbSlideUp {
    from { transform: translateY(100%); opacity: 0.5; }
    to { transform: translateY(0); opacity: 1; }
}

#cash-review .cb-modal.closing .cb-modal-container {
    animation: cbSlideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

#cash-review .cb-modal.closing .cb-overlay {
    animation: cbFadeOut 0.4s ease forwards;
}

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

@keyframes cbFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

body.cb-modal-open {
    overflow: hidden;
}

/* 모달 헤더 */
#cash-review .cb-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 24px 24px;
    flex-shrink: 0;
}

#cash-review .cb-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
    margin: 0;
}

#cash-review .cb-modal-title .color-blue {
    color: #1351F6;
}

#cash-review .cb-btn-close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
}

/* 모달 바디 */
#cash-review .cb-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
}

#cash-review .cb-modal-inner {
    padding: 0;
}

/* 모달 푸터 */
#cash-review .cb-modal-footer {
    flex-shrink: 0;
    padding: 12px 20px 24px;
    background: #fff;
    border-radius: 0 0 0 0;
}

#cash-review .cb-btn-block {
    display: flex;
    gap: 6px;
}

#cash-review .cb-btn-block.cb-single-btn {
    gap: 0;
}

#cash-review .cb-btn {
    flex: 1;
    height: 52px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s;
}

#cash-review .cb-btn:disabled {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: not-allowed;
}

#cash-review .cb-btn-white {
    background: #fff;
    color: #000;
    border: 1px solid #EEEEEE;
}

#cash-review .cb-btn-black {
    background: #000;
    color: #fff;
}


/* ========================================
   Notice 모달
   ======================================== */
#cash-review #cbNoticeModal .cb-modal-container {
    min-height: 583px;
    height: auto;
}

#cash-review #cbNoticeModal .cb-modal-title {
    font-size: 22px;
}

#cash-review #cbNoticeModal .cb-modal-body {
    padding-bottom: 30px;
}

#cash-review .cb-notice-img {
    overflow: hidden;
    width: calc(100% + 40px);
    margin-top: -10px;
    margin-left: -20px;
}

#cash-review .cb-notice-img img {
    max-width: none;
    width: calc(100% + 48px);
    margin-left: -35px;
}

#cash-review .cb-notice-title {
    margin-top: -20px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    color: #000;
}

#cash-review .cb-notice-list {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

#cash-review .cb-notice-list li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    color: #444444;
}

#cash-review .cb-notice-list li svg {
    margin-top: 5px;
}

#cash-review #cbNoticeModal .cb-btn-white {
    flex: none;
    width: 120px;
}


/* ========================================
   Form 모달
   ======================================== */
#cash-review #cbFormModal .cb-modal-title {
    line-height: 160%;
}

#cash-review #cbFormModal .cb-btn-white {
    flex: none;
    width: 154px;
}

#cash-review #cbFormModal .btn-write-review-wrap {
    display: flex;
    flex: 1;
    position: relative;
}

#cash-review .cb-form-container {
    height: 652px;
}

#cash-review .cb-input-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#cash-review .cb-input-item {
    display: flex;
    flex-direction: column;
}

#cash-review .cb-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px;
}

#cash-review .cb-label.hidden {
    display: none;
}

#cash-review .cb-input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    outline: none;
    box-sizing: border-box;
}

#cash-review .cb-input:focus {
    border-color: #1351F6;
}

#cash-review .cb-input::placeholder {
    color: rgba(0,0,0,0.3);
}

#cash-review .cb-select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,0.3);
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0.5L5.5 5.5L0.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

#cash-review .cb-select:focus {
    border-color: #1351F6;
}

#cash-review .cb-select:valid {
    color: #000;
}

#cash-review .cb-input-row {
    display: flex;
    gap: 8px;
}

#cash-review .cb-input-row .cb-input-item {
    flex: 1;
}

#cash-review .cb-form-notice {
    margin: 0;
    padding: 0 0 0 14px;
    list-style: none;
}

#cash-review .cb-form-notice li {
    font-size: 12px;
    color: #888;
    line-height: 1.6;
    position: relative;
}

#cash-review .cb-form-notice li.red {
    color: #E53935;
}

#cash-review .cb-order-loading {
    font-size: 13px;
    color: #888;
    margin: 4px 0 0;
}

#cash-review .cb-account-section {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-top: 16px;
    padding-top: 22px;
    border-top: 1px solid #EEEEEE;
}


/* ========================================
   AI 추천 리뷰 초안
   ======================================== */
#cash-review .cb-ai-draft-section {
    background: #F7F8FA;
    border-radius: 10px;
    padding: 16px;
}

#cash-review .cb-ai-draft-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
}

#cash-review .cb-ai-draft-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-top-color: #1351F6;
    border-radius: 50%;
    animation: cbSpin 0.8s linear infinite;
    flex-shrink: 0;
}

@keyframes cbSpin {
    to { transform: rotate(360deg); }
}

#cash-review .cb-ai-draft-loading p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

#cash-review .cb-ai-draft-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0 0 4px;
}

#cash-review .cb-ai-draft-desc {
    font-size: 12px;
    color: #888;
    margin: 0 0 12px;
}

#cash-review .cb-ai-draft-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#cash-review .cb-ai-draft-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    transition: border-color 0.2s;
}

#cash-review .cb-ai-draft-card:hover {
    border-color: #1351F6;
}

#cash-review .cb-ai-draft-text {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#cash-review .cb-ai-draft-card .cb-btn-copy {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    color: #555;
    cursor: pointer;
}

#cash-review .cb-ai-draft-card .cb-btn-copy:hover {
    background: #f0f0f0;
}


/* ========================================
   Complete 모달
   ======================================== */
#cash-review .cb-modal-container.cb-complete-container {
    height: 398px;
}

#cash-review .cb-complete-container .cb-modal-header {
    justify-content: center;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 16px;
}

#cash-review .cb-complete-container .cb-modal-title {
    font-size: 22px;
}

#cash-review .cb-complete-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#cash-review .cb-complete-icon {
    width: 136px;
    margin: 0 auto;
}

#cash-review .cb-complete-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}

#cash-review .cb-complete-desc {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
}

#cash-review .cb-complete-container .cb-modal-footer {
    /* padding: 0; */
    width: 100%;
}

#cash-review .cb-complete-container .cb-btn {
    width: 100%;
}


/* ========================================
   Guide 모달
   ======================================== */
#cash-review .cb-guide-container {
    height: 612px;
    max-height: 85vh;
}

#cash-review .cb-guide-container .cb-modal-header {
    flex-wrap: wrap;
    padding: 0;
}

#cash-review .cb-guide-container .cb-modal-header-inner {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 16px 24px 24px;
}

#cash-review .cb-guide-container .cb-modal-body {
    overflow-x: hidden;
    margin-right: 6px;
    padding: 0 11px 12px 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
}

#cash-review .cb-guide-container .cb-modal-body::-webkit-scrollbar {
    width: 3px;
} 

#cash-review .cb-guide-container .cb-modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}

#cash-review .cb-guide-container .cb-modal-body::-webkit-scrollbar-track {
    margin: 30px 0 10px;
}

/* 탭 버튼 */
#cash-review .cb-guide-tabs {
    overflow-x: auto;
    display: flex;
    gap: 20px;
    position: relative;
    width: 100%;
    padding: 0 24px 10px;
}

#cash-review .cb-guide-tabs::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #EEEEEE;
}

#cash-review .cb-guide-tabs::-webkit-scrollbar {
  display: none; 
}

#cash-review .cb-guide-tab {
    flex-shrink: 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
}

#cash-review .cb-guide-tab.active {
    font-weight: 700;
    color: #1351F6;
}

#cash-review .cb-guide-tab.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #1351F6;
}

/* 탭 콘텐츠 */
#cash-review .cb-tab-content {
    display: none;
}

#cash-review .cb-tab-content.active {
    display: block;
    margin-top: 30px;
}

#cash-review .cb-guide-main-title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}

/* 아코디언 */
#cash-review .cb-accordion-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

#cash-review .cb-accordion-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    padding: 19px 24px;
    background-color: #F7FAFC;
    border: 1px solid #F7FAFC;
    border-radius: 14px;
}

#cash-review .cb-accordion-title::after {
    transition: transform 0.3s;
    content: '';
    flex-shrink: 0;
    display: block;
    width: 11px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0.5L5.5 5.5L0.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#cash-review .cb-acc-no {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

#cash-review .cb-acc-title {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

#cash-review .cb-accordion-item.active .cb-accordion-title {
    background-color: rgba(66, 116, 248, 0.06);
    border: 1px solid rgba(66, 116, 248, 0.8);
}

#cash-review .cb-accordion-item.active .cb-accordion-title::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0.5L5.5 5.5L0.5 0.5' stroke='%234274F8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#cash-review .cb-accordion-item.active .cb-acc-no,
#cash-review .cb-accordion-item.active .cb-acc-title {
    font-weight: 600;
    color: #4274F8;
}

#cash-review .cb-accordion-body {
    display: none;
}

#cash-review .cb-accordion-item.active .cb-accordion-body {
    display: block;
    padding: 16px 10px 18px;
}

#cash-review .cb-accordion-body .cb-accordion-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #000;
    word-break: keep-all;
}

#cash-review .cb-accordion-body .cb-accordion-desc strong {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

#cash-review .cb-accordion-body .cb-accordion-img {
    overflow: hidden;
    margin-top: 30px;
    border-radius: 5px;
}

#cash-review .cb-accordion-body a {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* 샘플 리뷰 */
#cash-review .cb-sample-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

#cash-review .cb-sample-item {
    background: #F7F8FA;
    border-radius: 8px;
    padding: 14px;
}

#cash-review .cb-sample-item p {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 8px;
}

#cash-review .cb-btn-copy {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    color: #555;
    cursor: pointer;
}

#cash-review .cb-btn-copy:hover {
    background: #f0f0f0;
}

/* 가이드 주의사항 박스 */
#cash-review .cb-guide-notice-box {
    display: flex;
    gap: 4px;
    flex-direction: column;
    margin-top: 18px;
    padding: 16px 8px 16px 14px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}

#cash-review .cb-guide-notice-box li {
    display: flex;
    gap: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #444444;
    word-break: keep-all;
}

#cash-review .cb-guide-notice-box li::before {
    flex-shrink: 0;
    content: '';
    display: block;
    width: 11px;
    height: 9px;
    margin-top: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.375 8L10 1' stroke='%23444444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* ========================================
   Toast
   ======================================== */
#cash-review .cb-toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

#cash-review .cb-toast-item {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: auto;
    white-space: nowrap;
}

#cash-review .cb-toast-item.show {
    opacity: 1;
    transform: translateY(0);
}

#cash-review .cb-toast-success {
    background: #333;
}

#cash-review .cb-toast-error {
    background: #E53935;
}


/* ========================================
   반응형 (모바일)
   ======================================== */
@media screen and (max-width: 768px) {
    #cash-review .cash-review-hero .hero-img-pc {
        display: none;
    }

    #cash-review .cash-review-hero .hero-img-mo {
        display: block;
    }

    #cash-review .cash-review-status-bar {
        padding: 0 0 24px 0;
    }

    #cash-review .cr-content {
        padding: 0 20px 46px;
    }

    #cash-review .cash-review-status-bar {
        max-width: 560px;
        width: calc(100% - 40px);
        padding: 0 0 24px;
    }

    #cash-review .cr-section.cr-communities {
        margin-bottom: 30px;
    }

    #cash-review .cr-communities .cr-section-title {
        margin-bottom: 16px;
        text-align: center;
    }

    #cash-review .cr-community-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 8px;
    }

    #cash-review .cr-community-item {
        display: inline-flex;
        padding: 6px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: auto;
    }

    #cash-review .cr-step-title {
        font-size: 22px;
        margin-bottom: 28px;
    }

    #cash-review .cr-step-green .cr-step-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #cash-review .cr-floating-bar {
        height: 68px;
    }

    #cash-review .cr-floating-btn {
        height: 44px;
    }
    #cash-review .cr-info-list-border {
        width: 100%;
    }
    #cash-review .cr-guide-body {
        padding: 16px 9px 18px;
    }
    #cash-review .cb-modal-container {
        max-width: 430px;
    }
}
