/* ============================================================
   PROSTECH CONTENT HIGHLIGHT CLASSES — v2
   Thêm vào cuối style.css hoặc dán vào:
   WordPress Admin > Appearance > Customize > Additional CSS
   ============================================================ */

/* --- Callout / Notice boxes --- */
.entry-content .callout-box {
    border-left: 4px solid #E93226;
    background-color: #fff8f8;
    padding: 18px 22px;
    margin: 30px 0;
    border-radius: 0 6px 6px 0;
}

.entry-content .callout-box p {
    margin-bottom: 0;
}

.entry-content .callout-warning {
    border-left: 4px solid #f0a500;
    background-color: #fffbf0;
    padding: 18px 22px;
    margin: 30px 0;
    border-radius: 0 6px 6px 0;
}

.entry-content .callout-warning p {
    margin-bottom: 0;
}

.entry-content .callout-info {
    border-left: 4px solid #083B8C;
    background-color: #f0f4ff;
    padding: 18px 22px;
    margin: 30px 0;
    border-radius: 0 6px 6px 0;
}

.entry-content .callout-info p {
    margin-bottom: 0;
}

/* --- Section background highlight --- */
.entry-content .bg-light-gray {
    background-color: #F7F7F7;
    padding: 24px 28px;
    margin: 30px 0;
    border-radius: 8px;
}

.entry-content .bg-light-red {
    background-color: #fff0ef;
    padding: 24px 28px;
    margin: 30px 0;
    border-radius: 8px;
}

.entry-content .bg-light-blue {
    background-color: #f0f4ff;
    padding: 24px 28px;
    margin: 30px 0;
    border-radius: 8px;
}

.entry-content .bg-light-green {
    background-color: #f6fff0;
    padding: 24px 28px;
    margin: 30px 0;
    border-radius: 8px;
}

/* --- Table colored header --- */
.entry-content table.table-dark-header thead tr th {
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    border-color: #111111;
}

.entry-content table.table-red-header thead tr th {
    background-color: #E93226;
    color: #ffffff;
    font-weight: 700;
    border-color: #E93226;
}

.entry-content table.table-striped tbody tr:nth-child(even) td {
    background-color: #F7F7F7;
}

/* --- Table scroll wrapper — giải quyết bảng ngang nhiều cột trên mobile --- */
.entry-content .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 24px 0;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.entry-content .table-scroll table {
    margin-bottom: 0;
    min-width: 600px;
}

/* --- Troubleshoot card với số thứ tự lớn --- */
.entry-content .trouble-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px 24px 24px 80px;
    margin: 20px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.entry-content .trouble-card-number {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 56px;
    background-color: #b90000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.02em;
}

.entry-content .trouble-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    display: block;
}

.entry-content .trouble-card .trouble-symptom {
    background-color: #fff8f8;
    border-left: 3px solid #E93226;
    padding: 10px 15px;
    margin-bottom: 14px;
    border-radius: 0 4px 4px 0;
}

.entry-content .trouble-card .trouble-symptom p {
    margin-bottom: 0;
    font-size: 16px;
}

.entry-content .trouble-card ul {
    margin-bottom: 0;
}

/* --- Key stat cards (metric highlight) --- */
.entry-content .stat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin: 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-content .stat-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 140px;
    flex: 1 1 140px;
    background-color: #1a7c48;
    border-radius: 8px;
    padding: 20px 18px;
    text-align: center;
}

.entry-content .stat-card .stat-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 6px;
}

.entry-content .stat-card .stat-label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #cccccc;
    line-height: 1.4;
}

/* --- So sánh Jetting vs Needle Dispensing --- */
.entry-content .compare-table table {
    margin-bottom: 0;
}

.entry-content .compare-table thead tr th:first-child {
    background-color: #F7F7F7;
    color: #111111;
}

.entry-content .compare-table thead tr th:nth-child(2) {
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    border-color: #111111;
}

.entry-content .compare-table thead tr th:nth-child(3) {
    background-color: #e0e0e0;
    color: #555555;
    font-weight: 700;
    border-color: #cccccc;
}

.entry-content .compare-table tbody tr td:first-child {
    font-weight: 700;
    background-color: #fafafa;
}

.entry-content .compare-table .win {
    color: #1a7a3c;
    font-weight: 700;
}

.entry-content .compare-table .neutral {
    color: #888888;
}

/* --- Checklist styled --- */
.entry-content ul.checklist {
    list-style: none;
    padding-left: 0;
}

