/**
 * Custom duration popup — na mobilnom iznad sticky footera (75px).
 * Desktop: bez promene (addon default bottom: 0).
 */
@media only screen and (max-width: 1000px) {
    .booknetic_appointment .booknetic_custom_duration_popup.enter {
        bottom: 75px !important;
        max-height: calc(100% - 75px) !important;
    }
}
