.blog-single .blog-breadcrumb {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 14px;
}

.blog-single .blog-breadcrumb a {
    color: #8a8a8a;
    text-decoration: none;
}

.blog-single .blog-breadcrumb a:hover {
    text-decoration: underline;
}

.blog-single .blog-breadcrumb .sep {
    margin: 0 6px;
}

.blog-single h1.blog-title {
    margin-bottom: 8px;
}

.blog-single h1.blog-title {
    font-size: 26px !important;
    line-height: 1.3;
    color: #fff;
}

.blog-single .blog-meta {
    margin-bottom: 24px;
}

.blog-single .blog-meta .blog-author-name {
    font-weight: 400;
    color: #d5d5d5;
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
}

.blog-single .blog-meta .blog-meta-sub {
    display: block;
    color: #999;
    font-size: 15px;
}
.blog-single .blog-featured-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 28px;
}

.blog-single .blog-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 20px 0;
    margin: 40px 0;
}
.blog-single .blog-nav a,
.blog-single .blog-nav .nav-spacer {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.blog-single .blog-nav a:hover {
    color: #9daca1;
}
.blog-single .blog-nav .nav-spacer {
    visibility: hidden;
}

.blog-single .blog-related {
    margin-top: 20px;
    background: #565556;
    margin: 0 -15px;
    padding: 16px;
    border-radius: 0 0 5px 5px;
}
.blog-single .blog-related h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px !important;
}
.blog-single .blog-related .related-card {
    margin-bottom: 25px;
}
.blog-single .blog-related .related-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* border-radius: 4px; */
    display: block;
    /* margin-bottom: 12px; */
    transition: 0.3s;
}
.blog-single .blog-related .related-card:hover img {
    scale: 1.05;
}

.blog-single .blog-related .related-card h3 {
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 6px;
}
.blog-single .blog-related .related-card h3 a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.blog-single .blog-related .related-card h3 a:hover {
    color: #9daca1;
}
.blog-single .blog-related .related-meta {
    color: #C2C2C2;
    font-size: 13px;
    margin-bottom: 8px;
}
.blog-single .blog-related .read-more {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.faq-content p a {
    text-decoration: underline;
}

.faq-content p a span {
    color: #9daca1 !important;
}
.ttn_content h2 {
    font-size: 24px;
    color: #ffff;
    font-weight: 600;
    margin-bottom: 10px;
}
.ttn_content h3 {
    font-size: 20px;
    color: #ffff;
    font-weight: 600;
    margin-bottom: 10px;
}
.ttn_content h4 {
    font-size: 18px;
    color: #ffff;
    font-weight: 600;
    margin-bottom: 10px;
}
.ttn_content h5 {
    font-size: 16px;
    color: #ffff;
    font-weight: 600;
    margin-bottom: 10px;
}
.ttn_content h6 {
    font-size: 14px;
    color: #ffff;
    font-weight: 600;
    margin-bottom: 10px;
}
.wp-content-styles p {
    margin-left: 0;
    font-size: 16px;
    margin-right: 0;
}

.wp-content-styles ul li,.wp-content-styles ol li {
    font-size: 16px !important;
    white-space: pre-wrap !important;
}

.table-common tr:first-child td {
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 8px;
    min-width: 166px;
    background: 0 0;
    text-align: left;
    float: none !important;
    font-family: TitilliumText22LMedium, sans-serif;
}

.table-common table th {
    font-size: 18px;
    /* text-align: left; */
}

.table-common table:before,.table-common table:after {
    display: none;
}

.table-common table thead {
    border: 1px solid #9baca2;
    border-bottom: 0;
}
.blog-related h2 {
    text-align: center !important;
}
.related-card>a {
    display: block;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 12px;
}
.blog-single .blog-nav:before,.blog-single .blog-nav:after {
    display: none;
}
.ttn_content.wp-content-styles:has(.blog-related) {
    padding-bottom: 0;
}
.table-common table tr:first-child td {
    background: #9daca1;
}
.table-common table tr:first-child td p, .table-common table tr:first-child td span, .table-common table tr:first-child td strong {
    color: #fff;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 18px;
}
.table-common table tr td p {
    margin: 0;
}
.blog-single .wp-content-styles ol li {
    list-style-type: auto;
}

.blog-single .wp-content-styles span {
    display: inline;
}
/* .blog-breadcrumb a{
    text-transform: lowercase;
}

.blog-breadcrumb a::first-letter {
    text-transform: uppercase;
} */
@media(max-width: 767px) {
    .blog-single h1.blog-title {
        font-size: 20px !important;
        line-height: 1.3;
    }

    .blog-single .blog-meta .blog-author-name {
        font-size: 16px;
    }

    .blog-single .blog-meta .blog-meta-sub {
        font-size: 12px;
    }

    .blog-single .blog-featured-image {
        max-height: 300px;
    }
    
    .ttn_content h2 {
        font-size: 20px;
    }

    .wp-content-styles p,.wp-content-styles ul li, .wp-content-styles ol li {
        font-size: 14px;
    }

   .table-common table tr th {
        font-size: 16px;
    }

    .blog-single .blog-nav {
        margin: 25px 0;
        padding: 15px 0;
    }
    .blog-single .blog-nav a,
    .blog-single .blog-nav .nav-spacer {
        font-size: 14px;
    }
    .blog-single .blog-related .related-card img {
        height: 180px;
    }

    /* .blog-breadcrumb a{
        text-transform: lowercase;
    }

    .blog-breadcrumb a::first-letter {
        text-transform: uppercase;
    } */

}