.offer-carousel .swiper {
    width: 100%;
}

.offer-carousel .swiper-wrapper {
    pointer-events: none;
}

.offer-carousel .swiper-pagination {
    position: relative;
}

.offer-carousel .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
}

.offer-carousel .swiper-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 2;
    object-fit: contain;
}

.offer-carousel {
    margin-top: 50px;
    margin-bottom: 35px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.offer-carousel h3.title {
    text-align: center;
    font-size: 30px;
}

.offer-carousel .item {
    margin-bottom: 20px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    pointer-events: all;
}

.offer-carousel .read-more {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}

.offer-carousel .read-more::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/infoikoni.webp') no-repeat center center / contain;
    width: 20px;
    height: 20px;
}

.offer-carousel .item-logo {
    display: block;
    padding: 20px 30px;
}

.offer-carousel .item .content {
    padding: 0 30px;
    text-align: center;
    border-bottom: 2px solid #a4a5a3;
}

.offer-carousel .item .content p {
    margin-bottom: 1.5em;
    line-height: 1.5;
}

.offer-carousel .item .title {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px dotted;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 21px;
}

.offer-carousel .cta {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 25px 0;
    gap: 10px;
}

.offer-carousel .cta .play-now {
    border-radius: 99px;
    font-weight: 700;
    line-height: 50px;
    font-size: 21px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    width: max-content;
    box-shadow: 0px 5px 0px 0px #707070;
}

.offer-carousel .cta .read-more {
    padding: 0;
    text-decoration: underline;
    color: #000;
}

.offer-carousel .read-all {
    margin-top: 10px;
    text-align: center;
}

.offer-carousel .btn-read-all {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    padding: 5px 20px;
    border-radius: 99px;
    display: inline-block;
    text-decoration: none;
}

.offer-carousel .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background-color: #000;
    opacity: 1;
}

.offer-carousel .swiper-pagination-bullet-active {
    background-color: #ef9b02;
}

.offer-carousel .flag {
    position: absolute;
    background-color: #20ff5c;
    left: -40px;
    top: 20px;
    transform: rotate(329deg);
    width: 200px;
    text-align: center;
    font-size: 19px;
}

@media only screen and (max-width: 430px) {
	.offer-carousel-container,
	.crm-carousel-container {
        padding: 0;
    }

    .offer-carousel .swiper-slide {
        width: 280px;
    }

    .offer-carousel .item .content {
        padding: 0 10px;
    }
}