.sigexp {
    overflow: hidden;
}

.sigexp__viewport.swiper {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1400px;
    overflow: visible;
}

@media (max-width: 767px) {
    .sigexp__viewport.swiper {
        padding: 0 20px;
    }

    .sigexp__navigation {
        display: none !important;
    }
}

.sigexp__slide {
    list-style: none;
    height: auto !important;
}

.sigexp__card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    pointer-events: none;
}

.sigexp__image {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .sigexp__image {
        height: 250px !important;
    }
}

.sigexp__title {
    font-family: "The Seasons", serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    color: white;
    margin-bottom: 8px;
}

.sigexp__meta {
    padding: 15px;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.3;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Navigation Section */
.sigexp__navigation {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 30px;
}

.sigexp__nav,
.sigexp .sigexp__navigation .sigexp__nav,
.sigexp .sigexp__nav {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
}

.sigexp__nav:hover {
    border-color: white !important;
    color: white !important;
}

.sigexp__nav:disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

/* Hide default Swiper button styles */
.sigexp__nav::after {
    display: none !important;
}

/* Custom arrow styles using SVG-like approach */
.sigexp .sigexp__navigation .sigexp__nav svg,
.sigexp__nav svg,
.sigexp .sigexp__nav svg {
    width: 20px !important;
    height: 20px !important;
    stroke: white !important;
    stroke-width: 1 !important;
    fill: none !important;
    display: block !important;
    margin: 0 auto !important;
}

.sigexp .sigexp__navigation .sigexp__nav svg path,
.sigexp__nav svg path,
.sigexp .sigexp__nav svg path {
    stroke: white !important;
    stroke-width: 1 !important;
    fill: none !important;
}