/* ==========================================
   REVIEW CONTENT – PREMIUM TRAVEL STYLE V3
   ========================================== */

/* Tổng thể */
.store-content.ui-card {
    padding: 36px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0,0,0,0.07);
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.82;
    color: #2d2d2d;
    border: 1px solid #eef1f7;
}

/* H2 – Title lớn, gradient PREMIUM */
.store-content h2 {
    font-size: 29px;
    font-weight: 800;
    margin: 28px 0 28px;
    padding-bottom: 12px;
    color: #111;
    position: relative;
    letter-spacing: -0.2px;
}

.store-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 78px;
    height: 4px;
    left: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #1e73be 0%, #00a8ff 60%, #4fc3ff 100%);
}

/* H3 – Sang, sắc nét */
.store-content h3 {
    font-size: 23px;
    margin: 30px 0 15px;
    font-weight: 700;
    color: #1968b8;
    padding-left: 15px;
    border-left: 4px solid #1e73be;
}

/* Đoạn văn */
.store-content p {
    font-size: 17.4px;
    margin-bottom: 18px;
    color: #444;
    text-align: justify;
}

/* UL – Icon đẹp, spacing chuẩn */
.store-content ul {
    margin: 16px 0 26px 0;
    padding-left: 0;
}

.store-content ul li {
    list-style: none;
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 17px;
    position: relative;
}

.store-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #1e73be;
    font-weight: 700;
    font-size: 19px;
}

/* Link */
.store-content a {
    color: #1e73be;
    text-decoration: none;
    font-weight: 600;
}
.store-content a:hover {
    text-decoration: underline;
}

/* Chữ đậm highlight */
.store-content p strong {
    background: #fff4b8;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
}

/* ALOBOX – Premium nâng cấp */
.alobox-wrapper {
    margin: 40px 0;
}

.alobox {
    border-radius: 15px;
    background: #f6faff;
    padding: 26px 30px;
    border-left: 6px solid #1e73be;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.alobox h3 {
    margin: 0 0 15px;
    font-size: 22px;
    color: #1e73be;
    font-weight: 700;
    border-left: none;
    padding-left: 0;
}

.alobox ul li {
    font-size: 16.5px;
}

/* FAQ – icon tự động nhận */
.store-content h3:has(+ p)::before {
    content: "❓";
    margin-right: 6px;
    font-size: 18px;
    color: #1e73be;
}

/* Highlight note */
.store-content .note-box {
    background: #fffcee;
    padding: 15px 18px;
    border-radius: 10px;
    border-left: 5px solid #f0c200;
    margin: 22px 0;
    font-size: 16.8px;
}

/* Ảnh đẹp hơn */
.store-content img {
    border-radius: 14px;
    margin: 25px 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Responsive Mobile */
@media(max-width: 600px){
    .store-content.ui-card {
        padding: 24px;
    }
    .store-content h2 {
        font-size: 25px;
    }
    .store-content h3 {
        font-size: 20px;
    }
    .store-content p,
    .store-content ul li {
        font-size: 16px;
    }
}
