.splide__arrows .splide__arrow {
    opacity: 0.7;
}

.splide__arrows .splide__arrow:disabled {
    opacity: 0.3;
}

.splide__arrows .splide__arrow:hover:not(:disabled) {
    opacity: 1;
}

.is-style-slider-arrows .splide .splide__arrows {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding-bottom: 2rem;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.is-style-slider-arrows .splide .splide__arrows .splide__arrow {
    align-items: center;
    appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='12' viewBox='0 0 26 12' fill='none'%3E%3Cpath d='M1.5 5.25C1.08579 5.25 0.75 5.58579 0.75 6C0.75 6.41421 1.08579 6.75 1.5 6.75L1.5 5.25ZM25.0303 6.53033C25.3232 6.23744 25.3232 5.76257 25.0303 5.46967L20.2574 0.696701C19.9645 0.403807 19.4896 0.403807 19.1967 0.696701C18.9038 0.989594 18.9038 1.46447 19.1967 1.75736L23.4393 6L19.1967 10.2426C18.9038 10.5355 18.9038 11.0104 19.1967 11.3033C19.4896 11.5962 19.9645 11.5962 20.2574 11.3033L25.0303 6.53033ZM1.5 6.75L24.5 6.75L24.5 5.25L1.5 5.25L1.5 6.75Z' fill='currentColor'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: 3.125rem;
    color: var(--wp--preset--color--base);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 2rem;
    justify-content: center;
    line-height: 0;
    padding: 0.5rem;
    position: relative;
    transform: unset;
    transition: background-color 0.3s ease;
    width: 3.375rem;
}

.is-style-slider-arrows .splide__arrow > svg {
    display: none;
}

.is-style-slider-arrows .splide .splide__arrows--ltr .splide__arrow--prev {
    left: unset;
    transform: scaleX(-1);
}

.is-style-slider-arrows .splide .splide__arrows--ltr .splide__arrow--next {
    right: unset;
}

@media screen and (min-width: 90rem) {
    .is-style-slider-arrows .splide .splide__arrows {
        margin-inline: auto;
        max-width: 1440px;
    }
}
