*{box-sizing:border-box}main{min-height:70vh}.logo-text{font-weight:700}.submenu{max-height:400px;overflow-y:auto}.post-content img{max-width:100%;height:auto}.game-detail-page .page-title-section{align-items:flex-start;margin-bottom:32px}.game-detail-page .product-title h1{overflow-wrap:anywhere}.game-detail-page .product-main-info{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,360px) minmax(220px,.7fr);grid-gap:32px;gap:32px;align-items:start}.game-detail-page .product-main-info>*{min-width:0;margin-right:0}.game-detail-page .product-info,.game-detail-page .product-media,.game-detail-page .product-meta-section{width:100%}.game-detail-page .product-description{margin-bottom:32px}.game-detail-page .product-description p{overflow-wrap:anywhere}.game-detail-page .product-img{width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:8px;background:var(--extra-light-gray)}.game-detail-page .product-img img{width:100%;height:100%;object-fit:cover;display:block}.game-detail-page .product-meta-section{display:flex;flex-direction:column;gap:18px}.game-detail-page .product-meta-item{margin-bottom:0;padding-bottom:18px;border-bottom:1px solid var(--border-color)}.game-detail-page .product-meta-item:last-child{padding-bottom:0;border-bottom:0}.game-detail-taxonomy{display:grid;grid-gap:18px;gap:18px;margin-bottom:32px}.game-detail-chip-list{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.game-detail-chip{display:inline-flex;max-width:100%;align-items:center;min-height:32px;padding:6px 10px;border:1px solid var(--border-color);border-radius:8px;line-height:1.2;overflow-wrap:anywhere}.game-detail-muted{color:var(--inactive-text-color)}.game-detail-page .details-list{display:grid;grid-gap:10px;gap:10px}.game-detail-page .details-list li{display:grid;grid-template-columns:92px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.game-detail-page .details-list .bold{overflow-wrap:anywhere}@media (max-width:1100px){.game-detail-page .product-main-info{grid-template-columns:minmax(0,1fr) minmax(240px,320px)}.game-detail-page .product-meta-section{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.game-detail-page .product-meta-item{padding-bottom:0;border-bottom:0}}@media (max-width:760px){.game-detail-page .product-main-info{grid-template-columns:1fr;gap:24px}.game-detail-page .product-media{order:-1}.game-detail-page .product-img{max-width:360px;margin:0 auto}.game-detail-page .product-meta-section{grid-template-columns:1fr}.game-detail-page .details-list li{grid-template-columns:1fr;gap:4px}}