:root{--arc-font:'peyda-v3','Vazirmatn',sans-serif;}
.arc-font, .sr-legend, .sr-tip{font-family:var(--arc-font);}
.sr-legend{margin-top:8px; font-size:13px;}
.sr-legend-items{display:flex; gap:12px; flex-wrap:wrap;}
.sr-legend-item{display:flex; align-items:center; gap:6px;}
.sr-legend-item .sr-box{width:14px; height:14px; border:2px solid; border-radius:3px; display:inline-block;}
/* Tooltip */
.sr-tip{position:absolute; display:none; max-width:260px; padding:10px 12px; border-radius:10px; background:#fff; box-shadow:0 8px 22px rgba(0,0,0,.15); font-size:13px; line-height:1.6; direction:rtl; z-index:5}
.sr-tip-title{font-weight:700; margin-bottom:6px;}
.sr-tip-row{display:flex; align-items:center; gap:6px; white-space:nowrap}
.sr-tip-row .sr-dot{display:inline-block; width:10px; height:10px; border-radius:50%;}