/**
 * Akrili — converted from Stitch / Tailwind HTML
 */

:root {
	--boh-navy: var(--akrili-navy, #0B2D6B);
	--boh-green: var(--akrili-blue, #087FEF);
	--boh-accent: var(--akrili-turquoise, #00B8C8);
	--boh-white: var(--akrili-white, #FFFFFF);
	--boh-bg: var(--akrili-surface, #F4F7FA);
	--boh-offwhite: var(--akrili-surface, #F4F7FA);

	--boh-action: var(--boh-green);
	--boh-action-hover: #0668D4;
	--boh-action-soft: rgba(8, 127, 239, 0.1);
	--boh-action-ring: rgba(8, 127, 239, 0.22);
	--boh-accent-soft: rgba(0, 184, 200, 0.14);
	--boh-navy-soft: rgba(11, 45, 107, 0.07);
	--boh-navy-muted: rgba(11, 45, 107, 0.62);
	--boh-navy-subtle: rgba(11, 45, 107, 0.45);

	--boh-border: #D8E0EC;
	--boh-border-strong: #C5D0E0;
	--boh-muted: rgba(11, 45, 107, 0.68);
	--boh-shadow-sm: 0 1px 3px rgba(11, 45, 107, 0.06);
	--boh-shadow-md: 0 8px 24px rgba(11, 45, 107, 0.1);
	--boh-gradient-action: linear-gradient(135deg, #087FEF 0%, #0668D4 100%);
	--boh-gradient-brand: linear-gradient(90deg, #00B8C8 0%, #087FEF 55%, #0B2D6B 100%);
	--boh-margin: 20px;
	--boh-gap-section: 32px;
	--boh-gap-stack: 16px;
	--boh-nav-h: 64px;
	--boh-nav-fab: 52px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body.boh-body {
	margin: 0;
	min-height: max(884px, 100dvh);
	font-family: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--boh-navy);
	background:
		radial-gradient(ellipse 120% 80% at 50% -20%, rgba(0, 184, 200, 0.08), transparent 55%),
		linear-gradient(180deg, #FFFFFF 0%, var(--boh-bg) 220px, var(--boh-bg) 100%);
	-webkit-tap-highlight-color: transparent;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.material-symbols-outlined {
	font-family: "Material Symbols Outlined", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
}

.boh-shell {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

.boh-shell--loading {
	opacity: 0.94;
	pointer-events: none;
}

.boh-main {
	flex: 1;
	padding-bottom: calc(var(--boh-nav-h) + 8px + env(safe-area-inset-bottom, 0px));
}

.boh-wrap {
	width: min(100% - 32px, 1200px);
	margin-inline: auto;
}

/* ── App bar (Stitch header) ─────────────────────────────── */
.boh-bar,
.alboh-mheader,
.alboh-dheader,
.boh-locbar {
	position: relative;
	z-index: 40;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--boh-border);
	box-shadow: var(--boh-shadow-sm);
}

.boh-bar {
	height: 56px;
}

.boh-bar__inner {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 80rem;
	height: 100%;
	margin-inline: auto;
	padding-inline: var(--boh-margin);
}

.boh-bar__brand,
.alboh-mheader__logo,
.alboh-dheader__logo {
	display: flex;
	align-items: center;
	width: auto;
	max-width: calc(100vw - 120px);
	line-height: 0;
}

.boh-brand-logo,
.boh-bar__brand img,
.alboh-mheader__logo img,
.alboh-dheader__logo img {
	width: auto;
	height: auto;
	max-height: 44px;
	max-width: min(148px, 40vw);
	object-fit: contain;
	flex-shrink: 0;
}

.alboh-dheader__logo img {
	max-height: 52px;
	max-width: 168px;
}

.boh-header__north {
	position: absolute;
	top: 50%;
	left: var(--boh-margin);
	transform: translateY(-50%);
	z-index: 2;
}

.boh-header__east {
	position: absolute;
	top: 50%;
	right: var(--boh-margin);
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
}

.boh-locbar__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 8px;
	max-width: 80rem;
	margin-inline: auto;
	padding: 12px var(--boh-margin);
}

.boh-locbar__title-wrap {
	justify-self: center;
	text-align: center;
	min-width: 0;
}

.boh-locbar__back {
	justify-self: end;
}

/* Language switcher — compact chip */
.boh-lang {
	position: relative;
	z-index: 60;
}

.boh-lang__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 8px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--boh-navy-muted);
	cursor: pointer;
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	transition: color 0.12s ease, background 0.12s ease;
}

.boh-lang__toggle:hover,
.boh-lang__toggle[aria-expanded="true"] {
	color: var(--boh-navy);
	background: var(--boh-navy-soft);
}

.boh-lang__code {
	pointer-events: none;
}

.boh-lang__menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: auto;
	z-index: 70;
	min-width: 52px;
	margin: 0;
	padding: 4px;
	list-style: none;
	border: 1px solid var(--boh-border);
	border-radius: 8px;
	background: var(--boh-white);
	box-shadow: 0 4px 12px rgba(11, 45, 107, 0.08);
}

.boh-lang__item {
	margin: 0;
}

.boh-lang__option {
	display: block;
	width: 100%;
	padding: 6px 10px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: var(--boh-navy-muted);
	cursor: pointer;
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	transition: background 0.12s ease, color 0.12s ease;
}

.boh-lang__option:hover,
.boh-lang__option.is-active {
	background: var(--boh-navy-soft);
	color: var(--boh-navy);
}

.alboh-mheader {
	min-height: 56px;
	padding: 10px var(--boh-margin);
}

.alboh-mheader__logo {
	max-width: calc(100vw - 120px);
}

.alboh-mheader .boh-header__north {
	left: var(--boh-margin);
}

[dir="ltr"] .boh-lang__menu {
	left: 0;
	right: auto;
}

/* ── Home main ───────────────────────────────────────────── */
.boh-home {
	max-width: 80rem;
	margin-inline: auto;
	padding: 8px var(--boh-margin) 48px;
	display: flex;
	flex-direction: column;
	gap: var(--boh-gap-section);
}

/* ── Location page ───────────────────────────────────────── */
.boh-loc {
	max-width: 80rem;
	margin-inline: auto;
	padding: 16px var(--boh-margin) 48px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.boh-locbar__back {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	color: var(--boh-navy);
	background: var(--boh-bg);
	transition: background 0.15s ease;
}

.boh-locbar__back:active {
	background: var(--boh-border);
}

.boh-locbar__title-wrap {
	text-align: center;
	min-width: 0;
}

.boh-locbar__label {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: var(--boh-muted);
}

.boh-locbar__title {
	margin: 2px 0 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: var(--boh-navy);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boh-locbar__spacer {
	width: 40px;
	height: 40px;
}

.boh-loc__feed-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: var(--boh-gap-stack);
}

.boh-loc__feed-title {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-loc__count {
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--boh-navy);
	background: var(--boh-accent-soft);
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid rgba(0, 184, 200, 0.22);
}

.boh-loc__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 40px 16px;
	text-align: center;
	color: var(--boh-muted);
}

.boh-loc__empty .material-symbols-outlined {
	font-size: 40px;
	color: var(--boh-accent);
	opacity: 0.55;
}

.boh-loc__empty p {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
}

.boh-loc__empty-link {
	font-size: 14px;
	font-weight: 700;
	color: var(--boh-action);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.boh-loc__types {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.boh-loc__types-label {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: var(--boh-muted);
}

/* Property type filters — compact business chips */
.boh-type-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 6px 14px;
	border-radius: 8px;
	border: 1px solid var(--boh-border-strong);
	background: var(--boh-white);
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--boh-navy);
	text-decoration: none;
	white-space: nowrap;
}

.boh-type-chip.is-active {
	background: var(--boh-green);
	border-color: var(--boh-green);
	color: var(--boh-white);
}

.boh-loc__hoods--types {
	gap: 8px;
	scroll-snap-type: none;
	padding-bottom: 2px;
	margin-inline: calc(-1 * var(--boh-margin));
	padding-inline: var(--boh-margin);
}

.boh-areas__hoods {
	margin-bottom: 0;
}

.boh-areas__title,
.boh-feed__title {
	position: relative;
	margin: 0 0 var(--boh-gap-stack);
	padding-inline-start: 14px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-areas__title::before,
.boh-feed__title::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 3px;
	bottom: 3px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--boh-accent) 0%, var(--boh-action) 100%);
}

.boh-loc-select {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: var(--boh-gap-stack);
}

.boh-loc-select__label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--boh-muted);
}

.boh-loc-select__label .material-symbols-outlined {
	font-size: 18px;
	color: var(--boh-accent);
}

.boh-loc-select__wrap {
	position: relative;
}

.boh-loc-select__field {
	appearance: none;
	width: 100%;
	min-height: 48px;
	padding: 0 44px 0 16px;
	border: 1px solid var(--boh-border);
	border-radius: 12px;
	background: var(--boh-white);
	color: var(--boh-navy);
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.boh-loc-select__field:focus {
	outline: none;
	border-color: var(--boh-action);
	box-shadow: 0 0 0 3px var(--boh-action-ring);
}

.boh-loc-select__chevron {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 22px;
	color: var(--boh-muted);
	pointer-events: none;
}

[dir="ltr"] .boh-loc-select__field {
	padding: 0 16px 0 44px;
}

[dir="ltr"] .boh-loc-select__chevron {
	right: auto;
	left: 12px;
}

/* Home ad — IAB 320×100 mobile, 728×90 desktop */
.boh-ad {
	margin: 0;
	width: 100%;
}

.boh-ad__link {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border: 1px dashed rgba(11, 45, 107, 0.16);
	background: var(--boh-white);
	box-shadow: 0 1px 2px rgba(11, 45, 107, 0.05);
	transition: box-shadow 0.15s, transform 0.15s;
	aspect-ratio: 320 / 100;
	max-height: 100px;
}

.boh-ad__link:active {
	transform: scale(0.995);
}

.boh-ad__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 768px) {
	.boh-ad__link {
		aspect-ratio: 728 / 90;
		max-height: 90px;
	}
}

.boh-ad__badge {
	position: absolute;
	top: 10px;
	inset-inline-start: 10px;
	z-index: 1;
	padding: 3px 8px;
	border-radius: 6px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--boh-white);
	background: rgba(11, 45, 107, 0.72);
}

.boh-feed__filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px;
	font-size: 14px;
	color: var(--boh-muted);
}

