.draggable-item {
    cursor: grab;
    background-color: #007bff;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.drop-zone {
    border: 2px dashed #ced4da;
    padding: 15px;
    min-height: 60px;
    border-radius: 5px;
    text-align: center;
    color: #6c757d;
}

.drop-zone.dragover {
    border-color: #007bff;
    background-color: #f1f9ff;
}

.wizard {
    display: none;
}

.wizard.active {
    display: block;
}
