﻿.fancybox__slide {
    background-color: #ffffff;
}

.fancybox__container {
    --fancybox-bg: rgba(17, 6, 25, 0.85);
}

    .fancybox__container .fancybox__content {
        /* Create white border around the image */
        
        box-sizing: content-box;
        padding: 1rem;
        background: #fff;
        border-radius: 6px;
        color: #374151;
        box-shadow: 0 8px 23px rgb(0 0 0 / 50%);
    }

.fancybox__caption {
     min-width: 600px; 
     max-width: 80%; 
    /* Prevent opacity change when dragging up/down */
    --fancybox-opacity: 1;
}

.fancybox__toolbar {
    position: relative;
    padding: 0;
    /* background: rgba(255, 255, 255, 0.8); */
    backdrop-filter: blur(30px);
    border-bottom: 1px solid #edeef0;
    text-shadow: none;
    font-weight: 400;
    --carousel-button-svg-stroke-width: 1.75;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}


.x_carousel {
    color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}

.x_carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 160px;
    margin-right: 6px;
    background-color: #eee;
    border-radius: 6px;
}