/* stylelint-disable indentation */
.ph-reward-seats-destinations-carousel {
    padding: 64px 0;
}

.ph-reward-seats-destinations {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    background-color: white;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.destination-hero-image {
    object-fit: cover;
}

.destination-hero-image img {
    max-height: 150px;
    width: 100%;
}

.destination-details {
	padding: 20px 16px;
}

.destination-header {
	display: flex;
	justify-content: space-between;
}

.destination-points {
	font-size: 1rem !important;
	margin-top: 8px;
}

.ph-reward-seats-destinations-carousel .tns-item {
    transform: scale(0.9);
}

.ph-reward-seats-destinations-carousel .between-middle-slide {
    transform: scale(1.2);
    position: relative;
    z-index: 5;
}

.ph-reward-seats-destinations-carousel .middle-slide {
    transform: scale(1.4);
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .ph-reward-seats-destinations-carousel {
        padding: 0;
    }

    .destination-hero-image img {
        max-height: 200px;
    }
}
