.carousel-wrapper-2a8094f5 {
    position: relative;
    padding: 30px 15px;
    background-color: #FFFFFF;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.swiper-container-2a8094f5 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.card-2a8094f5 {
    background-color: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-inner-2a8094f5 {
    display: flex;
    flex-direction: column;
}

.video-container-2a8094f5 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000000;
}

.video-container-2a8094f5 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Aspect Ratios */
.video-container-2a8094f5.aspect-16-9 {
    aspect-ratio: 16 / 9;
}
.video-container-2a8094f5.aspect-4-3 {
    aspect-ratio: 4 / 3;
}
.video-container-2a8094f5.aspect-1-1 {
    aspect-ratio: 1 / 1;
}
.video-container-2a8094f5.aspect-9-16 {
    aspect-ratio: 9 / 16;
}

.video-placeholder-2a8094f5 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 32px;
}

.info-section-2a8094f5 {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0 0;
    text-align: left;
}

.info-row-2a8094f5 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.meta-label-2a8094f5 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #888888;
}

.meta-val-2a8094f5 {
    font-size: 16px;
    font-weight: 700;
    color: #D7FF00;
}

.divider-2a8094f5 {
    border-bottom: 1px solid #D7FF00;
    width: 100%;
}

.category-2a8094f5 {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.description-2a8094f5 {
    font-size: 13px;
    line-height: 1.4;
    color: #333333;
}

.link-container-2a8094f5 {
    margin-top: auto;
    padding-top: 5px;
}

.project-link-2a8094f5 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000000;
    text-decoration: none;
    transition: opacity 0.2s;
}

.project-link-2a8094f5:hover {
    opacity: 0.7;
}

/* Nav arrows */
.nav-arrow-2a8094f5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #000000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s, transform 0.2s;
}

.nav-arrow-2a8094f5 svg {
    width: 24px;
    height: 24px;
    fill: #D7FF00;
}

.nav-prev-2a8094f5 {
    left: 10px;
}

.nav-next-2a8094f5 {
    right: 10px;
}

.nav-arrow-2a8094f5:hover {
    background-color: #222222;
}

.pagination-container-2a8094f5 {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

/* Swiper custom bullet pagination overrides */
.carousel-wrapper-2a8094f5 .swiper-pagination {
    position: static;
}

.carousel-wrapper-2a8094f5 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
}

/* Mobile responsive adjustments */
@media screen and (max-width: 480px) {
    /* Let the user see part of the next card */
    .swiper-container-2a8094f5 {
        overflow: visible;
    }
}
