/*
Theme Name: BizStarter Daisy UI
Theme URI: https://bizstarter.com.au
Author: Aaron Villanueva
Author URI: https://bizstarter.com.au
Description: Block theme base for DaisyUI and Tailwind utility classes.
Version: 0.1.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizstarter-daisyui
*/
body,
html {
  overflow-x: clip;
  width: 100%;
}

:where(.wp-block-group.has-background) {
  padding: 0;
}

.hero-ebm {
  background-position-x: 50%;
}

.wpcf7-form-control-wrap {
  display: contents;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .hero-ebm {
    background-position-y: 500%;
    background-size: auto !important;
  }
}