.boh-feed__filter strong {
	color: var(--boh-navy);
	font-weight: 700;
}

.boh-feed__filter-clear {
	color: var(--boh-navy);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Areas — location grid */
.boh-areas__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.boh-areas__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 80px;
	padding: 12px 8px;
	background: var(--boh-white);
	border-radius: 14px;
	border: 1px solid var(--boh-border);
	box-shadow: var(--boh-shadow-sm);
	text-align: center;
	text-decoration: none;
	transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
	min-width: 0;
}

.boh-areas__card:active {
	transform: scale(0.98);
}

.boh-areas__card.is-active {
	border-color: var(--boh-navy);
	background: var(--boh-navy-soft);
	box-shadow: inset 3px 0 0 var(--boh-accent);
}

.boh-areas__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--boh-accent-soft);
	color: var(--boh-navy);
	overflow: hidden;
	flex-shrink: 0;
}

.boh-areas__symbol {
	font-size: 22px;
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

.boh-areas__name {
	font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--boh-navy);
	line-height: 1.35;
	max-width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
	.boh-front .boh-areas__grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 12px;
	}

	.boh-front .boh-areas__grid .boh-areas__card {
		flex: 1 1 0;
		min-width: 0;
	}

	.boh-areas__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.boh-areas__card {
		min-height: 88px;
		padding: 14px 10px;
		gap: 10px;
		border-radius: 16px;
	}

	.boh-areas__icon {
		width: 44px;
		height: 44px;
	}

	.boh-areas__symbol {
		font-size: 24px;
	}

	.boh-areas__name {
		font-size: 14px;
	}
}

/* Location page — horizontal neighborhood row */
.boh-loc__hoods {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	padding-bottom: 4px;
	margin-inline: calc(-1 * var(--boh-margin));
	padding-inline: var(--boh-margin);
}

.boh-loc__hoods::-webkit-scrollbar {
	display: none;
}

.boh-loc__hoods .boh-areas__card {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 10px 16px 10px 10px;
	border-radius: 999px;
	text-align: start;
	scroll-snap-align: start;
	min-height: 48px;
}

.boh-loc__hoods .boh-areas__icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.boh-loc__hoods .boh-areas__name {
	font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	max-width: none;
	-webkit-line-clamp: 1;
	display: block;
	white-space: nowrap;
}

.boh-loc__hoods .boh-areas__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.boh-loc__hoods .boh-areas__icon .boh-cat__initial {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 700;
	color: var(--boh-accent);
}

