/* لوگوی بگرد — گوشه چپ پایین تصاویر تور، مسیر و مرکز */
.bh-branded-media,
.property-item .property-image,
.single-property .gallery-property-main-detail .image-wrapper,
.single-property .property-detail-gallery .image-wrapper {
	position: relative;
}

.bh-branded-media::after,
.property-item .property-image::after,
.single-property .gallery-property-main-detail .image-wrapper::after,
.single-property .property-detail-gallery .image-wrapper::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 20%;
	height: 13%;
	max-width: 140px;
	max-height: 92px;
	min-width: 0;
	min-height: 0;
	background: var(--bh-brand-logo, var(--bh-brand-logo-fallback)) no-repeat left bottom / contain;
	pointer-events: none;
	z-index: 4;
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}

.bh-branded-media {
	display: block;
	line-height: 0;
	max-width: 100%;
}

.bh-branded-media > img {
	display: block;
	width: 100%;
	height: auto;
}

.bh-branded-media--inline {
	display: inline-block;
	vertical-align: middle;
}

.bh-branded-media--fill {
	width: 100%;
	height: 100%;
}

.bh-branded-media--fill > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* گالری تور — لوگو روی قاب گالری ثابت می‌ماند */
.bh-yt-gallery.bh-branded-media {
	display: block;
	overflow: hidden;
}

.bh-yt-gallery.bh-branded-media::after {
	left: 12px;
	bottom: 12px;
	width: 18%;
	height: 12%;
	max-width: 150px;
	max-height: 98px;
	z-index: 6;
}

/* کارت تور */
.bh-tour-card .bh-branded-media,
.bh-ta-card-media .bh-branded-media {
	width: 100%;
}

.bh-ta-card-media .bh-branded-media > img,
.bh-tour-card .bh-branded-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* مسیر */
.bh-route-hero .bh-branded-media {
	width: 100%;
}

.bh-route-hero-img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.bh-route-stop-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bh-route-archive-card .bh-branded-media {
	width: 100%;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
	background: #f1f5f9;
}

.bh-route-stop-card .bh-branded-media {
	width: 100%;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}

/* مراکز / مکان‌ها */
.bh-dest-img,
.bh-place-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bh-dest-link .bh-branded-media,
.bh-place-card .bh-branded-media {
	width: 100%;
	height: 100%;
}

@media (max-width: 600px) {
	.bh-branded-media::after,
	.property-item .property-image::after,
	.single-property .gallery-property-main-detail .image-wrapper::after,
	.single-property .property-detail-gallery .image-wrapper::after {
		left: 8px;
		bottom: 8px;
		width: 22%;
		height: 14%;
		max-width: 110px;
		max-height: 72px;
	}
}
