/* Main Page Styles - Dark Mode */
.sk-main {
    padding-top: 10px;
    background: transparent !important;
    /* Ensure no background blocks stars */
}

/* Hero Wrapper for Animated Border */
.sk-hero-wrap {
    margin: 20px 20px 40px 20px;
    /* Top, Right, Bottom, Left margins */
    position: relative;
    border-radius: 22px;
    /* Slightly larger than inner 20px */
    padding: 0;
    /* Border thickness */
    /* background: #1e1e1e; */
    background: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(10px);
    overflow: hidden;
    z-index: 1;
}



@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Hero Slider Section (Inner content) */
.sk-hero {
    margin: 0;
    /* Handled by wrapper */
    border-radius: 20px;
    /* Inner radius matching after pseudo */
    height: 280px;
    /* background: transparent; Let wrapper background show through if needed, but here we cover it */
    position: relative;
    z-index: 1;
    /* Sit on top of ::after mask */
    overflow: hidden;
}

/* Swiper Slider Customization */
.swiper-wrapper {
    height: 100% !important;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}


/* Pagination Customization - Premium Timer Style */
.swiper-pagination {
    bottom: 25px !important;
    /* Slightly raised */
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 8px;
    /* Spacing between dots */
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff !important;
    opacity: 0.3 !important;
    /* Inactive: very subtle */
    transition: all 0.3s ease;
    border-radius: 4px;
    /* Soft square/circle hybrid */
    margin: 0 !important;
    /* Reset swiper default margin */
}

/* Active State: Timer Bar */
.swiper-pagination-bullet-active {
    width: 36px;
    /* Expand to pill */
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    /* Translucent track */
    position: relative;
    overflow: hidden;
    /* Subtle outer glow removed */
}

/* Progress Animation Bar */
.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Full width, scaling handled by transform */
    background: #fff;
    /* Solid white progress */
    border-radius: 4px;
    transform-origin: left;
    /* Grow from left */
    transform: scaleX(0);
    will-change: transform;
    /* Hardware Acceleration */
    animation: slideProgress 4s linear forwards;
    /* Matches autoplay delay exactly */
}

