/*
Theme Name: TERA Assessment Theme
Theme URI: https://example.com/
Author: ChatGPT & Paul
Author URI: https://example.com/
Description: Minimal, clean theme optimised for the TERA Risk Assessment tool.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tera-theme
*/

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f3f4f6;
    color: #0f172a;
}

a {
    color: #2563eb;
}

a:hover {
    color: #1d4ed8;
}

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

.site-main {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
    padding: 1rem 1.5rem;
    max-width: 1120px;
    margin: 0 auto;
    font-size: 0.85rem;
    color: #6b7280;
    border-top: 1px solid #e5e7eb;
}

.site-header {
    padding: 1rem 1.5rem;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.site-description {
    font-size: 0.9rem;
    color: #6b7280;
}

.site-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.5rem;
    box-sizing: border-box;
}

.page-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.page-content {
    background: transparent;
}
