﻿.mhg-base-content-card {
    background-color: #f3f3f3;
}

.mhg-base-content-card__content {
    padding: 10px 0;
}

.mhg-base-content-card__title {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

.mhg-base-content-card__subtitle {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
    color: #EC1C24; /* MHG red */
    margin-bottom: 24px;
}

.mhg-base-content-card__body {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #222;
}

    .mhg-base-content-card__body p {
        margin-bottom: 1.5rem;
    }

.mhg-base-content-card__image-wrap {
    width: 100%;
}

.mhg-base-content-card__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