.boh-loc-archive {
	padding: var(--boh-margin);
	padding-bottom: calc(var(--boh-nav-h, 72px) + 24px);
}

.boh-loc-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.boh-loc-archive__grid .boh-areas__card {
	flex: none;
	min-height: 88px;
	padding: 16px 12px;
}

@media (min-width: 768px) {
	.boh-loc-archive__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.boh-loc-archive__grid .boh-areas__name {
		font-size: 15px;
	}
}

.boh-feed__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.boh-card {
	background: var(--boh-white);
	border-radius: 20px;
	border: 1px solid var(--boh-border);
	box-shadow: var(--boh-shadow-sm);
	overflow: hidden;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.boh-card__link {
	display: block;
	color: inherit;
}

.boh-card__head {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 14px 8px;
}

.boh-card__owner {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.boh-card__owner-avatar {
	display: flex;
	flex-shrink: 0;
}

.boh-card__owner-img {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.boh-card__owner-name {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: var(--boh-navy);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boh-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.boh-card__meta-loc {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	min-width: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: var(--boh-navy);
}

.boh-card__meta-loc .material-symbols-outlined {
	font-size: 14px;
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
	flex-shrink: 0;
	color: var(--boh-accent);
}

.boh-card__meta-time {
	flex-shrink: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: rgba(11, 45, 107, 0.55);
}

.boh-card__media {
	position: relative;
	aspect-ratio: 2 / 1;
	background: var(--boh-border);
	overflow: hidden;
}

.boh-card__media img,
.boh-card__ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.boh-card__ph {
	background: linear-gradient(135deg, #eef0f1, #e1e3e4);
}

.boh-card__feat {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	padding: 4px 10px;
	border-radius: 7px;
	font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	color: #1a1a1a;
	background: #f5c400;
	pointer-events: none;
}

.boh-card__type {
	flex-shrink: 0;
	padding: 5px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: var(--boh-navy);
	background: var(--boh-offwhite, #F4F7FA);
	border: 1px solid var(--boh-border);
}

.boh-card__photos {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 3px 7px;
	border-radius: 7px;
	font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: var(--boh-white);
	background: rgba(11, 45, 107, 0.72);
	pointer-events: none;
}

.boh-card__photos .material-symbols-outlined {
	font-size: 14px;
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

.boh-card__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 12px 14px 14px;
}

.boh-card__title {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.boh-card__price {
	margin: 0;
	flex: 1;
	min-width: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: 800;
	color: var(--boh-navy);
	letter-spacing: -0.02em;
}

.boh-card__unit {
	font-size: 13px;
	font-weight: 400;
}

.boh-card__price-suffix {
	display: inline;
	margin-inline-start: 4px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 500;
	color: rgba(11, 45, 107, 0.58);
}

.boh-single__currency {
	font-size: 15px;
	font-weight: 600;
}

.boh-feed__empty {
	margin: 0;
	padding: 24px 0;
	text-align: center;
	color: var(--boh-muted);
	font-size: 14px;
}

.boh-feed__more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 4px;
	padding-bottom: 8px;
}

.boh-feed__more {
	min-width: min(100%, 280px);
	border-color: var(--boh-navy);
	color: var(--boh-navy);
	background: transparent;
}

.boh-feed__more:hover:not(:disabled) {
	background: var(--boh-navy-soft);
	border-color: var(--boh-navy);
}

.boh-feed__more:disabled {
	opacity: 0.65;
	cursor: wait;
}

.boh-feed__empty-link-wrap {
	margin: 0 0 8px;
	text-align: center;
}

.boh-feed__clear-filter {
	color: var(--boh-accent);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.boh-feed__clear-filter:hover {
	text-decoration: underline;
}

/* ── Bottom nav — app-style tab bar ───────────────────────── */
.boh-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	min-height: calc(var(--boh-nav-h) + env(safe-area-inset-bottom, 0px));
	padding: 6px 8px 8px;
	padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(12px);
	border-top: 1px solid var(--boh-border);
	box-shadow: 0 -2px 12px rgba(11, 45, 107, 0.06);
}

.boh-nav--3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: end;
}

.boh-nav__group {
	display: flex;
	flex: 1;
	justify-content: space-around;
	align-items: center;
}

.boh-nav__item,
.boh-nav__post {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-width: 0;
	min-height: 48px;
	padding: 4px 8px;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.boh-nav__item {
	color: var(--boh-navy-subtle);
	transition: color 0.15s ease;
}

.boh-nav__item .material-symbols-outlined {
	font-size: 26px;
	line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.boh-nav__item.is-on {
	color: var(--boh-navy);
}

.boh-nav__item.is-on .material-symbols-outlined {
	color: var(--boh-accent);
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

.boh-nav__label {
	font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--boh-navy-muted);
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.boh-nav__item.is-on .boh-nav__label {
	color: var(--boh-navy);
	font-weight: 700;
}

.boh-nav__post {
	color: var(--boh-navy-subtle);
}

.boh-nav__post .boh-nav__label {
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-nav__fab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--boh-nav-fab);
	height: var(--boh-nav-fab);
	margin-top: calc(var(--boh-nav-fab) / -2 + 2px);
	margin-bottom: 2px;
	padding: 0;
	border-radius: 9999px;
	background: var(--boh-gradient-action);
	color: var(--boh-white);
	box-shadow: 0 6px 16px rgba(8, 127, 239, 0.32);
	border: 3px solid var(--boh-white);
}

.boh-nav__fab .material-symbols-outlined {
	font-size: 28px;
	font-variation-settings: "wght" 500, "GRAD" 0, "opsz" 24;
}

/* ── Desktop header / footer ─────────────────────────────── */
.alboh-dheader {
	display: none;
}

.alboh-dheader__inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 72px;
	padding-inline-start: calc(var(--boh-margin) + 48px);
	padding-inline-end: calc(var(--boh-margin) + 180px);
}

.alboh-dheader__inner .boh-header__north {
	position: absolute;
	top: 50%;
	left: var(--boh-margin);
	transform: translateY(-50%);
}

.alboh-dheader__logo {
	flex-shrink: 0;
}

.alboh-dheader__nav {
	display: flex;
	flex: 1;
	justify-content: center;
	gap: 24px;
	font-weight: 600;
}

.alboh-dheader__nav a:hover { color: var(--boh-accent); }

.alboh-dheader__actions {
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	margin-inline-start: auto;
}

.alboh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 14px;
}

.alboh-btn--primary {
	background: var(--boh-gradient-action);
	color: var(--boh-white);
	box-shadow: 0 4px 14px rgba(8, 127, 239, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.alboh-btn--primary:hover {
	box-shadow: 0 6px 18px rgba(8, 127, 239, 0.34);
}

.alboh-btn--ghost {
	border: 1.5px solid var(--boh-border-strong);
	color: var(--boh-navy);
	transition: background 0.15s ease, border-color 0.15s ease;
}

.alboh-btn--ghost:hover {
	background: var(--boh-navy-soft);
	border-color: var(--boh-navy);
}

.boh-footer {
	display: none;
	background: var(--boh-navy);
	color: rgba(255, 255, 255, 0.75);
	padding: 24px 0;
}

.boh-footer__copy {
	margin: 0;
	text-align: center;
	font-size: 13px;
}

.alboh-page {
	padding: 40px var(--boh-margin);
}

/* ── Desktop website ───────────────────────────────────────── */
@media (min-width: 992px) {
	.boh-main {
		padding-bottom: 0;
	}

	.boh-bar,
	.boh-locbar {
		display: none;
	}

	.alboh-dheader {
		display: block;
	}

	.alboh-mheader {
		display: none;
	}

	.boh-nav {
		display: none;
	}

	.boh-single__toolbar {
		display: none;
	}

	.boh-footer {
		display: block;
		margin-top: auto;
	}

	body.boh-single-page .boh-wrap.alboh-page {
		padding: 0;
		max-width: none;
	}

	.boh-home {
		padding-top: 32px;
		padding-bottom: 64px;
	}

	.boh-areas__card:hover {
		border-color: var(--boh-accent);
		box-shadow: var(--boh-shadow-md);
	}

	.boh-feed__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.boh-card:hover {
		border-color: rgba(0, 184, 200, 0.35);
		box-shadow: var(--boh-shadow-md);
	}
}

@media (min-width: 1200px) {
	.boh-feed__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

/* ── Single listing (Stitch) ─────────────────────────────── */
body.boh-single-page .boh-main {
	padding-bottom: 24px;
	overflow-x: clip;
}

.boh-single__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px var(--boh-margin);
	background: var(--boh-white);
	border-bottom: 1px solid var(--boh-border);
	pointer-events: auto;
}

.boh-single__tool,
.boh-single__fav-wrap .rtcl-favourites,
.boh-single__fav-wrap .boh-single__fav-btn {
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: rgba(248, 249, 250, 0.85);
	backdrop-filter: blur(8px);
	box-shadow: 0 1px 3px rgba(11, 45, 107, 0.08);
	color: #191c1d;
	cursor: pointer;
	font-family: inherit;
}

.boh-single__tools {
	display: flex;
	gap: 8px;
}

.boh-single__fav-wrap .rtcl-favourites {
	text-decoration: none;
}

.boh-single__fav-wrap .rtcl-favourites .favourite-label,
.boh-single__fav-wrap .rtcl-favourites .rtcl-icon {
	display: none;
}

.boh-single__fav-wrap .rtcl-favourites::before {
	font-family: "Material Symbols Outlined", sans-serif;
	content: "favorite";
	font-size: 22px;
	line-height: 1;
	color: #e53935;
	font-variation-settings: "FILL" 1;
}

.boh-single__fav-wrap .rtcl-favourites:not(.rtcl-active)::before {
	font-variation-settings: "FILL" 0;
	color: #191c1d;
}

.boh-single__layout {
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

.boh-single__gallery {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
}

.boh-single__hero {
	position: relative;
	width: 100%;
	height: 54vh;
	min-height: 320px;
	max-height: 560px;
	overflow: hidden;
	background: var(--boh-navy);
}

.boh-single__hero-open {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
	font: inherit;
}

.boh-single__hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.boh-single__hero-expand {
	position: absolute;
	bottom: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(11, 45, 107, 0.55);
	color: #fff;
	font-size: 20px;
	pointer-events: none;
}

.boh-single__hero-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(11, 45, 107, 0.35);
}

.boh-single__hero-empty .material-symbols-outlined {
	font-size: 48px;
}

.boh-single__badge {
	position: absolute;
	bottom: 16px;
	right: 16px;
	padding: 4px 12px;
	border-radius: 9999px;
	background: var(--boh-navy);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(11, 45, 107, 0.2);
}

.boh-single__counter {
	position: absolute;
	bottom: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 12px;
	border: 0;
	border-radius: 9999px;
	background: rgba(248, 249, 250, 0.85);
	backdrop-filter: blur(6px);
	color: #191c1d;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(11, 45, 107, 0.08);
}

.boh-single__counter .material-symbols-outlined {
	font-size: 16px;
}

.boh-single__thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 12px var(--boh-margin) 16px;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	background: var(--boh-bg);
}

.boh-single__thumbs::-webkit-scrollbar {
	display: none;
}

.boh-single__thumb {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	background: #e1e3e4;
	font: inherit;
}

.boh-single__thumb.is-active {
	border-color: var(--boh-accent);
	box-shadow: 0 0 0 1px rgba(0, 184, 200, 0.25);
}

.boh-single__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
	transition: opacity 0.15s ease;
}

.boh-single__thumb.is-active img {
	opacity: 1;
}

.boh-single__panel {
	padding: 20px var(--boh-margin) 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: var(--boh-bg);
}

.boh-single__details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 var(--boh-margin) 32px;
	background: var(--boh-bg);
}

.boh-single__content {
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
}

.boh-lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boh-lightbox[hidden] {
	display: none !important;
}

.boh-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(11, 45, 107, 0.92);
}

.boh-lightbox__img {
	position: relative;
	z-index: 1;
	max-width: min(96vw, 1200px);
	max-height: 88vh;
	object-fit: contain;
	border-radius: 8px;
}

.boh-lightbox__close,
.boh-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	cursor: pointer;
	font: inherit;
}

.boh-lightbox__close {
	top: 16px;
	left: 16px;
}

.boh-lightbox__nav--prev {
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.boh-lightbox__nav--next {
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}

.boh-lightbox__count {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

body.boh-lightbox-open {
	overflow: hidden;
}

.boh-single__head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.boh-single__headline {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
}

.boh-single__chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.boh-single__chip {
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
}

.boh-single__chip--type {
	color: var(--boh-navy);
	background: var(--boh-bg);
	border: 1px solid var(--boh-border);
}

.boh-single__chip--ad {
	color: var(--boh-green);
	background: rgba(8, 127, 239, 0.08);
	border: 1px solid rgba(8, 127, 239, 0.18);
}

.boh-single__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.boh-single__title {
	margin: 0;
	flex: 1;
	min-width: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-single__time {
	flex-shrink: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: rgba(11, 45, 107, 0.5);
}

.boh-single__loc {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: var(--boh-navy);
}

.boh-single__loc .material-symbols-outlined {
	font-size: 16px;
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
	color: var(--boh-accent);
}

.boh-single__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.boh-single__price {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	color: var(--boh-navy);
	letter-spacing: -0.02em;
}

.boh-single__price-suffix {
	display: inline;
	margin-inline-start: 4px;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 400;
	color: rgba(11, 45, 107, 0.62);
}

.boh-single__type {
	flex-shrink: 0;
	padding: 5px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: var(--boh-navy);
	background: var(--boh-offwhite, #F4F7FA);
	border: 1px solid var(--boh-border);
}

.boh-single__ad-type {
	flex-shrink: 0;
	padding: 5px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: var(--boh-blue);
	background: rgba(8, 127, 239, 0.08);
	border: 1px solid rgba(8, 127, 239, 0.18);
}

.boh-single__badges {
	margin-bottom: 8px;
}

.boh-single__badges .rtcl-badge,
.boh-single__badges .badge {
	display: inline-block;
	margin-inline-end: 6px;
	margin-bottom: 4px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.boh-single__owner {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 14px;
	color: rgba(11, 45, 107, 0.72);
}

.boh-single__owner a {
	color: var(--boh-blue);
	font-weight: 600;
}

.boh-single__owner .material-symbols-outlined {
	font-size: 18px;
	color: var(--boh-blue);
}

.boh-single__meta-line {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: rgba(11, 45, 107, 0.55);
}

.boh-single__email {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 4px;
	padding-top: 16px;
	border-top: 1px solid var(--boh-border, #e8edf3);
}

.boh-single__email-title {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-single__email #rtcl-contact-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.boh-single__email .rtcl-form-control {
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	border: 1px solid var(--boh-border, #e8edf3);
	border-radius: 12px;
	font: inherit;
	font-size: 15px;
	color: var(--boh-navy);
	background: var(--boh-white);
	box-shadow: inset 0 1px 2px rgba(11, 45, 107, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.boh-single__email textarea.rtcl-form-control {
	min-height: 96px;
	resize: vertical;
}

.boh-single__email .rtcl-form-control:focus {
	outline: none;
	border-color: var(--boh-blue, #087FEF);
	box-shadow: 0 0 0 3px rgba(8, 127, 239, 0.14);
}

.boh-single__email .rtcl-form-group {
	margin: 0;
}

.boh-single__email .rtcl-btn-primary {
	width: 100%;
	min-height: 48px;
	margin-top: 4px;
	border: 0;
	border-radius: 12px;
	background: var(--boh-gradient-action);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(8, 127, 239, 0.22);
}

.boh-single__fields .rtcl-list-group-item,
.boh-single__fields .list-group-item {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--boh-border, #e8edf3);
	font-size: 14px;
	line-height: 20px;
	color: rgba(11, 45, 107, 0.78);
}

.boh-single__fields .rtcl-list-group-item:last-child,
.boh-single__fields .list-group-item:last-child {
	border-bottom: 0;
}

.boh-single__related,
.boh-single__reviews {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 8px var(--boh-margin) 32px;
}

.boh-single__related .boh-feed__list--related {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.boh-single__report {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 var(--boh-margin) 24px;
	text-align: center;
}

.boh-single__report .rtcl-single-listing-action-wrapper {
	display: inline-block;
}

.boh-single__report #rtcl-favourites,
.boh-single__report .rtcl-sidebar-social,
.boh-single__report .rtcl-listing-tag {
	display: none !important;
}

.boh-single__report .rtcl-single-listing-action {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boh-single__report .rtcl-single-listing-action a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(11, 45, 107, 0.55);
	text-decoration: none;
}

.boh-single__report .rtcl-single-listing-action a:hover {
	color: var(--boh-blue);
}

body.boh-single-page #rtcl-report-abuse-modal.rtcl-popup-wrapper.show {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
	box-sizing: border-box;
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-popup {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	width: 100%;
	max-width: min(420px, calc(100vw - 32px));
	margin: 0;
	pointer-events: auto;
	border-radius: 16px;
	overflow: hidden;
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-popup-content {
	width: 100%;
	max-height: min(80vh, 520px);
	border-radius: 16px;
	font-family: inherit;
	overflow: auto;
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-popup-header {
	padding: 18px 20px;
	padding-inline-end: 48px;
	border-bottom: 1px solid var(--boh-border);
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-popup-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--boh-navy);
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-popup-close {
	top: 12px;
	right: auto;
	inset-inline-end: 12px;
	width: 32px;
	height: 32px;
	background: var(--boh-bg);
	color: var(--boh-navy);
	font-size: 22px;
	line-height: 1;
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-popup-body {
	padding: 20px;
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-form-group {
	margin: 0;
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-field-label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--boh-navy);
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-form-control {
	width: 100%;
	min-height: 110px;
	padding: 12px 14px;
	border: 1px solid var(--boh-border);
	border-radius: 12px;
	font: inherit;
	color: var(--boh-navy);
	box-sizing: border-box;
}

body.boh-single-page #rtcl-report-abuse-modal .rtcl-btn-primary {
	display: block;
	width: 100%;
	min-height: 44px;
	margin-top: 12px;
	padding: 10px 18px;
	border: 0;
	border-radius: 12px;
	background: var(--boh-gradient-action);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.boh-single__reviews .rtcl-btn-primary,
.boh-single__reviews button[type="submit"] {
	background: var(--boh-blue);
	border-color: var(--boh-blue);
	color: #fff;
}

.boh-single__price .rtcl-price-amount,
.boh-single__price .rtcl-price-unit,
.boh-single__price .rtcl-price-type {
	display: inline;
}

.boh-single__below {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 var(--boh-margin) 32px;
	display: grid;
	gap: 16px;
}

.boh-single__below .boh-single__block {
	margin: 0;
	padding: 20px;
	border-radius: 16px;
	background: var(--boh-white);
	box-shadow: 0 4px 20px rgba(11, 45, 107, 0.05);
}

.boh-single__plugin .rtcl-list-group-item,
.boh-single__plugin .rtcl-list-group .list-group-item {
	padding: 12px 0;
	border-bottom: 1px solid var(--boh-border, #e8edf3);
}

.boh-single__plugin .rtcl-list-group-item:last-child,
.boh-single__plugin .rtcl-list-group .list-group-item:last-child {
	border-bottom: 0;
}

.boh-single__plugin--actions #rtcl-favourites,
.boh-single__plugin--actions .rtcl-sidebar-social {
	display: none;
}

.boh-single__plugin--actions .rtcl-single-listing-action {
	list-style: none;
	margin: 0;
	padding: 0;
}

.boh-single__plugin--actions .rtcl-single-listing-action a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--boh-navy);
	font-weight: 600;
}

.boh-single__plugin--related .rtcl-related-listing-wrap {
	width: 100%;
}

.boh-single__plugin--related .rtcl-related-title h3 {
	margin: 0 0 12px;
	font-size: 18px;
	color: var(--boh-navy);
}

.boh-single__plugin--related .rtcl-related-slider-item {
	min-width: 0;
}

.boh-single__plugin--related .listing-title {
	font-size: 15px;
	line-height: 1.4;
}

.boh-single__plugin .rtcl-btn-primary,
.boh-single__plugin button[type="submit"] {
	background: var(--boh-blue);
	border-color: var(--boh-blue);
	color: #fff;
}

.boh-single__extras {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: rgba(11, 45, 107, 0.55);
}

.boh-single__contact {
	display: flex;
	gap: 12px;
}

.boh-single__cta {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 16px;
	border-radius: 14px;
	background: var(--boh-gradient-action);
	color: var(--boh-white) !important;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(8, 127, 239, 0.25);
	transition: transform 0.15s ease;
}

.boh-single__cta--wa {
	background: #25a35a;
}

.boh-single__cta:active {
	transform: scale(0.98);
}

.boh-single__block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.boh-single__block-title {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-single__description {
	font-size: 16px;
	line-height: 26px;
	color: rgba(11, 45, 107, 0.78);
}

.boh-single__description p {
	margin: 0 0 10px;
}

.boh-single__description p:last-child {
	margin-bottom: 0;
}

.boh-single__address {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 22px;
	color: rgba(11, 45, 107, 0.62);
}

.boh-single__map {
	position: relative;
	display: block;
	width: 100%;
	height: 192px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--boh-border);
	box-shadow: 0 1px 3px rgba(11, 45, 107, 0.06);
}

.boh-single__map img,
.boh-single__map-fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.boh-single__map-fallback {
	display: block;
	background: linear-gradient(135deg, rgba(0, 184, 200, 0.15) 0%, var(--boh-bg) 50%, rgba(8, 127, 239, 0.12) 100%);
}

.boh-single__map-pin {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	font-size: 40px;
	color: var(--boh-accent);
	filter: drop-shadow(0 2px 4px rgba(11, 45, 107, 0.2));
	font-variation-settings: "FILL" 1;
}

/* Single listing — mobile polish */
@media (max-width: 991px) {
	body.boh-single-page {
		--boh-margin: 16px;
	}

	body.boh-single-page .boh-main {
		padding-bottom: calc(var(--boh-nav-h) + 8px + env(safe-area-inset-bottom, 0px));
	}

	body.boh-single-page .boh-wrap.alboh-page {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.boh-single__hero {
		height: 48vh;
		min-height: 280px;
		max-height: 420px;
	}

	.boh-single__thumbs {
		position: relative;
		z-index: 3;
		margin-top: -20px;
		padding: 18px var(--boh-margin) 10px;
		background: var(--boh-white);
		border-radius: 20px 20px 0 0;
		box-shadow: 0 -4px 24px rgba(11, 45, 107, 0.1);
	}

	.boh-single__panel {
		margin: 0;
		padding: 8px var(--boh-margin) 24px;
		border-radius: 0;
		background: var(--boh-white);
		box-shadow: none;
		gap: 16px;
	}

	.boh-single__panel--sheet-top {
		position: relative;
		z-index: 3;
		margin-top: -20px;
		padding-top: 20px;
		border-radius: 20px 20px 0 0;
		box-shadow: 0 -4px 24px rgba(11, 45, 107, 0.1);
	}

	.boh-single__head {
		gap: 12px;
	}

	.boh-single__title {
		font-size: 21px;
		line-height: 28px;
	}

	.boh-single__price {
		font-size: 26px;
		line-height: 32px;
	}

	.boh-single__foot {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		gap: 8px;
	}

	.boh-single__type,
	.boh-single__ad-type {
		font-size: 12px;
		padding: 4px 10px;
	}

	.boh-single__owner {
		font-size: 13px;
		word-break: break-word;
	}

	.boh-single__contact {
		margin-top: 4px;
	}

	.boh-single__email {
		margin-top: 0;
		padding: 16px;
		border: 1px solid var(--boh-border);
		border-radius: 14px;
		background: var(--boh-bg);
	}

	.boh-single__details {
		gap: 12px;
		padding: 16px var(--boh-margin) 24px;
		background: var(--boh-bg);
	}

	.boh-single__details .boh-single__block {
		padding: 18px;
		border-radius: 16px;
		background: var(--boh-white);
		border: 1px solid var(--boh-border);
		box-shadow: var(--boh-shadow-sm);
	}

	.boh-single__related,
	.boh-single__reviews {
		padding: 0 var(--boh-margin) 24px;
		background: var(--boh-bg);
	}

	.boh-single__report {
		padding-bottom: 16px;
		background: var(--boh-bg);
	}
}

@media (min-width: 992px) {
	body.boh-single-page .boh-footer {
		display: block;
	}

	.boh-single__layout {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		grid-template-rows: auto auto;
		gap: 16px;
		max-width: 1280px;
		margin-inline: auto;
		padding: 32px var(--boh-margin);
		align-items: stretch;
	}

	.boh-single__gallery {
		grid-row: 1;
		grid-column: 1 / span 7;
		width: auto;
		max-width: none;
		margin-inline: 0;
		gap: 12px;
		min-width: 0;
	}

	.boh-single__hero {
		height: auto;
		min-height: 420px;
		max-height: 520px;
		aspect-ratio: 4 / 3;
		border-radius: 16px;
	}

	.boh-single__thumbs {
		max-width: none;
		margin-inline: 0;
		padding: 0 4px 4px;
		background: transparent;
	}

	.boh-single__thumb {
		width: 72px;
		height: 72px;
	}

	.boh-single__content {
		display: contents;
		max-width: none;
		padding: 0;
	}

	.boh-single__panel {
		grid-row: 1;
		grid-column: 8 / span 5;
		align-self: stretch;
		margin: 0;
		padding: 24px;
		border-radius: 16px;
		background: var(--boh-white);
		box-shadow: 0 4px 20px rgba(11, 45, 107, 0.05);
	}

	.boh-single__headline {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: start;
		gap: 12px;
	}

	.boh-single__time {
		justify-self: end;
		padding-top: 4px;
		white-space: nowrap;
	}

	.boh-single__email {
		padding-top: 16px;
		border-top: 1px solid var(--boh-border, #e8edf3);
		background: transparent;
		border-radius: 0;
		border-inline: 0;
		border-bottom: 0;
	}

	.boh-single__contact {
		margin-top: auto;
	}

	.boh-single__details {
		display: contents;
		padding: 0;
	}

	.boh-single__details .boh-single__block--desc {
		grid-row: 2;
		grid-column: 1 / span 7;
		padding: 20px 24px;
		border-radius: 16px;
		background: var(--boh-white);
		box-shadow: 0 4px 20px rgba(11, 45, 107, 0.05);
	}

	.boh-single__details .boh-single__block--map {
		grid-row: 2;
		grid-column: 8 / span 5;
		padding: 20px 24px;
		border-radius: 16px;
		background: var(--boh-white);
		box-shadow: 0 4px 20px rgba(11, 45, 107, 0.05);
	}

	.boh-single__details .boh-single__block--fields {
		grid-row: 3;
		grid-column: 1 / -1;
		padding: 20px 24px;
		border-radius: 16px;
		background: var(--boh-white);
		box-shadow: 0 4px 20px rgba(11, 45, 107, 0.05);
	}

	.boh-single__details .boh-single__block--desc:only-child,
	.boh-single__details .boh-single__block--map:only-child {
		grid-column: 1 / -1;
	}

	.boh-single__details .boh-single__map {
		height: 220px;
	}
}

@media (min-width: 1200px) {
	.boh-single__gallery {
		grid-column: 1 / span 8;
	}

	.boh-single__panel {
		grid-column: 9 / span 4;
	}

	.boh-single__details .boh-single__block--desc {
		grid-column: 1 / span 8;
	}

	.boh-single__details .boh-single__block--map {
		grid-column: 9 / span 4;
	}
}

/* ── Pages (account, listing form) ───────────────────────── */
.boh-page {
	padding: 16px 0 32px;
}

.boh-page__title {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-page__content {
	min-width: 0;
	overflow: visible;
}

.boh-page--account,
.boh-page--listing-form {
	padding-top: 8px;
}

.boh-form-type {
	margin: 0 0 16px;
	padding: 14px;
	border-radius: 16px;
	background: var(--boh-white);
	border: 1px solid var(--boh-border);
}

.boh-form-type__label {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-form-type__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.boh-form-type__chip {
	padding: 6px 14px;
	border-radius: 8px;
	border: 1px solid var(--boh-border-strong);
	background: var(--boh-white);
	color: var(--boh-navy);
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.boh-form-type__chip.is-active {
	color: var(--boh-white);
	background: var(--boh-green);
	border-color: var(--boh-green);
}

.boh-page--account .boh-page__inner,
.boh-page--listing-form .boh-page__inner {
	width: min(100% - 24px, 1100px);
}

.boh-rtcl-panel {
	--rtcl-primary-color: var(--boh-green);
}

/* RTCL account shell */
.boh-account-page .rtcl-MyAccount-mobile-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 16px;
	padding: 12px 14px;
	background: var(--boh-white);
	border: 1px solid var(--boh-border);
	border-radius: 14px;
	position: sticky;
	top: 8px;
	z-index: 40;
}

.boh-account-page .rtcl-MyAccount-mobile-navbar h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-account-page .rtcl-MyAccount-open-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 10px;
	background: var(--boh-bg);
	cursor: pointer;
}

.boh-account-page .rtcl-MyAccount-open-menu span,
.boh-account-page .rtcl-MyAccount-open-menu span::before,
.boh-account-page .rtcl-MyAccount-open-menu span::after {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--boh-navy);
	border-radius: 2px;
	content: "";
}

.boh-account-page .rtcl-MyAccount-open-menu span {
	position: relative;
}

.boh-account-page .rtcl-MyAccount-open-menu span::before {
	position: absolute;
	top: -6px;
	left: 0;
}

.boh-account-page .rtcl-MyAccount-open-menu span::after {
	position: absolute;
	top: 6px;
	left: 0;
}

.boh-account-page .rtcl-MyAccount-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	max-width: 100%;
	margin: 0;
}

.boh-account-page .rtcl-MyAccount-navigation {
	flex: 0 0 260px;
	max-width: 260px;
	border-radius: 16px;
	overflow: hidden;
	background: var(--boh-navy) !important;
}

.boh-account-page .rtcl-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.boh-account-page .rtcl-MyAccount-navigation ul li {
	display: block;
	margin: 0;
	border: 0;
}

.boh-account-page .rtcl-MyAccount-navigation a {
	display: block;
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88) !important;
	text-decoration: none;
}

.boh-account-page .rtcl-MyAccount-navigation .is-active a,
.boh-account-page .rtcl-MyAccount-navigation a:hover {
	background: rgba(8, 127, 239, 0.2);
	color: var(--boh-white) !important;
}

.boh-account-page .rtcl-MyAccount-content {
	flex: 1;
	min-width: 0;
	overflow: visible;
	background: var(--boh-white);
	border: 1px solid var(--boh-border);
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 4px 20px rgba(11, 45, 107, 0.05);
}

.boh-account-page .sidebar-menu-opened {
	position: fixed;
	inset: 0;
	z-index: 999998;
	background: rgba(11, 45, 107, 0.45);
}

.boh-account-page #rtcl-user-login-wrapper,
.boh-account-page #rtcl-user-registration-wrapper {
	background: var(--boh-white);
	border: 1px solid var(--boh-border);
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 4px 20px rgba(11, 45, 107, 0.05);
}

.boh-account-page #rtcl-user-login-wrapper.have-registration-form {
	display: grid;
	gap: 20px;
}

.boh-account-page .rtcl-login-form-wrap h2,
.boh-account-page .rtcl-registration-form-wrap h2 {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	color: var(--boh-navy);
}

.boh-account-page .rtcl-form-group {
	margin-bottom: 14px;
}

.boh-account-page .rtcl-field-label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--boh-navy);
}

.boh-account-page .rtcl-form-control {
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--boh-border);
	border-radius: 12px;
	font-family: inherit;
	font-size: 16px;
	background: var(--boh-white);
}

.boh-account-page .rtcl-form-control:focus {
	outline: 2px solid var(--boh-action-ring);
	border-color: var(--boh-action);
}

.boh-account-page .rtcl-btn,
.boh-account-page .rtcl-btn-primary,
.boh-account-page input[type="submit"].rtcl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 9999px;
	background: var(--boh-gradient-action);
	color: var(--boh-white);
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(8, 127, 239, 0.22);
}

.boh-account-page .login-link {
	margin-top: 12px;
	font-size: 14px;
	color: var(--boh-muted);
}

.boh-account-page .login-link a {
	color: var(--boh-action);
	font-weight: 700;
}

/* My listings table */
.boh-account-page .rtcl-my-listings-search-form form {
	display: grid;
	gap: 10px;
	margin-bottom: 16px;
}

.boh-account-page .rtcl-my-listings-search-keyword {
	display: flex;
	gap: 8px;
}

.boh-account-page .rtcl-my-listings-search-keyword button {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 12px;
	background: var(--boh-gradient-action);
	color: var(--boh-white);
	cursor: pointer;
}

.boh-account-page .rtcl-MyAccount-content-inner {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.boh-account-page .rtcl-my-listing-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

.boh-account-page .rtcl-my-listing-table th,
.boh-account-page .rtcl-my-listing-table td {
	padding: 12px 10px;
	border-bottom: 1px solid var(--boh-border);
	vertical-align: middle;
}

.boh-account-page .rtcl-my-listings-table-toggle-info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-top: 8px;
	border-radius: 8px;
	background: var(--boh-bg);
	cursor: pointer;
}

.boh-account-page .rtcl-actions-wrap {
	position: relative;
	z-index: 10;
}

.boh-account-page .rtcl-actions-wrap .actions-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--boh-bg);
	cursor: pointer;
}

.boh-account-page .rtcl-my-listing-table .rtcl-actions {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 120;
	min-width: 160px;
	padding: 8px;
	border-radius: 12px;
	background: var(--boh-white);
	border: 1px solid var(--boh-border);
	box-shadow: 0 8px 24px rgba(11, 45, 107, 0.14);
}

.boh-account-page .rtcl-my-listing-table .rtcl-actions a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 8px;
	color: var(--boh-navy);
	font-weight: 600;
}

.boh-account-page .rtcl-my-listing-table .rtcl-actions a:hover {
	background: var(--boh-navy-soft);
	color: var(--boh-navy);
}

.boh-account-page .boh-listing-edit-link {
	font-weight: 700;
	color: var(--boh-action) !important;
}

.boh-account-page .rtcl-tooltip {
	display: inline;
	font-size: 14px;
}

/* Listing form page */
.boh-listing-form-page .rtcl-post-form,
.boh-listing-form-page .rtcl-fb-form {
	max-width: 100%;
}

.boh-listing-form-page .rtcl-form-group,
.boh-listing-form-page .rtcl-fb-field {
	margin-bottom: 16px;
}

.boh-listing-form-page .rtcl-form-control,
.boh-listing-form-page input[type="text"],
.boh-listing-form-page input[type="tel"],
.boh-listing-form-page input[type="email"],
.boh-listing-form-page input[type="number"],
.boh-listing-form-page textarea,
.boh-listing-form-page select {
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--boh-border);
	border-radius: 12px;
	font-family: inherit;
	font-size: 16px;
}

.boh-listing-form-page .rtcl-btn,
.boh-listing-form-page button[type="submit"] {
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 9999px;
	background: var(--boh-gradient-action);
	color: var(--boh-white);
	box-shadow: 0 4px 14px rgba(8, 127, 239, 0.25);
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 991px) {
	.boh-account-page .rtcl-MyAccount-wrap {
		display: block;
	}

	.boh-account-page .rtcl-MyAccount-navigation {
		position: fixed;
		top: 0;
		right: -225px;
		left: auto !important;
		z-index: 999999;
		width: 220px;
		max-width: 220px;
		height: 100%;
		border-radius: 0;
		overflow-y: auto;
		transition: right 0.35s ease;
	}

	.boh-account-page .rtcl-MyAccount-content {
		padding: 12px;
	}

	.boh-account-page .rtcl-my-listing-table {
		min-width: 0;
	}

	.boh-account-page .rtcl-my-listing-table thead {
		display: none;
	}

	.boh-account-page .rtcl-my-listing-table tr {
		display: block;
		margin-bottom: 14px;
		padding: 12px;
		border: 1px solid var(--boh-border);
		border-radius: 14px;
		background: var(--boh-white);
	}

	.boh-account-page .rtcl-my-listing-table td {
		display: block;
		border: 0;
		padding: 6px 0;
	}

	.boh-account-page .rtcl-my-listing-table td:first-child {
		padding-bottom: 10px;
	}

	.boh-account-page .rtcl-my-listing-table .list-on-responsive {
		display: none;
	}

	.boh-account-page .rtcl-my-listing-table .list-on-responsive.show {
		display: block;
	}

	.boh-account-page .rtcl-my-listing-table .list-on-responsive.show::before {
		content: attr(data-column);
		display: block;
		margin-bottom: 4px;
		font-size: 12px;
		font-weight: 600;
		color: var(--boh-muted);
	}

	.boh-account-page .rtcl-my-listing-table .list-on-responsive.show:last-child {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding-top: 8px;
	}

	.boh-account-page .rtcl-my-listing-table td.list-on-responsive:last-child {
		display: flex !important;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px;
		padding-top: 10px;
		margin-top: 4px;
		border-top: 1px dashed var(--boh-border);
	}

	.boh-account-page .rtcl-my-listing-table td.list-on-responsive:last-child::before {
		content: attr(data-column);
		width: 100%;
		margin-bottom: 2px;
		font-size: 12px;
		font-weight: 600;
		color: var(--boh-muted);
	}

	.boh-account-page .rtcl-actions-wrap .rtcl-actions {
		position: static;
		display: flex !important;
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 8px;
		box-shadow: none;
		border: 0;
		padding: 0;
	}

	.boh-account-page .rtcl-actions-wrap .actions-dot {
		display: none;
	}

	.boh-account-page .rtcl-actions.closed {
		display: flex !important;
	}
}

@media (min-width: 768px) {
	.boh-account-page #rtcl-user-login-wrapper.have-registration-form {
		grid-template-columns: 1fr 1fr;
	}

	.boh-account-page .rtcl-my-listings-search-form form {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: center;
	}
}

@media (min-width: 992px) {
	.boh-account-page .rtcl-MyAccount-mobile-navbar {
		display: none;
	}
}
