
/* Fix icône auth débordante */
#auth-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

#auth-buttons a {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

#auth-buttons svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
