/* Directorist Support — Elementor integration styles.
 * Field value markup reuses the shared .dsp-field-* classes in support.css. */

.dsp-listing-field-widget {
    margin: 0;
}

/* Editor placeholder shown when there is no listing context (canvas/preview). */
.dsp-elementor-placeholder {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #72777c;
    background: #f0f0f1;
    border: 1px dashed #c3c4c7;
    border-radius: 3px;
}
