.hslands-brokers-page {
	background: #f4f7f2;
	color: #172117;
}

.hs-brokers-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 24px 0 54px;
}

.hs-brokers-shell *,
.hs-brokers-shell *::before,
.hs-brokers-shell *::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
	:root:has(.hs-broker-profile) {
		scroll-behavior: smooth;
	}
}

.hs-brokers-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	color: #68756b;
	font-size: 14px;
}

.hs-brokers-breadcrumb a {
	color: #247006;
	font-weight: 600;
}

.hs-brokers-breadcrumb i {
	font-size: 10px;
	color: #9aa39b;
}

.hs-brokers-search {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 24px;
	padding: 16px;
	border: 1px solid rgba(36, 112, 6, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(19, 73, 34, 0.08);
}

.hs-brokers-search form {
	display: grid;
	gap: 14px;
	margin: 0;
}

.hs-brokers-search__keyword {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #d7e4d8;
	border-radius: 8px;
	background: #fff;
}

.hs-brokers-search__keyword i {
	color: #247006;
	font-size: 20px;
}

.hs-brokers-search__keyword input,
.hs-brokers-search__keyword input[type="search"] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent;
	box-shadow: none !important;
	color: #202a22;
	font-size: 16px;
}

.hs-brokers-search__keyword input:focus {
	box-shadow: none !important;
}

.hs-brokers-search__filters {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr)) 136px;
	gap: 10px;
	align-items: end;
}

.hs-brokers-search label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.hs-brokers-search label span {
	color: #6b746d;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.hs-brokers-search select {
	width: 100%;
	height: 44px;
	margin: 0;
	border: 1px solid #d7e4d8;
	border-radius: 8px;
	background: #fff;
	color: #263329;
	font-size: 14px;
}

.hs-brokers-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 44px;
	margin: 0;
	border: 1px solid #247006;
	border-radius: 8px;
	background: #247006;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.hs-brokers-search button:hover,
.hs-brokers-search button:focus-visible {
	background: #fff;
	color: #247006;
}

.hs-brokers-directory {
	width: 100%;
	padding: 18px;
	border: 1px solid rgba(36, 112, 6, 0.12);
	border-radius: 12px;
	background: #fff;
}

.hs-brokers-directory__head {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 14px;
}

.hs-brokers-directory__head p {
	margin: 0;
	color: #5f6d64;
	font-size: 16px;
}

.hs-brokers-directory__head strong {
	color: #0d4f2a;
}

.hs-brokers-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.hs-broker-card {
	overflow: hidden;
	border: 1px solid #dce9dd;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(22, 55, 31, 0.07);
}

.hs-broker-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 7.4;
	background: #e8efe9;
}

.hs-broker-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-broker-card__media.is-empty {
	display: grid;
	place-items: center;
	color: #247006;
	font-size: 36px;
}

.hs-broker-card__ribbon {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	padding: 0 12px 0 14px;
	border-radius: 0 999px 999px 0;
	background: #d49b28;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.hs-broker-card__body {
	padding: 0 16px 16px;
}

.hs-broker-card__head {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	min-height: 96px;
	align-items: start;
}

.hs-broker-card__avatar {
	position: relative;
	z-index: 2;
	width: 92px;
	height: 92px;
	margin-top: -46px;
	margin-left: 2px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #f5f7f5;
	box-shadow: 0 8px 18px rgba(24, 60, 30, 0.16);
	overflow: hidden;
}

.hs-broker-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-broker-card__name {
	display: block;
	margin-top: 12px;
	color: #122318;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.hs-broker-card__name:hover,
.hs-broker-card:hover .hs-broker-card__name,
.hs-broker-card__bio:hover,
.hs-broker-card__location:hover,
.hs-broker-listing-card__title:hover {
	color: #247006;
}

.hs-broker-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 6px;
	color: #0d7a39;
	font-size: 12px;
	font-weight: 750;
}

.hs-broker-card__badge.is-muted {
	color: #707a73;
}

.hs-broker-card__bio {
	display: -webkit-box;
	min-height: 66px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #37503c;
	font-size: 14px;
	line-height: 1.55;
	font-style: italic;
}

.hs-broker-card__location {
	display: flex;
	gap: 8px;
	min-height: 44px;
	margin-top: 12px;
	color: #5d6960;
	font-size: 13px;
	line-height: 1.45;
}

.hs-broker-card__location span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.hs-broker-card__location i {
	margin-top: 2px;
	color: #247006;
}

.hs-broker-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 14px;
}

.hs-broker-card__contact,
.hs-broker-card__listings {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	line-height: 1.2;
}

