[data-builder="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: white;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

[data-builder="button"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.18);
}

.builder-btn-click {
    transform: scale(0.95);
}
