/**
 * Advisemynt — order-form pricing display.
 *
 * Brand styling applied to the GF Single Product field that surfaces the
 * tier/cycle price. Expects the GF field to wear CSS Class Name
 * `advisemynt-price-display` (set on the Advanced tab of the field).
 */

.gform_wrapper .gfield.advisemynt-price-display {
    font-size: 1.15rem;
    line-height: 1.4;
    color: var(--advisemynt-primary, #2175B6);
    background: rgba(33, 117, 182, 0.07);
    border-left: 4px solid var(--advisemynt-primary, #2175B6);
    border-radius: 3px;
    padding: 12px 16px;
    margin: 8px 0 16px;
}

.gform_wrapper .gfield.advisemynt-price-display .gfield_label {
    font-weight: 700;
    color: var(--advisemynt-primary, #2175B6);
    margin-bottom: 4px;
}

.gform_wrapper .gfield.advisemynt-price-display .ginput_product_price_label {
    display: none;
}

.gform_wrapper .gfield.advisemynt-price-display .ginput_product_price {
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
}
