section.blog-page {
    margin-top: 130px;
    margin-bottom: 50px;
}
h2.blog-section-title {
    text-align: center;
    font-family: 'nexaheavy', sans-serif !important;
    font-size: 35px;
    margin-bottom: 20px;
    color: #000;
}
a.blog-card-img {
    position: relative;
    background-color: #f3efec;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    border: 0;
    margin-bottom: 30px;
}
.blog-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
/*.image-wrapper iframe, .blog-image-wrapper img, .image-wrapper video {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100.1%;*/
/*    height: 100.1%;*/
/*    object-fit: cover;*/
/*    object-position: top;*/
/*}*/
h2.blog-title {
    position: relative;
    word-break: break-word;
    line-height: 1.3;
    font-size: 20px;
}
p.blog-desc {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.6;
}
a.read-more-btn {
    text-decoration: none;
    min-width: 90px;
    min-height: 26px;
    font-size: 10px;
    padding: 10px 12px;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease-out;
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #3d1e06;
    font-weight: 400;
    overflow: hidden;
    z-index: 1;
}


section.blog-detail-page {
    margin-top: 84px;
}
.article-template {
    padding-bottom: 40px;
}
.blog-detail-banner {
    overflow: hidden;
}
.image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.blog-numner {
    margin-bottom: 40px;
}
/*.image-wrapper iframe, .image-wrapper img, .image-wrapper video {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100.1%;*/
/*    height: 100.1%;*/
/*    object-fit: cover;*/
/*    object-position: top;*/
/*}*/
.blog-detail-box {
    margin-top: -80px;
}
.blog-detail-box {
    padding-top: 30px;
}
.blog-detail-content {
    padding: 35px 40px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 10px;
}
.blog-detail-desc, .blog-detail-desc p {
    color: var(--colorTextBody);
    margin-bottom: 15px;
}
.blog-detail-title {
    margin-bottom: 12px;
}


.related-blog-post {
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
    border-radius: 10px;
}
.related-blog-post .blog-title {
    padding-bottom: 0px !important;
    font-weight: 700;
}
.blog-card {
    position: relative;
    margin-top: 30px;
}
.related-blog-post .blog-card-img {
    margin-bottom: 20px;
}

.blog-card-img {
    position: relative;
    background-color: #f3efec;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    border: 0;
    margin-bottom: 30px;
}
.related-blog-post .blog-title {
    padding-bottom: 10px;
}
.blog-card .blog-title {
    padding-bottom: 15px;
    position: relative;
    word-break: break-word;
    font-size: 18px;
}
.blog-card-desc {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.button.xsmall-btn {
    min-width: 90px;
    min-height: 26px;
    font-size: 10px;
    padding: 10px 12px;
    text-decoration: none;
    min-width: 90px;
    min-height: 26px;
    font-size: 10px;
    padding: 10px 12px;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease-out;
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #3d1e06;
    font-weight: 400;
    overflow: hidden;
    z-index: 1;
}
ul.blog-detail-heading-list li {
    line-height: 30px;
    list-style: disc;
}
ul.blog-detail-heading-list {
    margin-top: 25px;
}
.blog-detail-content-table ul li a {
    color: #000000;
}
.blog-detail-content-table ul li {
    list-style: auto;
}
.blog-detail-content h3.blog-details-subheadings {
    font-size: 20px;
    margin-bottom: 5px;
}
.blog-detail-content h2.blog-details-headings {
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 25px !important;
}
a:hover {
    color: #F09102 !important;
}
.toc {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.content {
    display: block;
}


@media (max-width: 600px) {
    section.blog-detail-page, .blog-detail-box {
        margin-top: 0px;
    }
    .related-blog-post {
        margin-top: 30px;
    }
    .blog-detail-content {
        padding: 35px 10px;
    }

  }