/* Start custom CSS for html, class: .elementor-element-43e9e64 *//* CSS cho container chính */
.container-tinh-phi {
    background-color: #f8f9fa; /* Màu nền nhạt */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Bóng đổ nhẹ */
    width: 100%;
    max-width: 700px; /* Tăng kích thước tối đa */
    text-align: left;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Font chữ hiện đại */
}

/* Các tiêu đề */
.container-tinh-phi h1 {
    color: #007bff; /* Màu xanh dương chủ đạo */
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

.container-tinh-phi h2 {
    color: #212529; /* Màu đen đậm */
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.container-tinh-phi h3 {
    color: #343a40; /* Màu đen vừa */
    font-size: 1.25rem;
    margin-top: 15px;
    margin-bottom: 10px;
}

/* Label */
.container-tinh-phi label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600; /* In đậm vừa */
    color: #495057; /* Màu xám đậm */
}

/* Input và select */
.container-tinh-phi input[type="number"],
.container-tinh-phi select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ced4da; /* Màu xám nhạt */
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1rem;
}

/* Button */
.container-tinh-phi button {
    background-color: #28a745; /* Màu xanh lá cây */
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease; /* Hiệu ứng chuyển màu */
}

.container-tinh-phi button:hover {
    background-color: #218838; /* Màu xanh lá đậm hơn */
}

/* Kết quả */
.container-tinh-phi #ketQua {
    margin-top: 25px;
    padding: 15px;
    border: 1px solid #dee2e6; /* Màu xám rất nhạt */
    border-radius: 10px;
    background-color: #fff;
}

/* Định dạng bảng */
.container-tinh-phi .table-container {
    overflow-x: auto;
}

.container-tinh-phi table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.container-tinh-phi th,
.container-tinh-phi td {
    border: 1px solid #dee2e6;
    padding: 10px;
    text-align: right;
    font-size: 0.9rem;
}

.container-tinh-phi th {
    background-color: #e9ecef; /* Màu xám nhạt hơn */
    font-weight: bold;
    color: #495057;
}

/* Highlight các thông tin quan trọng */
.container-tinh-phi .tong-gia {
    font-size: 1.5rem;
    color: #dc3545; /* Màu đỏ */
    font-weight: bold;
}

.container-tinh-phi .tra-gop {
    font-size: 1.25rem;
    color: #28a745; /* Màu xanh lá cây */
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container-tinh-phi {
        padding: 15px;
    }

    .container-tinh-phi h1 {
        font-size: 1.75rem;
    }

    .container-tinh-phi h2 {
        font-size: 1.25rem;
    }

    .container-tinh-phi label,
    .container-tinh-phi input[type="number"],
    .container-tinh-phi select,
    .container-tinh-phi button {
        font-size: 0.9rem;
    }

    .container-tinh-phi th,
    .container-tinh-phi td {
        padding: 8px;
        font-size: 0.8rem;
    }

    .container-tinh-phi .tong-gia,
    .container-tinh-phi .tra-gop {
        font-size: 1.1rem;
    }
}/* End custom CSS */