/* Client version - PSD mode enabled */
.preview-section.psd-mode .kilo-flyers-template-preview {
    display: inline-block !important;
}

.preview-section.psd-mode .psd-text-layer {
    display: flex !important;
}

.psd-text-layer {
    position: absolute;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px dashed rgba(0, 102, 255, 0.3);
    pointer-events: auto;
    cursor: text;
    word-wrap: break-word;
    overflow: hidden;
}

.preview-section.psd-mode {
    display: block !important;
}

.has-psd-content {
    position: relative;
}
