.blog-category-header {
    background-color: #f7faff;
    padding: 100px 25px;
}

.blog-category-header .blog-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blog-category-header .blog-title h1 {
    font-size: 2.3rem;
    font-weight: 600;
}

.post-list {
    padding: 100px 25px;
}

.post-list .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
}

.post-list .blog-post, .related-posts .blog-post {
    background-color: #F4F6F9;
    border-radius: 3px;
}

.post-list .post-content, .related-posts .post-content {
    padding: 25px 20px;
}

.post-list .post-content h3, .related-posts .post-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
}

.post-list .post-date, .related-posts .post-date {
    background-color: var(--primary);
    font-size: .8rem;
}

.post-list .post-excerpt {
    font-size: 1.1rem;
    line-height: 1.7;
}

.post-list .post-content a, .related-posts .post-content a {
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.post-list .post-content a:hover, .related-posts .post-content a:hover {
    color: var(--link-hover-color);
    text-decoration: underline;
}

/* Single post styles */
.single-post-header {
    background-color: #f7faff;
    padding: 100px 25px;
}

.single-post-title h1 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.7;
}

.breadcrumb-container {
    background-color: #f7faff;
    padding: 15px;
}

#breadcrumbs {
    padding: 0;
    margin: 0;
}

#breadcrumbs li {
    line-height: 25px;
    display: inline-block;
    color: inherit;
    list-style: none;
    font-size: .8rem;
}

#breadcrumbs li:nth-child(2n) {
    margin-right: 7px;
}

#breadcrumbs a {
    line-height: 25px;
    display: inline-block;
    color: inherit;
    margin-right: 7px;
}

.single-post-author {
    display: flex;
    font-size: 1rem;
}

.single-post-wrapper {
    position: relative;
}
.single-post-author::after {
    content: '';
    position: absolute;
    background: #18100f1d;
    height: 2px;
    width: 100%;
    top: 90px;
}

.single-post-date {
    font-size: .85rem;
}

.single-post-date .published-date {
    margin-right: 15px;
}

.single-post {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-post .single-post-body {
    margin: 0 auto;
}

.single-post .single-post-body blockquote
 {
    border-left: 4px solid var(--primary);
    padding: 1.5rem;
    margin: 2rem 0;
    background-color: rgba(241, 100, 87, 0.05);
    font-style: italic;
    color:#5a5a5a;
}

.single-post .single-post-body blockquote p {
    margin-bottom: 0;
}

.single-post .single-post-body .custom-cta {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.single-post .single-post-body .custom-cta a {
    background-color: var(--primary);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.single-post .single-post-body .custom-cta a:hover {
    background-color: var(--link-hover-color);
}

.author-link {
    text-decoration: none;
    color: var(--text-color);
}

.disclosure {
    background-color: #cfe2ff;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.disclosure p {
    margin-bottom: 0 !important;
    margin-left: 10px;
    font-size: .9rem !important;
}

@media (max-width: 575.98px) { 
    .single-post .single-post-body {
        width: 90%;
    }

    .single-post-title h1 {
        text-align: center;
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 1.5;
    }

    .post-tags ul {
        flex-direction: column;
    }

    .single-post-author {
        display: flex;
        justify-content: center;
    }

    .single-post-author::after {
        top: 120px;
    }

    .post-tags ul li {
        margin-bottom: 5px;
    }

    .single-post-date {
        text-align: center;
    }

    .single-post-header {
        background-color: #f7faff;
        padding: 50px 25px;
    }

    
 }

.single-post .single-post-body p {
    font-size: 1.125rem;
    margin-bottom: 1.7rem;
    line-height: 1.8;
}

.single-post .single-post-body h2 {
    font-size: 1.6rem;
    font-weight: 700;
}

.single-post .single-post-body h3 {
    font-size: 1.4rem;
    font-weight: 700;
}

.single-post .single-post-body h4 {
    font-size: 1.3rem;
    font-weight: 700;
}

.single-post .single-post-body h5 {
    font-size: 1.25rem;
    font-weight: 700;
}

.single-post .single-post-body h6 {
    font-size: 1.2rem;
    font-weight: 700;
}

.post-tag-head svg {
    margin-top: 4px;
    margin-right: 7px;
}

.post-tags {
    display: flex;
}

.post-tags ul {
    list-style: none;
    display: flex;
    margin-left: 0px;
    padding-left: 0;
}

.post-tags ul li {
    margin-right: 5px;
    background-color:#2490eb;
    padding: 2px 10px;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.post-tags ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: .8rem;
}

.post-tags ul li:hover {
    background-color:#18100f;
}

.blog-post-title {
    font-size: 1.3rem !important;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.sidebar .sidebar-widget {
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
}

.sidebar .sidebar-widget .widget-header {
    border-bottom: 1px solid #E7E7E7;
    padding: 15px 15px;
}

.sidebar .sidebar-widget .widget-header h4 {
    margin-bottom: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar .sidebar-widget .widget-content {
    padding: 15px 15px;

}

.sidebar-widget .widget-content .latest-posts {
    border-bottom: 1px solid #cccccc83;
    padding-top: 10px;
}

.sidebar-widget .widget-content .latest-posts p.title {
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 17px;
}

.sidebar-widget .widget-content .latest-posts p a {
    text-decoration: none;
}

.sidebar-widget .widget-content .latest-posts p.post-date {
    font-size: .71rem;
    font-style: italic;
    color: #838383;
    margin-bottom: 0;
}

.blog-faq-container {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.blog-faq-container h3 {
    font-size: 1.1rem !important;
}

.blog-faq-container h3 svg {
    margin-bottom: 5px;
}

.blog-faq-container .faq-item:not(:last-child) {
    border-bottom: 1px solid #ddd; /* Add a separator line */
    margin-bottom: 30px; /* Add some spacing below the separator */
    padding-bottom: 10px; /* Add padding to the bottom */
}

.blog-faq-container .faq-item p {
    margin-bottom: 0;
    color: #2d3e5a;
    font-size: 1rem;
    font-style: italic;
}

/* Subscription form */

.newsletter-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.newsletter-container .newsletter-header .newsletter-icon i {
    font-size: 50px;
    color: rgb(11, 161, 137);
}

.newsletter-container .newsletter-header .newsletter-title {
    margin-top: 20px;
}

.newsletter-container .newsletter-header .newsletter-title p {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.newsletter-container .newsletter-header .newsletter-description p {
    text-align: center;
    font-size: 15px;
}

.newsletter-container .newsletter-header .newsletter-description p {
    text-align: center;
    font-size: 15px;
}

.newsletter-container .newsletter-fields .form-group {
    position: relative;
}

.newsletter-container .newsletter-fields .form-group i {
    position: absolute;
    left: 15px;
    top: 7px;
}

.newsletter-container .newsletter-fields .form-group input {
    padding-left: 40px;
    font-size: 15px;
}

.check-terms label, .check-terms label a {
    font-size: 15px;
}

.btn-newsl {
    background-color: #2490eb;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.btn-newsl:hover {
    background-color: #18100f; 
    color: #ffffff;
}

.newsletter-button button {
    width: 100%;
}