.xdesigner {
}

.xdesigner canvas {
    border: 2px solid gray;
    background-color: white;
    width: 100%;    /* ver nota en: _initializeCanvasSize() */
    height: unset;   /* idem */
}

.xdesigner-simple-form {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: center;
    font-family: sans-serif;
    align-items: flex-start;
}

.xdesigner-simple-form .mini {
    border: 1px solid #333;
    width: 150px;
}

.xdesigner-simple-form > div {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.xdesigner-simple-form label {
    font-size: 11px;
    color: #aaa;   /* gris claro */
    margin-bottom: 2px;
    user-select: none;
}

.xdesigner-simple-form input[type="number"] {
    width: 60px;
}

.xdesigner-simple-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

