/* ============================================================
   BLOG SECTION STYLES - Nile Automation & Control System
   Consistent with existing theme: #ee6521 (orange), #323232 (title)
   Fonts: Exo (headings), Public Sans (body)
   ============================================================ */

/* --- Blog Listing Page --- */

/* Hero/Banner Section */
.blog-hero-wrapper {
    background-color: var(--title-color, #323232);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.blog-hero-wrapper .breadcumb-content .bc {
    font-family: var(--title-font, 'Exo', sans-serif);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.18;
    text-transform: uppercase;
    color: var(--white-color, #fff);
    margin: -0.17em 0 -0.26em 0;
    display: block;
}

.blog-hero-wrapper .breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 23px 0 -0.5em 0;
    list-style-type: none;
}

.blog-hero-wrapper .breadcumb-menu li {
    display: inline;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative;
    text-transform: uppercase;
}

.blog-hero-wrapper .breadcumb-menu li:after {
    content: '\f101';
    position: relative;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: var(--white-color, #fff);
    font-family: var(--icon-font, "Font Awesome 6 Pro");
}

.blog-hero-wrapper .breadcumb-menu li:last-child:after {
    display: none;
}

.blog-hero-wrapper .breadcumb-menu li,
.blog-hero-wrapper .breadcumb-menu a,
.blog-hero-wrapper .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--white-color, #fff);
}

.blog-hero-wrapper .breadcumb-menu a:hover {
    color: var(--theme-color, #ee6521);
}

/* Blog Listing Grid */
.blog-listing-area {
    padding: 80px 0;
}

.blog-main-content {
    margin-bottom: -10px;
}

/* Blog Card */
.blog-card {
    background-color: var(--white-color, #fff);
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(7, 36, 95, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color, #E4E4E4);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(7, 36, 95, 0.15);
}

.blog-card_img {
    position: relative;
    overflow: hidden;
}

.blog-card_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-card_img img {
    transform: scale(1.08);
}

.blog-card_img .blog-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--theme-color, #ee6521);
    color: var(--white-color, #fff);
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--title-font, 'Exo', sans-serif);
    z-index: 2;
    letter-spacing: 0.5px;
}

.blog-card_body {
    padding: 25px 30px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
}

.blog-card_meta span,
.blog-card_meta a {
    font-size: 14px;
    color: var(--body-color, #4D5765);
    display: inline-flex;
    align-items: center;
}

.blog-card_meta a:hover {
    color: var(--theme-color, #ee6521);
}

.blog-card_meta i {
    margin-right: 6px;
    color: var(--theme-color, #ee6521);
    font-size: 13px;
}

.blog-card_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--title-color, #323232);
}

.blog-card_title a {
    color: inherit;
    transition: color 0.3s ease;
}

.blog-card_title a:hover {
    color: var(--theme-color, #ee6521);
}

.blog-card_text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--body-color, #4D5765);
    margin-bottom: 20px;
    flex: 1;
}

.blog-card_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid var(--border-color, #E4E4E4);
}

.blog-card_action .link-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--theme-color, #ee6521);
    transition: all 0.3s ease;
}

.blog-card_action .link-btn i {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.blog-card_action .link-btn:hover i {
    transform: translateX(5px);
}

.blog-card_action .blog-read-time {
    font-size: 13px;
    color: var(--body-color, #4D5765);
}

.blog-card_action .blog-read-time i {
    margin-right: 5px;
    color: var(--theme-color, #ee6521);
}

/* Sidebar */
.blog-sidebar {
    margin-bottom: -10px;
}

.blog-sidebar .widget {
    padding: 30px;
    border-radius: 0;
    margin-bottom: 30px;
    background-color: var(--smoke-color, #F8F8F8);
}

.blog-sidebar .widget_title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--title-font, 'Exo', sans-serif);
    line-height: 1em;
    margin: -0.1em 0 25px 0;
    padding-bottom: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid var(--border-color, #E4E4E4);
    color: var(--title-color, #323232);
}

.blog-sidebar .widget_title:before {
    content: '';
    height: 3px;
    width: 50px;
    background-color: var(--theme-color, #ee6521);
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}

/* Search Widget */
.widget_search .search-form {
    display: flex;
    border-radius: 0;
    background: var(--white-color, #fff);
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.04);
    align-items: center;
}

.widget_search .search-form input {
    flex: 1;
    padding-right: 8px;
    font-size: 14px;
    background: transparent;
    height: 55px;
    padding: 0 20px;
    border: none;
    color: var(--body-color, #4D5765);
    font-family: var(--body-font, 'Public Sans', sans-serif);
}

.widget_search .search-form input:focus {
    outline: none;
}

.widget_search .search-form button {
    border: none;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: var(--theme-color, #ee6521);
    color: var(--white-color, #fff);
    display: inline-block;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
}

.widget_search .search-form button:hover {
    background: var(--title-color, #323232);
}

/* Categories Widget */
.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_categories ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid var(--border-color, #E4E4E4);
}

.widget_categories ul li:last-child {
    border-bottom: none;
}

.widget_categories ul li a {
    display: block;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color, #4D5765);
    transition: all 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.widget_categories ul li a:before {
    content: '\f101';
    font-family: var(--icon-font, "Font Awesome 6 Pro");
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 14px;
    color: var(--theme-color, #ee6521);
    transition: right 0.3s ease;
}

.widget_categories ul li a:hover {
    color: var(--theme-color, #ee6521);
    padding-left: 5px;
}

.widget_categories ul li a:hover:before {
    right: -5px;
}

.widget_categories ul li span {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 14px;
    color: var(--body-color, #4D5765);
    background: var(--white-color, #fff);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

/* Recent Posts Widget */
.widget_recent_posts .recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.widget_recent_posts .recent-post:last-child {
    margin-bottom: 0;
}

.widget_recent_posts .recent-post .media-img {
    margin-right: 18px;
    width: 80px;
    min-width: 80px;
    border-radius: 0;
    overflow: hidden;
}

.widget_recent_posts .recent-post .media-img img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.widget_recent_posts .recent-post:hover .media-img img {
    transform: scale(1.1);
}

.widget_recent_posts .recent-post .post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 5px 0;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--title-color, #323232);
}

.widget_recent_posts .recent-post .post-title a {
    color: inherit;
    transition: color 0.3s ease;
}

.widget_recent_posts .recent-post .post-title a:hover {
    color: var(--theme-color, #ee6521);
}

.widget_recent_posts .recent-post .recent-post-meta {
    font-size: 13px;
    color: var(--body-color, #4D5765);
}

.widget_recent_posts .recent-post .recent-post-meta i {
    margin-right: 5px;
    color: var(--theme-color, #ee6521);
}

/* Tags Widget */
.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    border: none;
    line-height: 1;
    padding: 10px 16px;
    text-transform: capitalize;
    color: var(--body-color, #4D5765);
    font-size: 14px;
    background-color: var(--white-color, #fff);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    transition: all 0.3s ease;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--theme-color, #ee6521);
    color: var(--white-color, #fff) !important;
}

/* Pagination */
.blog-pagination {
    margin-top: 20px;
    margin-bottom: 0;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
}

.blog-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}

.blog-pagination li:first-child {
    margin-left: 0;
}

.blog-pagination li:last-child {
    margin-right: 0;
}

.blog-pagination span,
.blog-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color, #323232);
    background-color: #EEEEEE;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font, 'Public Sans', sans-serif);
    border-radius: 0;
    transition: all 0.3s ease;
}

.blog-pagination span.active,
.blog-pagination span:hover,
.blog-pagination a.active,
.blog-pagination a:hover {
    color: var(--white-color, #fff);
    background-color: var(--theme-color, #ee6521);
    box-shadow: none;
}

/* --- Blog Detail Page --- */

.blog-detail-area {
    padding: 80px 0;
}

.blog-detail-article {
    background: var(--white-color, #fff);
    border: 1px solid var(--border-color, #E4E4E4);
    padding: 0;
    margin-bottom: 0;
}

.blog-detail-thumb {
    position: relative;
    overflow: hidden;
}

.blog-detail-thumb img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.blog-detail-thumb .blog-category-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: var(--theme-color, #ee6521);
    color: var(--white-color, #fff);
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--title-font, 'Exo', sans-serif);
}

.blog-detail-content {
    padding: 40px;
}

.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
}

.blog-detail-meta span,
.blog-detail-meta a {
    font-size: 15px;
    color: var(--body-color, #4D5765);
    display: inline-flex;
    align-items: center;
}

.blog-detail-meta i {
    margin-right: 8px;
    color: var(--theme-color, #ee6521);
}

.blog-detail-meta a:hover {
    color: var(--theme-color, #ee6521);
}

.blog-detail-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--title-color, #323232);
}

.blog-detail-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--body-color, #4D5765);
    margin-bottom: 20px;
}

.blog-detail-text p {
    margin-bottom: 20px;
}

.blog-detail-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 18px;
    color: var(--title-color, #323232);
    font-family: var(--title-font, 'Exo', sans-serif);
}

.blog-detail-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--title-color, #323232);
    font-family: var(--title-font, 'Exo', sans-serif);
}

.blog-detail-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    color: var(--title-color, #323232);
    font-family: var(--title-font, 'Exo', sans-serif);
}

.blog-detail-text ul,
.blog-detail-text ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.blog-detail-text ul li,
.blog-detail-text ol li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.blog-detail-text ul li strong,
.blog-detail-text ol li strong {
    color: var(--title-color, #323232);
}

.blog-detail-text blockquote {
    font-size: 18px;
    line-height: 1.56;
    padding: 30px 40px;
    font-weight: 500;
    display: block;
    position: relative;
    background-color: var(--smoke-color, #F8F8F8);
    margin: 35px 0 45px 0;
    color: var(--title-color, #323232);
    font-style: italic;
    border-left: 4px solid var(--theme-color, #ee6521);
    border-radius: 0;
}

.blog-detail-text blockquote p {
    margin-bottom: 0;
}

/* Social Share Buttons */
.blog-share-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px 0;
    margin-top: 10px;
    border-top: 1px solid var(--border-color, #E4E4E4);
    border-bottom: 1px solid var(--border-color, #E4E4E4);
}

.blog-share-section .share-title {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--title-color, #323232);
    margin-bottom: 0;
}

.blog-share-section .share-title i {
    color: var(--theme-color, #ee6521);
    margin-right: 8px;
}

.social-share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    color: var(--white-color, #fff);
    border: none;
}

.social-share-btn i {
    font-size: 16px;
}

.social-share-btn.facebook {
    background-color: #3b5998;
}

.social-share-btn.twitter {
    background-color: #1da1f2;
}

.social-share-btn.linkedin {
    background-color: #0077b5;
}

.social-share-btn.whatsapp {
    background-color: #25d366;
}

.social-share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: var(--white-color, #fff);
}

/* Tags & Categories after content */
.blog-detail-tags {
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-detail-tags .tags-label {
    font-weight: 600;
    font-size: 16px;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--title-color, #323232);
    margin-right: 5px;
}

.blog-detail-tags .tags-label i {
    color: var(--theme-color, #ee6521);
    margin-right: 5px;
}

.blog-detail-tags a {
    display: inline-block;
    border: none;
    line-height: 1;
    padding: 8px 15px;
    text-transform: capitalize;
    color: var(--body-color, #4D5765);
    font-size: 13px;
    background-color: var(--smoke-color, #F8F8F8);
    border-radius: 0;
    transition: all 0.3s ease;
}

.blog-detail-tags a:hover {
    background-color: var(--theme-color, #ee6521);
    color: var(--white-color, #fff);
}

/* Related Posts Section */
.related-posts-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid var(--border-color, #E4E4E4);
}

.related-posts-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--title-color, #323232);
    position: relative;
    padding-bottom: 16px;
}

.related-posts-title:before {
    content: '';
    height: 3px;
    width: 50px;
    background-color: var(--theme-color, #ee6521);
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Author Box */
.blog-author-box {
    margin-top: 40px;
    display: flex;
    background-color: var(--smoke-color, #F8F8F8);
    border-radius: 0;
    overflow: hidden;
    padding: 35px 40px;
    align-items: center;
    gap: 25px;
}

.blog-author-box .author-avatar {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--theme-color, #ee6521);
}

.blog-author-box .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-author-box .author-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--title-color, #323232);
}

.blog-author-box .author-bio {
    font-size: 15px;
    line-height: 1.7;
    color: var(--body-color, #4D5765);
    margin-bottom: 0;
}

/* --- Table of Contents --- */
.blog-toc {
    background-color: var(--smoke-color, #F8F8F8);
    border: 1px solid var(--border-color, #E4E4E4);
    padding: 25px 30px;
    margin-bottom: 30px;
}

.blog-toc-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--title-font, 'Exo', sans-serif);
    color: var(--title-color, #323232);
}

.blog-toc-title i {
    color: var(--theme-color, #ee6521);
    margin-right: 8px;
}

.blog-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-toc-list li {
    margin-bottom: 8px;
}

.blog-toc-list li a {
    color: var(--body-color, #4D5765);
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.blog-toc-list li a:before {
    content: '\f101';
    font-family: var(--icon-font, "Font Awesome 6 Pro");
    color: var(--theme-color, #ee6521);
    font-size: 12px;
}

.blog-toc-list li a:hover {
    color: var(--theme-color, #ee6521);
}

/* --- Dark Mode Compatible --- */
@media (prefers-color-scheme: dark) {
    .blog-card {
        background-color: #1e1e1e;
        border-color: #333;
    }

    .blog-card_text,
    .blog-card_meta span,
    .blog-card_meta a,
    .blog-card_action .blog-read-time {
        color: #ccc;
    }

    .blog-card_title {
        color: #f0f0f0;
    }

    .blog-card_title a:hover {
        color: var(--theme-color, #ee6521);
    }

    .blog-sidebar .widget {
        background-color: #252525;
    }

    .blog-sidebar .widget_title {
        color: #f0f0f0;
        border-bottom-color: #333;
    }

    .widget_categories ul li a {
        color: #ccc;
    }

    .widget_search .search-form {
        background-color: #1e1e1e;
    }

    .widget_search .search-form input {
        color: #ccc;
    }

    .widget_tag_cloud .tagcloud a {
        background-color: #333;
        color: #ccc;
    }

    .widget_recent_posts .recent-post .post-title {
        color: #f0f0f0;
    }

    .blog-detail-article {
        background-color: #1e1e1e;
        border-color: #333;
    }

    .blog-detail-title {
        color: #f0f0f0;
    }

    .blog-detail-text {
        color: #ccc;
    }

    .blog-detail-text h2,
    .blog-detail-text h3,
    .blog-detail-text h4 {
        color: #f0f0f0;
    }

    .blog-detail-text blockquote {
        background-color: #252525;
        color: #f0f0f0;
    }

    .blog-share-section .share-title {
        color: #f0f0f0;
    }

    .blog-author-box {
        background-color: #252525;
    }

    .blog-author-box .author-name {
        color: #f0f0f0;
    }

    .blog-author-box .author-bio {
        color: #ccc;
    }

    .blog-toc {
        background-color: #252525;
        border-color: #333;
    }

    .blog-toc-title {
        color: #f0f0f0;
    }

    .blog-toc-list li a {
        color: #ccc;
    }

    .blog-detail-tags a {
        background-color: #333;
        color: #ccc;
    }

    .blog-pagination span,
    .blog-pagination a {
        background-color: #333;
        color: #f0f0f0;
    }

    .related-posts-title {
        color: #f0f0f0;
    }
}

/* --- Responsive --- */
@media (max-width: 1199px) {
    .blog-detail-title {
        font-size: 30px;
    }

    .blog-hero-wrapper .breadcumb-content .bc {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .blog-listing-area {
        padding: 60px 0;
    }

    .blog-detail-area {
        padding: 60px 0;
    }

    .blog-sidebar {
        margin-top: 40px;
    }

    .blog-detail-content {
        padding: 30px;
    }

    .blog-detail-title {
        font-size: 26px;
    }

    .blog-author-box {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .blog-hero-wrapper {
        padding: 60px 0;
    }

    .blog-hero-wrapper .breadcumb-content .bc {
        font-size: 34px;
    }

    .blog-hero-wrapper .breadcumb-menu li,
    .blog-hero-wrapper .breadcumb-menu a,
    .blog-hero-wrapper .breadcumb-menu span {
        font-size: 16px;
    }

    .blog-detail-text h2 {
        font-size: 24px;
    }

    .blog-detail-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog-listing-area {
        padding: 40px 0;
    }

    .blog-detail-area {
        padding: 40px 0;
    }

    .blog-card_img img {
        height: 200px;
    }

    .blog-card_body {
        padding: 20px;
    }

    .blog-card_title {
        font-size: 20px;
    }

    .blog-detail-content {
        padding: 20px;
    }

    .blog-detail-title {
        font-size: 24px;
    }

    .blog-detail-meta {
        gap: 12px;
    }

    .blog-detail-meta span,
    .blog-detail-meta a {
        font-size: 13px;
    }

    .blog-share-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-share-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .blog-hero-wrapper .breadcumb-content .bc {
        font-size: 28px;
    }

    .blog-hero-wrapper {
        padding: 50px 0;
    }

    .blog-detail-text h2 {
        font-size: 22px;
    }

    .blog-detail-text h3 {
        font-size: 19px;
    }

    .blog-detail-text blockquote {
        padding: 20px 25px;
    }
}

@media (max-width: 575px) {
    .blog-hero-wrapper .breadcumb-content .bc {
        font-size: 24px;
    }

    .blog-hero-wrapper .breadcumb-menu li,
    .blog-hero-wrapper .breadcumb-menu a,
    .blog-hero-wrapper .breadcumb-menu span {
        font-size: 14px;
    }

    .blog-detail-title {
        font-size: 22px;
    }

    .blog-author-box .author-avatar {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .blog-author-box .author-name {
        font-size: 18px;
    }

    .related-posts-title {
        font-size: 22px;
    }

    .blog-card_title {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .blog-card_img img {
        height: 180px;
    }

    .blog-detail-content {
        padding: 15px;
    }

    .blog-pagination span,
    .blog-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

