/* Carousel display fixes - Updated to match working site */

/* Ensure carousel wrapper is visible and properly sized */
#acc_68757cc9b72d4_wrapper {
    position: relative;
    margin: 0 auto;
    background: transparent !important;
    width: 1000px;
    height: 450px;
}

/* Ensure carousel container is visible with proper positioning */
#acc_68757cc9b72d4 {
    position: relative;
    visibility: visible !important;
    display: block !important;
    background: transparent;
    width: 100%;
    height: 100%;
}

/* Fix for carousel images - CRITICAL for proper display */
#acc_68757cc9b72d4 img {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    position: absolute;
    cursor: pointer;
}

/* Remove loading state */
.ari-cloud-carousel-wrapper:not(.ari-cloud-carousel-loading) .ari-cloud-carousel,
.ari-cloud-carousel-wrapper:not(.ari-cloud-carousel-loading) .ari-cloud-carousel-caption,
.ari-cloud-carousel-wrapper:not(.ari-cloud-carousel-loading) .ari-cloud-carousel-nav {
    visibility: visible !important;
}

/* Ensure carousel items (links) are positioned correctly */
#acc_68757cc9b72d4 a {
    position: absolute;
    display: block;
    border: none;
    outline: none;
}

/* Fix z-index issues */
.ari-cloud-carousel {
    z-index: 1;
}

.ari-cloud-carousel img {
    z-index: 2;
}

/* Ensure proper dimensions */
.cloudcarousel {
    max-width: none;
    height: auto;
}

/* Override any conflicting styles */
#acc_68757cc9b72d4_wrapper * {
    box-sizing: content-box;
}

/* Ensure the carousel is not hidden by overflow */
#acc_68757cc9b72d4_wrapper,
#acc_68757cc9b72d4 {
    overflow: visible !important;
}

/* Fix for carousel loading state */
.ari-cloud-carousel-loading {
    min-height: 450px;
}

/* Ensure images have proper cursor */
#acc_68757cc9b72d4 img:hover {
    cursor: pointer;
}

/* Hide carousel navigation arrows */
.ari-cloud-carousel-nav {
    display: none !important;
}