.elementor-3465 .elementor-element.elementor-element-676a87a3{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-7d507e61 *//* RESET & CƠ BẢN */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #f8f9fa;
    font-size: 16px;
}

/* CONTAINER BÀI VIẾT TỐI ƯU MOBILE */
.seo-article {
    max-width: 800px;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* HEADER STYLE */
.article-header {
    margin-bottom: 24px;
}

.category {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0066cc;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.main-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
}

/* SAPO / INTRO BOX */
.sapo-box {
    background-color: #eaf4ff;
    border-left: 5px solid #0066cc;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 30px;
}

.sapo-box p {
    margin-bottom: 10px;
    color: #2c3e50;
}

.sapo-box p:last-child {
    margin-bottom: 0;
}

/* BODY CONTENT */
.content-body p {
    margin-bottom: 18px;
    font-size: 16px;
}

.content-body h2 {
    font-size: 22px;
    color: #1a1a1a;
    margin: 32px 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.content-body h3 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 8px;
}

.content-body a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.content-body a:hover {
    border-bottom-color: #0066cc;
}

/* DANH SÁCH TIÊU CHÍ (UX/UI CAO) */
.criteria-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}

.criteria-item {
    display: flex;
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 10px;
    padding: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.criteria-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    border-color: #0066cc;
}

.criteria-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #0066cc;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 16px;
}

.criteria-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: #555555;
}

/* ACTION LIST (BÍ QUYẾT) */
.action-list {
    list-style-type: none;
    margin: 0 0 24px 0;
}

.action-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
}

.action-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 18px;
}

/* WARNING BOX (NỢ XẤU) */
.warning-box {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 20px;
    border-radius: 8px;
    margin: 32px 0;
}

.warning-box h3 {
    color: #856404;
    margin-top: 0;
}

.warning-box p {
    color: #856404;
}

.warning-box p:last-child {
    margin-bottom: 0;
}

.conclusion {
    font-style: italic;
    font-weight: 500;
    color: #4a5568;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
    margin-top: 30px;
}

/* RESPONSIVE CHO MOBILE (ĐÚNG YÊU CẦU ƯU TIÊN HÀNG ĐẦU) */
@media (max-width: 600px) {
    .seo-article {
        margin: 0;
        padding: 16px;
        border-radius: 0;
        box-shadow: none;
    }

    .main-title {
        font-size: 24px;
    }

    .criteria-item {
        flex-direction: column;
    }

    .criteria-number {
        margin-bottom: 12px;
    }

    .content-body h2 {
        font-size: 20px;
    }
}/* End custom CSS */