
/* Style h2 like h3 for SEO while keeping visual appearance */
.gi-blog .blog-info .detail h2.knowledge-card-title,
.gi-blog-section .blog-info .detail h2.knowledge-card-title {
    margin: 10px 0 15px 0;
    padding: 0;
    line-height: 26px;
    font-size: 17px;
}

.gi-blog .blog-info .detail h2.knowledge-card-title a,
.gi-blog-section .blog-info .detail h2.knowledge-card-title a {
    font-family: "Poppins", sans-serif;
    color: var(--checkline-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}

/* Grey background behind card images (matches knowledge-base fallback image border) */
.gi-blog .gi-blog-item .blog-info .blog-img {
    background-color: #eeeeee;
}

/* Card images full width */
.gi-blog .gi-blog-item .blog-info .blog-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.gi-blog .gi-blog-item .blog-info .detail {
    width: 100% !important;
    margin: 0 !important;
}
