/* Hero Block — editor-only styles */

.kdk-hero-placeholder {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: 2px dashed #d4d4d4;
    border-radius: 4px;
}

