.cl-f78cbfa6-wrapper {
    width: 100%;
    max-width: 500px;
    font-family: inherit;
}

.cl-f78cbfa6-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.cl-f78cbfa6-header h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.cl-f78cbfa6-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cl-f78cbfa6-list {
    display: flex;
    flex-direction: column;
}

.cl-f78cbfa6-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6f2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cl-f78cbfa6-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.cl-f78cbfa6-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-grow: 1;
    margin-right: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.cl-f78cbfa6-arrow-btn {
    width: 44px;
    height: 44px;
    border: 1px solid #e6e6f2;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.cl-f78cbfa6-arrow-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

/* Hover Interactivity */
.cl-f78cbfa6-item:hover {
    padding-left: 4px;
}

.cl-f78cbfa6-item:hover .cl-f78cbfa6-dot {
    transform: scale(1.25);
}

.cl-f78cbfa6-item:hover .cl-f78cbfa6-arrow-btn svg {
    transform: translate(1px, -1px);
}
