.bzp-order-fields {
    padding: 16px 0;
}
.bzp-floor-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bzp-floor-label {
    white-space: nowrap;
    font-weight: 600;
}
.bzp-floor-stepper select {
    max-width: 100px;
}
.bzp-unit {
    color: #888;
    font-weight: normal;
}
.bzp-live-total {
    font-size: 1.05em;
    margin-top: 10px;
}
.bzp-price-breakdown {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}
.bzp-price-breakdown li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}
.bzp-total-line {
    font-weight: 700;
    font-size: 1.1em;
    border-bottom: none !important;
    border-top: 2px solid #ddd;
    margin-top: 4px;
    padding-top: 10px !important;
}
.bzp-unit-suffix {
    font-size: 0.5em;
    color: #888;
    font-weight: normal;
    margin-inline-start: 4px;
}
.bzp-unit-suffix--card {
    font-size: 1em;
}
wp_enqueue_style(
    'bzp-cart-page-fields',
    plugin_dir_url(__FILE__) . '../assets/css/bzp-cart-page-fields.css',
    [],
    '1.0.1'
);