/* 
 Theme Name:   xpnews
 Theme URI:    
 Description:  Omlavet til ma
 Author:       LM 
 Author URI:   https://minavis.dk
 Template:     expose-news
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* ==========================================================================
   Ultimativ nulstilling af header-layout
   ========================================================================== */

/* 1. Sæt logo-størrelsen til 300px bred med automatisk højde */
:root {
	--logo-size-custom: 300px !important;
}
.site-branding img.custom-logo {
	width: 100% !important;
	max-width: 300px !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}

/* 2. Omdan containeren til et simpelt block-element i stedet for et Grid */
.expose-news-middle-header-wrapper {
	display: block !important;
	text-align: left !important;
}

/* 3. Tving logoets ramme og links helt til venstre */
.site-header .expose-news-middle-header .expose-news-middle-header-wrapper .site-branding {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	float: left !important; /* Tvinger elementet til at flyde til venstre */
	display: block !important;
	width: auto !important;
}

.site-branding a {
	display: inline-block !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

/* 4. Ryd op efter 'float' så intet andet går i stykker */
.expose-news-middle-header-wrapper::after {
	content: "" !important;
	display: table !important;
	clear: both !important;
}