
/* Overrides */
.it-carousel-wrapper .splide__track {
    padding-top: 0px;
    width: 100%;
}

@media (min-width: 992px) {
    .it-carousel-wrapper.it-carousel-landscape-abstract {
        max-width: 1440px;
    }

    .it-carousel-wrapper.it-carousel-landscape-abstract .splide__pagination {
        margin-left: 0;
        left: auto;
        right: 8px;
        bottom: 8px;
    }
}

.it-carousel-wrapper .splide__pagination {
    margin-bottom: 8px;
}

.it-carousel-wrapper .splide__pagination button {
    width: 14px;
    height: 14px;
    border: 2px solid hsl(210deg 74% 27%);
}



/* Custom classes */

.slide-show-container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    max-height: none;
    padding: 16px 16px 0px 16px;
}

.slide-show-image {
    width: auto;
    height: 100%;
}

.slide-show-content {
    width: 100%;
    height: auto;
    min-height: 400px;
}

@media (min-width: 992px) {

    .slide-show-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        height: auto;
        max-height: 320px;
        padding: 0;
    }


    .slide-show-content {
        padding: 8px 8px 8px 24px;
        width: 100%;
        height: auto;
        max-height: 400px;
    }

}
@media (max-width: 992px) {
    .slide-show-image {
        display: none;
    }
}
.slide-show-date {
    font-size: 18px;
    font-weight: normal;
}

.slide-show-title a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-decoration: none;
    color: #1c2024;
}

.slide-show-body p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    color: #1c2024;
    font-weight: 500;
    margin-bottom: 8px;
}

.external-link-img {
    background-color: var(--bs-blue);
    -webkit-mask: url(../svg/it-external-link.svg) no-repeat center;
    mask: url(../svg/it-external-link.svg) no-repeat center;
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.video-img {
    background-color: var(--bs-blue);
    -webkit-mask: url(../svg/it-video.svg) no-repeat center;
    mask: url(../svg/it-video.svg) no-repeat center;
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.slide-show-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.slide-show-container svg {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
}