.elementor-1526 .elementor-element.elementor-element-737c454{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1526 .elementor-element.elementor-element-f47660d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1526 .elementor-element.elementor-element-db0b966{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:40px;--margin-right:20px;}.elementor-1526 .elementor-element.elementor-element-db0b966.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-1526 .elementor-element.elementor-element-bfdebc5.elementor-element{--flex-grow:1;--flex-shrink:0;}@media(max-width:768px){.elementor-1526 .elementor-element.elementor-element-db0b966{--margin-top:0px;--margin-bottom:0px;--margin-left:10px;--margin-right:10px;}}@media(min-width:769px){.elementor-1526 .elementor-element.elementor-element-f47660d{--width:1000px;}.elementor-1526 .elementor-element.elementor-element-db0b966{--width:400px;}}/* Start custom CSS for shortcode, class: .elementor-element-bfdebc5 *//* --- CONTAINER CHÍNH --- */
.gemini-exam-context-wrapper.gemini-modern-theme {
    margin: 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    max-width: 100%;
    box-sizing: border-box;
}
.gemini-exam-context-wrapper.gemini-modern-theme * {
    box-sizing: border-box;
}

/* --- TIÊU ĐỀ SECTION --- */
.g-section-title {
    font-size: 16px;
    color: #006064; /* Cyan đậm */
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.g-section-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #00bcd4; /* Thanh màu bên trái */
    margin-right: 10px;
    border-radius: 4px;
}

/* --- 1. PHẦN ĐỀ LẺ LIÊN QUAN (BOX STYLE) --- */
ul.g-exam-list-simple {
    list-style: none !important; /* Gốc đã có nhưng chưa đủ đô */
    padding: 0 !important;
    margin: 0 0 35px 0 !important;
    
    /* Grid Layout: 2 cột trên PC, 1 cột trên Mobile */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 12px;
}

/* --- FIX DẤU CHẤM (QUAN TRỌNG) --- */
ul.g-exam-list-simple li {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    list-style-type: none !important; /* Xóa style của thẻ li */
}

/* Ẩn triệt để pseudo-element tạo dấu chấm của Theme */
ul.g-exam-list-simple li::before,
ul.g-exam-list-simple li::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

ul.g-exam-list-simple li a {
    display: flex; /* Căn chỉnh icon và text */
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e0e0e0; /* Viền xám mờ */
    border-radius: 50px; /* BO TRÒN DẠNG VIÊN THUỐC (PILL) */
    text-decoration: none !important;
    color: #455a64;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); /* Animation mượt */
    box-shadow: 0 2px 5px rgba(0,0,0,0.02); /* Bóng rất nhẹ */
    position: relative;
    overflow: hidden;
}

/* Icon mũi tên */
.g-link-icon {
    margin-right: 10px;
    color: #b0bec5;
    font-size: 16px;
    transition: transform 0.2s;
}

/* Hover Effect: Tinh tế */
ul.g-exam-list-simple li a:hover {
    border-color: #26c6da; /* Đổi màu viền sang Cyan */
    background: #f0fdff; /* Nền xanh siêu nhạt */
    color: #00838f; /* Text đậm màu */
    transform: translateY(-3px); /* Nổi lên trên */
    box-shadow: 0 6px 12px rgba(0, 131, 143, 0.15); /* Bóng đổ sâu hơn */
}

ul.g-exam-list-simple li a:hover .g-link-icon {
    color: #00bcd4;
    transform: translateX(3px); /* Mũi tên chạy sang phải */
}

/* --- 2. ALERT BOX (Bộ đề hiện tại) --- */
.gemini-current-series-alert {
    background: linear-gradient(to right, #e0f7fa, #fff); /* Gradient nhẹ */
    border: 1px solid #b2ebf2;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
.g-alert-content { display: flex; flex-direction: column; }
.g-alert-label { font-size: 11px; text-transform: uppercase; color: #0097a7; letter-spacing: 1px; font-weight: 600;}
.g-series-name { color: #006064; font-size: 16px; font-weight: 700; }
.g-btn-back {
    padding: 8px 18px;
    background-color: #fff;
    border: 1px solid #00bcd4;
    color: #00838f !important;
    text-decoration: none !important;
    border-radius: 20px; /* Nút bo tròn */
    font-size: 13px; font-weight: 600;
    transition: all 0.2s;
}
.g-btn-back:hover { background: #00bcd4; color: #fff !important; box-shadow: 0 4px 10px rgba(0, 188, 212, 0.3); }

/* --- 3. GRID BỘ ĐỀ LỚN KHÁC (Dưới cùng) --- */
.gemini-series-grid-mini {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}
.g-series-card-mini {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 15px;
    background: #fff;
    border: 1px dashed #cfd8dc; /* Viền nét đứt tạo sự khác biệt */
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.2s;
}
.g-series-card-mini:hover {
    border-style: solid; /* Hover thành nét liền */
    border-color: #00bcd4;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}
.g-card-icon { font-size: 24px; }
.g-card-name { font-weight: 600; color: #546e7a; font-size: 13px; line-height: 1.3; }
.g-series-card-mini:hover .g-card-name { color: #00838f; }
.g-card-count { font-size: 11px; color: #90a4ae; display: block; margin-top: 2px;}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-db0b966 *//* --- KHUNG BAO NGOÀI --- */
.gemini-exam-series-container {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.g-series-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* --- DANH SÁCH LIST DỌC --- */
.g-series-list-seo {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.g-series-item-seo {
    margin: 0 !important;
}

.g-series-item-seo a {
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 6px;
    text-decoration: none !important;
    color: #555 !important;
    transition: all 0.2s ease;
    line-height: 1.5;
    font-size: 14px;
}

/* Hiệu ứng Hover */
.g-series-item-seo a:hover {
    background-color: #fff;
    border-color: #2271b1;
    color: #2271b1 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    transform: translateX(5px);
}

/* Đề cùng chủ đề (Có tên giống) thì cho đậm lên chút */
.g-series-item-seo.g-topic-match a {
    color: #333 !important; /* Màu chữ đậm hơn */
    font-weight: 500;
    background-color: #fcfcfc;
}

.g-series-item-seo .g-icon {
    margin-right: 12px;
    flex-shrink: 0;
    font-size: 16px;
}
.gemini_nearby_exams {
    /* Kích hoạt chế độ dính */
    position: -webkit-sticky; /* Cho trình duyệt Safari cũ */
    position: sticky;
    
    /* Khoảng cách từ mép trên cùng màn hình khi dính lại */
    /* Bạn chỉnh số này lớn hơn chiều cao Menu của bạn nhé */
    top: 120px; 

    /* Đảm bảo nó nổi lên trên nếu có gì che */
    z-index: 10; 
}/* End custom CSS */