/*
Theme Name: Bazo
Author: Cosmic
Author URI: https://example.com/bazo
Theme URI: https://example.com
Tags: full-site-editing, block-patterns
Text Domain: bazo
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.8.2
Version: 11.0.6

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.bazo-event-meta-notes {
    font-size: 16px;
    margin-bottom: 14px;
}

#frontend-product-form .acf-fields.bazo-custom-acf-field .acf-notice.-error.acf-error-message {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -23px;
    left: 14px;
    background-color: transparent !important;
    border: transparent;
}

@media (max-width: 576px) {
    .wp-block-bazo-studio .bazo-event-card a .bazo-event-card-content h3 {
        -webkit-line-clamp: unset !important;
    }
}

/*