.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;
}

a.templatebuilder_PLUG_element_static_Link {
    text-decoration: none;
}

a.templatebuilder_PLUG_element_static_Link:focus {
    outline: thin dotted;
}

/*
 * To maintain the previous behavior we need to exclude this classes
 */
a.templatebuilder_PLUG_element_static_Link:hover:not(.templatebuilder_preview_item_Item_Hover):not(.templatebuilder_preview_item_DragAndDrop_Dragged),
a.templatebuilder_PLUG_element_static_Link:active:not(.templatebuilder_preview_item_Item_Hover):not(.templatebuilder_preview_item_DragAndDrop_Dragged) {
    outline: 0;
}

.templatebuilder_PLUG_element_static_Link_HideLabel {
    display: none;
}

