.keraykset-social-icons {
    display: flex;
    gap: 10px;
}

.keraykset-social-icons a {
    display: inline-block;
    width: 40px; 
    height: 40px;
    border-radius: 50%;
    background-color: #E9E9E9;
    text-align: center;
    line-height: 52px; 
    color: #333; 
    transition: background-color 0.3s ease;
}

.keraykset-social-icons a:hover {
    background-color: #fff;
    color: #FFF; 
}
.keraykset-social-icons a svg {
    height:25px;
    fill: var(--global-palette4);
}
