.business-data-product-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    padding: 7px 10px;
    border: 1px solid #ead8b2;
    border-radius: 8px;
    background: #fffaf0;
    color: #694d19;
    font-size: 12px;
}
.business-data-product-status strong { font-size: 12px; }
.business-data-product-status span { color: #806a42; }
.business-data-product-status.is-stale { border-color: #ead8b2; background: #fffaf0; }
.business-data-product-status.is-degraded { border-color: #ecd1cd; background: #fff8f7; color: #7d332c; }
.dc-readable-json { max-height: 420px; padding: 14px; border-radius: 10px; background: #142b25; color: #e8f5f0; overflow: auto; white-space: pre-wrap; }
.dc-document-source { padding: 12px; border-radius: 9px; background: #f4f8f6; color: #53665e; overflow-wrap: anywhere; }
@media (max-width: 760px) {
    .business-data-product-status { align-items: flex-start; flex-direction: column; gap: 2px; }
}
