.crm-meta-status {
  align-items: center;
  background: #f7fafc;
  border: 1px solid #d7e3ed;
  border-radius: 10px;
  color: #475569;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 12px 15px;
}
.crm-meta-status b { color: #17345d; }
.crm-meta-status.ready { background: #ecfdf3; border-color: #a7e4bd; }
.crm-meta-status.ready b { color: #087443; }
.crm-meta-status.pending { background: #fff8e6; border-color: #efd27a; }
@media (max-width: 650px) { .crm-meta-status { align-items: flex-start; flex-direction: column; } }
