/* TOÀN CỤC */
/* TOÀN CỤC */
/* TOÀN CỤC */
.vincy-review-section { 
    width: 100%; 
    display: block;
    margin-top: 20px; 
    border-top: 1px solid #e1e1e1; 
    padding-top: 20px; 
    padding-left: 15px !important; /* Ép lề trái thẳng hàng với mô tả */
    padding-right: 15px !important; /* Ép lề phải thẳng hàng với mô tả */
    font-family: sans-serif; 
    box-sizing: border-box; 
}
.vr-header-title { font-size: 16px; text-transform: uppercase; font-weight: bold; background: #fafafa; padding: 15px; border: 1px solid #e1e1e1; border-bottom: none; color: #333; }

/* BẢNG THỐNG KÊ CHÍNH */
.vr-summary-box { display: flex; border: 1px solid #e1e1e1; padding: 25px 0; margin-bottom: 30px; align-items: center; }
.vr-summary-left { width: 35%; text-align: center; border-right: 1px solid #eee; }
.vr-big-score { font-size: 48px; font-weight: bold; color: #e74c3c; line-height: 1; }
.vr-big-stars { font-size: 18px; margin: 5px 0; }
.vr-total-count { font-size: 13px; color: #666; }
.vr-summary-right { width: 65%; padding-left: 40px; }
.vr-bar-row { display: flex; align-items: center; margin-bottom: 5px; font-size: 14px; }
.vr-bar-count { margin-left: 10px; color: #666; font-size: 13px; }

/* DANH SÁCH BÌNH LUẬN */
.vr-item { border-bottom: 1px dashed #eee; padding: 20px 0; }
.vr-item-head { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.vr-avatar { width: 35px; height: 35px; background: #e0e0e0; color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: 10px; }
.vr-author-info { display: flex; flex-direction: column; margin-right: 15px; }
.vr-name { font-weight: bold; font-size: 14px; font-style: italic; color: #333; }
.vr-date { font-size: 11px; color: #999; margin-top: 2px; }
.vr-stars { font-size: 13px; margin-right: 15px; }
.vr-badge { font-size: 12px; color: #27ae60; font-weight: 500; }
.vr-content { font-size: 14px; color: #333; line-height: 1.5; margin-left: 45px; }

/* BOX ADMIN TRẢ LỜI */
.vr-reply-box { background: #f5f5f5; border: 1px solid #ebebeb; padding: 15px; margin-top: 15px; margin-left: 45px; border-radius: 4px; font-size: 13px; color: #555; position: relative; }
.vr-reply-box::before { content: ""; position: absolute; top: -8px; left: 20px; border-width: 0 8px 8px 8px; border-style: solid; border-color: transparent transparent #f5f5f5 transparent; }
.vr-reply-logo { color: #e82e44; font-weight: bold; font-size: 15px; margin-bottom: 5px; letter-spacing: 1px; }

/* FORM ĐÁNH GIÁ */
.vincy-review-form-box { margin-top: 30px; }
.vincy-review-form-box h4 { font-size: 16px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; }
.vr-form-group { margin-bottom: 15px; }
.vr-form-group label { display: block; font-size: 13px; margin-bottom: 5px; font-weight: 600; }
.vr-input-text, .vr-input-select { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-family: inherit; }
.vr-btn-submit { border: 2px solid #333; background: #fff; color: #333; padding: 10px 20px; font-weight: bold; border-radius: 4px; cursor: pointer; transition: 0.3s; }
.vr-btn-submit:hover { background: #333; color: #fff; }
.vr-message-success { margin-top: 15px; padding: 10px; background: #e8f5e9; border: 1px solid #27ae60; color: #27ae60; border-radius: 4px; display: none; }

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  .vr-summary-box { flex-direction: column; padding: 15px; }
  .vr-summary-left { width: 100%; border-right: none; border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px; }
  .vr-summary-right { width: 100%; padding-left: 0; display: flex; flex-direction: column; align-items: center; }
  .vr-content, .vr-reply-box { margin-left: 0; }
}