.entry-content ul.checklist li {
    padding: 12px 16px 12px 48px;
    margin-bottom: 8px;
    background-color: #f7f7f7;
    border-radius: 6px;
    position: relative;
    border-left: 3px solid #cccccc;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.entry-content ul.checklist li::before {
    content: '✓';
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #E93226;
    font-weight: 700;
    font-size: 16px;
}

/* --- CTA highlight block --- */
.entry-content .cta-block {
    background-color: #111111;
    border-radius: 8px;
    padding: 36px 40px;
    margin: 40px 0;
    text-align: center;
}

.entry-content .cta-block p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.entry-content .cta-block strong {
    color: #ffffff;
}

.entry-content .cta-block a {
    display: inline-block;
    background-color: #E93226;
    color: #ffffff !important;
    padding: 14px 36px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.entry-content .cta-block a:hover {
    background-color: #c0241a;
    color: #ffffff !important;
}

/* --- Key parameter highlight (inline) --- */
.entry-content .param-value {
    display: inline-block;
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 1px 9px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.entry-content .param-value.red {
    background-color: #E93226;
}

.entry-content .bg-light-green .param-value {
    display: inline-block;
    background-color: #1a7c48;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 1px 9px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

/* ============================================================
   ADDITIONS v3 — Screen Printing article classes
   ============================================================ */
 
/* --- Step indicator (numbered process steps) --- */
.entry-content .step-block {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 28px 28px 28px 90px;
    margin: 28px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
 
.entry-content .step-block-number {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 62px;
    background-color: #E93226;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
}
 
.entry-content .step-block-number .step-label {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1;
}
 
.entry-content .step-block-number .step-num {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
 
.entry-content .step-block-title {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    display: block;
    margin: 0 0 14px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}
 
.entry-content .step-block p:last-child,
.entry-content .step-block ul:last-child {
    margin-bottom: 0;
}
 
/* --- Spec grid — quick reference 2-col card grid --- */
.entry-content .spec-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}
 
.entry-content .spec-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 14px 16px;
    border-left: 3px solid #E93226;
}
 
.entry-content .spec-item .spec-key {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}
 
.entry-content .spec-item .spec-val {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}
 
.entry-content .spec-item .spec-val small {
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    display: block;
    margin-top: 2px;
}
 
/* --- Handling tip box (trước khi bắt đầu) --- */
.entry-content .tip-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}
 
.entry-content .tip-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #111111;
    border-radius: 0 0 6px 6px;
    padding: 16px 18px;
}
 
.entry-content .tip-item .tip-icon {
    font-size: 20px;
    color: #E93226;
    margin-bottom: 8px;
    display: block;
}
 
.entry-content .tip-item .tip-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    display: block;
    margin-bottom: 6px;
}
 
.entry-content .tip-item p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #444444;
}
 
/* --- Quick reference summary block --- */
.entry-content .quick-ref {
    background-color: #111111;
    border-radius: 10px;
    padding: 32px 36px;
    margin: 40px 0;
}
 
.entry-content .quick-ref h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 20px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
 
.entry-content .quick-ref table {
    margin-bottom: 0;
}
 
.entry-content .quick-ref table tr td {
    border-color: rgba(255,255,255,0.1);
    color: #cccccc;
    font-size: 15px;
    padding: 9px 14px;
    background-color: transparent;
}
 
.entry-content .quick-ref table tr td:first-child {
    color: #ffffff;
    font-weight: 700;
    width: 55%;
}
 
.entry-content .quick-ref table tr td .param-value {
    background-color: #E93226;
}
 
.entry-content .quick-ref table tr:nth-child(even) td {
    background-color: rgba(255,255,255,0.04);
}

/* ============================================================
   ADDITIONS v4 — Cure Temperature article classes
   ============================================================ */
 
/* --- Cure option card (3 cure modes) --- */
.entry-content .cure-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    margin: 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 
.entry-content .cure-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
 
.entry-content .cure-card-header {
    background-color: #111111;
    padding: 16px 20px;
    text-align: center;
}
 
.entry-content .cure-card-header .cure-temp {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #E93226;
    line-height: 1;
    margin-bottom: 4px;
}
 
.entry-content .cure-card-header .cure-time {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}
 
