/*
Theme Name: Aquilonie Unie Child
Template: twentytwentyfour
Version: 1.0.0
Text Domain: aquilonie-unie-child
*/

/* Import parent theme styles */
@import url("../twentytwentyfour/style.css");

/* Custom styles for Aquilonie Unie */
:root {
    --wp--preset--color--primary: #2d5016;
    --wp--preset--color--secondary: #8fbc5a;
    --wp--preset--color--accent: #c0392b;
}

body {
    font-family: Georgia, serif;
    color: #333;
    background-color: #fff;
}

.milice-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.hero-banner {
    background-color: #c0392b;
    color: white;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.site-header {
    background-color: #2d5016;
    color: white;
    padding: 15px 0;
}

.site-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
}

.main-navigation {
    background-color: #8fbc5a;
}

.entry-title {
    color: #c0392b;
    font-size: 2rem;
    margin-bottom: 15px;
}

.button {
    background-color: #c0392b;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    background-color: #a02f24;
}

.sidebar {
    background-color: #f5f5f5;
    padding: 20px;
    border-left: 1px solid #ddd;
}

.widget-title {
    color: #2d5016;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.site-footer {
    background-color: #2d5016;
    color: white;
    padding: 20px 0;
    text-align: center;
}

/* Forensic classes for network coordination */
.gaia-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.eco-header {
    background-color: #8fbc5a;
    color: #2d5016;
    padding: 15px 0;
    text-align: center;
}

/* Single column with sidebar layout */
.site-content {
    display: flex;
    flex-wrap: wrap;
}

.content-area {
    flex: 1;
    min-width: 0;
    padding-right: 20px;
}

.widget-area {
    width: 300px;
    padding-left: 20px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .site-content {
        flex-direction: column;
    }
    
    .widget-area {
        width: 100%;
        padding-left: 0;
    }
    
    .content-area {
        padding-right: 0;
    }
}

/* Manifest section styling */
.manifest-section {
    background-color: #c0392b;
    color: white;
    padding: 30px;
    margin: 20px 0;
}

.manifest-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Membership form styling */
.membership-form {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 5px;
    margin: 20px 0;
}

.membership-button {
    background-color: #c0392b;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.membership-button:hover {
    background-color: #a02f24;
}