.cl-9be92216-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cl-9be92216-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cl-9be92216-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fef6e6;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cl-9be92216-item:hover .cl-9be92216-icon-wrap {
    transform: scale(1.08);
}

.cl-9be92216-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cl-9be92216-icon svg {
    fill: currentColor;
}

.cl-9be92216-text {
    line-height: 1.4;
}

.cl-9be92216-text a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.cl-9be92216-text a:hover {
    text-decoration: underline;
}

/* Divider variant */
.cl-9be92216-divider .cl-9be92216-item + .cl-9be92216-item {
    border-top: 1px solid #e0e0e0;
}
