.carousel-arrow{
    font-size: 20px;
    color: rgba(0,0,0,.65);
    background: rgba(0,0,0,.08);
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;

    border: 1px solid rgba(0,0,0,.10);
    box-shadow: 0 10px 20px rgba(10,30,60,.08);
    backdrop-filter: blur(8px);

    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.carousel-arrow:hover{
    background: rgba(45,98,132,.14);
    border-color: rgba(45,98,132,.22);
    color: #2D6284;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(10,30,60,.12);
}

.carousel-arrow:active{
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(10,30,60,.08);
}

.archive-images-carousel .owl-nav{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.owl-nav button{
    background: none !important;
    border: none !important;
    padding: 0 !important;
}


.archive-images-carousel .owl-nav button.disabled .carousel-arrow{
    opacity: .45;
    box-shadow: none;
    transform: none;
}

.archive-images-carousel .owl-nav button:focus-visible .carousel-arrow{
    outline: none;
    box-shadow: 0 0 0 4px rgba(45,98,132,.18), 0 10px 20px rgba(10,30,60,.10);
    border-color: rgba(45,98,132,.35);
}

.archive-images-carousel .item{
    height: 270px !important;
}

.archive-images-carousel .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
