.teacher-safe-inheritance-banner{
  margin:0 0 12px;
  padding:10px 12px;
  border:1px solid #cfe2d8;
  border-radius:8px;
  background:#f2f8f5;
  color:#345449;
  font-size:11px;
  line-height:1.45;
}
.teacher-safe-inheritance-banner strong{
  color:#203f35;
}
.catalogue-venue-preview{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px;
  margin-top:4px;
  font-size:9.5px;
  line-height:1.25;
}
.cvp-link{color:#596676}
.cvp-status{
  padding:2px 6px;
  border-radius:999px;
  font-weight:600;
}
.cvp-status.ok{
  background:#e8f4ee;
  color:#28634c;
}
.cvp-status.warn{
  background:#fff5db;
  color:#785f16;
}
.cvp-date{color:#8a94a2}
