.mhbo-ai-concierge-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 32px 24px;
    border: 2px dashed #c3c4c7;
    border-radius: 4px;
    background: #f6f7f7;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    min-height: 120px;
}

.mhbo-ai-concierge-preview__icon {
    font-size: 36px;
    line-height: 1;
}

.mhbo-ai-concierge-preview__title {
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e;
}

.mhbo-ai-concierge-preview__meta {
    font-size: 12px;
    color: #50575e;
    margin: 0;
}

.mhbo-ai-concierge-preview__note {
    font-size: 11px;
    color: #8c8f94;
    font-style: italic;
}
