/*
Theme Name: Orkel Direkte Butikk
Theme URI: 
Author: Exigo
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
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: orkel-direkte-butikk
Tags: 
*/

header div {
    margin-block-start: 0px !important;
}

header .wp-block-search {
    border: none;
    border-bottom: 2px solid var(--wp--preset--color--orange);
}

header .wp-block-search .wp-block-search__button {
    border: none;
}

header .wp-block-search .wp-block-search__input {
    background-color: transparent;
    color: white;
    outline: none;
    border: none;
}

header .wp-block-navigation__responsive-container.has-modal-open {
    padding: 1rem !important;
}

header .wp-block-navigation__responsive-container.has-modal-open ul {
    gap: 1rem !important;
}

/* Mobile Only - Hide on desktop (782px is WordPress admin bar breakpoint) */
@media (min-width: 782px) {
    .is-style-mobile-only {
        display: none !important;
    }
}

/* Desktop Only - Hide on mobile */
@media (max-width: 781px) {
    .is-style-desktop-only {
        display: none !important;
    }
}