.game-panel{width:100%;min-width:200px;max-width:900px;height:fit-content;background:rgba(30,30,30,.3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.15);position:relative;display:block;padding:24px;color:#fff}.game-panel-top{display:flex;align-items:center;gap:24px;margin-bottom:24px}.game-panel-img{width:auto;height:auto;max-width:45%;min-width:100px;max-height:350px;object-fit:contain;flex-shrink:0}.game-panel-first{flex:1;font-size:large;color:#fff}.game-panel-first h1{margin-top:0;margin-bottom:1rem;color:#fff}.game-panel-first p{margin-bottom:0;color:#fff}.game-panel-rest{font-size:large;width:100%;color:#fff}.game-panel-rest p{margin-bottom:1rem;color:#fff}@media (max-width:801px){.game-panel-top{flex-direction:column}.game-panel-img{display:none}.game-panel-first{width:100%}}