/*
 * KS27 ROTALAR FINAL
 * Sadece Rotalar sayfasındaki ortak kartları hedefler.
 * Turlar / Oteller / VIP Transfer kartlarına müdahale etmez.
 */
.ks27-listing--routes .ks27-listing__grid {
    align-items: stretch;
}

.ks27-listing--routes .ks27-tour-card--route {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__media {
    width: 100%;
    height: 220px !important;
    min-height: 220px !important;
    aspect-ratio: auto !important;
    overflow: hidden;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__image {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    display: block;
    object-fit: cover !important;
    object-position: center !important;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__body {
    flex: 1 1 auto;
    min-height: 255px;
    display: flex;
    flex-direction: column;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__copy {
    min-height: 122px;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__title,
.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__title {
    -webkit-line-clamp: 2;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__description {
    -webkit-line-clamp: 2;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__features {
    min-height: 34px;
    align-content: flex-start;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__bottom {
    margin-top: auto;
    width: 100%;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__actions,
.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__detail {
    width: 100%;
}

.ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__detail {
    min-height: 44px;
    justify-content: center;
}

@media (max-width: 1024px) {
    .ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__media {
        height: 205px !important;
        min-height: 205px !important;
    }
}

@media (max-width: 620px) {
    .ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__media {
        height: 210px !important;
        min-height: 210px !important;
    }

    .ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__body,
    .ks27-listing--routes .ks27-tour-card--route .ks27-tour-card__copy {
        min-height: 0;
    }
}