.entry-content .cure-card-header .cure-result {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
 
.entry-content .cure-card-body {
    padding: 16px 18px;
    background-color: #ffffff;
}
 
.entry-content .cure-card-body .cure-tag {
    display: inline-block;
    background-color: #F7F7F7;
    border: 1px solid #e0e0e0;
    color: #555555;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
 
.entry-content .cure-card-body p {
    font-size: 14px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 0;
}
 
.entry-content .cure-card.cure-recommended .cure-card-header {
    background-color: #E93226;
}
 
.entry-content .cure-card.cure-recommended .cure-card-header .cure-temp {
    color: #ffffff;
}
 
.entry-content .cure-card.cure-recommended .cure-card-header .cure-time {
    color: rgba(255,255,255,0.9);
}
 
.entry-content .cure-card.cure-recommended .cure-card-body .cure-tag {
    background-color: #fff0ef;
    border-color: #E93226;
    color: #E93226;
}
 
/* --- Risk table — materials at high temp --- */
.entry-content table.table-risk thead tr th {
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    border-color: #111111;
}
 
.entry-content table.table-risk tbody tr td:first-child {
    font-weight: 700;
    background-color: #fafafa;
}
 
.entry-content table.table-risk .risk-high {
    color: #c0241a;
    font-weight: 700;
}
 
.entry-content table.table-risk .risk-safe {
    color: #1a7a3c;
    font-weight: 700;
}
 
/* --- Scenario decision card --- */
.entry-content .scenario-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}
 
.entry-content .scenario-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 280px;
    flex: 1 1 280px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 18px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
 
.entry-content .scenario-card .scenario-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background-color: #111111;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #E93226;
    font-size: 16px;
}
 
.entry-content .scenario-card .scenario-body {}
 
.entry-content .scenario-card .scenario-situation {
    display: block;
    font-size: 13px;
    color: #888888;
    margin-bottom: 4px;
    line-height: 1.4;
}
 
.entry-content .scenario-card .scenario-answer {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
}
 
.entry-content .scenario-card .scenario-answer .param-value {
    font-size: 13px;
}
 
/* --- Data highlight row (qualification data) --- */
.entry-content .data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 
.entry-content .data-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px;
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 16px 18px;
    border-bottom: 3px solid #E93226;
    text-align: center;
}
 
.entry-content .data-item .data-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    line-height: 1.1;
    margin-bottom: 5px;
}
 
.entry-content .data-item .data-label {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
}

/* ============================================================
   ADDITIONS v5 — Use Case Guide article classes
   ============================================================ */
 
/* --- Use case device block --- */
.entry-content .use-case-block {
    margin: 36px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
 
.entry-content .use-case-header {
    background-color: #111111;
    padding: 20px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
 
.entry-content .use-case-header .use-case-icon {
    font-size: 22px;
    color: #E93226;
    width: 40px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
 
.entry-content .use-case-header .use-case-meta {}
 
.entry-content .use-case-header .use-case-number {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
 
.entry-content .use-case-header .use-case-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}
 
.entry-content .use-case-body {
    padding: 24px 28px;
    background-color: #ffffff;
}
 
.entry-content .use-case-body .use-case-challenge {
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
 
.entry-content .use-case-body .use-case-challenge p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
}
 
/* --- Application sub-card inside use case --- */
.entry-content .app-card {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px 22px;
    margin: 16px 0;
    border-left: 4px solid #E93226;
    background-color: #ffffff;
}
 
.entry-content .app-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 
.entry-content .app-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    display: block;
    line-height: 1.3;
}
 
.entry-content .app-card-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
 
.entry-content .app-card-badge .badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.03em;
}
 
.entry-content .app-card-badge .badge-sku {
    background-color: #111111;
    color: #ffffff;
}
 
.entry-content .app-card-badge .badge-method {
    background-color: #fff0ef;
    color: #E93226;
    border: 1px solid #E93226;
}
 
.entry-content .app-card-body p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
}
 
.entry-content .app-card-body p:last-child {
    margin-bottom: 0;
}
 
.entry-content .app-card-props {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}
 
.entry-content .app-card-props .props-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 6px;
}
 
.entry-content .app-card-props ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
 
.entry-content .app-card-props ul li {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 4px;
    padding-left: 16px;
    position: relative;
    color: #444444;
}
 
.entry-content .app-card-props ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #E93226;
    font-weight: 700;
    font-size: 12px;
}
 
/* --- SKU selection logic table --- */
.entry-content table.table-sku-logic thead tr th {
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    border-color: #111111;
    font-size: 14px;
}
 
.entry-content table.table-sku-logic tbody tr td {
    font-size: 14px;
    vertical-align: middle;
}
 
.entry-content table.table-sku-logic tbody tr td:first-child {
    font-weight: 700;
    background-color: #fafafa;
}
 
.entry-content table.table-sku-logic .sku-yes {
    font-weight: 700;
    color: #111111;
}
 
