/* Detail-page recommendations: separate from homepage and listing cards. */
.bungalow-detail-page .related-stays { padding: 64px 0 72px; border-top: 1px solid #eee9f3; background: #fff; }
.bungalow-detail-page .detail-related-header { align-items: center; gap: 24px; margin: 0 0 30px; }
.bungalow-detail-page .detail-related-header .section-tag { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 10px; padding: 0; border: 0; border-radius: 0; background: none; color: #6b4e9e; font-size: 10px; font-weight: 600; letter-spacing: 1.3px; }
.bungalow-detail-page .detail-related-header .section-tag::before { content: ""; width: 22px; height: 2px; background: #a58ac7; }
.bungalow-detail-page .detail-related-header .section-title { margin: 0; color: #202332; font-size: 30px; line-height: 1.25; letter-spacing: -.65px; }
.bungalow-detail-page .related-stays-intro { margin: 10px 0 0; color: #837d8d; font-size: 13px; line-height: 1.7; }
.bungalow-detail-page .detail-view-all { flex-shrink: 0; min-height: 42px; margin: 0; padding: 10px 16px; border: 1px solid #e3d9ee; border-radius: 10px; background: #fff; color: #6b4e9e; font-size: 12px; font-weight: 500; white-space: nowrap; box-shadow: none; transform: none; transition: none; }
.bungalow-detail-page .detail-view-all:hover { border-color: #a48ac4; color: #583e87; background: #fff; box-shadow: none; transform: none; }
.related-stays-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.related-stay-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #e4ddec; border-radius: 18px; background: #fff; box-shadow: none; transform: none; transition: none; }
.related-stay-photo { position: relative; aspect-ratio: 8 / 5; overflow: hidden; background: #f5f2f8; }
.related-stay-photo > a { display: block; width: 100%; height: 100%; }
.related-stay-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.related-stay-placeholder { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; height: 100%; color: #9983b6; font-size: 13px; }
.related-stay-placeholder i { font-size: 32px; }
.related-stay-offer, .related-stay-view { position: absolute; left: 14px; display: inline-flex; align-items: center; gap: 6px; max-width: calc(100% - 28px); padding: 7px 10px; border-radius: 7px; font-size: 10px; line-height: 1.5; pointer-events: none; }
.related-stay-offer { top: 14px; background: #6b4e9e; color: #fff; font-weight: 600; }
.related-stay-view { bottom: 14px; background: rgba(255, 255, 255, .96); color: #4c435c; font-weight: 500; }
.related-stay-view i { color: #7d61a4; }
.related-stay-body { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 22px; }
.related-stay-body h3 { margin: 0 0 10px; font-size: 22px; font-weight: 600; line-height: 1.3; letter-spacing: -.45px; }
.related-stay-body h3 a { color: #202332; text-decoration: none; }
.related-stay-description { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 3.4em; margin: 0; color: #817b8c; font-size: 12px; line-height: 1.7; }
.related-stay-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-top: 18px; padding-bottom: 16px; border-bottom: 1px solid #f0ecf5; color: #6b6477; font-size: 11px; line-height: 1.5; }
.related-stay-meta span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.related-stay-meta i { color: #8469a8; font-size: 12px; }
.related-stay-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 10px; margin: 16px 0 22px; padding: 0; list-style: none; }
.related-stay-features li { display: flex; align-items: center; gap: 7px; min-width: 0; color: #766d83; font-size: 11px; line-height: 1.4; }
.related-stay-features i { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border-radius: 7px; background: #f5f1fa; color: #795a9f; font-size: 12px; }
.related-stay-features span { overflow-wrap: anywhere; }
.related-stay-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid #f0ecf5; }
.related-stay-price { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.related-stay-price > span { color: #92899e; font-size: 10px; line-height: 1.5; }
.related-stay-price strong { color: #6b4e9e; font-size: 25px; line-height: 1.15; font-weight: 650; letter-spacing: -.6px; font-variant-numeric: tabular-nums; }
.related-stay-link { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; gap: 12px; min-height: 42px; padding: 10px 16px; border: 1px solid #6b4e9e; border-radius: 10px; background: #6b4e9e; color: #fff; font-size: 12px; font-weight: 500; text-decoration: none; }
.related-stay-link:hover { background: #5e438e; border-color: #5e438e; color: #fff; }
.related-stay-card, .related-stay-card:hover, .related-stay-card a, .related-stay-card a:hover, .related-stay-card img, .related-stay-card:hover img, .related-stay-card i, .related-stay-card:hover i { box-shadow: none; transform: none; transition: none; }
.related-stays a:focus-visible { outline: 2px solid #6b4e9e; outline-offset: 4px; }
@media (min-width: 701px) and (max-width: 1024px) {
    .related-stays-grid { gap: 16px; }
    .related-stay-body { padding: 16px; }
    .related-stay-body h3 { font-size: 20px; }
    .related-stay-meta { gap: 8px; font-size: 10px; }
    .related-stay-features { column-gap: 6px; }
    .related-stay-features li { font-size: 10px; gap: 5px; }
    .related-stay-price strong { font-size: 22px; }
    .related-stay-link { padding: 9px 12px; gap: 7px; }
}
@media (max-width: 700px) {
    .bungalow-detail-page .related-stays { padding: 40px 0 48px; }
    .bungalow-detail-page .detail-related-header { display: flex; align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 24px; }
    .bungalow-detail-page .detail-related-header .section-title { font-size: 25px; }
    .bungalow-detail-page .related-stays-intro { max-width: 330px; font-size: 12px; }
    .bungalow-detail-page .detail-view-all { margin: 0; padding: 9px 14px; }
    .related-stays-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .related-stay-body { padding: 20px; }
    .related-stay-description { min-height: 0; }
    .related-stay-features { gap: 10px 16px; }
}
