/* Tour Detail shares the established Destination Hero dimensions. */
.tour-detail-hero {
    height: 575px;
}

.tour-detail-hero > img {
    object-position: center;
}

.tour-detail-hero .destination-hero__content {
    padding-top: 211px;
}

/* The page uses the public destination Hero foundation. These rules only
   constrain the longer Tour title and preserve the established visual rhythm. */
.tour-detail-hero h1 {
    max-width: 650px;
    font-size: 52px;
    line-height: 1.04;
}

.tour-detail-hero .destination-hero__location {
    gap: 9px;
    margin-top: 18px;
    font-size: 15px;
}

.tour-detail-hero .destination-hero__location span {
    display: inline-flex;
    align-items: center;
    color: var(--blue-500);
    font-size: 17px;
}

@media (max-width: 991.98px) {
    .tour-detail-hero {
        height: 530px;
    }

    .tour-detail-hero .destination-hero__content {
        padding-top: 190px;
    }

    .tour-detail-hero h1 {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .tour-detail-hero {
        height: 500px;
    }

    .tour-detail-hero .destination-hero__content {
        padding-top: 170px;
    }

    .tour-detail-hero h1 {
        max-width: 390px;
        font-size: 40px;
    }
}
