.irlBlockAffinHwangInsightListing .irlInsightHeroWithDropdown .irlInsightBanner {
    min-height: 600px;
    width: 100%;
    background-image: url('/img/insight-banner.png');
}

.irlBlockAffinHwangInsightListing .irlInsightHeroWithDropdown .irlInsightBannerContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.irlBlockAffinHwangInsightListing .irlInsightHeroWithDropdown .irlInsightBannerContentText {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.irlBlockAffinHwangInsightListing .irlInsightBannerDropdown .irlDropdownOption {
    z-index: 2;
}

.irlBlockAffinHwangInsightListing .irlInsightMonthCarouselHeader {
    font-weight: 300;
    font-size: 35px;
    line-height: 41px;
    color: #8A8A8A;
}

.irlBlockAffinHwangInsightListing .irlInsightCardLink {
    text-decoration: none;
}

.irlBlockAffinHwangInsightListing .irlInsightCard {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
    width: 100%;
    height: 250px;
}

.irlBlockAffinHwangInsightListing .irlInsightCardImage {
    height: 150px;
    object-fit: contain;
}

.irlBlockAffinHwangInsightListing .irlInsightListingButtonPrev,
.irlBlockAffinHwangInsightListing .irlInsightListingButtonNext {
    background-color: #0768B3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 35%;
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    opacity: 1;
}

.irlBlockAffinHwangInsightListing .irlInsightListingButtonPrev {
    position: absolute;
    right: 60px;
    left: unset;
}

.irlBlockAffinHwangInsightListing .irlInsightListingButtonNext {
    position: absolute;
    right: 10px;
}

.irlBlockAffinHwangInsightListing .irlInsightListingArrowSize{
    font-size: 18px;
}

.irlBlockAffinHwangInsightListing .irlInsightListingCarousels,
.irlBlockAffinHwangInsightListing .irlInsightCardWrapper {
    display: flex;    
}

.irlBlockAffinHwangInsightListing .irlInsightListingCarousels {
    min-height: 350px;
    margin: 0;
}

.irlBlockAffinHwangInsightListing .irlInsightHeaderContainer {
    padding: 1.25rem;
}

.irlBlockAffinHwangInsightListing .irlShowAllText {
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.irlBlockAffinHwangInsightListing .irlShowAllText:hover {
    text-decoration: underline;
}

.irlBlockAffinHwangInsightListing .irlInsightListingCard {
    border: 1px solid #C4C4C4;
    height: 100% !important;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0.5em;
}

.irlBlockAffinHwangInsightListing .irlInsightListingCardImage {
    width: 100%;
    object-fit: cover;
    min-height: 150px;
    max-height: 200px;
    height: 200px;
}

.irlBlockAffinHwangInsightListing .irlInsightCardContentContainer {
    padding: 1.5rem;    
}

.irlBlockAffinHwangInsightListing .irlInsightListingTitle {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.irlBlockAffinHwangInsightListing .irlInsightListingModal {
    display: none;
    align-items: center;
    justify-content: center;
}

.irlBlockAffinHwangInsightListing .irlInsightListingDate {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.irlBlockAffinHwangInsightListing .irlShowAllInsightListingCard {
    border: 1px solid #C4C4C4;
    height: 100% !important;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0.5em;
    width: 100%;
}

.irlBlockAffinHwangInsightListing .modal-dialog {
    max-width: 80vw !important;
}

.irlBlockAffinHwangInsightListing .irlInsightEmptyTextContainer {
    color: #888888;
    font-size: 32px;
    text-align: center;
    font-style: italic;
}

.irlBlockAffinHwangInsightListing .irlInsightListingCarouselsContainer {
    position: relative;
}

.irlBlockAffinHwangInsightListing .irlInsightListingButtonNext,
.irlBlockAffinHwangInsightListing .irlInsightListingButtonPrev {
    width: 4rem;
    height: 4rem;
    background-color: #0768B3;
    transform: translateY(-22%);
    border-radius: 50%;
    cursor: pointer;
}

.irlBlockAffinHwangInsightListing .irlInsightListingButtonNext .irlInsightListingButtonNextImg {
    transform: translate(62%, 47%) rotate(90deg);
}

.irlBlockAffinHwangInsightListing .irlInsightListingButtonPrev .irlInsightListingButtonPrevImg {
    transform: translate(62%, 47%) rotate(-90deg);
}

.irlBlockAffinHwangInsightListing .disabled {
    pointer-events: none;
    filter: grayscale(1);
}

.irlBlockAffinHwangInsightListing .irlInsightShowAllButtonContainer {
    padding-top: 15px;
}

.irlBlockAffinHwangInsightListing .irlInsightListingModalContent {
    max-height: 80vh;
    margin-top: 100px;
    overflow: auto;
}

@media screen and (max-width: 768px) {
    .irlBlockAffinHwangInsightListing .irlInsightListingCard {
        width: 100%;
    }

    .irlBlockAffinHwangInsightListing .modal-dialog {
        max-width: 100vw !important;
    }

    .irlBlockAffinHwangInsightListing .irlInsightListingModalContent {
        margin-top: 120px;
    }
}

@media screen and (max-width: 500px) {
    .irlBlockAffinHwangInsightListing .irlInsightMonthCarouselHeader {     
        font-size: 20px;      
    }
}
