/* bridgerhouse-core — shared front-end styles.
   The design system itself lives in the bridgerhouse-child theme; this file is
   only for markup this plugin outputs directly (favourite buttons, car-request
   states, the reservation stepper, form status messages). */

.bh-fav-text.is-active { border-color: var(--brass, #A9804F); color: var(--brass, #A9804F); }

[data-car-request][disabled] { opacity: .7; cursor: default; }

.bh-form-status { margin-top: 14px; font-size: .9rem; }
.bh-form-status.is-error { color: var(--danger, #A23E2F); }
.bh-form-status.is-ok { color: var(--pine, #26332A); }

.bh-reservation .form-step[hidden] { display: none; }
.bh-reservation .bh-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }