.panel-heading{flex-wrap:wrap}
.country-cell a{color:inherit;text-decoration:none}.country-cell a:hover{color:var(--petrol-green);text-decoration:underline;text-underline-offset:3px}
.currency-toggle{display:inline-flex;align-items:center;padding:3px;border:1px solid var(--border);border-radius:9px;background:var(--surface2)}
.currency-toggle button{border:0;border-radius:6px;padding:.48rem .7rem;background:transparent;color:var(--muted);font:inherit;font-size:.7rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s}
.currency-toggle button:hover{color:var(--text)}
.currency-toggle button.active{background:var(--surface);color:var(--petrol-green);box-shadow:0 1px 5px rgba(2,6,23,.16)}
.currency-toggle button:focus-visible{outline:2px solid var(--petrol-green);outline-offset:2px}
@media(max-width:760px){.currency-toggle{align-self:stretch}.currency-toggle button{flex:1}.display-unit{align-self:stretch;justify-content:space-between}}
