/*
Theme Name: 123keuzehulp
Theme URI: 
Author: 123keuzehulp
Author URI: 
Description: My own theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 123keuzehulp
Tags:
*/

* {
	--wp--custom--carousel-block--pagination-bullet-size: 0px;
}

body, html {
	padding: 0;
}

/* Below content width: horizontal scroll for USP banner instead of stacking */
@media (max-width: 1400px) {
    .slider-box-design {
        max-width: 100vw;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
    }
    .slider-box-design > * {
        flex-shrink: 0;
    }
}

