.elementor-1577 .elementor-element.elementor-element-142dadd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5845218 *//* --- Kiểu dáng tổng thể cho trang --- */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f7f6;
    margin: 0;
    padding: 30px;
    color: #333;
}

/* --- Container chính để căn giữa bảng --- */
.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
}

/* --- Tiêu đề chính của bảng giá --- */
h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
}

/* --- Kiểu cho bảng giá gộp --- */
.unified-price-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

/* --- Kiểu cho các ô trong bảng --- */
.unified-price-table th,
.unified-price-table td {
    padding: 18px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

/* Căn giữa cho các cột thông số kỹ thuật */
.unified-price-table th:not(:first-child):not(:nth-child(n+6)),
.unified-price-table td:not(:first-child):not(:nth-child(n+6)) {
    text-align: center;
}

/* --- Kiểu cho hàng tiêu đề của bảng --- */
.unified-price-table thead tr {
    background-color: #007bff;
    color: #ffffff;
}

.unified-price-table thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

/* --- Kiểu cho các hàng trong thân bảng --- */
.unified-price-table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.unified-price-table tbody tr:hover {
    background-color: #e9ecef;
}

.unified-price-table tbody tr td:first-child {
    font-weight: bold;
    color: #0056b3;
}

/* --- Kiểu cho phần hiển thị giá và khuyến mãi --- */
.price {
    font-weight: bold;
    font-size: 1.1em;
    color: #c0392b;
}

.promo {
    font-size: 0.85em;
    color: #555;
    margin-top: 5px;
}

/* --- KIỂU MỚI CHO NÚT "ĐĂNG KÝ" --- */
.register-btn {
    display: inline-block;
    background: linear-gradient(45deg, #28a745, #218838); /* Tạo dải màu gradient */
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px; /* Bo góc mềm mại hơn */
    cursor: pointer;
    font-weight: 700; /* In đậm hơn */
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase; /* VIẾT HOA */
    letter-spacing: 0.5px; /* Tăng khoảng cách chữ */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Đổ bóng cho nút */
    transition: all 0.3s ease; /* Hiệu ứng chuyển động mượt mà */
}

.register-btn:hover {
    background: linear-gradient(45deg, #218838, #1e7e34); /* Đổi màu gradient khi di chuột */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); /* Tăng độ đậm của bóng */
    transform: translateY(-3px); /* Nút nhích lên một chút */
}

.register-btn:active {
    transform: translateY(-1px); /* Nút lún xuống khi nhấn */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}/* End custom CSS */