.labelid-gallery-preview {

    width:100%;
    min-height:300px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#fff;

}


.labelid-gallery-preview canvas {

    max-width:100%;
    height:auto;

}


.labelid-label-preview {

    text-align:center;

    background:#fff;

    border:1px solid #ddd;

    padding:15px;

}


.labelid-preview-text {

    font-weight:700;

    margin-bottom:8px;

}

.labelid-configurator .labelid-field {

    margin-bottom: 18px;

}


.labelid-configurator label {

    display:block;

    margin-bottom:6px;

}


.labelid-configurator input,
.labelid-configurator select,
.labelid-configurator textarea {

    width:100%;

}