.si-dec93ac8-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
    font-size: 24px;
}
.si-dec93ac8-item {
    display: flex;
}
.si-dec93ac8-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease, transform 0.2s ease;
}
.si-dec93ac8-link svg {
    width: 1em;
    height: 1em;
    fill: #000;
    transition: fill 0.3s ease;
}
.si-dec93ac8-link:hover {
    transform: scale(1.1);
}