.hs-broker-card__contact {
	border: 1px solid #247006;
	background: #247006;
	color: #fff;
}

.hs-broker-card__contact:hover,
.hs-broker-card__contact:focus-visible,
.hs-broker-action--primary:hover,
.hs-broker-action--primary:focus-visible {
	background: #fff;
	color: #247006;
}

.hs-broker-card__contact:hover i,
.hs-broker-card__contact:focus-visible i,
.hs-broker-action--primary:hover i,
.hs-broker-action--primary:focus-visible i {
	color: inherit;
}

.hs-broker-card__listings {
	background: #f2f5f2;
	color: #253028;
}

.hs-broker-card__listings:hover,
.hs-broker-card__listings:focus-visible {
	background: #fff;
	color: #247006;
	box-shadow: inset 0 0 0 1px #247006;
}

.hs-brokers-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 26px;
}

.hs-brokers-pagination .page-numbers {
	display: inline-flex;
	min-width: 38px;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8e4d9;
	border-radius: 8px;
	color: #247006;
	font-weight: 750;
}

.hs-brokers-pagination .page-numbers.current {
	background: #247006;
	color: #fff;
}

.hs-brokers-empty {
	padding: 48px 18px;
	border: 1px dashed #c9d8cb;
	border-radius: 12px;
	background: #f8fbf8;
	text-align: center;
}

.hs-brokers-empty h1,
.hs-brokers-empty h2 {
	margin: 0 0 8px;
	color: #0d4f2a;
	font-weight: 800;
}

.hs-brokers-empty p {
	margin: 0 0 14px;
	color: #667269;
}

.hs-brokers-empty a {
	color: #247006;
	font-weight: 800;
}

.hs-brokers-empty.is-compact {
	padding: 28px 16px;
}

.hs-broker-profile__grid {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.hs-broker-profile__sidebar,
.hs-broker-profile__content {
	min-width: 0;
}

.hs-broker-profile-card,
.hs-broker-profile-panel {
	border: 1px solid #dce9dd;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(22, 55, 31, 0.07);
	overflow: hidden;
}

.hs-broker-profile-card__banner {
	position: relative;
	z-index: 1;
	display: block;
	aspect-ratio: 16 / 7;
	background: #e8efe9;
}

.hs-broker-profile-card__banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-broker-profile-card__banner.is-empty {
	display: grid;
	place-items: center;
	color: #247006;
	font-size: 44px;
}

.hs-broker-profile-card__banner span {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(10, 35, 18, 0.78);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.hs-broker-profile-card__content {
	position: relative;
	z-index: 2;
	padding: 0 18px 20px;
}

.hs-broker-profile-card__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 66px;
}

.hs-broker-profile-card__avatar {
	position: relative;
	z-index: 3;
	width: 92px;
	height: 92px;
	margin-top: -32px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: #f5f7f5;
	box-shadow: 0 12px 24px rgba(24, 60, 30, 0.18);
	overflow: hidden;
}

.hs-broker-profile-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-broker-share {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	margin: 12px 0 0;
	padding: 0 13px;
	border: 1px solid #bdd4c1;
	border-radius: 999px;
	background: #fff;
	color: #247006;
	font-size: 13px;
	font-weight: 750;
}

.hs-broker-type-pill {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: #d49b28;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.hs-broker-profile-card h1 {
	margin: 10px 0 6px;
	color: #122318;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
}

.hs-broker-profile-card__count {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	color: #647069;
	text-decoration: none;
}

.hs-broker-profile-card__count strong {
	color: #0d4f2a;
}

.hs-broker-profile-card__count:hover,
.hs-broker-profile-card__count:focus-visible {
	color: #247006;
}

.hs-broker-profile-card__actions {
	display: grid;
	grid-template-columns: 52px 52px minmax(0, 1fr);
	gap: 8px;
	padding: 14px 0;
	border-top: 1px dashed #cbdacc;
	border-bottom: 1px dashed #cbdacc;
}

.hs-broker-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #bdd4c1;
	border-radius: 999px;
	color: #247006;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.hs-broker-action--primary {
	border-color: #247006;
	background: #247006;
	color: #fff;
}

.hs-broker-action--icon {
	width: 52px;
	min-width: 52px;
	padding: 0;
}

.hs-broker-action--chat {
	border-color: rgba(36, 112, 6, 0.28);
	background: #f6fbf5;
	color: #247006;
}

.hs-broker-action:hover,
.hs-broker-action:focus-visible {
	border-color: #247006;
	background: #fff;
	color: #247006;
}

