.header.pricing-head {
    height: auto !important;
    min-height: 0;
    overflow: visible;
}

.blog-list-wrap,
.blog-detail-wrap {
    background: #f6f8fb;
    padding: 56px 0 70px;
}

.blog-heading {
    margin-bottom: 28px;
    text-align: center;
}

.blog-heading h1,
.blog-detail h1 {
    color: #1d2d35;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 10px;
}

.blog-heading p,
.blog-detail-subtitle {
    color: #5f6f78;
    font-size: 17px;
    margin: 0;
}

.blog-card {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(26, 47, 58, 0.08);
    margin-bottom: 28px;
    overflow: hidden;
    height: calc(100% - 28px);
}

.blog-card-image {
    background: #e7edf1;
    display: block;
    height: 210px;
    overflow: hidden;
}

.blog-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blog-card-body {
    padding: 22px;
}

.blog-date {
    color: #28a745;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.blog-card h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 10px;
}

.blog-card h2 a {
    color: #1d2d35;
}

.blog-card h2 a:hover,
.blog-read-more:hover,
.blog-back:hover {
    color: #28a745;
    text-decoration: none;
}

.blog-subtitle,
.blog-excerpt {
    color: #5f6f78;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.blog-read-more,
.blog-back {
    color: #1d2d35;
    display: inline-block;
    font-weight: 700;
}

.blog-pagination {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
}

.blog-pagination a,
.blog-pagination span {
    align-items: center;
    background: #fff;
    border: 1px solid #d9e1e7;
    border-radius: 6px;
    color: #1d2d35;
    display: inline-flex;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    min-width: 38px;
    padding: 0 12px;
}

.blog-pagination a.active {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.blog-empty {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    color: #5f6f78;
    padding: 34px;
    text-align: center;
}

.blog-detail {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(26, 47, 58, 0.08);
    overflow: hidden;
    padding: 0;
}

.blog-detail-layout {
    align-items: flex-start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 330px;
}

.blog-back {
    margin-bottom: 22px;
}

.blog-detail-hero {
    background: #dfe8ed;
    height: 430px;
    position: relative;
}

.blog-detail-hero img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blog-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-hero-actions {
    align-items: flex-end;
    bottom: 22px;
    display: flex;
    justify-content: space-between;
    left: 24px;
    position: absolute;
    right: 24px;
    z-index: 2;
}

.blog-hero-date {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 6px;
    color: #1d2d35;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 13px;
}

.blog-share-wrap {
    align-items: center;
    display: flex;
    gap: 10px;
}

.blog-copy-message {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 6px;
    color: #1d2d35;
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
    padding: 8px 12px;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.blog-copy-message.show {
    opacity: 1;
    transform: translateX(0);
}

.blog-share-button {
    align-items: center;
    background: #28a745;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.blog-share-button:focus,
.blog-share-button:hover {
    background: #218838;
    outline: none;
}

.blog-detail-body {
    padding: 34px;
}

.blog-content {
    color: #34464f;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 28px;
}

.blog-content img {
    height: auto;
    max-width: 100%;
}

.recent-blogs {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(26, 47, 58, 0.08);
    padding: 20px;
    position: sticky;
    top: 18px;
}

.recent-blogs h2 {
    color: #1d2d35;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
}

.recent-blog-item {
    border-top: 1px solid #edf1f4;
    display: grid;
    gap: 12px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 14px 0;
}

.recent-blog-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.recent-blog-item:last-child {
    padding-bottom: 0;
}

.recent-blog-item:hover {
    text-decoration: none;
}

.recent-blog-thumb {
    background: #e7edf1;
    border-radius: 6px;
    display: block;
    height: 58px;
    overflow: hidden;
    width: 72px;
}

.recent-blog-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.recent-blog-info {
    display: block;
    min-width: 0;
}

.recent-blog-date {
    color: #28a745;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.recent-blog-title {
    color: #1d2d35;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.recent-blog-desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #5f6f78;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
    overflow: hidden;
}

.recent-blog-item:hover .recent-blog-title {
    color: #28a745;
}

@media (max-width: 991px) {
    .blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .recent-blogs {
        position: static;
    }
}

@media (max-width: 767px) {
    .blog-list-wrap,
    .blog-detail-wrap {
        padding: 36px 0 46px;
    }

    .blog-heading h1,
    .blog-detail h1 {
        font-size: 30px;
    }

    .blog-detail {
        padding: 0;
    }

    .blog-detail-hero {
        height: 300px;
    }

    .blog-detail-body {
        padding: 22px;
    }

    .blog-hero-actions {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .blog-copy-message {
        font-size: 13px;
        padding: 7px 10px;
    }

    .blog-share-button {
        height: 40px;
        width: 40px;
    }
}
