.wp-block-group.has-background {
    padding: 2.5rem !important;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
}

.simulator-placeholder {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    margin: 30px 0;
}

.simulator-placeholder::before {
    content: "🛠️ EMPLACEMENT WIDGET NEXARA";
    display: block;
    font-weight: 800;
    color: #64748b;
    font-size: 0.8rem;
    margin-bottom: 10px;
}
