/* Custom styles for MTC Rentals */

/* Alpine.js cloak */
[x-cloak] {
    display: none !important;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Mobile sticky CTA spacer */
@media (max-width: 1023px) {
    body {
        padding-bottom: 4.5rem;
    }
}
