.ry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ry-country{min-width:0;border:1px solid var(--line);border-radius:9px;padding:14px}.ry-country h3{display:flex;align-items:center;gap:8px}.ry-chart{overflow-x:auto}.ry-chart svg{display:block;width:100%;min-width:490px;height:auto}.ry-table{border:1px solid var(--line);border-radius:7px}.ry-table table{min-width:450px}.ry-table th{white-space:nowrap}.ry-table th small{font-size:10px;font-weight:400}.ry-spreads{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12px;margin:12px 0}.ry-spreads small{color:var(--sub)}@media(max-width:800px){.ry-grid{grid-template-columns:1fr}.ry-country{padding:10px}}