.elementor-29501 .elementor-element.elementor-element-4bcb81c{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-29501 .elementor-element.elementor-element-4bcb81c .elementor-divider-separator{width:100%;}.elementor-29501 .elementor-element.elementor-element-4bcb81c .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-29501 .elementor-element.elementor-element-4bcb81c .elementor-divider__text{font-size:19px;}/* Start custom CSS for html, class: .elementor-element-f78cf65 *//* Áp dụng class này cho div bọc ngoài cùng trong HTML bạn dán vào widget */
.article-container-custom {
    font-family: Arial, sans-serif; /* Hoặc font chữ website bạn đang dùng */
    line-height: 1.75;
    color: #333333; /* Màu chữ chính */
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.07);
    margin: 20px 0;
}

.article-container-custom h3 {
    color: #1A237E; /* Màu xanh navy đậm cho tiêu đề phụ */
    margin-top: 35px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E0E0E0; /* Gạch chân nhẹ hơn */
    font-size: 24px;
    font-weight: 600;
}

.article-container-custom ul {
    margin-bottom: 25px;
    padding-left: 30px;
}

/* CSS cho danh sách con (nested list) */
.article-container-custom ul ul {
    margin-top: 10px; /* Khoảng cách với mục cha */
    margin-bottom: 10px;
    padding-left: 25px; /* Thụt lề thêm cho danh sách con */
}

.article-container-custom li {
    margin-bottom: 12px;
}

.article-container-custom strong {
    color: #0D47A1; /* Màu xanh đậm cho chữ strong */
    font-weight: bold;
}

.image-container-custom {
    text-align: center;
    margin: 35px auto;
    max-width: 100%;
}

.image-container-custom img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* Đổ bóng cho ảnh */
}

.image-container-custom figcaption {
    text-align: center;
    font-style: italic;
    color: #555555;
    margin-top: 12px;
    font-size: 15px;
}

.custom-hr {
    margin: 45px auto;
    border: 0;
    height: 1px;
    background: #CED4DA; /* Màu thanh ngang */
    width: 70%;
}

/* Phần CSS cho .related-links-custom đã được bỏ đi */

/* Responsive */
@media (max-width: 767px) {
    .article-container-custom {
        padding: 20px;
    }
    .article-container-custom h3 {
        font-size: 20px;
    }
    .image-container-custom {
        margin: 25px auto;
    }
}

@media (max-width: 480px) {
    .article-container-custom h3 {
        font-size: 18px;
    }
     .article-container-custom li, .article-container-custom p {
        font-size: 15px; /* Điều chỉnh font chữ nội dung cho mobile nhỏ */
    }
    .image-container-custom figcaption {
        font-size: 13px;
    }
}/* End custom CSS */