/* Игровая Лавка — global game platform/edition UI R28.5 */
/* Steam / Xbox corner marks aligned to the compact PlayStation visual scale. */
.steam-cover-flag{width:50px!important;height:50px!important}
.steam-cover-flag-drawer{width:58px!important;height:58px!important}
.igro-xbox-corner-r278{width:50px!important;height:auto!important;max-width:24%!important}
@media(max-width:760px){
  .steam-cover-flag{width:48px!important;height:48px!important}
  .steam-cover-flag-drawer{width:54px!important;height:54px!important}
  .igro-xbox-corner-r278{width:48px!important;max-width:25%!important}
}

/* Release date is displayed over the cover, bottom-right. */
.igro-release-badge-r285{
  position:absolute;right:12px;bottom:12px;z-index:30;
  display:inline-flex;align-items:center;
  padding:7px 10px;border-radius:11px;
  border:1px solid rgba(59,130,246,.45);
  background:rgba(5,18,38,.86);
  color:#65adff;font-size:12px;line-height:1;font-weight:700;
  white-space:nowrap;backdrop-filter:blur(7px);
  box-shadow:0 8px 24px rgba(0,0,0,.35)
}

/* Cross-platform buttons shown only when the same game exists on another platform. */
.igro-platform-switches-r285{display:flex;flex-wrap:wrap;gap:8px;margin:3px 0 10px}
.igro-platform-switch-btn-r285{
  appearance:none;min-height:34px;padding:7px 11px;border-radius:10px;
  border:1px solid rgba(55,145,255,.58);background:rgba(7,28,55,.74);
  color:#f5f9ff;font-size:12px;font-weight:700;line-height:1.1;
  cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.18);
  transition:transform .15s ease,border-color .15s ease,background .15s ease
}
.igro-platform-switch-btn-r285:hover{transform:translateY(-1px);background:rgba(12,43,80,.88)}
.igro-platform-switch-btn-r285.is-xbox{border-color:rgba(34,197,94,.72)}
.igro-platform-switch-btn-r285.is-steam{border-color:rgba(56,145,214,.76)}
.igro-platform-switch-btn-r285.is-playstation{border-color:rgba(48,132,255,.8)}
@media(max-width:760px){
  .igro-release-badge-r285{right:9px;bottom:9px;padding:6px 8px;font-size:11px}
  .igro-platform-switches-r285{gap:6px;margin-bottom:8px}
  .igro-platform-switch-btn-r285{min-height:32px;padding:6px 9px;font-size:11px}
}
