.ce-0689fb24-container {
    font-family: inherit;
    padding: 10px;
}

.ce-0689fb24-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.ce-0689fb24-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.25s ease;
}

.ce-0689fb24-btn:hover {
    background-color: #e5e7eb;
    transform: translateY(-1px);
}

.ce-0689fb24-btn.is-active {
    background-color: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
}

.ce-0689fb24-btn svg,
.ce-0689fb24-btn i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    flex-shrink: 0;
}

.ce-0689fb24-btn.is-active svg {
    fill: #ffffff;
}

.ce-0689fb24-result {
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    background-color: #f8fafc;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ce-0689fb24-placeholder {
    font-size: 13px;
    color: #64748b;
}

.ce-0689fb24-badge-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: ceFadeIn 0.3s ease forwards;
}

.ce-0689fb24-badge {
    background-color: #10b981;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.ce-0689fb24-label {
    font-size: 14px;
    font-weight: 500;
    color: #334155;
}

@keyframes ceFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
