.inquiry-embed {
    width: 100%;
}

.inquiry-embed iframe {
    display: block;
    width: 100%;
    border: 0;
}

/* Editor placeholder (never renders the live form) */
.inquiry-embed--placeholder .inquiry-embed__placeholder {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 24px;
    border: 2px dashed #c9c9c9;
    border-radius: 6px;
    background: #f6f7f7;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.inquiry-embed--placeholder .inquiry-embed__placeholder span {
    word-break: break-all;
    color: #555;
}

.inquiry-embed--placeholder .inquiry-embed__placeholder em {
    color: #757575;
    font-size: 12px;
}
