/*
Theme Name: Orange Operations Theme
Theme URI: https://orangehealth.example.com/
Author: Orange Health 
Description: Minimal, conflict-free theme tailored for the Orange Operations Hub portal.
Version: 1.0.0
License: GPLv2 or later
Text Domain: orange-ops-theme
*/

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, -sans-serif;
    background: #f3f4f6;
    color: #111827;
}

.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer.site-footer {
    flex-shrink: 0;
    padding: 16px 24px;
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
}
