.swiper-problematiche-widget {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.swiper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.swiper-title {
    font-size: 24px;
	letter-spacing: 1;
}

.swiper-problematiche-widget .swiper-slide{
	text-align: start;
}

.swiper-nav {
    display: flex;
    gap: 10px;
}

.custom-prev::after,
.custom-next::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Immagini custom per le frecce */
.custom-next::after {
    background-image: url('/wp-content/uploads/2025/06/arrow-swiper.png');
}

.custom-prev::after {
    background-image: url('/wp-content/uploads/2025/06/arrow-swiper.png');
    transform: rotate(180deg);
}

/* Slide */
.slide-card {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.slide-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: white;
    padding: 20px;
    width: 100%;
}

.slide-overlay h2 {
    font-size: 20px;
    margin: 0 0 10px;
	letter-spacing: -1px;
}

.slide-button {
    display: inline-block;
    background: white;
    color: black;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
