/* IQlator v1.37 — watchlist entries displayed within the market strip. */
.iq-ms-watchquote{appearance:none;border:0;border-right:1px solid var(--iq-ms-line);background:rgba(44,134,255,.12);font:inherit;cursor:pointer}
.iq-ms-watchquote em{padding:3px 6px;border-radius:999px;background:rgba(44,134,255,.24);color:#bdddff;font-size:9px;font-style:normal;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.iq-ms-watchquote:hover,.iq-ms-watchquote:focus-visible{background:rgba(44,134,255,.25);outline:none}
.iq-ms-watch-btn{display:flex;align-items:center;gap:3px}
.iq-ms-watch-btn b{font-size:10px;color:#bdddff}
@media(max-width:720px){.iq-ms-watch-btn span{display:none}.iq-ms-watchquote em{display:none}}
