.referrals-table td.address{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
@media(max-width:600px){
 .referrals-table,.referrals-table tbody{display:block;width:100%}
 .referrals-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
 .referrals-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:12px}
 .referrals-table tr:last-child{margin-bottom:0}
 .referrals-table td{display:block;border:0;padding:0;min-width:0;font-weight:600;overflow-wrap:anywhere}
 .referrals-table td::before{content:attr(data-label);display:block;font:11px/1.5 sans-serif;color:var(--muted);margin-bottom:3px}
 .referrals-table td:nth-child(1){order:1}.referrals-table td:nth-child(3){order:2}
 .referrals-table td.address{order:3;grid-column:1/-1;font-weight:400;line-height:1.6}
 .referrals-table td:nth-child(4){order:4}.referrals-table td:nth-child(5){order:5}
 .referrals-table td[colspan]{grid-column:1/-1;font-weight:400}
}
