.currency-hint-trigger { display:inline-flex; align-items:center; gap:6px; padding:4px; border:0; border-radius:5px; background:transparent; color:inherit; font:inherit; cursor:help; user-select:none; -webkit-touch-callout:none; }
.currency-hint-trigger:focus-visible { outline:2px solid #b6d994; outline-offset:2px; }
.currency-source-panel { position:fixed; margin:0; z-index:1000; width:320px; max-width:calc(100vw - 16px); max-height:min(350px, calc(100dvh - 16px)); overflow:auto; border:1px solid #52644b; border-radius:12px; padding:12px; background:#18261f; color:#edf1e5; box-shadow:0 12px 36px #0008; }
.currency-source-panel header { display:flex; align-items:center; justify-content:space-between; margin-bottom:6px; font-size:14px; }
.currency-source-panel button { color:inherit; cursor:pointer; }
.currency-source-panel header button { border:0; background:transparent; font-size:22px; width:32px; height:32px; }
.currency-source-panel > div > button { display:flex; align-items:center; justify-content:space-between; gap:12px; width:100%; text-align:left; padding:10px 8px; border:0; border-radius:6px; background:transparent; }
.currency-source-panel > div > button:hover, .currency-source-panel button:focus-visible { background:#304637; outline:2px solid #91b47c; outline-offset:-2px; }
.currency-source-panel b { font-size:13px; }
.currency-source-panel small { display:block; margin-top:3px; color:#b0c0b0; font-size:12px; line-height:1.5; }
