.finder-site .blog-hero,
.finder-site .post-hero {
    background: #102a43;
    color: #fff;
    border-bottom: 5px solid #18a36b;
}

.finder-site .blog-hero {
    padding: 54px 0 48px;
}

.finder-site .blog-hero h1,
.finder-site .post-hero h1 {
    color: #fff;
    letter-spacing: -0.035em;
}

.finder-site .blog-hero p,
.finder-site .post-meta,
.finder-site .post-meta span {
    color: #d6e2ec;
}

.finder-site .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding-top: 36px;
}

.finder-site .blog-card {
    border: 1px solid #cbd5df;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(16, 42, 67, 0.06);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.finder-site .blog-card:hover {
    transform: none;
    border-color: #18a36b;
    box-shadow: 0 6px 18px rgba(16, 42, 67, 0.11);
}

.finder-site .blog-card-img {
    height: 176px;
    background: #eaf2f8;
    border-bottom: 1px solid #d8e2ea;
}

.finder-site .blog-card-img .placeholder-icon {
    color: #486581;
}

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

.finder-site .blog-card-category,
.finder-site .post-category-tag {
    color: #08794f;
    background: #e7f7f0;
    border: 1px solid #b7dfce;
    border-radius: 4px;
}

.finder-site .blog-card-title {
    color: #102a43;
    font-size: 1.12rem;
}

.finder-site .blog-card-excerpt {
    color: #52677a;
}

.finder-site .blog-pagination a,
.finder-site .blog-pagination span {
    border-radius: 5px;
}

.finder-site .blog-pagination a:hover,
.finder-site .blog-pagination .active {
    background: #102a43;
    border-color: #102a43;
}

.finder-site .post-hero {
    padding: 48px 0 44px;
}

.finder-site .post-hero .container {
    max-width: 1050px;
}

.finder-site .post-breadcrumb,
.finder-site .post-breadcrumb a,
.finder-site .post-breadcrumb span,
.finder-site .post-breadcrumb span[style] {
    color: #c9d7e3 !important;
}

.finder-site .post-breadcrumb a:hover {
    color: #fff !important;
}

.finder-site .post-category-tag {
    display: inline-flex;
    padding: 5px 9px;
    font-size: 0.76rem;
}

.finder-site .post-container {
    max-width: 1160px;
}

.finder-site .post-layout {
    gap: 32px;
}

.finder-site .post-content-card,
.finder-site .related-card {
    border: 1px solid #d3dee7;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(16, 42, 67, 0.05);
}

.finder-site .post-content {
    color: #334e68;
}

.finder-site .post-content h2,
.finder-site .post-content h3,
.finder-site .related-section h2,
.finder-site .related-card h3 {
    color: #102a43;
}

.finder-site .post-content h2 {
    padding-bottom: 9px;
    border-bottom: 2px solid #dbe7ef;
}

.finder-site .post-content a {
    color: #0969a6;
}

.finder-site .post-content blockquote {
    background: #eef6f3;
    border-left-color: #18a36b;
    border-radius: 0 6px 6px 0;
}

.finder-site .post-content table,
.finder-site .post-content table th,
.finder-site .post-content table td {
    border-color: #d8e2ea;
}

.finder-site .post-content table th {
    background: #eaf2f8;
    color: #243b53;
}

.finder-site .blog-centre-checker {
    background: #f5f9fc;
    border: 1px solid #b8cad8;
    border-left: 5px solid #18a36b;
    border-radius: 7px;
    box-shadow: none;
}

.finder-site .blog-centre-checker::after,
.finder-site .blog-checker-pulse,
.finder-site .blog-checker-pulse::before {
    display: none;
}

.finder-site .blog-centre-checker-eyebrow {
    color: #08794f;
}

.finder-site .blog-checker-form input,
.finder-site .blog-checker-form > button,
.finder-site .blog-checker-dropdown,
.finder-site .blog-checker-result a {
    border-radius: 5px;
}

.finder-site .blog-checker-form > button,
.finder-site .blog-checker-result a {
    background: #18a36b;
    border-color: #18a36b;
}

.finder-site .post-cta {
    background: #102a43;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.finder-site .post-cta h3,
.finder-site .post-cta-current-price,
.finder-site .post-cta-price-label,
.finder-site .post-cta-note,
.finder-site .post-cta-trust,
.finder-site .post-cta p {
    color: #fff;
}

.finder-site .post-cta p,
.finder-site .post-cta-note,
.finder-site .post-cta-trust {
    color: #d6e2ec;
}

.finder-site .post-cta a {
    background: #18a36b;
    border-radius: 5px;
    box-shadow: none;
}

.finder-site .post-cta a:hover {
    background: #118158;
    transform: none;
}

.finder-site .post-cta-save {
    background: #fff;
    color: #08794f;
    border-radius: 4px;
}

.finder-site .related-card:hover {
    transform: none;
    border-color: #18a36b;
}

@media (max-width: 767px) {
    .finder-site .blog-hero,
    .finder-site .post-hero {
        padding: 36px 0 32px;
    }

    .finder-site .blog-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-top: 24px;
    }

    .finder-site .blog-card-img {
        height: 150px;
    }

    .finder-site .post-content-card {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
}
