/* ILP Market Insights */

.ilp-market-insights {
    font-family: "Open Sans", Arial, sans-serif;
}

.ilp-market-insights .component-rich-text {
    position: relative;
    overflow: hidden;
}

.ilp-market-insights .component-rich-text > .container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.ilp-market-insights .component-rich-text__title {
    position: relative;
    z-index: 3;
    max-width: 55%;
    margin: 0;
    font-size: 48px;
    line-height: 6rem;
    font-weight: 300;
    color: #000;
}

.ilp-market-insights .component-rich-text__title span {
    font-weight: 700;
}

.ilp-market-insights .component-rich-text__title span:last-child {
    font-weight: 300;
}

.ilp-market-insights .component-rich-text__wrapper {
    position: relative;
    margin-top: -12rem;
    padding-top: 10rem;
}

.ilp-market-insights .bk-blue-gray {
position: absolute;
    top: 7%;
    right: -1%;
    width: 30.6rem;
    max-width: 56.6rem;
    bottom: 8%;
    background: #e5eaef;
    z-index: 1;
}

.ilp-market-insights .container-rich-text {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    background: #fff;
    margin: 3.2rem 3.2rem 3.2rem 3.2rem;
}

.ilp-market-insights .container-rich-text .row {
    margin: 0;
    padding: 10px;
}

.ilp-market-insights .editorial-body-copy {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.6;
    color: #1c1d1b;
}

.ilp-market-insights .download-link {
    position: relative;
    display: inline-block;
    padding-left: 3.1rem;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    text-decoration: none;
    vertical-align: middle;
}

.ilp-market-insights .download-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16L7 11h3V4h4v7h3l-5 5z' fill='%23ed1b2e'/%3E%3Cpath d='M20 18H4v2h16v-2z' fill='%23ed1b2e'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.ilp-market-insights .download-link:hover {
    color: #000;
    text-decoration: none;
}

.ilp-market-insights .ilp-mi-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem;
}

.ilp-market-insights .left-item {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .ilp-market-insights .component-rich-text__title {
        max-width: 65%;
        font-size: 42px;
        line-height: 5.2rem;
    }

    .ilp-market-insights .bk-blue-gray {
        right: 24px;
        width: 48rem;
    }
}

@media (max-width: 991px) {
    .ilp-market-insights .component-rich-text > .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ilp-market-insights .component-rich-text {
        padding-bottom: 5rem;
    }

    .ilp-market-insights .component-rich-text__title {
        max-width: 100%;
        font-size: 36px;
        line-height: 4.8rem;
    }

    .ilp-market-insights .component-rich-text__wrapper {
        margin-top: 1.6rem;
        padding-top: 6rem;
    }

    .ilp-market-insights .bk-blue-gray {
        right: 20px;
        width: 36rem;
        bottom: 6rem;
    }

    .ilp-market-insights .container-rich-text {
        padding: 2.4rem;
    }
}

@media (max-width: 767px) {
    .ilp-market-insights .component-rich-text > .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .ilp-market-insights .component-rich-text {
        padding-bottom: 4rem;
    }

    .ilp-market-insights .component-rich-text__title {
        font-size: 28px;
        line-height: 3.6rem;
    }

    .ilp-market-insights .component-rich-text__wrapper {
        margin-top: 1.6rem;
        padding-top: 0;
    }

    .ilp-market-insights .bk-blue-gray {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        height: 140px;
        margin-bottom: 1.6rem;
    }

    .ilp-market-insights .container-rich-text {
        padding: 1.8rem 1.6rem 2rem;
    }

    .ilp-market-insights .ilp-mi-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
    }

    .ilp-market-insights .download-link {
        font-size: 16px;
        line-height: 24px;
    }
}
