/*
 * Theme Name:  Hello Child — Bazaars Stud
 * Theme URI:   https://bazaarsstud.com
 * Description: Hello Elementor child theme for Bazaars Stud
 * Author:      Woodland Studio
 * Author URI:  https://woodlandstudio.co.uk
 * Template:    hello-elementor
 * Version:     1.0.0
 * License:     GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: bazaars-stud-theme
 */

/*
 * Add your custom CSS below this line.
 * Styles here override the parent Hello Elementor theme.
 * ------------------------------------------------------- */

a.bazaars-download-btn,
a.bazaars-download-btn:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
	align-self: stretch;
    color: #B09158 !important;
    background-color: #002531 !important;
    border-radius: 4px;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 500;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

a.bazaars-download-btn:hover {
    background-color: #B09158 !important;
    color: #ffffff !important;
}

@media (max-width: 767px) {
    html, body {
        scroll-snap-type: none !important;
    }
    
    * {
        scroll-snap-align: none !important;
        scroll-snap-stop: normal !important;
    }
}

