/*
Theme Name: ZenHit
Theme URI: https://www.zenhit.eu/zenhit
Author: Daphne BOUTET
Author URI: https://wads-apps.com
Description: ZenHit, pour tous les hotels ...
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zenhit
Tags: 
*/

/* style.css */
.wp-block-search .wp-block-search__inside-wrapper {
    padding: 0;
    border-color: var(--wp--preset--color--contrast);
}

.wp-block-search .wp-block-search__inside-wrapper input {
    padding: var(--wp--preset--spacing--20);
}

@media screen and (min-width: 600px) {
    #header nav.wp-block-navigation {
        flex: 1;
    }

    #header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        justify-content: space-between;
    }

    
    #footer .wp-block-group.is-vertical {
        flex-direction: row;
        justify-content: space-between;
    }
}

#single-hero .wp-block-cover__inner-container {
    margin-top: auto;
}