.er-cost-strip{grid-template-columns:repeat(5,minmax(0,1fr))}
.er-cost-last strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.er-cost-breakdown{display:grid;gap:7px;font-size:.72rem;color:var(--muted)}
.er-cost-breakdown>div,.er-cost-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 0;border-top:1px solid #222b35}
.er-cost-breakdown>div:first-child,.er-cost-row:first-child{border-top:0}
.er-cost-breakdown strong,.er-cost-row strong{color:#dfc481;font-size:.7rem;text-align:right}
.er-drawer-image{display:block;width:100%;border-radius:12px;margin-bottom:10px;border:1px solid #303946}
@media(max-width:900px){
  .er-game{padding-top:132px}
  .er-game-header{height:120px}
  .er-cost-strip{grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden}
  .er-cost-strip span{min-width:0}
  .er-cost-last strong{font-size:.62rem}
  .er-chat-panel{height:calc(100dvh - 132px)}
  .er-drawer{top:120px}
}
@media(max-width:520px){
  .er-cost-strip{gap:3px}
  .er-cost-strip span{padding:4px}
  .er-cost-strip small{font-size:.48rem;letter-spacing:.03em}
  .er-cost-strip strong{font-size:.65rem}
  .er-cost-last strong{font-size:.55rem}
}
