/* _content/VillaLaCroixDuSud/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-zzgpj6n2xm] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-zzgpj6n2xm] {
  color: #0077cc;
}

.btn-primary[b-zzgpj6n2xm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-zzgpj6n2xm], .nav-pills .show > .nav-link[b-zzgpj6n2xm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-zzgpj6n2xm] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-zzgpj6n2xm] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-zzgpj6n2xm] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-zzgpj6n2xm] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-zzgpj6n2xm] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Make the booking offcanvas wider so 2 calendars fit side-by-side */
.offcanvas-booking[b-zzgpj6n2xm] {
  /* ~2×280px calendars + padding/gutters => 700–760px is comfy */
  --bs-offcanvas-width: min(90vw, 600px);
}
@media (max-width: 576px) {
  /* On phones, just take the full viewport width */
  .offcanvas-booking[b-zzgpj6n2xm] { --bs-offcanvas-width: 100vw; }
}

/* Optional: ensure the picker doesn't cap itself to a small width */
#bookingOffcanvas .daterangepicker[b-zzgpj6n2xm] { max-width: none; }