@keyframes slideProgress {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.slide-content {
    position: relative;
    z-index: 2;
}

.slide-title {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 22px;
    font-weight: 700 !important;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.slide-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

/* Hero Slide CTA Button */
.slide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 143px;
    height: 29px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 91%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    leading-trim: none;
    transition: all 0.3s ease;
}

.slide-btn:hover {
    background: rgba(255, 255, 255, 0); /* Whitish hover removed */
    border-color: #fff;
}

/* Menu Grid */
.sk-grid-menu {
    padding: 0 20px;
    margin-bottom: 40px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 5px;
}

.section-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.section-header .more {
    font-size: 12px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Twinkle Star Animation for Slider - High Def Cosmic Dust */
.sk-twinkle-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Layer 1: Dense, tiny, sharp stars (30+ points) */
    background-image:
        radial-gradient(1px 1px at 5% 12%, #fff, transparent),
        radial-gradient(1px 1px at 15% 75%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 25% 10%, #fff, transparent),
        radial-gradient(1px 1px at 32% 45%, #fff, transparent),
        radial-gradient(1px 1px at 8% 88%, #fff, transparent),
        radial-gradient(0.8px 0.8px at 45% 22%, #fff, transparent),
        radial-gradient(1px 1px at 55% 85%, #fff, transparent),
        radial-gradient(1.2px 1.2px at 62% 15%, #fff, transparent),
        radial-gradient(1px 1px at 75% 65%, #fff, transparent),
        radial-gradient(1px 1px at 85% 25%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 92% 82%, #fff, transparent),
        radial-gradient(0.8px 0.8px at 12% 55%, #fff, transparent),
        radial-gradient(1px 1px at 38% 92%, #fff, transparent),
        radial-gradient(1px 1px at 68% 5%, #fff, transparent),
        radial-gradient(1px 1px at 95% 45%, #fff, transparent),
        radial-gradient(1px 1px at 22% 35%, #fff, transparent),
        radial-gradient(1px 1px at 50% 50%, #fff, transparent),
        radial-gradient(0.8px 0.8px at 72% 38%, #fff, transparent);
    background-size: 900px 900px;
    /* Large non-repeating area */
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    animation: twinkleAnim 3.5s ease-in-out infinite alternate;
}

/* Layer 2: Offset timing, even more accumulation */
.sk-twinkle-overlay.layer2 {
    background-image:
        radial-gradient(1px 1px at 3% 5%, #fff, transparent),
        radial-gradient(1.2px 1.2px at 97% 95%, #fff, transparent),
        radial-gradient(0.8px 0.8px at 42% 12%, #fff, transparent),
        radial-gradient(1px 1px at 12% 82%, #fff, transparent),
        radial-gradient(1px 1px at 65% 32%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 82% 8%, #fff, transparent),
        radial-gradient(1px 1px at 28% 68%, #fff, transparent),
        radial-gradient(1px 1px at 58% 75%, #fff, transparent),
        radial-gradient(0.8px 0.8px at 92% 42%, #fff, transparent),
        radial-gradient(1px 1px at 7% 42%, #fff, transparent),
        radial-gradient(1px 1px at 35% 25%, #fff, transparent),
        radial-gradient(1.2px 1.2px at 75% 95%, #fff, transparent),
        radial-gradient(1px 1px at 52% 58%, #fff, transparent),
        radial-gradient(1px 1px at 88% 52%, #fff, transparent),
        radial-gradient(0.8px 0.8px at 18% 18%, #fff, transparent),
        radial-gradient(1px 1px at 68% 88%, #fff, transparent);
    background-size: 700px 700px;
    animation: twinkleAnim 5s ease-in-out infinite alternate-reverse;
}

@keyframes twinkleAnim {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Web Font Load - Pretendard & Inter First */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&display=swap');

/* Menu Grid Section */
.sk-grid-menu {
    padding: 0 20px;
    margin-bottom: 40px; /* 카톡 상담 카드와의 여백을 정확히 40px로 고정하기 위해 수정 */
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 5px;
}

.section-header h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

/* 2x2 Grid Layout */
.menu-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Grid Card Styling */
.grid-card {
    position: relative;
    aspect-ratio: 1 / 1.1;
    /* Slightly taller than square for elegance */
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-card:hover {
    transform: translateY(-5px);
    /* box-shadow removed as requested */
    border-color: rgba(0, 0, 0, 0.1);
    opacity: 1 !important; /* Whitish(opacity) hover removed */
}

/* Background Image with Zoom Effect */
.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index: 0;
}

.grid-card:hover .card-bg {
    transform: scale(1.1);
}

/* Content Overlay */
.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: transparent;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

/* Tags */
.card-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400 !important;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Pretendard', sans-serif !important;
    z-index: 3;
}

/* Badge Variants - Text Only */
.card-tag.tag-red {
    color: #FFD1D1;
    box-shadow: none;
}

.card-tag.tag-purple {
    color: #F6CBFF;
    box-shadow: none;
}

.card-tag.tag-pink {
    color: #FFCAE3;
    box-shadow: none;
}

.card-tag.lock {
    background: rgba(100, 100, 100, 0.3);
    border-color: rgba(150, 150, 150, 0.3);
    color: #aaa;
}

/* Simple Inline Free Tag */
.tag-free-inline {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 14px;
    font-weight: 700 !important;
    color: #FCCB36;
    margin-left: 6px;
    vertical-align: middle;
}

/* Typography */
.card-title {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.card-desc {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    font-weight: 400 !important;
    opacity: 1;
}

/* Shine Effect */
.card-shine {
    display: none; /* Light effect removed as requested */
}

/* Shine hover effect removed */

/* Disabled State */
.grid-card.disabled {
    cursor: default;
}

.grid-card.disabled:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.1);
}

/* Banner */
.sk-banner {
    margin: 0 20px 40px;
    background: rgba(42, 42, 42, 0.7);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #333;
}

.sk-banner .highlight {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.sk-banner .sub {
    color: #666;
    font-size: 13px;
}

/* Styles from previous file truncated for brevity but included completely on write */
/* =========================================
   Sub Page Premium Styles
   ========================================= */

/* Hero Section */
.sub-hero {
    position: relative;
    height: 320px;
    /* Tall header */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(18, 18, 18, 0.8) 90%, #121212 100%);
    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 5;
    margin-top: -20px;
}

.hero-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255, 50, 50, 0.2);
    border: 1px solid rgba(255, 50, 50, 0.4);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 20px;
    margin-bottom: 12px;
    backdrop-filter: blur(5px);
    letter-spacing: 1px;
}

.hero-text h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.hero-text p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

/* Content Area */
.sub-content {
    position: relative;
    z-index: 5;
    padding: 0 20px;
    margin-top: -30px;
    /* Overlap effect */
}

/* Glass Card */
/* Glass Card -> Now White Card */
.glass-card {
    background: #ffffff;
    /* Opaque White */
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* Light Border */
    border-radius: 24px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Soft Shadow */
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
}



.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    /* Light Separator */
    padding-bottom: 15px;
}

.card-header i {
    font-size: 22px;
    color: #FF5A5A;
    /* Default Red Accent */
    margin-right: 12px;
}

.card-header h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 19px;
    font-weight: 700;
    color: #111;
    /* Dark Title */
    margin: 0;
}

.card-body {
    font-size: 15px;
    color: #444;
    /* Dark Text */
    line-height: 1.7;
    word-break: keep-all;
}

.card-body strong {
    color: #000;
    /* Black Emphasis */
    font-weight: 700;
    background: rgba(255, 215, 0, 0.15);
    /* Soft Gold Highlight */
    padding: 0 4px;
    border-radius: 4px;
}

/* Premium Check List */
.premium-check-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.premium-check-list li {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    /* Light Item Background */
    padding: 15px;
    border-radius: 16px;
    border: 1px solid #eee;
}

.premium-check-list .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 90, 90, 0.1);
    color: #FF5A5A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.premium-check-list .text {
    display: flex;
    flex-direction: column;
}

.premium-check-list .text strong {
    color: #222;
    /* Dark Heading */
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}

.premium-check-list .text span {
    color: #888;
    font-size: 12px;
}

.premium-check-list .text span {
    color: #888;
    font-size: 12px;
}

/* Detail Images */
.detail-img-container {
    margin-top: 20px;
    /* Full Bleed: Counteract parent padding */
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);

    display: flex;
    flex-direction: column;
    gap: 0;
    /* Seamless vertical stacking for sliced images */
}

.detail-img-container img {
    width: 100%;
    display: block;
    border-radius: 0;
    /* Square edges for full bleed */
    box-shadow: none;
    margin-bottom: 0;
}

/* Placeholder for existing styles I'm obliterating */
.detail-header,
.detail-title,
.detail-subtitle,
.content-box,
.check-list,
.img-placeholder {
    display: none !important;
    /* Force hide old styles just in case structure lingers */
}

/* ==========================================================================
   CS 카톡 상담 & 프리미엄 리뷰 캐러셀 컴포넌트 통합 스타일 (main.html에서 이관)
   ========================================================================== */

/* 카카오톡 상담 카드 영역 - 원래의 가로 크기 및 패딩(Padding)을 100% 보존하면서 오직 하단 세로 여백만 축소 */
.sk-main-cs {
    padding-bottom: 0px !important;
    /* layout.css의 하단 패딩 50px을 제거하여 간격을 정교화 */
    margin-bottom: 60px !important;
    /* 맨 하단 푸터와의 안정적인 공간 확보를 위해 여백 확대 */  
}

/* 리뷰 전체 영역 (항상 순백색 독립 배경 보장 및 CS 카톡상담 카드와 가로 정렬선 완벽 싱크) */
.sk-main-reviews {
    background: #ffffff !important;
    margin-top: 0px !important;
    /* 상단 메뉴 카드 영역과의 균형 있는 간격을 위해 상단 여백(Margin-top) 추가 */
    margin-bottom: 20px !important;
    /* 아래로 내려간 카톡 카드와의 간격을 위해 하단 여백 조율 */
    margin-left: 15px !important;
    /* 좌우 마진을 15px로 정교하게 좁혀 가로폭을 시원하게 늘림 */
    margin-right: 15px !important;
    /* 좌우 마진을 15px로 정교하게 좁혀 가로폭을 시원하게 늘림 */
    padding: 30px 12px !important;
    /* 내부 좌우 패딩을 12px로 최적화하여 안쪽 리뷰 카드들이 옹졸해 보이지 않고 넓어지도록 유도 */
    box-sizing: border-box;
    font-family: 'Pretendard', sans-serif !important;
    /* 상단 카드들과 100% 완벽히 동일한 프리미엄 글꼴 지정 */
    border-radius: 20px !important;
    /* CS 카드(border-radius: 20px)와 둥글기 일관성 보장 */
}

/* 리뷰 하위의 모든 텍스트 엘리먼트까지 일관된 프리미엄 글꼴을 보장하기 위해 강력하게 강제 설정 */
.sk-main-reviews,
.sk-main-reviews * {
    font-family: 'Pretendard', sans-serif !important;
}

/* 상단 헤더 영역 (레퍼런스 이미지에 맞춰 왼쪽 정렬 적용) */
.sk-reviews-header {
    text-align: left !important;
    margin-bottom: 18px !important;
    /* 헤더와 아래 스탯 카드 사이의 여백을 좁힘 */
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.sk-reviews-badge {
    font-size: 12px;
    font-weight: 700;
    color: #314e8b !important;
    /* TRUSTED BY 고유 네이비 컬러 */
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 6px !important;
    line-height: 1;
    text-align: left !important;
}

.sk-reviews-title {
    font-size: 22px;
    font-weight: 800;
    color: #111c38 !important;
    /* 짙은 남색 텍스트 */
    line-height: 1.20 !important;
    /* 작아진 폰트 크기에 어울리게 줄간격을 소폭 완화(1.10 -> 1.20)하여 시인성 최적화 */
    margin: 0 !important;
    letter-spacing: -1px;
    white-space: pre-wrap;
    text-align: left !important;
}

/* 스탯 영역: 전체 가로 폭 100% 꽉 채우고 아래 카드 뭉치와의 위아래 여백을 촘촘하고 균형감 있게 조율 */
.sk-reviews-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    /* 갭을 8px로 복구하여 가로 배치 안정감 확보 */
    margin-bottom: 14px !important;
    /* 너무 딱 붙지 않도록 리뷰 카드끼리의 사이 여백(12px)에 맞춘 14px 황금 여백 적용 */
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 2px !important;
}

.sk-reviews-stats .stat-card {
    background: #f4f4f6 !important;
    /* 옅은 회색 백그라운드 */
    border: none !important;
    border-radius: 12px !important;
    /* 둥글기 최적화 */
    padding: 15px 8px !important;
    /* 상하 크기를 든든하게 복구 */
    text-align: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sk-reviews-stats .stat-num {
    font-size: 18px;
    font-weight: 800;
    color: #111c38 !important;
    margin-bottom: 0px !important;
    letter-spacing: -0.5px;
    line-height: 1.0 !important;
    white-space: nowrap !important;
}

.sk-reviews-stats .stat-label {
    font-size: 11px;
    color: #8b96a5 !important;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.0 !important;
    margin-top: 2px !important;
    white-space: nowrap !important;
}

/* 슬라이더 영역 */
.sk-reviews-slider-wrap {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    align-self: stretch !important;
}

/* 리뷰 전용 Swiper 컨테이너: pagination이 빠졌으므로 하단 여백을 깔끔하게 밀착 정돈 */
.reviewSwiper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 !important;
    z-index: 1;
    padding-bottom: 0 !important;
    display: block !important;
    align-self: stretch !important;
}

/* Swiper 내부 래퍼 */
.reviewSwiper .swiper-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-self: stretch !important;
}

/* [3줄 가로 적재 레이아웃 슬라이드] */
.reviewSwiper .swiper-slide.review-group-slide {
    flex-shrink: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-self: stretch !important;
}

/* 리뷰 카드 개별 */
.review-card {
    background: #f4f4f6 !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    box-sizing: border-box !important;
    box-shadow: none !important;
    text-align: left !important;
    align-self: stretch !important;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
}

.review-meta {
    font-size: 13.5px !important;
    font-weight: 700;
    color: #111c38 !important;
    white-space: nowrap;
}

.review-rating {
    color: #ffb800 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
}

.review-body {
    width: 100%;
}

.review-text {
    font-size: 13px !important;
    color: #4f5b70 !important;
    line-height: 1.55 !important;
    margin: 0;
    font-weight: 500;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    letter-spacing: -0.3px;
}

@media (max-width: 768px) {
    .reviewSwiper .swiper-slide.review-group-slide {
        gap: 8px !important;
    }

    .review-card {
        padding: 12px 14px !important;
        border-radius: 12px !important;
    }

    .review-meta {
        font-size: 12px !important;
    }

    .review-rating {
        font-size: 11px !important;
    }

    .review-text {
        font-size: 11.5px !important;
        line-height: 1.45 !important;
    }
}