.tlc-top-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  line-height:1;
  letter-spacing:.2px;
  background:#fff !important;
  color:#03045e !important;
  border:3px solid rgba(3,4,94,.35) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
  margin:10px 0 12px 10px;
  position:relative;
  z-index:60;
}
.su-note.negocio.tlc-top-1{
  border-color:#03045e !important;
  box-shadow:0 18px 45px rgba(0,0,0,.25) !important;
  transform:translateY(-2px);
}
.su-note.negocio.tlc-top-2{border-color:#1155a6 !important}
.su-note.negocio.tlc-top-3{border-color:#2471a3 !important}
.su-note.negocio.tlc-top-1 .tlc-top-badge::before{content:"👑 "}
.su-note.negocio.tlc-top-2 .tlc-top-badge::before{content:"🥈 "}
.su-note.negocio.tlc-top-3 .tlc-top-badge::before{content:"🥉 "}
.tlc-top-thick{
  margin-top:6px;
  font-size:13px;
  font-weight:900;
  color:#1f7a3a;
}
