.social-icons-row-5091dc87 {
    display: flex;
    align-items: center;
    gap: 15px; /* Default gap */
}

.social-icons-row-5091dc87 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.social-icons-row-5091dc87 svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: all 0.3s ease;
}