.elementor-112711 .elementor-element.elementor-element-5c225489{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0e0c45e *//* --- PHẦN GIỚI THIỆU & LIÊN HỆ KHẨN --- */
    .riogems-policy-header {
        text-align: center;
        border-bottom: 2px solid #eee;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .riogems-policy-header h1 {
        color: #111;
        margin-bottom: 10px;
        font-size: 2.2em;
        line-height: 1.3;
    }

    .riogems-policy-header p {
        font-size: 1.2em;
        color: #555;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .riogems-policy-contact-buttons {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .riogems-policy-btn {
        display: inline-block;
        padding: 12px 25px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1em;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        color: #fff !important; /* Đảm bảo màu chữ không bị theme ghi đè */
    }

    .riogems-policy-btn-zalo {
        background-color: #0068FF;
        color: #fff;
    }
    .riogems-policy-btn-zalo:hover {
        background-color: #005ae0;
        color: #fff;
    }

    .riogems-policy-btn-hotline {
        background-color: #D4AF37;
        color: #fff;
    }
    .riogems-policy-btn-hotline:hover {
        background-color: #c09d31;
        color: #fff;
    }

    /* --- HỆ THỐNG ACCORDION (GẬP/MỞ) --- */
    .riogems-policy-accordion .riogems-policy-item {
        border-bottom: 1px solid #e0e0e0;
    }
    
    .riogems-policy-item summary {
        font-size: 1.55em;
        font-weight: 600;
        padding: 20px;
        cursor: pointer;
        list-style: none; /* Ẩn mũi tên tam giác mặc định */
        position: relative;
        color: #222;
    }

    .riogems-policy-item summary::-webkit-details-marker {
        display: none;
    }
    
    .riogems-policy-item summary:hover {
        background-color: #fcfcfc;
    }

    /* Tạo mũi tên tùy chỉnh bằng CSS */
    .riogems-policy-item summary::after {
        content: '\25BC'; /* Mũi tên tam giác xuống */
        font-size: 0.8em;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        color: #D4AF37;
    }

    .riogems-policy-item[open] summary::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .riogems-policy-item[open] summary {
        color: #c09d31;
    }

    .riogems-policy-content {
        padding: 0 20px 20px 40px;
        background-color: #fff;
        border-top: 1px solid #f0f0f0;
    }

    .riogems-policy-content h3 {
        font-size: 1.5em;
        color: #D4AF37;
        margin-top: 20px;
        margin-bottom: 10px;
        border-left: 3px solid #D4AF37;
        padding-left: 10px;
    }

    .riogems-policy-content ul, 
    .riogems-policy-content ol {
        padding-left: 20px;
    }

    .riogems-policy-content li {
        margin-bottom: 10px;
        font-size: 1.1em;
    }
    .riogems-policy-item p{
        font-size: 1.1em;
    }
    
    /* --- ĐỊNH DẠNG CẢNH BÁO QUAN TRỌNG --- */
    .riogems-policy-alert {
        padding: 15px 20px;
        margin: 20px 0;
        border-radius: 8px;
        font-size: 1.05em;
        position: relative;
    }
    
    .riogems-policy-alert-danger {
        background-color: #fff4f4;
        border: 1px solid #f7c5c5;
        color: #a94442;
    }
    .riogems-policy-alert-danger strong {
        color: #a94442;
    }

    .riogems-policy-alert-info {
        background-color: #f2f8fd;
        border: 1px solid #bce8f1;
        color: #31708f;
    }
    .riogems-policy-alert-info strong {
        color: #31708f;
    }
    
    /* --- PHẦN HỖ TRỢ CUỐI TRANG --- */
    .riogems-policy-support-footer {
        margin-top: 30px;
        padding: 25px;
        background-color: #fdfdfd;
        border: 1px solid #eee;
        border-radius: 8px;
        text-align: center;
    }
    .riogems-policy-support-footer h2 {
        margin-top: 0;
        color: #111;
        font-size: 1.8em;
    }/* End custom CSS */