/*!
Theme Name: Educal
Theme URI: https://bdevs.net/wp/educal/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: Educal – Education WordPress Theme
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: educal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

<script>
document.addEventListener('click', function(e) {
    if (e.target.closest('.bookly-time-slot')) {
        document.querySelectorAll('.bookly-time-slot').forEach(slot => {
            slot.style.display = 'none';
        });
        e.target.closest('.bookly-time-slot').style.display = 'inline-block';
    }
});
</script>
