.templatebuilder_PLUG_element_dropzone_DropZone {
    justify-content: inherit;
    display: contents;
    flex-direction: inherit;
    align-items: inherit;
    height: fit-content;
    width: 100%;
    cursor: auto;
}

.templatebuilder_PLUG_element_dropzone_DropZone:empty {
    display: flex;
}

.templatebuilder_PLUG_element_dropzone_DropZone:empty::before {
    padding: 40px;
    display: flex;
    text-align: center;
    white-space: pre;
    line-height: 20px;
    justify-content: center;
    width: 100%;
    outline: var(--tin-neutral400) dotted 2px;
    box-sizing: border-box;
}

.templatebuilder_PLUG_element_dropzone_DropZone:hover:empty::before {
    outline: var(--tin-avacado500) dotted 2px;
}

