
.play-game-title{display:flex!important;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.play-game-title img{width:58px;height:58px;border-radius:15px;object-fit:cover;flex:0 0 auto;box-shadow:0 8px 20px #0b63f628}
@media(max-width:520px){.play-game-title{gap:9px}.play-game-title img{width:48px;height:48px;border-radius:12px}}

.play-bottom-home{width:min(760px,calc(100% - 24px));margin:4px auto 28px;text-align:center}
.play-bottom-home a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border-radius:999px;background:#fff;color:#3f4c86;text-decoration:none;font-weight:900;box-shadow:0 8px 24px #24356b18;border:1px solid #e4e9f7}
.play-bottom-home a:hover{transform:translateY(-1px);box-shadow:0 10px 26px #24356b24}
.play-bottom-home a:focus-visible{outline:3px solid #79b8ff;outline-offset:3px}
@media(max-width:520px){.play-bottom-home{margin:2px auto 22px}.play-bottom-home a{width:100%;max-width:360px}}
