/*
Theme Name: EMF Städföretag
Theme URI: https://foretagstadningfalkoping.se
Author: EMF Städföretag
Description: Anpassat tema för EMF Städföretag. Full bredd, inga sidofält, inga containers. Byggt för att visa HTML-sidor korrekt.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: emf-stadforetag
*/

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: #ffffff; color: #1A1A18; overflow-x: hidden; }

/* ── FULL WIDTH: Ta bort ALLA containers och begränsningar ── */
.site,
.site-content,
.content-area,
.site-main,
.entry,
.entry-content,
.entry-content > *,
.post,
.page,
.hentry,
.wp-site-blocks,
.wp-block-group,
.wp-block-columns { max-width: 100% !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }

/* ── DÖLJ WORDPRESS-STANDARDELEMENT ── */
.entry-header,
.entry-title,
.entry-footer,
.entry-meta,
.post-navigation,
.site-header,
.site-footer,
.widget-area,
.sidebar,
#secondary { display: none !important; }

/* ── MAIN-ELEMENTET: Ingen extra padding ── */
main, #main, #content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

/* ── COVER BLOCK: Full bredd ── */
.wp-block-cover.alignfull,
.wp-block-cover { max-width: 100% !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }

/* ── ALIGNFULL ── */
.alignfull { max-width: 100% !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }

/* ── ADMIN BAR FIX ── */
.admin-bar { margin-top: 0 !important; }
