/* ILP Funds Info */

.funds-info {
    padding: 82px 0 72px;
    font-family: "Open Sans", Arial, sans-serif;
    background: transparent;

}
.funds-info .component-rich-text__wrapper{
    margin-right: auto;
    margin-left: auto;
}
.funds-info .container-rich-text {
    margin-left: auto;
    margin-right: auto;
}
.funds-info .container-rich-text {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    max-width: 1200px;
}

/* ── Invest row ──────────────────────────────────────── */
.ilp-funds-info-invest-row,
.ilp-funds-info-disclaimer-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
    padding: 0;
    max-width: 930px;
}

.ilp-funds-info-icon-wrap {
    flex-shrink: 0;
    width: 48px;
    min-width: 48px;
    background: transparent;
}

.ilp-funds-info-icon-wrap img {
    display: block;
    max-width: 48px;
    height: auto;
    /* Align the icon optically with the title cap-height instead of sitting above it */
    margin-top: 2px;
}

/* "PRU" brand prefix highlight in product names */
.ilp-funds-info-products-list .ilp-pru-highlight {
    color: #ed1b2e;
    font-weight: 700;
}

.ilp-funds-info-invest-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1c1d1b;
}

.ilp-funds-info-products-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.ilp-funds-info-products-list .li-short {
    font-size: 14px;
    color: #1c1d1b;
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 22px;
    position: relative;
}

.ilp-funds-info-products-list .li-short::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #ed1b2e;
    position: absolute;
    top: 0.62em;
    left: 0;
    transform: translateY(-50%);
}

.ilp-funds-info-products-list .li-short strong {
    font-weight: 700;
}

/* ── Disclaimer row ──────────────────────────────────── */
.ilp-funds-info-disclaimer-text {
    font-size: 14px;
    color: #5b6770;
    line-height: 1.5;
    border-left: 0;
    padding-left: 0;
    max-width: 900px;
}

.ilp-funds-info-disclaimer-text strong {
    font-weight: 700;
    color: #5b6770;
}

.ilp-funds-info-disclaimer-text p {
    margin: 0;
}

/* ── Mobile ──────────────────────────────────────────── */
@media (max-width: 767px) {
    .funds-info {
        padding: 46px 0 40px;
    }

    .funds-info .container-rich-text {
        padding: 0;
        border-radius: 0;
    }

    .ilp-funds-info-invest-row,
    .ilp-funds-info-disclaimer-row {
        gap: 12px;
        margin-bottom: 14px;
        padding: 0;
        max-width: none;
    }

    .ilp-funds-info-icon-wrap {
        width: 50px;
        min-width: 50px;
    }

    .ilp-funds-info-icon-wrap img {
        max-width: 34px;
    }

    .ilp-funds-info-invest-title,
    .ilp-funds-info-products-list .li-short,
    .ilp-funds-info-disclaimer-text {
        font-size: 14px;
    }

    .ilp-funds-info-products-list .li-short {
        padding-left: 18px;
    }

    .ilp-funds-info-products-list .li-short::before {
        width: 8px;
        height: 8px;
    }
}
