/* ── Alpine: hide components before initialisation ──────────────────────────── */
[x-cloak] { display: none !important; }

/* ── Vehicle / extra stepper ─────────────────────────────────────────────────── */
.srb-stepper {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.srb-stepper__btn {
    width: 2rem;
    height: 2rem;
    border: none;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 1;
}

.srb-stepper__btn:disabled {
    cursor: not-allowed;
}

.srb-stepper__count {
    min-width: 2rem;
    text-align: center;
}

/* ── Summary rows ────────────────────────────────────────────────────────────── */
.srb-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
}

/* ── Total ───────────────────────────────────────────────────────────────────── */
.srb-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* ── Extra items ─────────────────────────────────────────────────────────────── */
.srb-extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/* ── Navigation actions ──────────────────────────────────────────────────────── */
.srb-actions {
    display: flex;
    gap: 0.5rem;
}

/* ── Vehicle rows ────────────────────────────────────────────────────────────── */
.srb-vehicle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ── GF form: functional overrides ──────────────────────────────────────────── */
.srb-gf-wrapper .gform_wrapper,
.srb-gf-wrapper .gform_wrapper.gravity-theme {
    margin: 0;
}

.srb-gf-wrapper input[type="text"],
.srb-gf-wrapper input[type="email"],
.srb-gf-wrapper input[type="tel"],
.srb-gf-wrapper textarea {
    width: 100%;
    max-width: 100%;
}
