.home .selection-trio .panel > .home-panel-content {
    width: 100%;
    margin-bottom: 0;
    justify-content: flex-start;
}

.home .selection-trio .home-panel-image {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    aspect-ratio: 96 / 25;
}

.home .selection-trio .home-panel-image__item {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.025);
    transition:
        opacity 400ms cubic-bezier(0.22, 0.61, 0.36, 1),
        transform 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

.home .selection-trio .home-panel-image__item.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.home .selection-trio .home-panel-links {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home .selection-trio .home-panel-links li {
    margin: 0;
    padding: 12px 0;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.home .selection-trio .home-panel-links li:first-child {
    padding-top: 0;
}

.home .selection-trio .home-panel-links li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.home .selection-trio .home-panel-links a,
.home .selection-trio .home-spotlight-news__content > a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.home .selection-trio .home-panel-links a:hover,
.home .selection-trio .home-panel-links a:focus,
.home .selection-trio .home-spotlight-news__content > a:hover,
.home .selection-trio .home-spotlight-news__content > a:focus {
    color: #fff;
    text-decoration: underline;
}

.home .selection-trio .home-spotlight-news {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.home .selection-trio .home-spotlight-news__slides {
    width: 100%;
}

.home .selection-trio .home-spotlight-news__slides.slick-initialized {
    padding: 0 28px;
}

.home .selection-trio .home-spotlight-news__slide {
    display: flex !important;
    width: 100%;
    align-items: center;
    flex-direction: row;
}

.home .selection-trio .home-spotlight-news__thumbnail {
    width: 34%;
    padding-right: 15px;
    flex: 0 0 34%;
}

.home .selection-trio .home-spotlight-news__thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.home .selection-trio .home-spotlight-news__content {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.home .selection-trio .home-spotlight-news__date {
    margin-top: 6px;
    font-size: 14px;
}

.home .selection-trio .home-spotlight-news__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    width: 28px;
    height: 36px;
    padding: 0;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.home .selection-trio .home-spotlight-news__arrow::before {
    content: none;
}

.home .selection-trio .home-spotlight-news__arrow--previous {
    left: 0;
}

.home .selection-trio .home-spotlight-news__arrow--next {
    right: 0;
}

.home .selection-trio .home-spotlight-news__arrow:hover,
.home .selection-trio .home-spotlight-news__arrow:focus {
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.home .selection-trio .home-spotlight-news__arrow:focus-visible {
    outline: none;
    box-shadow: none;
}

@media (max-width: 479px) {
    .home .selection-trio .home-spotlight-news__slide {
        align-items: flex-start;
    }

    .home .selection-trio .home-spotlight-news__thumbnail {
        width: 30%;
        flex-basis: 30%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home .selection-trio .home-panel-image__item {
        transform: none;
        transition: none;
    }

    .home .selection-trio .home-spotlight-news__slides .slick-track {
        transition-duration: 0.01ms !important;
    }
}
