﻿.mhg-latest-insights {
    background: #ffffff;
}

.mhg-latest-title {
    font-size: 32px;
    font-weight: 800;
    color: #001b3f;
    margin-bottom: 14px;
}

.mhg-title-line {
    width: 96px;
    height: 4px;
    background: #ec1c24;
    margin-bottom: 18px;
}

.mhg-latest-subtitle {
    color: #001b3f;
    font-size: 18px;
    margin-bottom: 0;
}

.mhg-insight-card {
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.mhg-insight-image-wrap {
    position: relative;
    height: 195px;
    overflow: hidden;
}

.mhg-insight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mhg-insight-date {
    position: absolute;
    top: 16px;
    left: 24px;
    background: #ffffff;
    color: #ec1c24;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 14px;
}

.mhg-insight-body {
    padding: 26px 24px;
}

.mhg-insight-card-title {
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 16px;
}

    .mhg-insight-card-title a {
        color: #001b3f;
        text-decoration: none;
    }

.mhg-insight-summary {
    color: #001b3f;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
}

.mhg-read-more,
.mhg-view-all {
    color: #ec1c24;
    font-weight: 800;
    text-decoration: none;
}

    .mhg-read-more:hover,
    .mhg-view-all:hover {
        color: #c81018;
    }

.mhg-view-all {
    font-size: 20px;
}
