body.single-crypto .site-main{

    max-width:900px;

    margin:auto;
}

.entry-content h1,
.single h1{

    text-align:center;

    font-size:42px;

    font-weight:800;

    margin-bottom:10px;

    color:#111827;
}

.wp-post-image{

    width:180px;

    height:180px;

    object-fit:cover;

    border-radius:28px;

    display:block;

    margin:auto;

    box-shadow:
        0 10px 30px
        rgba(0,0,0,.08);
}

.crypto-content{

    text-align:center;

    max-width:700px;

    margin:25px auto;

    color:#475569;

    font-size:18px;

    line-height:1.7;
}

.crypto-content{

    background:#fff;

    padding:35px;

    border-radius:24px;

    border:1px solid #e5e7eb;

    box-shadow:
        0 8px 24px
        rgba(0,0,0,.04);
}

.gegov-rating-score{

    font-size:20px;

    font-weight:700;

    margin-top:10px;

    color:#595772;
}
.gegov-share-box{

    margin-top:25px;

    display:flex;

    justify-content:center;
}

.crypto-details{

    margin-top:25px;

    padding:25px;

    background:#fff;

    border-radius:20px;

    border:1px solid #e5e7eb;
}

.crypto-details code{

    display:block;

    margin-top:5px;

    padding:12px;

    border-radius:10px;

    background:#f8fafc;

    word-break:break-all;

    color:#0f172a;
}
.crypto-details p{

   font-size:16px;
}

.crypto-back{

    margin-top:30px;

    text-align:center;
}

.crypto-back a{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:12px 18px;

    border-radius:999px;

    text-decoration:none;

    background:#f1f5f9;

    color:#334155;
}

.crypto-back a:hover{

    transform:translateY(-2px);
}

@media(max-width:768px){

    .crypto-content{

        padding:22px;
    }

    .single h1{

        font-size:32px;
    }

    .wp-post-image{

        width:140px;

        height:140px;
    }

    .gegov-stars-fill,
    .gegov-stars-bg{

        font-size:26px;
    }
	
	.crypto-details p{

   font-size:12px;
}
