/*
 Theme Name:   MH Magazine Lite Child
 Template:     mh-magazine-lite
 Description:  Child theme pro geocaching.cz
 Version:      1.0.0
*/
/* ===== HLAVIČKA: logo vlevo, vyhledávání vpravo – na jednom řádku ===== */
.mh-header > .mh-container.mh-container-inner.mh-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
}

/* Logo a pravý blok – zákaz 100% šířky a floatů */
.mh-header .mh-site-logo { width: auto !important; float: none !important; margin: 0 !important; }
.gc-header-right { margin-left: auto !important; display: flex !important; align-items: center !important; }

/* Widget "Vyhledávání" (legacy) v hlavičce */
.gc-header-right .widget_search label,
.gc-header-right .screen-reader-text { display: none !important; }
.gc-header-right .widget_search .search-form { margin: 0 !important; }
.gc-header-right .widget_search .search-field { width: 320px !important; max-width: 100% !important; }
.gc-header-right .wp-block-search__label { display: none !important; }
.gc-header-right .wp-block-search__inside-wrapper { display: flex !important; align-items: center !important; gap: 8px !important; }
.gc-header-right .wp-block-search__input { width: 320px !important; max-width: 100% !important; }