.hs-broker-action i {
	font-size: 17px;
}

.hs-broker-zalo-icon {
	width: 25px;
	height: 25px;
	display: block;
	object-fit: contain;
}

.hs-broker-profile-section {
	padding: 14px 0 0;
}

.hs-broker-profile-section h2 {
	margin: 0 0 8px;
	color: #247006;
	font-size: 17px;
	font-weight: 800;
}

.hs-broker-profile-section p {
	margin: 0;
	color: #536158;
	line-height: 1.6;
}

.hs-broker-profile-section ul {
	margin: 0;
	padding-left: 18px;
	color: #536158;
	line-height: 1.65;
}

.hs-broker-profile-tabs {
	display: flex;
	gap: 4px;
	margin-bottom: 14px;
	border-bottom: 1px solid #dce8dd;
}

.hs-broker-profile-tabs a {
	position: relative;
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	padding: 0 18px;
	color: #667269;
	font-size: 14px;
	font-weight: 850;
}

.hs-broker-profile-tabs a.is-active {
	color: #247006;
}

.hs-broker-profile-tabs a.is-active::after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: -1px;
	left: 12px;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: #247006;
}

.hs-broker-profile-panel {
	padding: 16px;
	scroll-margin-top: 96px;
}

.hs-broker-profile-panel + .hs-broker-profile-panel {
	margin-top: 18px;
}

.hs-broker-profile-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.hs-broker-profile-panel__head span {
	color: #172117;
	font-size: 20px;
	font-weight: 800;
}

.hs-broker-profile-panel__head strong {
	color: #247006;
	font-size: 14px;
}

.hs-broker-featured-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hs-broker-listing-list {
	display: grid;
	gap: 12px;
}

.hs-broker-listing-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 14px;
	padding: 12px;
	border: 1px solid #e0e9e1;
	border-radius: 10px;
	background: #fff;
}

.hs-broker-featured-grid .hs-broker-listing-card {
	display: block;
	padding: 0;
	overflow: hidden;
}

.hs-broker-listing-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	background: #eef4ef;
	overflow: hidden;
}

.hs-broker-featured-grid .hs-broker-listing-card__image {
	border-radius: 0;
}

.hs-broker-listing-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-broker-listing-card__image.is-empty {
	display: grid;
	place-items: center;
	color: #247006;
	font-size: 28px;
}

.hs-broker-listing-card__body {
	display: grid;
	align-content: start;
	gap: 8px;
	min-width: 0;
}

.hs-broker-featured-grid .hs-broker-listing-card__body {
	padding: 12px;
}

.hs-broker-listing-card__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #15241a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.hs-broker-listing-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #247006;
	font-size: 14px;
	font-weight: 800;
}

.hs-broker-listing-card__location {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	color: #667269;
	font-size: 13px;
	line-height: 1.4;
}

.hs-broker-listing-card__location i {
	margin-top: 2px;
	color: #247006;
}

.hs-broker-listing-card__date {
	color: #8a958d;
	font-size: 12px;
}

@media (max-width: 1024px) {
	.hs-brokers-search__filters,
	.hs-brokers-grid,
	.hs-broker-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-brokers-search button {
		grid-column: span 2;
	}

	.hs-broker-profile__grid {
		grid-template-columns: 320px minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.hs-brokers-shell {
		width: calc(100% - 48px);
		max-width: 520px;
		padding: 18px 0 38px;
	}

	.hs-brokers-search {
		padding: 12px;
		border-radius: 10px;
	}

	.hs-brokers-search__filters,
	.hs-brokers-grid,
	.hs-broker-featured-grid {
		grid-template-columns: 1fr;
	}

	.hs-brokers-search button {
		grid-column: auto;
	}

	.hs-brokers-directory {
		padding: 12px;
	}

	.hs-brokers-directory__head {
		justify-content: flex-start;
	}

	.hs-broker-card__actions {
		grid-template-columns: 1fr;
	}

	.hs-broker-profile__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.hs-broker-profile-card__actions {
		grid-template-columns: 52px 52px minmax(0, 1fr);
	}

	.hs-broker-profile-tabs {
		overflow-x: auto;
	}

	.hs-broker-listing-card {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 10px;
		padding: 10px;
	}

	.hs-broker-featured-grid .hs-broker-listing-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		padding: 10px;
	}

	.hs-broker-featured-grid .hs-broker-listing-card__image {
		border-radius: 8px;
	}

	.hs-broker-featured-grid .hs-broker-listing-card__body {
		padding: 0;
	}
}
