img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.single-post h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
}

.single-post p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 22px;
}

.single-post h2 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media(max-width:768px){

    .single-post h1 {
        font-size: 1.9rem;
    }

    .single-post p {
        font-size: 1.1rem;
        line-height: 1.7;
    }

    .single-post {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.wp-block-image img {
    transition: transform .3s ease;
}

.wp-block-image img:hover {
    transform: scale(1.01);
}
