.elementor-59072 .elementor-element.elementor-element-f23a5f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-59072 .elementor-element.elementor-element-443f99f > .elementor-widget-container{margin:0px 0px 30px 0px;padding:0px 0px 0px 0px;}.elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-image-box-carousel__heading{margin-bottom:22px;}.elementor-59072 .elementor-element.elementor-element-443f99f{--em-image-rounded:15px 15px 15px 15px;}.ecomus-rtl-smart .elementor-59072 .elementor-element.elementor-element-443f99f{--em-image-rounded:15px 15px 15px 15px;}.elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-image-box-carousel__button{margin:15px 15px 15px 15px;}.ecomus-rtl-smart .elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-image-box-carousel__button{margin:15px 15px 15px 15px;}.elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-button{padding:10px 10px 10px 10px;--em-button-rounded:100px 100px 100px 100px;min-width:0px;min-height:0px;--em-button-bg-color:#F26982;--em-button-border-color:#F26982;}.ecomus-rtl-smart .elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-button{padding:10px 10px 10px 10px;--em-button-rounded:100px 100px 100px 100px;}.elementor-59072 .elementor-element.elementor-element-1be6fcd{--display:flex;}@media(max-width:767px){.elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-image-box-carousel__heading{margin-bottom:30px;}.elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-image-box-carousel__button{margin:120px 120px 120px 120px;}.ecomus-rtl-smart .elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-image-box-carousel__button{margin:120px 120px 120px 120px;}.elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-button{padding:10px 10px 10px 10px;min-width:110px;}.ecomus-rtl-smart .elementor-59072 .elementor-element.elementor-element-443f99f .ecomus-button{padding:10px 10px 10px 10px;}}/* Start custom CSS for shortcode, class: .elementor-element-66151f9 *//* --- 1. 基础容器与背景：大牌呼吸感 --- */
.mont-full-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 10px;
}

/* --- 2. 顶部统计区 (Montcarta Style) --- */
.mont-summary-section {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 10px;
}

