<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 991px) {
  .litepicker {
    --litepicker-day-width: 38px;
    --litepicker-month-width: calc(var(--litepicker-day-width) * 7);
  }
  .inline-2-col-litepicker .litepicker {
    --litepicker-day-width: calc(100% / 7) !important;
    --litepicker-month-width: calc(100%) !important;
  }
  .inline-2-col-litepicker .litepicker .container__days {
    width: 100% !important;
  }
  #dateRangeInput:not(:placeholder-shown) {
    font-size: 0.7rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .hero-nav .nav-link:not(.active):hover {
    color: var(--escursi-orange-light);
  }
  header .logo:hover {
    opacity: 0.8;
  }
  footer .footer-links li,
  footer .social i {
    transition: 0.3s;
  }
  footer .footer-links li:hover,
  footer .social i:hover {
    color: var(--escursi-orange);
  }
  footer:hover .rotate-150 {
    transform: translate(-50%, -50%) rotate(180deg) !important;
  }
  footer:hover .rotate-150-reverse {
    transform: translate(-50%, -50%) rotate(-180deg) !important;
  }
}
</pre></body></html>