.elementor-2089 .elementor-element.elementor-element-50a837c9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-1020ef67 *//* ==========================================================================
   GIAO DIỆN CÔNG NGHỆ CYBERTECH - HIỆU ỨNG MẠNH
   ========================================================================== */

/* 1. KHU VỰC BÀI VIẾT TỔNG THỂ */
.entry-content, p {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.8;
    color: #333d47;
}

/* 2. ĐOẠN MỞ ĐẦU: Có viền đỏ công nghệ bên trái */
p:first-of-type {
    font-size: 18px;
    border-left: 5px solid #ff3366 !important; /* Gạch Đỏ rực bên trái */
    padding-left: 20px !important;
    background: rgba(255, 51, 102, 0.03) !important;
    padding: 15px;
    border-radius: 0 8px 8px 0;
}

/* 3. TIÊU ĐỀ LỚN (GA, GSC, Chiến lược...): CHỮ XANH DƯƠNG ĐẬM - GẠCH DƯỚI 2 MÀU XANH ĐỎ */
p strong mark.has-ast-global-color-1-color {
    display: block !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0055ff !important; /* CHỮ XANH DƯƠNG CÔNG NGHỆ CHÍNH */
    background: none !important; /* Xóa sạch màu nền đen/vàng cũ */
    padding-bottom: 12px !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    position: relative !important;
}

/* Hiệu ứng gạch dưới 2 màu (Xanh Dương + Đỏ Cyber) */
p strong mark.has-ast-global-color-1-color::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 120px !important; /* Độ dài vạch kẻ */
    height: 4px !important;
    /* Gạch chuyển màu từ Xanh dương sang Đỏ */
    background: linear-gradient(90deg, #0055ff 0%, #ff3366 100%) !important; 
    border-radius: 10px !important;
}

/* 4. CÁC TỪ KHÓA TÍNH NĂNG: Biến thành "Nút" Neon Xanh Dương */
mark.has-ast-global-color-0-color {
    background: #0055ff !important; /* NỀN XANH DƯƠNG */
    color: #ffffff !important; /* CHỮ TRẮNG NỔI BẬT */
    padding: 4px 12px !important;
    border-radius: 20px !important; /* Bo tròn như nút bấm công nghệ */
    font-weight: bold !important;
    font-size: 14px !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
    box-shadow: 0 4px 10px rgba(0, 85, 255, 0.2) !important; /* Đổ bóng neon */
}

/* 5. HIỆU ỨNG KHỐI HỘP ĐỔI MÀU (HOVER) CHO TỪNG ĐOẠN VĂN */
/* Khi rê chuột vào bất kỳ đoạn tính năng nào, nó sẽ sáng lên viền xanh dương */
p {
    padding: 15px 20px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid transparent;
}

p:hover {
    background: #f0f5ff !important; /* Nền đổi sang xanh dương siêu nhẹ */
    border: 1px solid #0055ff !important; /* Viền hiện lên màu xanh dương */
    transform: translateX(5px); /* Hiệu ứng đẩy nhẹ sang phải khi hover */
}

/* 6. HIỆU ỨNG LẤP LÁNH CHO PHẦN "KẾT LUẬN" */
p strong mark.has-ast-global-color-1-color:last-of-type {
    color: #ff3366 !important; /* Riêng chữ Kết luận cho màu Đỏ luôn cho cháy */
}/* End custom CSS */