/* Viewer Container */
.univ-gallery-container-96985415 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    aspect-ratio: 3 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 99;
}

@media screen and (max-width: 768px) {
    .univ-gallery-container-96985415 {
        aspect-ratio: 4 / 3;
    }
}

.univ-gallery-image-96985415 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Controls */
.univ-gallery-nav-96985415 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    background-color: #b75e1a; /* 3D brown/orange Adalya pilot */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: inset 0px 2px 4px rgba(255, 255, 255, 0.3), 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: none;
    outline: none;
    user-select: none;
    transition: none; /* No animations on hover/click */
}

@media screen and (max-width: 768px) {
    .univ-gallery-nav-96985415 {
        width: 46px;
        height: 46px;
    }
}

.univ-gallery-nav-96985415.prev-96985415 {
    left: 20px;
}

.univ-gallery-nav-96985415.next-96985415 {
    right: 20px;
}

.univ-gallery-nav-96985415 svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.univ-gallery-nav-96985415.disabled-96985415 {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

/* Counter */
.univ-gallery-counter-96985415 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-family: sans-serif;
    letter-spacing: 1px;
    z-index: 100;
    pointer-events: none;
}

/* Hide Original Galleries */
.univ-hide-original-96985415 {
    display: none !important;
}
