.tnt-ra-wrap{
  margin: 18px 0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.tnt-ra-label{
  font-size: 14px;
  margin: 0 0 8px 6px;
  color: var(--tnt-ra-label);
}

.tnt-ra-card{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none !important;

  background: var(--tnt-ra-bg);
  border: 1px var(--tnt-ra-border-style) var(--tnt-ra-border);
  border-radius: var(--tnt-ra-radius);
  box-shadow: var(--tnt-ra-shadow);

  padding: 14px 16px;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.tnt-ra-card:hover{
  transform: translateY(-1px);
}

.tnt-ra-thumb{
  width:64px;
  height:64px;
  border-radius: 10px;
  overflow:hidden;
  flex: 0 0 64px;
  border: 1px solid rgba(2,8,23,.08);
  background:#fff;
}

.tnt-ra-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.tnt-ra-title{
  color: var(--tnt-ra-title);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
