/*
Theme Name: WorkForce Manager Theme
Theme URI: https://example.com
Author: TekniClean
Author URI: https://example.com
Description: Minimalistisk theme designet specifikt til WorkForce Manager plugin. Clean, hurtig og uden distraktioner.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wfm-theme
Tags: minimal, clean, full-width, admin

This theme is designed exclusively for the WorkForce Manager plugin.
*/

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    background: #f8f9fa;
}

/* Hide everything by default */
.site-header,
.site-footer,
.entry-header,
.entry-footer,
.entry-meta,
.navigation,
.sidebar,
.widget-area,
.breadcrumbs {
    display: none !important;
}

/* Full width content */
.site-content,
.content-area,
.site-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.entry-content {
    padding: 0;
    margin: 0;
}

/* Ensure full viewport */
#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1;
}
