/* Dream RPG Reborn v0.55 R5 — unified General / Dream Token / Exaltion shop presentation. */
.drrShopShellV055R5{max-width:1180px;margin:0 auto}
.drrShopTabsV055R5{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:8px 0 16px}
.drrShopTabV055R5{width:100%;min-height:44px;font-weight:850;text-align:center;white-space:normal}
.drrShopSectionV055R5{display:block}
.drrShopSectionV055R5>h3{margin-bottom:6px}
.drrShopSectionV055R5>p.muted{margin-top:0;margin-bottom:14px}
.drrShopItemV055R5{min-height:58px}
.drrShopItemInfoV055R5{min-width:0;flex:1 1 360px}
.drrShopPurchaseV055R5{display:flex!important;align-items:center;justify-content:flex-end;gap:9px;flex:0 1 auto;text-align:right}
.drrShopPriceV055R5{white-space:nowrap}
.drrShopPurchaseV055R5>button{min-width:74px}
.drrShopStatusV055R5{min-height:44px}
@media(max-width:700px){
  .drrShopTabsV055R5{grid-template-columns:1fr;gap:6px}
  .drrShopTabV055R5{min-height:40px}
  .drrShopItemV055R5{display:block!important;padding-top:10px!important;padding-bottom:10px!important}
  .drrShopPurchaseV055R5{display:flex!important;justify-content:space-between!important;width:100%;margin-top:8px!important;text-align:left}
  .drrShopPurchaseV055R5>button{min-width:82px}
}
