.post-wrap {
    margin-bottom: 1.5rem;
}

.post-top-details .entry-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.2rem;
}

.post-top-details .post-thumbnail img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.post-top-details .post-metas {
    margin: 1.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    color: #747474;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 15px;
}

.post-top-details .post-categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.post-top-details .post-categories li,
.post-top-details .post-categories a {
    display: inline-block;
}

.post-top-details .post-categories-list a {
    font-size: 15px;
    color: var(--hello-primary-color);
}

.post-top-details .post-metas .post-meta {
    display: flex;
    align-items: center;
    gap: 7px;
}

.post-top-details .post-metas .post-meta i {
    font-size: 17px;
    color: var(--hello-primary-intensity-color);
}

.post-wrap .post-content {
    font-size: 16px;
    line-height: 2.4;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    text-align: justify;
}

.post-wrap .post-content img {
    border-radius: 10px;
}

.post-content blockquote {
    background-color: #f0f8ff;
    box-shadow: 0 2px 15px #e5f3ff;
    padding: 25px;
    border-radius: 10px;
}

.post-content blockquote:before {
    content: "\f10d";
    font-family: var(--hello-icon-family);
    font-size: 2.5em;
    color: #3a71a1;
    margin-bottom: 10px;
}

.post-content a {
    color: var(--hello-primary-color);
}

.post-like-box {
    margin-left: 0;
    margin-right: auto;
}

.post-like-box .post-like-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    box-shadow: 0 2px 10px #0000000f;
    padding: 5px 15px;
    border-radius: 50px;
    cursor: pointer;
}

.post-like-box .post-like-btn.liked {
    border-color: #f11a1a;
    background-color: #f11a1a;
    color: #fff;
}

.breadcrumb {
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 25px;
}

.breadcrumb :is(span, a, i) {
    color: #7e7e7e;
}

.breadcrumb .current-crumb {
    color: var(--hello-primary-color);
}

.post-author-template {
    padding: 20px;
    background-color: var(--hello-primary-color);
    color: var(--hello-primary-intensity-color);
    font-size: 14px;
    border-radius: 10px;
}

