/* Property source badges: preserve saved-source semantics and card geometry. */
.property-operation-card .property-operation-meta > div:first-child > div > span[title] {
  border-radius: 999px !important;
  font-weight: 400 !important;
}
.property-operation-card .property-operation-meta > div:first-child > div > span.bg-emerald-50 {
  background: #eaf8ee !important;
  border-color: #c5e6ce !important;
  color: #28633b !important;
}
.property-operation-card .property-operation-meta > div:first-child > div > span.bg-red-50 {
  background: #fff1f2 !important;
  border-color: #fecdd3 !important;
  color: #9f1239 !important;
}
.property-operation-card .property-operation-meta > div:first-child > div > span[title] > span:first-child {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  flex: 0 0 10px !important;
  box-sizing: border-box !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
}
.property-operation-card .property-operation-meta > div:first-child > div > span.bg-emerald-50 > span:first-child {
  background: #21a34b !important;
  box-shadow: 0 1px 3px #173c3866, 0 0 0 1px #a8ceb1 !important;
}
.property-operation-card .property-operation-meta > div:first-child > div > span.bg-red-50 > span:first-child {
  background: #e5484d !important;
  box-shadow: 0 1px 3px #4a172366, 0 0 0 1px #e3b3bb !important;
}
