.ss-container-eec7db2d {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ss-btn-eec7db2d {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px; /* Smooth rounded square shape by default */
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ss-btn-eec7db2d:hover {
    opacity: 0.85;
    transform: translateY(-3px);
    color: #ffffff;
}

.ss-btn-eec7db2d svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.ss-btn-eec7db2d i {
    font-size: 22px;
}
