.page-hero {
    margin-bottom: -28px !important;
}

.breadcrumbs {
    margin-bottom: -80px !important;
    background-color: #191b27!important;
}

.wp-block-cover{
    padding: 0!important;
}

.wp-block-cover__inner-container{
    min-height: 600px;
    min-width: 100%!important;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px){
    .page-hero {
        min-height: 600px;
    }
    .page-hero h1 {
        width: 100% !important;
    }
}

/* POST CONTENT STYLING */
.post-content .left .entry-content h2,
.post-content .left .entry-content h3,
.post-content .left .entry-content h4,
.post-content .left .entry-content h5{
   margin-bottom: 1rem!important;
   font-weight: 600;
}

.post-content .left .entry-content h2{
    font-size: clamp(1.5rem, 3vw, 2rem);
}
.post-content .left .entry-content h3{
    font-size: clamp(1.25rem, 3vw, 1.5rem);
}
.post-content .left .entry-content h4{
    font-size: clamp(1.15rem, 3vw, 1.25rem);
}

.post-content .left .entry-content p,
.post-content .left .entry-content ol li,
.post-content .left .entry-content ul li{
    margin-bottom: 1.25rem;
    line-height: 1.5!important;
}

.post-content .left .entry-content ol,
.post-content .left .entry-content ul{
    margin-left: 1.5rem!important;
}

.post-content .left .entry-content ol li,
.post-content .left .entry-content ul li{
    font-size: 1.125rem;
}

@media (min-width: 1650px){
    .post-content .left .entry-content p,
    .post-content .left .entry-content ol li,
    .post-content .left .entry-content ul li{
        font-size: 1.25rem;
    }
}

/* Links in the post body */
.post-content .left .entry-content p a{
    color: var(--wp--preset--color--ji-red);
}

.post-content .left .entry-content p a:hover{
    color: var(--wp--preset--color--ji-black);
    text-decoration: underline!important;
    text-decoration-color: var(--wp--preset--color--ji-red);
}

.post-content .left .entry-content figure{
    border-radius: var(--ji-border);
    overflow: hidden;
    aspect-ratio: 16/9;
}


.post-content .right h2{
    margin-top: 0!important;
}

.post-content ul li{
    margin-bottom: 2rem;
}