/* ============================================================
   INTRO PAGE STYLING (only affects .PortalIntroPage-root)
   ============================================================ */

.PortalIntroPage-root {
    max-width: 1150px;
    margin: 0 auto !important;
    padding: 60px 40px !important;
}

.PortalIntroPage-root h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 22px;
    padding-left: 16px;
    position: relative;
}

.PortalIntroPage-root h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 80%;
    background: #c20000;
    border-radius: 2px;
}

.PortalIntroPage-root h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
    margin-top: 45px;
    padding-left: 14px;
    position: relative;
}

.PortalIntroPage-root h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 80%;
    background: #c20000;
    border-radius: 2px;
}

.PortalIntroPage-root h2::after {
    content: none !important;
}

.PortalIntroPage-root p {
    font-size: 1.08rem;
    line-height: 1.65;
    color: #444;
    max-width: 900px;
}



/* ============================================================
   FAQ PAGE STYLING (only affects #infoPage)
   ============================================================ */

#infoPage {
    display: block !important;              /* this is the missing piece */
    max-width: 1150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 60px 40px !important;
    box-sizing: border-box !important;
}

/* FAQ title */
#infoPage h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    padding-left: 16px;
    position: relative;
}

#infoPage h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 80%;
    background: #c20000;
    border-radius: 2px;
}

/* Section headers */
#infoPage h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-top: 45px;
    margin-bottom: 15px;
    padding-left: 14px;
    position: relative;
}

#infoPage h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 80%;
    background: #c20000;
    border-radius: 2px;
}

#infoPage h2::after {
    content: none !important;
}

/* Text + lists */
#infoPage p,
#infoPage li {
    font-family: "Roboto", sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #444;
    max-width: 900px;
}

#infoPage ul {
    margin-left: 28px;
}

#infoPage ul li {
    position: relative;
    padding-left: 4px;
    margin-bottom: 10px;
}

#infoPage ul li::before {
    content: "•";
    position: absolute;
    left: -14px;
    top: 0;
    color: #c20000;
    font-weight: 700;
}
