body{
    text-align: center;
}
.drop-area {
    width: 60%;
    min-height: 200px;
    border: 2px dashed #007bff;
    padding: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 24px;
    background: #f9f9f9;
    position: relative;
}

.component {
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    margin: 5px;
    cursor: move;
    display: inline-block;
    user-select: none;
}

.fields {
    margin-top: 20px;
}

.component-field {
    padding: 8px;
    background: #e3f2fd;
    margin: 5px;
    border: 1px solid #007bff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remove {
    cursor: pointer;
    font-size: 14px;
    color: red;
}
