/*
Theme Name: Abilbyte ODV
Author: Abilbyte Team
Description: Tema personalizzato Abilbyte ODV
Version: 1.0
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

#abilbyte-header {
    background: #A9D1E2;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 768px) {
    #abilbyte-header {
        flex-direction: column;
        text-align: center;
    }
    
    #abilbyte-header nav ul {
        flex-direction: column;
        gap: 10px;
    }
}
