.sb-list-ef79cbd6 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sb-item-ef79cbd6 {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sb-item-ef79cbd6:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.sb-icon-ef79cbd6 {
    flex-shrink: 0;
    color: #10b981;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sb-icon-ef79cbd6 svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.sb-text-ef79cbd6 {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin: 0;
}