/* Mentor Theme Header and Footer */

.site-header {
    width: 100%;
    padding: 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding a {
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.site-navigation ul {
    display: flex;
    gap: 20px;
}

.site-navigation a {
    color: #222;
    font-weight: 500;
}

.site-footer {
    width: 100%;
    padding: 30px;
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    margin-top: 40px;
}

.footer-navigation ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-navigation a {
    color: #222;
    font-weight: 500;
}
