/* Style for social icons in the nav menu */
.social-links .menu-item a {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .menu-item svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
}
