
/* ================= HEADER ================= */
.site-header {
    background-color: #004080 !important;
    padding: 10px 0 !important;
}

.site-logo img {
    max-height: 60px !important;
}

.nav-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.nav-menu li {
    margin: 0 15px !important;
}

.nav-menu a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.nav-menu a:hover {
    text-decoration: underline !important;
}

/* ================= MAIN CONTENT ================= */
.main-content {
    width: 70% !important;
    float: left !important;
    padding: 20px !important;
}

.article-title {
    font-size: 1.5em !important;
    color: #004080 !important;
    margin-bottom: 10px !important;
}

.article-meta {
    font-size: 0.9em !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
}

.article-content {
    line-height: 1.6 !important;
    color: #333333 !important;
}

/* ================= SIDEBAR ================= */
.sidebar {
    width: 30% !important;
    float: right !important;
    padding: 20px !important;
    background-color: #f5f5f5 !important;
}

.widget-title {
    font-size: 1.2em !important;
    color: #004080 !important;
    margin-bottom: 15px !important;
}

.sidebar ul {
    list-style: none !important;
    padding: 0 !important;
}

.sidebar ul li {
    margin-bottom: 10px !important;
}

.sidebar ul li a {
    color: #004080 !important;
    text-decoration: none !important;
}

.sidebar ul li a:hover {
    text-decoration: underline !important;
}

/* ================= FOOTER ================= */
.site-footer {
    background-color: #004080 !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 15px 0 !important;
    clear: both !important;
    margin-top: 20px !important;
}

.site-footer p {
    margin: 0 !important;
    font-size: 0.9em !important;
}

/* ================= BUTTONS ================= */
.button {
    background-color: #004080 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    border-radius: 5px !important;
}

.button:hover {
    background-color: #003366 !important;
}

/* ================= TABLE ================= */
.table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
}

.table th,
.table td {
    border: 1px solid #dddddd !important;
    padding: 8px !important;
    text-align: left !important;
}

.table th {
    background-color: #004080 !important;
    color: #ffffff !important;
}
