body.page-id-387 {
    background: #f3f4f6;
}
#xsound-quote-app {
    max-width: 820px;
    margin: 0 auto;
}
#xsound-quote-app .elementor-widget-heading h1 {
    letter-spacing: .06em;
}
#xsound-quote-form .elementor-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
#xsound-quote-form .elementor-field-group {
    margin: 0;
}
#xsound-quote-form .elementor-field-group:not(.elementor-column) {
    width: 100%;
}
#xsound-quote-form .elementor-field-group-field_customer_reference,
#xsound-quote-form .elementor-field-group-field_event_type,
#xsound-quote-form .elementor-field-group-field_event_destination,
#xsound-quote-form .elementor-field-group-field_event_notes,
#xsound-quote-form .elementor-field-group-field_route_status,
#xsound-quote-form .elementor-field-group-field_sound_option,
#xsound-quote-form .elementor-field-group-field_lighting_option,
#xsound-quote-form .elementor-field-group-field_production_option,
#xsound-quote-form .elementor-field-group-field_payment_method,
#xsound-quote-form .elementor-field-group-field_quote_summary,
#xsound-quote-form .elementor-field-group-field_privacy_acceptance,
#xsound-quote-form .elementor-field-group-field_honeypot,
#xsound-quote-form .elementor-field-type-submit,
#xsound-quote-form .xsound-section-field {
    grid-column: 1 / -1;
}
#xsound-quote-form .elementor-field-type-html.xsound-section-field {
    background: #fff;
    border: 1px solid #d9dce1;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
    padding: 24px;
    margin-top: 12px;
}
.xsound-section-title {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .045em;
}
#xsound-quote-form input,
#xsound-quote-form select,
#xsound-quote-form textarea {
    border: 1px solid #cfd3d8;
    border-radius: 10px;
    background: #fff;
}
#xsound-quote-form .elementor-button {
    min-height: 52px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-weight: 700;
}
.xsound-route-controls {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.xsound-route-calculate {
    appearance: none;
    border: 0;
    border-radius: 10px;
    background: #111;
    color: #fff;
    padding: 12px 20px;
    font-weight: 700;
    cursor: pointer;
}
.xsound-route-status {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 220px;
    padding: 14px;
    border: 1px solid #d9dce1;
    border-radius: 10px;
    background: #f8f9fa;
}
.xsound-route-status.is-success {
    border-color: #237a43;
    background: #eef8f1;
}
.xsound-route-status.is-error,
.xsound-error {
    border-color: #a61b1b;
    color: #8d1717;
    background: #fff1f1;
}
.xsound-quote-summary {
    border: 2px solid #111;
    border-radius: 12px;
    background: #fff;
    padding: 22px;
}
.xsound-quote-summary ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.xsound-quote-summary li,
.xsound-quote-totals > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
    border-bottom: 1px solid #e2e4e7;
}
.xsound-quote-total {
    margin-top: 10px;
    padding-top: 15px !important;
    border-top: 2px solid #111;
    border-bottom: 0 !important;
    font-size: 25px;
}
.xsound-quote-disclaimer {
    margin: 16px 0 0;
    color: #61656b;
    font-size: 13px;
}
#xsound-quote-form.is-calculating .xsound-quote-summary {
    opacity: .55;
}
@media (max-width: 767px) {
    #xsound-quote-form .elementor-form {
        grid-template-columns: 1fr;
    }
    #xsound-quote-form .elementor-field-group {
        grid-column: 1 !important;
    }
    #xsound-quote-form .elementor-field-type-html.xsound-section-field {
        padding: 18px;
    }
    .xsound-quote-total {
        font-size: 21px;
    }
}