/*
 * HRG Per-Hotel Tax Breakdown
 * v1.0.2
 */

.hrg-tax-breakdown-debug {
    display: none !important;
}

.hrg-tax-fee-row,
.hrg-tax-tax-row,
.hrg-tax-total-row,
.hrg-tax-heading-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: baseline;
}

.hrg-tax-heading-row,
.hrg-tax-total-row {
    font-weight: 700;
}
