/**
 * Marzipan Elementor Editor Styles
 */

.marzipan-elementor-placeholder {
    background: #f8f9fa;
    border: 1px dashed #c3c4c7;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.marzipan-elementor-placeholder__icon {
    font-size: 32px;
    color: #1e1e1e;
}

.marzipan-elementor-placeholder__icon i {
    font-size: inherit;
}

.marzipan-elementor-placeholder__title {
    font-weight: 600;
    font-size: 14px;
    color: #1e1e1e;
}

.marzipan-elementor-placeholder__description {
    font-size: 12px;
    color: #757575;
}
