.aheloy-directory {
	background: #f4f7f6;
	padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.aheloy-directory-layout {
	align-items: start;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
}

.aheloy-directory-sidebar {
	position: sticky;
	top: 96px;
}

.aheloy-directory-filter {
	background: #fff;
	border: 1px solid #dfe7e5;
	border-radius: 8px;
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1rem;
	padding: 1rem;
}

.aheloy-directory-filter h2 {
	color: #172026;
	font-size: 1.25rem;
	font-weight: 850;
	letter-spacing: 0;
	margin: 0;
}

.aheloy-directory-filter input,
.aheloy-directory-filter select,
.aheloy-directory-filter button,
.aheloy-directory-filter a {
	border: 1px solid #dfe7e5;
	border-radius: 8px;
	min-height: 44px;
	padding: 0.55rem 0.75rem;
}

.aheloy-directory-filter button {
	background: #0f6b63;
	color: #fff;
	font-weight: 800;
}

.aheloy-directory-filter a {
	align-items: center;
	color: #0f6b63;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	text-decoration: none;
}

.aheloy-directory-check {
	align-items: center;
	display: flex;
	gap: 0.4rem;
	font-weight: 700;
}

.aheloy-directory-content {
	display: grid;
	gap: 1rem;
}

.aheloy-directory-categories {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aheloy-directory-category-tile {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe7e5;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(16, 24, 29, 0.06);
	color: #172026;
	display: flex;
	gap: 0.85rem;
	min-height: 96px;
	padding: 1rem;
	text-decoration: none;
}

.aheloy-directory-category-tile:hover,
.aheloy-directory-category-tile.is-active {
	border-color: #0f6b63;
	color: #172026;
}

.aheloy-directory-category-icon {
	align-items: center;
	background: #f4f7f6;
	border-radius: 8px;
	display: flex;
	flex: 0 0 48px;
	font-size: 1.6rem;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.aheloy-directory-category-tile strong,
.aheloy-directory-category-tile small {
	display: block;
}

.aheloy-directory-category-tile strong {
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.1;
}

.aheloy-directory-category-tile small {
	color: #65727c;
	font-weight: 750;
	margin-top: 0.2rem;
}

.aheloy-directory-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aheloy-directory-card {
	background: #fff;
	border: 1px solid #dfe7e5;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(16, 24, 29, 0.06);
	overflow: hidden;
}

.aheloy-directory-card-image {
	align-items: center;
	background: #f4f7f6;
	display: flex;
	height: 210px;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}

.aheloy-directory-card-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
	width: 100%;
}

.aheloy-directory-card:hover .aheloy-directory-card-image img {
	transform: scale(1.035);
}

.aheloy-directory-card-image-fallback {
	align-items: center;
	background: #eaf0ee;
	border-radius: 8px;
	color: #172026;
	display: flex;
	font-size: 2.5rem;
	height: 76px;
	justify-content: center;
	width: 76px;
}

.aheloy-directory-card-body {
	padding: 1.25rem;
}

.aheloy-directory-card p {
	color: #d29b2f;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.aheloy-directory-card h2 {
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.12;
}

.aheloy-directory-card h2 a {
	color: #172026;
	text-decoration: none;
}

.aheloy-directory-card-text,
.aheloy-directory-card-meta {
	color: #65727c;
	font-weight: 600;
}

.aheloy-directory-card-meta {
	border-top: 1px solid #dfe7e5;
	margin-top: 1rem;
	padding-top: 1rem;
}

.aheloy-directory-single {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	margin-top: 2rem;
}

.aheloy-directory-single-media {
	display: grid;
	gap: 1rem;
}

.aheloy-directory-gallery {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
	margin: 0 0 2rem;
	min-height: 360px;
}

.aheloy-directory-single-media .aheloy-directory-gallery {
	margin: 0;
	min-height: 260px;
}

.aheloy-directory-single-media .aheloy-directory-gallery-item-1 {
	min-height: 260px;
}

.aheloy-directory-single-media .aheloy-directory-gallery-item-2,
.aheloy-directory-single-media .aheloy-directory-gallery-item-3 {
	min-height: 125px;
}

.aheloy-directory-gallery-count-1 {
	grid-template-columns: 1fr;
}

.aheloy-directory-gallery-count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aheloy-directory-gallery a {
	border-radius: 8px;
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.aheloy-directory-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aheloy-directory-gallery-item-1 {
	grid-row: span 2;
	min-height: 360px;
}

.aheloy-directory-gallery-item-2,
.aheloy-directory-gallery-item-3 {
	min-height: 174px;
}

.aheloy-directory-gallery-item:nth-child(n+4) {
	min-height: 160px;
}

.aheloy-directory-gallery-hidden {
	display: none !important;
}

.aheloy-directory-gallery-more {
	align-items: center;
	background: rgba(16, 24, 29, 0.66);
	color: #fff;
	display: flex;
	font-size: clamp(1rem, 2.3vw, 1.55rem);
	font-weight: 850;
	inset: 0;
	justify-content: center;
	line-height: 1.15;
	padding: 1rem;
	position: absolute;
	text-align: center;
}

.aheloy-directory-single-details {
	display: grid;
	gap: 0.75rem;
}

.aheloy-directory-single-details div {
	background: #f4f7f6;
	border-radius: 8px;
	padding: 0.85rem;
}

.aheloy-directory-single-details span {
	color: #65727c;
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.aheloy-directory-single-details strong {
	color: #172026;
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
}

.aheloy-directory-hours-list {
	display: grid;
	gap: 0.45rem;
	list-style: none;
	margin: 0.5rem 0 0;
	padding-left: 0;
}

.aheloy-directory-hours-list li {
	align-items: baseline;
	border-top: 1px solid #dfe7e5;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 120px minmax(0, 1fr);
	padding-top: 0.45rem;
}

.aheloy-directory-hours-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.aheloy-directory-hours-list span,
.aheloy-directory-hours-list strong {
	font-size: 0.95rem;
	text-transform: none;
}

.aheloy-directory-hours-list span {
	color: #65727c;
	font-weight: 800;
}

.aheloy-directory-map-button {
	align-items: center;
	background: #0f6b63;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 850;
	justify-content: center;
	margin-top: 0.35rem;
	min-height: 44px;
	padding: 0.6rem 0.9rem;
	text-decoration: none;
}

.aheloy-directory-map-button span {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	display: inline-flex;
	height: 1.35rem;
	justify-content: center;
	margin-right: 0.45rem;
	width: 1.35rem;
}

.aheloy-directory-map-button:hover {
	background: #0a4d47;
	color: #fff;
}

.aheloy-directory-website-link {
	color: #0f6b63;
	display: inline-block;
	font-size: 1.05rem;
	font-weight: 850;
	margin-top: 0.35rem;
	text-decoration: none;
}

.aheloy-directory-website-link:hover {
	color: #0a4d47;
	text-decoration: underline;
}

.aheloy-directory-single iframe {
	border: 0;
	border-radius: 8px;
	min-height: 320px;
	width: 100%;
}

.aheloy-directory-admin-field label {
	display: block;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.aheloy-directory-admin-gallery {
	border: 1px solid #dfe7e5;
	margin: 1rem 0;
	padding: 1rem;
}

.aheloy-directory-admin-gallery-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.75rem 0;
	min-height: 54px;
}

.aheloy-directory-admin-gallery-preview img {
	border-radius: 4px;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

@media (max-width: 991.98px) {
	.aheloy-directory-layout,
	.aheloy-directory-filter,
	.aheloy-directory-grid,
	.aheloy-directory-categories,
	.aheloy-directory-single,
	.aheloy-directory-gallery {
		grid-template-columns: 1fr;
	}

	.aheloy-directory-sidebar {
		position: static;
	}

	.aheloy-directory-gallery-item-1 {
		grid-row: auto;
	}

	.aheloy-directory-single-media .aheloy-directory-gallery,
	.aheloy-directory-single-media .aheloy-directory-gallery-item-1 {
		min-height: 220px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.aheloy-directory-categories,
	.aheloy-directory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
