/* scooterBookingStyles.css */
.scooter-booking-app {
    /* Reset WordPress stylů */
    --wp-preset-font-family: initial;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

    /* Základní vzhled */
    color: #333;
    line-height: 1.5;
}

/* Specifické přepsání pro různé elementy */
.scooter-booking-app h1,
.scooter-booking-app h2,
.scooter-booking-app h3,
.scooter-booking-app h4,
.scooter-booking-app h5,
.scooter-booking-app h6,
.scooter-booking-app p,
.scooter-booking-app span,
.scooter-booking-app button,
.scooter-booking-app input,
.scooter-booking-app textarea,
.scooter-booking-app label {
    font-family: inherit !important;
}

/* Přizpůsobení podle potřeby */
.scooter-booking-app button {
    font-weight: 600 !important;
}

/* Můžete přidat další styly podle potřeby */
.scooter-booking-app .rounded-lg {
    border-radius: 0.5rem !important;
}

.scooter-booking-app ul {
    margin: 0 !important;
    padding: 0 !important;
}

/*.scooter-booking-app h2 {*/
/*    margin: 0 !important;*/
/*}*/

.scooter-booking-app-no-margin p {
    margin: 0 !important;
}
