/*
Theme Name: NclexSpark Theme
Description: Professional theme for NclexSpark LMS
Version: 1.0.0
Author: NclexSpark
License: GPL v2
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

.site-header {
    background: #0066cc;
    color: white;
    padding: 20px 0;
}

.site-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.main-navigation a {
    color: white;
    text-decoration: none;
}

.site-main {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.site-footer {
    background: #f5f5f5;
    padding: 30px 0;
    margin-top: 60px;
    text-align: center;
}