.post-author-template {
    padding: 20px;
    background-color: #fff;
    color: var(--hello-primary-intensity-color);
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.author-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-details .author-cover {
    width: 60px;
}

.author-details .author-cover img {
    border-radius: 50px;
    border: 3px solid var(--hello-primary-color);
}

.author-details .author-name span {
    font-size: 13px;
    color: #7e7e7e;
}

.author-details .author-name .name {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

.author-details .author-name .name i {
    font-size: 13px;
    color: var(--hello-primary-color);
}

.post-author-template .author-bio {
    border-top: 1px solid #f0f0f0;
    margin-top: 15px;
    padding-top: 10px;
    font-size: 15px;
    color: #7e7e7e;
}

.post-content-headings-navigation {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.post-heading-helpers {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.post-content-headings-navigation h3,
.post-heading-helpers h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.post-content-headings-navigation ul,
.post-heading-helpers ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.post-content-headings-navigation ul li,
.post-heading-helpers ul li {
    margin-top: 5px;
}

.post-content-headings-navigation ul a,
.post-heading-helpers ul a {
    color: #333;
    border-right: 2px solid transparent;
    padding-right: 10px;
    font-size: 14px;
}

.post-content-headings-navigation ul a.current,
.post-heading-helpers ul a.current {
    border-right-color: var(--hello-primary-color);
    color: var(--hello-primary-color);
}

.post-sharing-buttons {
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.post-sharing-buttons .box-title {
    font-size: 17px;
    margin-bottom: 10px;
}

.post-sharing-buttons .share-buttons {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
}

.post-sharing-buttons h4 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
    color: #7e7e7e;
}

.post-sharing-buttons .share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 38px;
    background-color: #fff;
    color: #979797;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    font-size: 20px;
    transition: ease .15s;
}

.post-sharing-buttons .share-buttons a:hover {
    color: #fff;
    background-color: var(--hello-primary-intensity-color);
}

.post-content .suggestion-post-item,
.related-posts-list a {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}

.related-posts-list a {
    margin: 0 0 15px 0;
}

.post-content .suggestion-post-item img,
.related-posts-wrap .related-posts-list a img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}

.post-content .suggestion-post-item strong {
    color: var(--hello-primary-color);
}

.post-content .suggestion-post-item .details,
.related-posts-wrap .related-posts-list a {
    font-size: 17px;
    color: #333;
}

.post-headings-helper-on-content {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.post-headings-helper-on-content .box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 6px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 17px;
    color: #333;
}

.post-headings-helper-on-content .box-title.showing i {
    transform: rotateX(180deg);
}

.post-headings-helper-on-content .headings-list {
    margin-top: 20px;
    display: none;
}

.post-headings-helper-on-content .headings-list ul {
    list-style: auto;
}

.post-headings-helper-on-content li a {
    color: #333;
}

.simple-box-title {
    color: #2e303b;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 12px;
}

.mobile-helper-options {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    gap: 10px;
    box-shadow: 0 -10px 25px #0000000d;
    justify-content: space-between;
}

.mobile-helper-options a {
    font-size: 14px;
    color: #7e7e7e;
}

.mobile-helper-options a .count {
    display: inline-block;
    padding: 3px 10px;
    background-color: #f0f0f0;
    color: #000;
    border-radius: 50px;
}

.mobile-helper-options .mho-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-helper-options .mho-icons svg {
    width: 24px;
    height: 24px;
}

.mobile-headings-helper,
.mobile-toggle-box {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 100%;
    max-height: 230px;
    overflow: auto;
    right: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 -15px 20px #00000029;
    padding: 15px;
    border-bottom: 1px solid #cfcfcf;
}

.mobile-headings-helper ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.mobile-headings-helper ul li {
    margin: 7px 0;
}

.mobile-headings-helper ul li a {
    font-size: 15px;
}

.theme-faq-box {
    position: relative;
    margin: 1.5rem 0;
    background-color: var(--hello-primary-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 7px 20px var(--hello-primary-color);
    overflow: hidden;
}

.theme-faq-box .theme-faq-content {
    position: relative;
    z-index: 5;
}

.theme-faq-box:after {
    content: "\f059";
    font-family: var(--hello-icon-family);
    position: absolute;
    bottom: -100px;
    left: -50px;
    font-size: 22em;
    height: 446px;
    transform: rotate(45deg);
    opacity: 0.2;
    z-index: 1;
    color: #333;
}

.theme-faq-box .box-head {
    margin-bottom: 20px;
}

.theme-faq-box .box-head span {
    font-size: 25px;
    color: var(--hello-primary-intensity-color);
}

.theme-faq-box .faq-content {
    display: none;
    color: var(--hello-primary-intensity-color);
    line-height: 1.7;
    font-size: 17px;
}

.theme-faq-box .faq-item .faq-header h4 {
    margin: 0;
    font-size: 20px;
}

.theme-faq-box .faq-item .faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: var(--hello-primary-intensity-color);
    color: #fff;
    padding: 17px;
    border-radius: 10px;
    margin: 9px 0;
    cursor: pointer;
}

.theme-faq-box .faq-item .faq-header:after {
    content: "\f107";
    font-family: var(--hello-icon-family);
    font-size: 20px;
    height: 23px;
    transition: ease .2s;
}

.theme-faq-box .faq-item.active .faq-header:after {
    transform: rotateX(180deg);
}

.schema-faq.wp-block-yoast-faq-block {
    margin: 20px 0;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 10px;
}

.wp-block-yoast-faq-block .schema-faq.wp-block-yoast-faq-block p {
    margin: 0;
}

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    color: #333;
    margin: 5px 0;
}

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
    display: none;
    margin-bottom: 10px;
}

.theme-comments-template .new-comment-button {
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #333;
    padding: 12px;
    color: #333;
    border-radius: 5px;
    font-size: 17px;
}

.theme-comments-template .new-comment-button svg {
    width: 24px;
    margin: 0 5px;
}

.theme-comments-template .comment-form .comment-form-url {
    display: none;
}

.theme-comments-template .comment-form p {
    margin: 0;
}

.theme-comments-template .comment-form .form-submit {
    margin-top: 15px;
}

.theme-comments-template .comments-box-title {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .post-heading-helpers {
        display: none;
    }

    .mobile-helper-options {
        display: flex;
    }

    .theme-faq-box .faq-item .faq-header h4,
    .theme-faq-box .faq-content {
        font-size: 15px;
    }

    .theme-faq-box .faq-content {
        line-height: 1.5;
    }

    .theme-faq-box {
        padding: 15px;
    }

    .theme-comments-template > #respond {
        display: none;
    }

    .theme-comments-template .new-comment-button {
        display: inline-block;
    }

    .post-headings-helper-on-content {
        padding: 2px;
    }

    .post-wrap .post-content {
        padding: 10px;
    }
}