/*
Theme Name: Woodmart Child
Template: woodmart
Version: 1.0.1
Description: Minimal child theme for injecting a Woodmart HTML Block below the header.
Author: Site Owner
*/

/* Full-bleed utility so injected block spans viewport while header stays contained */
.full-bleed {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

/* Center title + search UI inside the plugin's #map-search wrapper */
.bigtex-fireworks-map #map-search {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.bigtex-fireworks-map #map-search input[type="text"],
.bigtex-fireworks-map #map-search input[type="search"],
.bigtex-fireworks-map #map-search input {
    display: block;
    width: min(700px, 100%);
    margin: 12px auto 0;
}