/*
 * Robina — your custom styles.  ✍️  Edit this file freely.
 *
 * It loads AFTER Robina's own CSS on pages that contain the booking form,
 * so your rules win without !important. `npm run build` never touches it
 * (that only rebuilds assets/dist/). Cache busts automatically on save.
 *
 * The widget exposes CSS variables you can override on .robina-booking:
 *   --robina-primary, --robina-primary-dark, --robina-primary-soft,
 *   --robina-text, --robina-muted, --robina-border, --robina-bg,
 *   --robina-radius, --robina-shadow
 *
 * Examples (uncomment to try):
 *
 * .robina-booking {
 *   --robina-primary: #c0392b;     // change the accent colour
 *   --robina-radius: 16px;
 *   max-width: 640px;
 * }
 * .robina-booking__title { font-size: 2rem; }
 */
