/* Shared presentation only; theme colors, columns, icons and copy stay local. */
.tour-detail-heading .title,
.tour-detail .content-information {
    overflow-wrap: anywhere;
}
.tour-detail .video-poster img,
.tour-detail .gallery-poster img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.tour-detail .content-information-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}
.tour-detail .content-information-meta::before,
.tour-detail .content-information-meta::after {
    display: none;
}
.tour-detail .content-information-meta > span {
    float: none;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}
.tour-detail .content-information-meta > .models {
    flex: 1 1 180px;
}
.tour-detail .content-information-meta > .rating,
.tour-detail .content-information-meta > .date {
    flex: 0 0 auto;
    white-space: nowrap;
}
.tour-detail .content-information-meta .pane-data {
    box-sizing: border-box;
    vertical-align: top;
}
.tour-detail .content-information-meta .models .pane-data {
    max-width: calc(100% - 42px);
}
.tour-detail-description-body {
    font-size: 18px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}
.tour-detail-description-body img {
    max-width: 100% !important;
    height: auto !important;
}
.tour-detail-description-body pre {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}