.entry-content table.table-sku-logic .sku-alt {
    color: #888888;
    font-size: 13px;
}
 
/* --- Prostech engagement stages --- */
.entry-content .engagement-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 24px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
 
.entry-content .engagement-stage {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 180px;
    flex: 1 1 180px;
    padding: 20px 20px;
    border-right: 1px solid #e0e0e0;
    position: relative;
}
 
.entry-content .engagement-stage:last-child {
    border-right: none;
}
 
.entry-content .engagement-stage .stage-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #E93226;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}
 
.entry-content .engagement-stage .stage-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
    line-height: 1.3;
}
 
.entry-content .engagement-stage p {
    font-size: 13px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 0;
}

/* ============================================================
   ADDITIONS v6 — FAQ Block (redesign)
   ============================================================ */
 
/* --- FAQ wrapper --- */
.entry-content .faq-block {
    margin: 48px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
 
/* ---- Q row ---- */
.entry-content .faq-question {
    background-color: #111111;
    padding: 22px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
 
/* Badge Q */
.entry-content .faq-question .faq-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-color: #E93226;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    line-height: 1;
    margin-top: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
 
/* h2 câu hỏi — reset về style phù hợp với dark bg */
.entry-content .faq-question h2.faq-text {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    border: none !important;
}
 
/* ---- A row ---- */
.entry-content .faq-answer {
    background-color: #ffffff;
    padding: 24px 28px 24px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    border-top: 1px solid #eeeeee;
    border-left: 4px solid #E93226;
}
 
/* Badge A */
.entry-content .faq-answer .faq-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-color: #F7F7F7;
    border: 2px solid #E93226;
    color: #E93226;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
    line-height: 1;
    margin-top: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
 
.entry-content .faq-answer .faq-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    font-size: 20px;
    line-height: 1.75;
    color: #333333;
}
 
.entry-content .faq-answer .faq-body > p:first-child {
    margin-top: 0;
}
 
.entry-content .faq-answer .faq-body > *:last-child {
    margin-bottom: 0;
}
 
/* ---- When-title: pill badge ---- */
.entry-content .faq-answer .faq-body .faq-when-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    background-color: #111111;
    padding: 5px 14px 5px 10px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}
 
.entry-content .faq-answer .faq-body .faq-when-title:first-child {
    margin-top: 0;
}
 
.entry-content .faq-answer .faq-body .faq-when-title .fa {
    color: #E93226;
    font-size: 20px;
}
 
/* ---- Bullet list ---- */
.entry-content .faq-answer .faq-body ul.faq-bullets {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
 
.entry-content .faq-answer .faq-body ul.faq-bullets li {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #222222;
    padding-left: 22px;
    position: relative;
}
 
.entry-content .faq-answer .faq-body ul.faq-bullets li::before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #E93226;
    position: absolute;
    left: 2px;
    top: 5px;
    font-weight: 700;
}
 
.entry-content .faq-answer .faq-body ul.faq-bullets li:last-child {
    margin-bottom: 0;
}
 
/* ---- Table inside faq-body ---- */
.entry-content .faq-answer .faq-body .table-scroll {
    margin-top: 18px;
    margin-bottom: 0;
}
 
/* Highlight cột sản phẩm đầu tiên (3M SKU) trong bảng FAQ */
.entry-content .faq-answer .faq-body .table-scroll table tbody tr td:nth-child(2) {
    background-color: #fffbf0;
}
 
.entry-content .faq-answer .faq-body .table-scroll table tbody tr td:nth-child(3) {
    background-color: #f0f7ff;
}
 
/* ---- CTA notice ---- */
.entry-content .faq-cta-notice {
    background-color: #E93226;
    border-top: none;
    padding: 16px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}
 
.entry-content .faq-cta-notice .faq-cta-icon {
    font-size: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1;
}
 
.entry-content .faq-cta-notice strong {
    color: #ffffff;
}
 
.entry-content .faq-cta-notice a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
 
.entry-content .faq-cta-notice a:hover {
    opacity: 0.85;
    color: #ffffff;
}
 
/* ---- Mobile responsive ---- */
@media (max-width: 600px) {
    .entry-content .faq-question {
        padding: 18px 18px;
        gap: 12px;
    }
    .entry-content .faq-answer {
        padding: 18px 18px;
        gap: 12px;
    }
    .entry-content .faq-cta-notice {
        padding: 14px 18px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .entry-content .faq-question h2.faq-text {
        font-size: 15px !important;
    }
}
