#cart-subtotal-admin_fee .label {
    position: relative;
    padding-right: 22px;
}

.brs-admin-fee-info-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 4px;
    color: #6c757d;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 0;
}

.brs-admin-fee-info-icon:hover,
.brs-admin-fee-info-icon:focus {
    color: #333;
    outline: none;
}

.brs-admin-fee-info-icon .material-icons {
    font-size: 16px;
}

/* Hide hook-rendered admin fee row in checkout/cart (already shown in subtotals) */
.cart-summary-totals .brs-admin-fee-wrapper {
    display: none;
}
