/*
    README

    This file should only be used to style structure of the widget. It should not
    contain fonts or theme styling. Use the shared_theme.css for that purpose.

    If simply theming the CCL, leave this file alone.

    If your design is very customized, edit this file as needed. 
*/

.core-v2-hero-slideshow {
    margin: 0;
}

.core-v2-hero-slideshow .content-section {
    width: auto;
    max-width: calc(100% - 92px);
    background-color: var(--white);
    padding: 10px var(--space-4);
}

.core-v2-hero-slideshow .glide__arrows {
    bottom: 0;
    left: auto;
    right:0;
    gap: 2px;
    padding: 0;
}

.core-v2-hero-slideshow .glide__arrow {
    height: 45px;
    width: 45px;
    border-radius: 0;
    box-shadow: none;
}

.core-v2-hero-slideshow .glide__arrow .fas{
    font-weight: 400;
    font-size: 32px;
    color:var(--black);
}


.core-v2-hero-slideshow .slide-footer {
	display:none;
}
.core-v2-hero-slideshow .inner {
	display: grid;
}

.core-v2-hero-slideshow .slide-top .credits {
    right: 0;
    bottom:45px
}


@media (hover: hover) {
	.core-v2-hero-slideshow.animation-expand .slide:hover .slide-img {
		scale: 1.02;
	}
    .core-v2-hero-slideshow .glide__arrow:hover .fas{
        color:var(--white);
    }
}

@container (min-width: 40em) {
    .core-v2-hero-slideshow .shared-play-button {
        inset: 20px 20px auto auto;
        transform: none;
    }
}

@container (min-width: 64em) {
    .core-v2-hero-slideshow .glide__arrow {
        height: 54px;
        width: 54px;
    }
}


@container (min-width: 40em) {
     .core-v2-hero-slideshow .overlap-image .content-section {
        position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
        max-width: var(--width-comfortable);
    }

    .core-v2-hero-slideshow .content-section {
        padding: var(--space-5);
    }

}

@container (min-width: 64em) {
    .core-v2-hero-slideshow .glide__arrows {
        left: auto;
        bottom: 0;
    }

    .core-v2-hero-slideshow .content-section {
        padding: var(--space-5);
    }

    .core-v2-hero-slideshow .slide-top .credits {
        right: 110px;
        bottom: 0;
    }
} 