/*
Theme Name: Astra Child
Template: astra
*/

.game-wrap{
max-width:1200px;
margin:auto;
padding:20px;
}

.game-title{
text-align:center;
font-size:48px;
font-weight:700;
margin:30px 0;
}

.game-box{
display:flex;
gap:30px;
background:#fff;
padding:30px;
border-radius:25px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.game-logo img{
width:220px;
border-radius:20px;
}

.game-details{
flex:1;
}

.stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin:20px 0;
}

.stat-box{
background:#fff;
padding:20px;
border-radius:20px;
text-align:center;
box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.stat-box span{
display:block;
font-size:24px;
font-weight:700;
}

.bonus-box{
font-size:24px;
font-weight:700;
margin-bottom:20px;
}

.download-btn{
display:block;
background:linear-gradient(90deg,#1da1f2,#001f3f);
color:#fff;
padding:25px;
border-radius:50px;
text-align:center;
font-size:28px;
font-weight:700;
text-decoration:none;
margin-bottom:15px;
}

.telegram-btn{
display:block;
border:3px solid #0088cc;
padding:20px;
border-radius:50px;
text-align:center;
font-size:24px;
font-weight:700;
text-decoration:none;
}

.game-content{
margin-top:30px;
background:#fff;
padding:30px;
border-radius:25px;
}

.archive-wrap{
max-width:1200px;
margin:auto;
padding:20px;
}

.game-card{
display:flex;
align-items:center;
gap:20px;
background:#fff;
padding:20px;
border-radius:20px;
margin-bottom:20px;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.game-rank{
font-size:32px;
font-weight:700;
}

.game-thumb img{
width:120px;
border-radius:15px;
}

.game-info{
flex:1;
}

.download-small{
background:#1da1f2;
color:#fff;
padding:15px 30px;
border-radius:10px;
text-decoration:none;
}

.related-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.related-card{
background:#fff;
padding:15px;
border-radius:15px;
text-align:center;
}