.wp-block-latest-posts li{
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title{
    font-weight: 500;
}

.wp-block-gallery img {
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wp-block-gallery img:hover {
    transform: scale(1.02);
    opacity: 0.92;
}
.entry-content p {
   line-height:1.7;
}