/* ==============================================================
   File: /Hotel/css/booking-public-theme.css
   Fix:  v.6.0.a
   Scopo: file tema rapido da modificare per adattare il look
   ============================================================== */

:root {
  --bp-primary: #0d6efd;
  --bp-primary-hover: #0b5ed7;
  --bp-radius-lg: 28px;
  --bp-radius-md: 18px;
}

.booking-hero__text p {
  max-width: 680px;
}

.booking-search.card,
.booking-contact.card,
.booking-result-card {
  border: 1px solid rgba(13, 110, 253, .06);
}
