/* Custom HTML block
   Only the editor placeholder is styled. The front-end wrapper stays unstyled so
   embedded markup lands exactly where the author expects it. */

.custom-html--placeholder {
    border: 1px dashed #c3c4c7;
    border-radius: 4px;
    background: #f6f7f7;
    padding: 16px 18px;
}

.custom-html__placeholder {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #1d2327;
}

.custom-html__placeholder strong {
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #50575e;
}

.custom-html__code {
    margin: 0;
    max-height: 220px;
    overflow: auto;
    padding: 12px;
    border-radius: 3px;
    background: #1d2327;
    color: #e2e4e7;
    font-family: Menlo, Consolas, monospace;
    font-size: 12px;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
}

.custom-html__placeholder em {
    color: #646970;
    font-size: 12px;
}
