.floatquote { position: absolute; }
.multiquote-wrap { position: fixed; bottom: 20px; right: 20px; border: 2px solid var(--fgH1); border-radius: 7px; padding: 10px; background-color: var(--bg); text-align: center; }
.multiquote-wrap .floatquote { position: static; }
.active-quote { border-color: var(--fgH1); }
.active-quote .icon { color: #0A8ED0; }
.mqbtn { cursor: pointer; }