.tour-photo { position: relative; width: 100%; height: 250px; overflow: hidden; background: #e9efed; border-radius: 12px; }
.tour-photo__fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; color: #36554d; text-align: center; font-size: 14px; line-height: 1.5; font-weight: 500; }
.tour-photo > img { position: relative; display: block; width: 100%; height: 100% !important; object-fit: cover; }
.tour-photo.is-unavailable > img { display: none; }
.tour-photo.is-loaded .tour-photo__fallback { visibility: hidden; }
.tour-result { height: 100%; overflow: hidden; border: 1px solid #dce7e2; border-radius: 18px; background: #fff; }
.tour-result .tour-photo { border-radius: 0; }
.tour-result__body { padding: 20px; }
.tour-result__body h3 { margin: 0 0 12px; font-size: 21px; }
.tour-result__body a { color: #072720; }
.tour-result__price { margin: 0 0 14px; color: #36554d; }
.tour-result__link { display: inline-block; font-weight: 700; text-decoration: underline; }
.ops-tour-card__image > .tour-photo { height: 100%; border-radius: 0; }
.tour-photo-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.tour-photo-gallery > a:first-child { grid-column: 1 / -1; }
.tour-photo-gallery > a:first-child .tour-photo { height: 380px; }
.tour-photo-gallery > a { display: block; min-width: 0; }
@media (max-width: 575px) { .tour-photo-gallery { grid-template-columns: 1fr; } .tour-photo-gallery > a:first-child .tour-photo { height: 260px; } }
