/*
 * 鑑定スタイル / 話し方 の円グラフ
 */
.teller-chart { background:#fff; padding:8px; border-bottom:1px solid rgba(0,0,0,0.12); }
.teller-chart__inner { background:#f5f5f5; padding:12px; }
.teller-chart__title { font-size:16px; font-weight:500; color:rgba(0,0,0,0.87); margin-bottom:12px; }
.teller-chart__body  { display:flex; align-items:center; gap:30px; overflow:hidden; padding:0 23px; }
.teller-chart__img   { width:100px; height:100px; flex-shrink:0; border-radius:50%; overflow:hidden; }
.teller-chart__img svg { display:block; width:100%; height:100%; }
.teller-chart__legend { display:flex; flex-direction:column; gap:8px; width:155px; }
.teller-chart__legend--narrow { width:115px; gap:6px; }
.teller-chart__legend-item { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(0,0,0,0.87); }
.teller-chart__legend-item.is-top { font-weight:500; }
.teller-chart__dot { width:8px; height:8px; border-radius:2px; flex-shrink:0; display:inline-block; }
.teller-chart__empty { font-size:12px; color:rgba(0,0,0,0.6); padding:16px 0; text-align:center; }
