.post-content h2 {
    font-size: 28px;
    font-weight: 700 !important;
}

.post-content h2 b {
    font-weight: 700 !important;
}

.post-content h3 {
    font-size: 26px;
    font-weight: 600 !important;
}

.post-content h3 b {
    font-weight: 600 !important;
}

.post-content h4,
.post-content h5,
.post-content h6 {
    font-size: 22px;
    font-weight: 600 !important;
}

.post-content h4 b,
.post-content h5 b,
.post-content h6 b {
    font-weight: 600 !important;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #666666;
    margin-block: 17px;
}

.post-content h2 b,
.post-content h2 strong,
.post-content h3 b,
.post-content h3 strong,
.post-content h4 b,
.post-content h4 strong,
.post-content h5 b,
.post-content h5 strong,
.post-content h6 b,
.post-content h6 strong {
    font-weight: 700 !important;
}

.post-content p {
    color: #666666;
}

.post-content a {
    color: #db2c00;
    font-weight: 600;
    transition: 0.25s ease-in-out;
}

.post-content a {
    text-decoration: none;
}

.post-content a:hover {
    opacity: 0.8;
}

.post-content iframe,
.post-content .wp-block-image img {
    border-radius: 16px !important;
    width: 100%;
    height: auto !important;
    margin-block: 15px !important;
}

@media (max-width: 768px) {
    .post-content iframe,
    .post-content .wp-block-image img {
        height: auto !important;
    }
}

.post-content figure {
    height: fit-content;
}

.post-content iframe {
    min-height: 450px;
}

.post-content .wp-block-quote {
    background-color: var(--e-global-color-primary);
    margin: 15px;
    padding: 15px;
}

.post-content blockquote {
    border-left: 3px solid;
    background-color: #db2c00;
    border-color: #fff;
    padding-left: 10px;
    padding-block: 15px;
    margin-block: 30px;
    border-radius: 16px;
}

.post-content blockquote p {
    margin: 0 !important;
}

.post-content ul,
.post-content ol {
    list-style: disc;
    padding-left: 20px;
    margin-block: 15px;
}

@media (max-width: 768px) {

    .post-contentt ul,
    .post-content ul,
    .post-content ol,
    .post-content ol {
        padding-left: 20px;
    }
}

.post-content ul li,
.post-content ol li {
    color: #666666;
    font-size: 16px;
    padding-left: 8px;
    font-weight: 400;
    padding-block: 2px;
}

.post-content ol,
.post-content ol {
    list-style: decimal !important;
}

.post-content ol ::marker,
.post-content ol ::marker {
    font-weight: 700;
    color: #666666;
}

.post-content ol li,
.post-content ol li {
    padding-left: 8px;
    padding-block: 6px;
    color: #666666;
}

.post-content p {
    font-size: 16px;
    font-weight: 400;
}

.post-content p b,
.post-content p b {
    color: #666666;
}

.post-content p {
    margin-bottom: 15px;
}

#primary h1 {
    text-align: left !important;
    font-size: 27px !important;
}

@media (max-width: 768px) {
    #primary h1 {
        text-align: center !important;
    }
}

#primary .resumo-text p {
    text-align: left !important;
}

@media (max-width: 768px) {
    #primary .resumo-text p {
        text-align: center !important;
    }
}

.is-type-video {
    margin-inline: 0px !important;
}

.categorias-links {
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .categorias-links {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ver-mais-content {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        justify-items: center !important;
    }
}