/* The Grand Exchange: the item list, one item's order book and offer form, the collect box, the safety note. */
.exbg { background: linear-gradient(#f6e7c1, #e2c27a 42%, #8c5a2b); }
.exsign { background: #fff7e6; }
.exfilters { display: flex; gap: 6px; margin: 2px 0 10px; }
.exfilters .btn { flex: 1; }
.exrow { text-align: left; }
.exprices { margin-top: 3px; font-weight: 800; }
.excoin { display: inline-flex; align-items: center; gap: 2px; font-weight: 900; white-space: nowrap; }
.excoin svg { width: 14px; height: 14px; }
.exrow .pricehist, .exguide .pricehist { margin-top: 2px; }
.exdot { display: inline-block; width: 10px; height: 10px; margin-left: 4px; border-radius: 50%; background: var(--red); border: 2px solid var(--ink); }
.exbanner { background: #fff3c4; margin-bottom: 10px; line-height: 1.4; }
.exwait { background: #fff7e6; text-align: center; }
.excollect { display: flex; align-items: center; gap: 10px; background: #e8ffe9; margin-bottom: 10px; }
.exsafety { background: #fff7e6; margin-top: 12px; }
.exnote { margin: 8px 0; padding-left: 20px; font-weight: 800; line-height: 1.45; }
.exnote li { margin: 6px 0; }
.exfoot { margin-top: 14px; }
.exfoot summary { cursor: pointer; font: 900 13px/1 var(--body); color: #fff; text-shadow: 0 1px 0 #0006; padding: 8px 2px; }
.exhead { display: flex; align-items: center; gap: 12px; }
.exguide { margin-top: 10px; background: #fffdf5; }
.exbig { font: 400 26px/1.1 var(--head); margin-top: 2px; }
.exbig .excoin svg { width: 24px; height: 24px; }
.exspark { flex: none; width: 96px; color: #8a5a00; }
.pricespark.big { width: 96px; height: 34px; }
.exbook { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.exside { display: flex; flex-direction: column; gap: 5px; background: #fff; border: 3px solid var(--ink); border-radius: 16px; padding: 8px; box-shadow: 0 4px 0 var(--ink); }
.exside > b.h { font-size: 15px; text-align: center; }
.exlevel { display: flex; justify-content: space-between; align-items: center; gap: 6px; border: 2px solid #d8d0e4; border-radius: 10px; background: #faf7ff; padding: 6px 8px; font: 800 13px/1 var(--body); cursor: pointer; }
.exlevel:active { transform: translateY(1px); }
.exhint { margin: 6px 2px 0; font-weight: 800; color: #4b3f5e; }
.exform { margin-top: 12px; }
.exfield { margin-top: 10px; }
.exfield label { display: block; font: 900 13px/1 var(--body); margin-bottom: 5px; }
.exstep { display: flex; gap: 6px; align-items: center; }
.exstep .btn { flex: none; min-width: 42px; }
.exstep .textin { text-align: center; padding: 8px; font-size: 18px; }
.exquick { display: flex; gap: 6px; margin-top: 8px; }
.exquick .btn { flex: 1; }
.exsum { margin: 10px 0; font-weight: 800; line-height: 1.4; min-height: 22px; }
.exoffer .bar { margin-top: 5px; }
.exfill { padding: 6px 2px; border-top: 2px solid #efe8f7; }
.exfill:first-child { border-top: 0; }
.exfill.panel { border-top: 3px solid var(--ink); margin-bottom: 8px; }