.mont-main-title { font-size: 38px; font-weight: 700; margin-bottom: 15px; color: #000; }
.mont-avg-score { font-size: 72px; font-weight: 800; line-height: 1; margin-bottom: 8px; }
.mont-avg-stars { color: #f26982; font-size: 26px; margin-bottom: 5px; } /* Muicoo 品牌粉 (#f26982) */
.mont-based-on { font-size: 14px; color: #999; margin-bottom: 45px; }

/* 黑色统计比例条 */
.mont-histogram { margin-bottom: 20px; text-align: left; }
.histo-row { display: flex; align-items: center; margin-bottom: 10px; font-size: 13px; }
.histo-label { width: 55px; font-weight: 600; }
.histo-bar-bg { flex-grow: 1; height: 8px; background: #eee; margin: 0 15px; border-radius: 4px; overflow: hidden; }
.histo-bar-fill { height: 100%; background: #000; }
.histo-count { width: 45px; text-align: right; color: #888; }

/* 黑色胶囊按钮与备注 */
.mont-top-action { text-align: center; margin-bottom: 30px; }
.mont-btn-black {
    background: #000 !important; color: #fff !important;
    padding: 14px 50px !important; font-size: 13px !important;
    font-weight: 700 !important; text-transform: uppercase !important;
    letter-spacing: 2px !important; border-radius: 50px !important;
    text-decoration: none !important; display: inline-block !important;
    transition: all 0.3s ease !important;
}
.mont-btn-note { 
    font-size: 8px !important; color: #aaa !important; 
    margin-top: 10px !important; 
    text-transform: uppercase; text-align: center;
}

/* --- 3. 产品选择弹窗 --- */
.product-modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); backdrop-filter: blur(8px);
    z-index: 200000; display: none; align-items: center; justify-content: center;
}
.product-modal-overlay.active { display: flex; }
.product-modal-content {
    background: #fff; width: 95%; max-width: 550px; padding: 50px 30px;
    border-radius: 24px; position: relative; text-align: center;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}
.modal-title { font-size: 22px; font-weight: 700; margin-bottom:35px; }
.modal-close { position: absolute; top: 25px; right: 25px; font-size: 28px; cursor: pointer; color: #ccc; }
.product-selection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.product-select-item { text-decoration: none; color: #333; transition: 0.3s; }
.product-img-box { aspect-ratio: 1/1; overflow: hidden; border-radius: 12px; margin-bottom: 12px; border: 1px solid #f2f2f2; }
.product-img-box img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.product-select-item:hover .product-img-box img { transform: scale(1.1); }
.product-select-item span { font-size: 13px; font-weight: 600; line-height: 1.4; display: block; height: 36px; overflow: hidden; }

/* --- 4. 评价卡片布局与立体感 --- */
.mont-masonry-grid { column-count: 3; column-gap: 30px; }
@media (max-width: 991px) { .mont-masonry-grid { column-count: 2; } }
@media (max-width: 650px) { .mont-masonry-grid { column-count: 1; } }

.mont-review-card {
    break-inside: avoid; background: #fff; border-radius: 16px !important; 
    padding: 35px !important; margin-bottom: 15px !important; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.05) !important; 
    border: 1px solid rgba(0,0,0,0.02) !important;
}

.card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.name { font-weight: 700; font-size: 15px; color: #000; }
.comment-date { font-size: 11px; color: #bbb; margin-top: 4px; }
.v-label { background: #000; color: #fff; font-size: 8px; padding: 3px 10px; text-transform: uppercase; font-weight: 700; }
.card-stars { color: #f26982; font-size: 13px; margin-bottom: 15px; letter-spacing: 2px; }
.card-text { font-size: 14px; line-height: 1.8; color: #444; margin-bottom: 25px; }

/* --- 5. Martha 风格图片布局与圆角修复 --- */
.martha-photo-gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }

/* 核心圆角定义：通过容器 overflow:hidden 裁剪 */
.muicoo-lightbox-group {
    display: block;
    overflow: hidden !important;
    border-radius: 12px !important; /* 强制圆角 */
    border: 1px solid rgba(0,0,0,0.05);
    background: #f9f9f9;
    transition: transform 0.3s ease;
}

.muicoo-lightbox-group img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    border-radius: 12px !important; /* 图片本身圆角同步 */
}

/* 主图放大逻辑 */
.martha-main-img { width: 100% !important; aspect-ratio: 4 / 3; } 
/* 缩略图固定尺寸 */
.martha-thumb-img { width: 60px !important; height: 60px !important; flex: 0 0 60px; }

.muicoo-lightbox-group:hover img { transform: scale(1.08); }

/* --- 6. 灯箱交互：支持手势与日期 --- */
#muicoo-lightbox-overlay { 
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.92); 
    z-index: 300000; display: none; align-items: center; justify-content: center; opacity: 0; transition: 0.3s;
}
#muicoo-lightbox-overlay.active { display: flex; opacity: 1; }
.lb-img { max-width: 85%; max-height: 85%; border-radius: 8px !important; transition: opacity 0.15s ease; }
.lb-close { position: absolute; top: 30px; right: 30px; color: #fff; font-size: 40px; cursor: pointer; }
.lb-prev, .lb-next { position: absolute; top: 50%; color: #fff; font-size: 30px; padding: 20px; cursor: pointer; opacity: 0.6; }
.lb-counter { position: absolute; bottom: 30px; color: #fff; font-size: 12px; letter-spacing: 1px; }
.lb-date { position: absolute; bottom: 50px; color: #aaa; font-size: 11px; }

/* --- 7. 📱 手机端适配：精致尺寸 --- */
@media (max-width: 768px) {
    .mont-main-title { font-size: 26px !important; }
    .mont-avg-score { font-size: 52px !important; }
    .mont-btn-black { min-width: 160px !important; padding: 12px 30px !important; font-size: 11px !important; }
    .mont-review-card { padding: 25px !important; }
    .lb-img { max-width: 95%; }
    .lb-prev, .lb-next { display: none !important; } /* 手机端隐藏箭头，全靠滑动手势 */
    .martha-thumb-img { width: 50px !important; height: 50px !important; flex: 0 0 50px; }
}


/* --- 产品关联链接样式 --- */
.review-about {
    font-size: 11px;
    color: #888;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}

.review-about a {
    color: #333;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}

.review-about a:hover {
    color: #f26982; /* 悬停时显示 Muicoo 粉 */
}

/* 保持之前的强制圆角和布局 */
.muicoo-lightbox-group {
    display: block;
    overflow: hidden !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0,0,0,0.05);
}

.muicoo-lightbox-group img {
    border-radius: 12px !important;
}

.martha-main-img { width: 100% !important; aspect-ratio: 4 / 3; }
.martha-thumb-img { width: 60px !important; height: 60px !important; flex: 0 0 60px; }/* End custom CSS */