/* Custom styles for Horsin Around website */

/* Organizer form responsive styles */
.form {
    max-width: 50%;
    margin: 0 auto;
}

/* Mobile responsive - full width on screens smaller than 768px */
@media (max-width: 767px) {
    .form {
        max-width: 100%;
    }
}
