.block-latest-post-listing .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    margin: 32px auto;
    padding: 60px 0;
    box-shadow: 0 0 0 100vmax rgb(255 243 239);
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
/*    background: #e0f1f2;*/
    background: rgb(255 243 239);
}

.block-latest-post-listing .wp-block-media-text img {
/*    border-radius: 50%;*/
    box-shadow: 0 3px 6px #CCC;
    background: #FFFFFF;
    padding: 16px;
}
.block-latest-post-listing h2#h-hey {
    font-family: 'Suez One', serif;
    font-size: 33px;
    line-height: 39px;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.block-latest-post-listing .wp-block-media-text__content p {
    font-size: 22px;
    margin: 0;
    line-height: 36px;
    font-family: 'Source Sans 3', "system-ui";
    color: #000;
    text-align: left;
}

.block-latest-post-listing.block-post-listing {
   display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    position: relative;
}

.block-latest-post-listing > header{
    text-align: center;
}

.block-latest-post-listing header .separator{
    border-bottom: 1px solid #e2e2e2;
    display: block;
    position: relative;
    margin-bottom: 0;
    margin-top: 20px;
}
.block-latest-post-listing header .separator:before{
    content:"";
    width: 70px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.block-latest-post-listing header .separator i{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #f14e22;
}

.block-latest-post-listing.block-post-listing header h2.h_section {
    position: relative;
    font-size: 36px;
    line-height: 43px;
    color: #000;
    margin-bottom: 10px;
}

.block-latest-post-listing.block-post-listing .entry-title {
    font-size: 22px;
    line-height: 29px;
}
.block-latest-post-listing.block-post-listing .entry-title a:hover {
    color: #f14e22;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.block-latest-post-listing.block-post-listing .blog-grid-before-title {
    margin-bottom: 6px;
    margin-top: 4px;
}

.block-latest-post-listing .block-post-listing .inside-article {
    padding: 10px 0 !important;
}

.block-latest-post-listing .block-post-listing .inside-article h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.block-latest-post-listing .generate-columns-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 15px;
}

.block-latest-post-listing .block-post-listing header.entry-header {
    text-align: center;
}
.block-latest-post-listing .block-post-listing .post-primary-cat a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Source Sans 3', "system-ui";
}
.block-latest-post-listing .all-cat-buttons {
    text-align: center;
}
.block-latest-post-listing .wp-block-button a.wp-block-button__link {
    text-transform: uppercase !important;
}

.block-latest-post-listing .inside-article {
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}

.block-latest-post-listing .wp-block-button a.wp-block-button__link {
   font-size: 18px;
   margin-top: 0;
}

.block-latest-post-listing.block-post-listing.skin-2 .separator {
    display: none;
 }

.block-latest-post-listing.block-post-listing .post-image {
    position: relative;
    padding-top: 130%;
    width: 100%;
 }

.block-latest-post-listing.block-post-listing .post-image > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block-latest-post-listing.block-post-listing .post-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.block-latest-post-listing.block-post-listing.skin-2 > header {
   text-align: left;
 }


.block-latest-post-listing.block-post-listing.skin-2 .all-cat-buttons .wp-block-button__link{
    background: transparent;
    color:#f14e22;
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
    text-transform: none !important;
 }

.block-latest-post-listing.block-post-listing.skin-2 .all-cat-buttons .wp-block-button__link:hover{
    text-decoration: none;
 }

 @media screen and (min-width: 1024px) {

    .block-latest-post-listing .generate-columns-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-latest-post-listing .generate-columns-container.grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .block-latest-post-listing.block-post-listing.skin-2 .all-cat-buttons {
        position: absolute;
        right: 0;
        top: 14px;
    }
}
.post-image a.sf-popular:after {
    content: attr(data-number);
    position: absolute;
    left: 44%;
    bottom: -34px;
    transform: translateY(-50%);
    background-color: #f14e22;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    font-size: 22px;
    line-height: 1;
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    height: 35px;
    width: 35px;
    line-height: 27px;
    font-family: 'Suez One', serif;
}
header div.p-desc {
    font-family: 'Source Sans 3', "system-ui";
    color: #010101;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
}
.blog-grid-before-title .post-primary-cat a {
    color: rgba(0, 0, 0, .65);
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Source Sans 3', "system-ui";
}
.blog-grid-before-title .post-primary-cat a:hover {
    color: #f14e22;
}