.wp-block-post-template{
    max-width: 1461px;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}

.wp-block-post-template .wp-block-post{
    min-width: 350px;
    max-width: 350px;
    width: 100%;
}

:root :where(.is-layout-flow) > :first-child {
    margin-block-start: 1.7rem;
}


.wp-block-post-excerpt {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--wp--preset--color--foreground);
}
.wp-block-button.wp-block-read-more{
    margin-top: 1rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #0d68a5;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 0.8rem;
}
.wp-block-button.wp-block-read-more:hover{
    background-color: #1d7fc0;
    color: #fff;
}
nav.wp-block-query-pagination{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.wp-block-post-title,.wp-block-post-excerpt{
    margin:5px 0px;

}
.wp-block-post-title > *{
    font-size: 1.4rem;
}
.wp-block-query{
    width: fit-content;
}