/* Basit layout */
.fk-social-icons-wrapper {
    display: flex;
}

.fk-social-icons {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.fk-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #0f172a;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.18s ease;
}

.fk-social-icon svg {
    width: 1em;
    height: 1em;
}

.fk-social-icon:hover {
    text-decoration: none;
}
