﻿/* =========================
   CHECKLIST (Reusable)
========================= */

.card-checklist {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .card-checklist li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 14px;
        text-align: left;
        font-size: 15px;
        line-height: 1.5;
        color: #1f1f1f;
    }

.card-checklist--tight li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.45;
}

/* =========================
   CHECK ICON
========================= */

.card-check-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 18px;
    text-align: center;
    border: 2px solid #c8102e;
    color: #c8102e;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
}

.card-check-icon--small {
    width: 18px;
    height: 18px;
    min-width: 18px;
    line-height: 16px;
    font-size: 11px;
}

/* =========================
   SECTION TITLES
========================= */

.card-section {
    margin-bottom: 22px;
}

.card-section-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #1f1f1f;
    margin-bottom: 12px;
}

.card-section-icon {
    color: #c8102e;
    margin-right: 8px;
    font-size: 14px;
}

/* =========================
   LINK STYLES (Reusable)
========================= */

.link-primary {
    color: #EC1C24; /* MHG red */
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .link-primary:hover {
        text-decoration: underline;
        opacity: 0.85;
    }

.link-cta {
    color: #EC1C24;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
}

    .link-cta:hover {
        text-decoration: underline;
    }

.card-callout {
    margin-top: 18px;
    padding: 10px 14px;
    border-left: 4px solid #c8102e;
    background-color: #f7efef;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.6;
}

.card-paragraph {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #1f1f1f;
}
