/**
 * Stili Editor Elementor - AnnunciFunebri
 *
 * Stili per l'editor di Elementor quando si usano i widget AnnunciFunebri.
 *
 * @package AnnunciFunebri
 * @since 4.7.6
 */

/* Placeholder per l'editor */
.annfu-editor-placeholder {
    text-align: center;
    padding: 40px 20px;
    background: #f9f9f9;
    border: 2px dashed #ddd;
    border-radius: 5px;
    min-height: 100px;
}

.annfu-placeholder-icon {
    margin-bottom: 15px;
}

.annfu-placeholder-icon i {
    font-size: 48px;
    color: #999;
}

.annfu-placeholder-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.annfu-placeholder-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Categoria widget nel pannello */
.elementor-element .icon[class*="annfu-"] {
    color: #d63638;
}
