.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-579 .elementor-element.elementor-element-ce9764a .elementor-button{background-color:#1B3872;}.elementor-579 .elementor-element.elementor-element-ce9764a > .elementor-widget-container{padding:0px 0px 0px 60px;}:root{--page-title-display:none;}/* Start custom CSS for column, class: .elementor-element-96ab380 *//* --- TỔNG THỂ KHUNG TÀI KHOẢN --- */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-wrap: nowrap !important; /* Cấm rớt dòng */
    gap: 30px;
    align-items: flex-start; /* Căn đều lên trên cùng */
    flex-direction: row !important; /* Bắt buộc xếp từ TRÁI sang PHẢI */
}

/* --- CỘT MENU BÊN TRÁI --- */
.woocommerce-MyAccount-navigation {
    flex: 0 0 28% !important; /* Ép cứng chiều rộng Menu là 28% */
    width: 28% !important;
    order: 1 !important; /* Ép nó phải nằm ở vị trí số 1 (bên trái) */
    float: none !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border: none !important;
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 20px;
    background-color: #f4f6f9;
    color: #1a2b56; 
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Hiệu ứng đưa chuột vào (Đổi sang màu phụ #9a0a0a) */
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #ffffff;
    color: #9a0a0a !important; 
    border-color: #9a0a0a !important;
    padding-left: 25px;
    box-shadow: 0 4px 10px rgba(154, 10, 10, 0.1);
}

/* Trạng thái tab đang được chọn */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #1a2b56 !important;
    color: #ffffff !important;
    border-color: #1a2b56 !important;
    padding-left: 20px;
    box-shadow: 0 4px 15px rgba(26, 43, 86, 0.2);
}

/* --- CỘT NỘI DUNG BÊN PHẢI --- */
.woocommerce-MyAccount-content {
    flex: 1 !important; /* Chiếm toàn bộ không gian còn lại */
    width: auto !important;
    order: 2 !important; /* Ép nó nằm ở vị trí số 2 (bên phải) */
    float: none !important;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}

/* Link bên trong nội dung (Đồng bộ màu #9a0a0a) */
.woocommerce-MyAccount-content a {
    color: #9a0a0a !important;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Thu nhỏ Tiêu đề đang bị khổng lồ */
.woocommerce-MyAccount-content h3, 
.woocommerce-MyAccount-content h2 {
    font-size: 22px !important;
    color: #1a2b56 !important;
    margin-bottom: 15px;
    line-height: 1.4;
}

.woocommerce-MyAccount-content p {
    font-size: 15px;
    color: #444;
}

/* --- TỐI ƯU RESPONSIVE CHO MOBILE --- */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important; /* Trên điện thoại thì xếp dọc lại */
    }
    
    .woocommerce-MyAccount-navigation {
        flex: 0 0 100% !important;
        width: 100% !important;
        order: 1 !important; /* Menu vẫn ở trên cùng */
    }

    .woocommerce-MyAccount-content {
        flex: 0 0 100% !important;
        width: 100% !important;
        order: 2 !important; /* Nội dung rớt xuống dưới */
        padding: 20px;
    }
}/* End custom CSS */