/* ==========================================================================
   Pre-footer Knowledgebase Cards
   Used on homepage, service, about, and manufacturer pages.
   ========================================================================== */

.home-news {
    padding: 4.5rem 0 5rem;
    background: #f6f8fa;
}

.home-news__heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    color: #1a1a2e;
    margin: 0 0 3rem;
    letter-spacing: -0.02em;
}

/* Equal height row */
.home-news .row {
    display: flex;
    flex-wrap: wrap;
}

.home-news__col {
    margin-bottom: 2rem;
    display: flex;
}

a.home-news__card,
a.home-news__card:visited {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border: 1px solid #e2e6eb;
    border-top: 3px solid #0072c6;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

a.home-news__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 50, 100, 0.10);
    text-decoration: none;
    color: inherit;
}

.home-news__image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.home-news__body {
    padding: 1.8rem 2rem 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-news__body h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #1a1a2e;
    margin: 0 0 1rem;
    line-height: 1.4;
    flex: 1;
    border-bottom: none;
    min-height: 0;
    letter-spacing: 0;
}

.home-news__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1.2rem;
    border-top: 1px solid #e2e6eb;
}

.home-news__date {
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    color: #5a6677;
}

.home-news__read-more {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0072c6;
    letter-spacing: 0.02em;
}
