.cqgfee-section {
    background-color: #092244;
    padding: 50px 48px 60px;
    margin: 30px 0;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.cqgfee-header {
    margin-bottom: 32px;
}

.cqgfee-label {
    font-size: 12px;
    font-weight: 500;
    color: #4da3ff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.cqgfee-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 48px;
    margin-bottom: 12px;
}

.cqgfee-desc {
    font-size: 14px;
    color: rgba(200, 220, 255, 0.65);
    line-height: 20px;
    margin-bottom: 0 !important;
}

.cqgfee-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.cqgfee-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-wrap: wrap;
    gap: 12px;
}

.cqgfee-card-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cqgfee-card-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 4px;
}

.cqgfee-card-count {
    font-size: 14px;
    color: rgba(148, 163, 184, 0.7);
    line-height: 16px;
}

.cqgfee-vat-badge {
    background: rgba(56, 132, 255, 0.15);
    border: 1px solid rgba(56, 132, 255, 0.3);
    border-radius: 100px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 500;
    color: #93c5fd;
    white-space: nowrap;
}

.cqgfee-table-wrap {
    overflow-x: auto;
}

.cqgfee-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.cqgfee-table thead tr,
.cqgfee-table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-top: none !important;
}

.cqgfee-table thead th {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.8px;
    text-align: left;
    padding: 14px 10px;
    white-space: nowrap;
    background: transparent;
    text-transform: uppercase;
}

.cqgfee-table .col-ten-goi {
    width: 220px;
    padding-left: 20px;
}

.cqgfee-table .col-san {
    width: 140px;
}

.cqgfee-table .col-phi {
    width: 130px;
}

.cqgfee-table .col-mo-ta {
    width: 450px;
}

.cqgfee-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    transition: background 0.15s ease;
}

.cqgfee-row:hover {
    background: rgba(255, 255, 255, 0.025);
}

.cqgfee-row td {
    padding: 14px 10px;
    vertical-align: middle;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-top: none !important;
}

.cqgfee-row:last-child td,
.cqgfee-row:last-child {
    border-bottom: none !important;
}

.cqgfee-row .col-ten-goi {
    padding-left: 20px;
}

.cqgfee-ten {
    font-size: 13px;
    font-weight: 500;
    color: #e2e8f0;
}

.cqgfee-san-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(180, 210, 255, 0.7);
    white-space: nowrap;
}

.cqgfee-dash {
    font-size: 14px;
    color: rgba(148, 163, 184, 0.4);
    padding-left: 12px;
}

.cqgfee-phi {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #f0f6ff !important;
    white-space: nowrap;
}

.cqgfee-mo-ta {
    font-size: 12px;
    color: rgba(148, 163, 184, 0.8);
    line-height: 1.5;
}

.cqgfee-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    gap: 8px;
}

.cqgfee-footer-left {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.cqgfee-footer-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cqgfee-live-dot {
    width: 6px;
    height: 6px;
    background: #00d492;
    border-radius: 50%;
    opacity: 0.9;
    display: inline-block;
}

.cqgfee-live-text {
    font-size: 12px;
    color: rgba(180, 210, 255, 0.35);
}

@media (max-width: 768px) {
    .cqgfee-section {
        padding: 20px;
        margin: 20px 0;
        border-radius: 4px;
    }

    .cqgfee-header {
        margin-bottom: 20px;
    }

    .cqgfee-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .cqgfee-card-header {
        padding: 15px 15px 20px;
    }

    .cqgfee-card-title {
        font-size: 18px;
        line-height: 20px;
    }

    .cqgfee-card-footer {
        gap: 0px;
    }
}