.single-ald_listing .entry-title {
	display: none;
}

.ald-directory-view.wp-theme-suki .suki-content-inner {
	padding-top: 24px;
}

.ald-directory-view.wp-theme-suki .entry-header:empty {
	display: none;
}

.ald-directory-view.wp-theme-suki .entry-content {
	margin-top: 0;
}

.ald-single-listing {
	display: grid;
	gap: 28px;
}

.ald-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.ald-listing-body,
.ald-listing-main,
.ald-listing-sidebar {
	display: grid;
	gap: 28px;
	min-width: 0;
}

.ald-listing-hero {
	display: grid;
	gap: 16px;
	padding-bottom: 4px;
}

.ald-listing-hero-title {
	margin: 0;
}

.ald-listing-header-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.ald-listing-taxonomies {
	display: flex;
	flex: 1 1 260px;
	flex-wrap: wrap;
	gap: 8px 16px;
	font-size: 0.95rem;
}

.ald-listing-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ald-listing-badge {
	border: 1px solid currentColor;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 6px 10px;
	text-transform: uppercase;
}

.ald-listing-badge-open {
	background: #1f7a4f;
	border-color: #1f7a4f;
	color: #fff;
}

.ald-listing-badge-closed {
	background: #8a2d2d;
	border-color: #8a2d2d;
	color: #fff;
}

.ald-listing-badge-featured {
	background: #fff7d6;
	border-color: #9f7b1f;
	color: #5f4610;
}

.ald-listing-intro {
	display: grid;
	gap: 12px;
}

.ald-listing-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	font-size: 0.95rem;
}

.ald-listing-summary {
	font-size: 1.08rem;
	line-height: 1.45;
	margin: 0;
}

.ald-working-hours-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ald-working-hours-list li {
	align-items: baseline;
	border-bottom: 1px solid rgba(148, 163, 184, 0.28);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 8px 0;
}

.ald-working-hours-list li:first-child {
	padding-top: 0;
}

.ald-working-hours-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.ald-working-hours-list strong {
	text-align: right;
}

.ald-listing-featured-image {
	margin: 0;
	overflow: hidden;
}

.ald-listing-featured-image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ald-listing-section {
	border-top: 1px solid currentColor;
	padding-top: 18px;
}

.ald-listing-section > h2 {
	background: rgba(0, 0, 0, 0.045);
	border-left: 4px solid rgba(0, 0, 0, 0.16);
	font-size: 1.35rem;
	margin: 0 0 16px;
	padding: 8px 12px;
}

.ald-contact-section {
	border: 1px solid rgba(0, 0, 0, 0.16);
	padding: 18px;
}

.ald-report-wrap {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	margin-top: 16px;
	padding-top: 16px;
}

.ald-info-list {
	margin: 0;
}

.ald-info-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(130px, 0.38fr) 1fr;
	padding: 10px 0;
}

.ald-info-row dt {
	font-weight: 700;
}

.ald-info-row dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.ald-info-row-address dd a {
	color: inherit;
	text-decoration: none;
}

.ald-contact-actions {
	display: none;
}

.ald-button {
	align-items: center;
	border: 1px solid currentColor;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 16px;
	text-decoration: none;
}

.ald-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ald-social-links a {
	background: #fff;
	border: 1px solid rgba(31, 122, 120, 0.45);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	color: #1f7a78;
	display: inline-flex;
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1.2;
	padding: 6px 10px;
	text-decoration: none;
}

.ald-social-links a:focus-visible,
.ald-social-links a:hover {
	border-color: #1f7a78;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.ald-listing-banner {
	max-width: 100%;
	overflow: hidden;
}

.ald-listing-banner img,
.ald-listing-banner iframe {
	display: block;
	max-width: 100%;
}

.ald-osm-map {
	aspect-ratio: 16 / 9;
	background: rgba(0, 0, 0, 0.06);
	overflow: hidden;
	width: 100%;
}

.ald-osm-map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ald-map-link {
	margin: 12px 0 0;
}

.ald-map-section {
	border: 1px solid rgba(0, 0, 0, 0.16);
	padding: 18px;
}

.ald-preline {
	white-space: pre-line;
}

.ald-contact-form {
	display: grid;
	gap: 12px;
}

.ald-form-accordion {
	margin: 0;
}

.ald-form-accordion summary {
	align-items: center;
	background: #9d0000;
	border: 1px solid #9d0000;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	line-height: 1.25;
	list-style: none;
	min-height: 42px;
	padding: 10px 12px;
}

.ald-form-accordion summary::-webkit-details-marker {
	display: none;
}

.ald-form-accordion summary::after {
	content: "+";
	font-size: 1.25rem;
	line-height: 1;
}

.ald-form-accordion[open] summary::after {
	content: "−";
}

.ald-form-accordion summary:focus-visible,
.ald-form-accordion summary:hover {
	background: #24334a;
	border-color: #24334a;
}

.ald-form-accordion-content {
	padding-top: 16px;
}

.ald-report-accordion summary {
	background: #fff;
	border-color: #9d0000;
	color: #9d0000;
}

.ald-report-accordion summary:focus-visible,
.ald-report-accordion summary:hover {
	background: #fff4f4;
	border-color: #7f0000;
	color: #7f0000;
}

.ald-contact-form-anchor {
	display: block;
	position: relative;
	top: -18px;
}

.ald-contact-form-field,
.ald-contact-form-consent,
.ald-contact-form-submit,
.ald-contact-form-notice {
	margin: 0;
}

.ald-contact-form-field {
	display: grid;
	gap: 6px;
}

.ald-contact-form-field label,
.ald-contact-form-consent {
	color: #637083;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.25;
}

.ald-contact-form-field input,
.ald-contact-form-field textarea {
	background: #fff;
	border: 1px solid #d9e1e8;
	border-radius: 6px;
	box-sizing: border-box;
	color: #18202a;
	font: inherit;
	line-height: 1.35;
	min-height: 40px;
	padding: 9px 10px;
	width: 100%;
}

.ald-contact-form-field textarea {
	min-height: 132px;
	resize: vertical;
}

.ald-contact-form-field input:focus,
.ald-contact-form-field textarea:focus {
	border-color: rgba(157, 0, 0, 0.42);
	box-shadow: 0 0 0 3px rgba(157, 0, 0, 0.08);
	outline: 0;
}

.ald-contact-form-consent label {
	align-items: flex-start;
	display: flex;
	gap: 8px;
}

.ald-contact-form-consent input {
	flex: 0 0 auto;
	margin-top: 2px;
}

.ald-contact-form-submit button {
	background: #9d0000;
	border: 1px solid #9d0000;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 14px;
}

.ald-contact-form-submit button:focus-visible,
.ald-contact-form-submit button:hover {
	background: #24334a;
	border-color: #24334a;
	color: #fff;
}

.ald-contact-form-notice {
	border-radius: 6px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 10px 11px;
}

.ald-contact-form-notice-success {
	background: #edf8f2;
	border: 1px solid rgba(31, 122, 79, 0.24);
	color: #1f7a4f;
}

.ald-contact-form-notice-error {
	background: #fff4f4;
	border: 1px solid rgba(157, 0, 0, 0.22);
	color: #9d0000;
}

.ald-contact-form-honeypot {
	left: -9999px;
	position: absolute;
	top: auto;
}

.ald-useful-note {
	background: #f6f8fa;
	border: 1px solid #d9e1e8;
	border-left: 4px solid #9d0000;
	border-radius: 6px;
	color: #334155;
	line-height: 1.55;
	margin-top: 20px;
	padding: 14px 16px;
}

.ald-useful-note strong {
	color: #18202a;
}

.ald-faq-list {
	display: grid;
	gap: 10px;
}

.ald-faq-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding: 0 0 10px;
}

.ald-faq-item summary {
	cursor: pointer;
	font-weight: 700;
	line-height: 1.35;
}

.ald-faq-answer {
	margin-top: 10px;
	white-space: normal;
}

.ald-gallery {
	display: grid;
	gap: 0;
}

.ald-gallery-main,
.ald-gallery-main img {
	display: block;
}

.ald-gallery-main {
	background: rgba(0, 0, 0, 0.06);
	width: 100%;
}

.ald-gallery-main img {
	aspect-ratio: 16 / 10;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ald-gallery-thumbs {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
}

.ald-gallery-thumb {
	appearance: none;
	background: rgba(0, 0, 0, 0.72);
	border: 0;
	cursor: pointer;
	display: block;
	margin: 0;
	opacity: 0.68;
	padding: 0;
}

.ald-gallery-thumb.is-active,
.ald-gallery-thumb:focus-visible,
.ald-gallery-thumb:hover {
	opacity: 1;
}

.ald-gallery-thumb:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -2px;
}

.ald-gallery-thumb img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ald-video {
	aspect-ratio: 16 / 9;
	margin-top: 16px;
	width: 100%;
}

.ald-video iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.ald-listing-content > :first-child {
	margin-top: 0;
}

.ald-listing-content > :last-child {
	margin-bottom: 0;
}

.ald-mobile-quick-actions {
	display: none;
}

.ald-categories-index,
.ald-category-page,
.ald-directory-page,
.ald-search-page {
	--ald-category-color: currentColor;
	display: grid;
	gap: 28px;
}

.ald-search-form {
	background: #fff;
	border: 1px solid #d9e1e8;
	border-left: 4px solid #9d0000;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(24, 32, 42, 0.055);
	display: grid;
	gap: 12px;
	padding: 14px;
}

.ald-search-fields {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr) minmax(120px, auto);
}

.ald-search-form-has-reset .ald-search-fields {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.75fr) minmax(112px, auto) minmax(142px, auto);
}

.ald-search-field {
	display: block;
	min-width: 0;
}

.ald-search-field input,
.ald-search-field select {
	background: #f6f8fa;
	border: 1px solid #d9e1e8;
	border-radius: 6px;
	box-sizing: border-box;
	color: #18202a;
	display: block;
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.ald-search-field select {
	appearance: auto;
	color: inherit;
}

.ald-search-field input:focus,
.ald-search-field select:focus {
	background: #fff;
	border-color: rgba(157, 0, 0, 0.42);
	box-shadow: 0 0 0 3px rgba(157, 0, 0, 0.08);
	outline: 0;
}

.ald-search-form button {
	background: #9d0000;
	border: 1px solid #9d0000;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-height: 46px;
	padding: 10px 16px;
}

.ald-search-form button:focus-visible,
.ald-search-form button:hover {
	background: #24334a;
	border-color: #24334a;
	color: #fff;
}

.ald-search-reset-button {
	align-items: center;
	background: #24334a;
	border: 1px solid #24334a;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
}

.ald-search-reset-button:visited {
	color: #fff;
}

.ald-search-reset-button:focus-visible,
.ald-search-reset-button:hover {
	background: #9d0000;
	border-color: #9d0000;
	color: #fff;
}

.ald-search-embed {
	gap: 0;
}

.ald-listing-sidebar .ald-search-embed .ald-search-form {
	border-left-width: 1px;
	border-top: 4px solid #9d0000;
	padding: 14px;
}

.ald-listing-sidebar .ald-search-embed .ald-search-fields,
.ald-listing-sidebar .ald-search-embed .ald-search-form-has-reset .ald-search-fields {
	grid-template-columns: 1fr;
}

.ald-listing-sidebar .ald-search-embed .ald-search-form button,
.ald-listing-sidebar .ald-search-embed .ald-search-reset-button {
	width: 100%;
}

.ald-categories-index .ald-categories-grid {
	column-count: auto;
	columns: auto;
	display: grid;
	gap: 26px 32px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ald-categories-index .ald-category-group {
	border-top: 3px solid #297373;
	break-inside: auto;
	display: grid;
	gap: 12px;
	margin: 0;
	min-width: 0;
	padding-top: 14px;
}

.ald-category-group-title {
	font-size: 1.08rem;
	line-height: 1.25;
	margin: 0;
}

.ald-category-group-title a,
.ald-category-kicker {
	align-items: center;
	display: inline-flex;
	gap: 9px;
	text-decoration: none;
}

.ald-category-icon {
	align-items: center;
	aspect-ratio: 1;
	background: var(--ald-category-color);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 34px;
	font-size: 0.9rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	width: 34px;
}

.ald-category-icon-image {
	background: rgba(0, 0, 0, 0.06);
}

.ald-category-icon img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ald-categories-index .ald-category-icon {
	background: transparent;
	border-radius: 0;
	color: #9d0000;
	overflow: visible;
}

.ald-categories-index .ald-category-icon-image {
	background: transparent;
}

.ald-categories-index .ald-category-icon-image img {
	filter: url("#ald-category-icon-red");
	mix-blend-mode: normal;
	opacity: 1;
}

.ald-category-icon-filter {
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.ald-category-child-list {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ald-category-child-list a {
	color: inherit;
	font-weight: 650;
	text-decoration-color: var(--ald-category-color);
	text-decoration-color: color-mix(in srgb, var(--ald-category-color) 55%, transparent);
	text-underline-offset: 3px;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.ald-categories-index .ald-categories-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.ald-category-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	display: grid;
	gap: 14px;
	padding-bottom: 22px;
}

.ald-category-kicker {
	color: var(--ald-category-color);
	font-size: 0.92rem;
	font-weight: 700;
}

.ald-category-kicker .ald-category-icon {
	color: #fff;
}

.ald-category-header h1 {
	margin: 0;
}

.ald-category-description {
	max-width: 760px;
}

.ald-category-description > :first-child,
.ald-category-extra-item > :first-child {
	margin-top: 0;
}

.ald-category-description > :last-child,
.ald-category-extra-item > :last-child {
	margin-bottom: 0;
}

.ald-category-subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ald-category-subnav a {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border: 1px solid color-mix(in srgb, var(--ald-category-color) 42%, rgba(0, 0, 0, 0.18));
	border-radius: 6px;
	color: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 11px;
	text-decoration: none;
}

.ald-category-subnav a:focus-visible,
.ald-category-subnav a:hover {
	border-color: var(--ald-category-color);
	color: var(--ald-category-color);
}

.ald-category-extra {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.ald-category-extra-item {
	border-left: 4px solid var(--ald-category-color);
	background: rgba(0, 0, 0, 0.035);
	padding: 16px;
}

.ald-category-extra-item h2 {
	font-size: 1.08rem;
	line-height: 1.25;
	margin: 0 0 8px;
}

.ald-category-map-section {
	border: 1px solid rgba(0, 0, 0, 0.14);
	display: grid;
	gap: 14px;
	padding: 16px 16px 0;
}

.ald-category-map-section h2 {
	font-size: 1.18rem;
	line-height: 1.25;
	margin: 0;
}

.ald-category-map {
	aspect-ratio: 16 / 6.5;
	margin-left: -16px;
	margin-right: -16px;
	width: calc(100% + 32px);
}

.ald-category-map-links {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	list-style: none;
	margin: 0 -16px;
	padding: 12px 16px 16px;
}

.ald-category-map-links a {
	font-weight: 700;
}

.ald-category-results,
.ald-directory-results,
.ald-search-results {
	display: grid;
	gap: 18px;
}

.ald-category-results-bar,
.ald-directory-results-bar,
.ald-search-results-bar {
	align-items: center;
	background: #fff;
	border: 1px solid #d9e1e8;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	padding: 11px 14px;
}

.ald-category-results-bar p,
.ald-directory-results-bar p,
.ald-search-results-bar p {
	color: #334155;
	font-weight: 700;
}

.ald-category-results-bar p,
.ald-directory-results-bar p,
.ald-search-results-bar p,
.ald-empty-state {
	margin: 0;
}

.ald-search-empty-state {
	background: #fff;
	border: 1px solid #d9e1e8;
	border-left: 4px solid #9d0000;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(24, 32, 42, 0.055);
	color: #334155;
	display: grid;
	gap: 6px;
	padding: 14px;
}

.ald-search-empty-state p {
	margin: 0;
}

.ald-search-empty-title {
	color: #18202a;
	font-weight: 800;
}

.ald-listing-card-grid {
	display: grid;
	gap: 16px;
}

.ald-listing-card {
	background: #fff;
	border: 1px solid #d9e1e8;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(24, 32, 42, 0.055);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(210px, 0.28fr) 1fr;
	overflow: hidden;
	padding: 10px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ald-listing-card:focus-within,
.ald-listing-card:hover {
	border-color: rgba(157, 0, 0, 0.26);
	box-shadow: 0 14px 34px rgba(24, 32, 42, 0.09);
	transform: translateY(-1px);
}

.ald-listing-card-media {
	background: #f6f8fa;
	border-radius: 8px;
	color: inherit;
	display: block;
	height: 100%;
	min-height: 170px;
	overflow: hidden;
	text-decoration: none;
}

.ald-listing-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ald-listing-card-placeholder {
	align-items: center;
	background: #24334a;
	color: #fff;
	display: flex;
	font-size: 2.4rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	min-height: 160px;
}

.ald-listing-card-body {
	display: grid;
	gap: 10px;
	padding: 10px 12px 10px 18px;
}

.ald-listing-card h2 {
	font-size: 1.18rem;
	line-height: 1.25;
	margin: 0;
}

.ald-listing-card h2 a {
	color: #18202a;
	text-decoration-color: rgba(157, 0, 0, 0.3);
	text-underline-offset: 3px;
}

.ald-listing-card h2 a:focus-visible,
.ald-listing-card h2 a:hover {
	color: #9d0000;
}

.ald-listing-card-taxonomy {
	align-items: center;
	background: #f6f8fa;
	border: 1px solid #d9e1e8;
	border-radius: 999px;
	color: #0f766e;
	display: inline-flex;
	font-weight: 700;
	justify-self: start;
	line-height: 1.15;
	margin: 0;
	max-width: 100%;
	padding: 4px 8px;
	width: fit-content;
}

.ald-listing-card-facts {
	border-bottom: 1px solid #d9e1e8;
	display: grid;
	gap: 6px;
	margin: 0;
	padding-bottom: 10px;
}

.ald-listing-card-facts div {
	align-items: center;
	display: grid;
	gap: 7px;
	grid-template-columns: minmax(74px, max-content) 1fr;
}

.ald-listing-card-facts dt {
	color: #637083;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}

.ald-listing-card-facts dt,
.ald-listing-card-facts dd {
	font-size: 0.86rem;
}

.ald-listing-card-facts dd {
	color: #18202a;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
}

.ald-listing-card-facts dd a {
	color: #0f766e;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ald-listing-card-excerpt,
.ald-listing-card-link {
	margin: 0;
}

.ald-listing-card-excerpt {
	border-bottom: 1px solid #d9e1e8;
	color: #334155;
	font-size: 0.92rem;
	font-style: normal;
	line-height: 1.45;
	padding-bottom: 10px;
}

.ald-listing-card-link a {
	align-items: center;
	background: #9d0000;
	border: 1px solid #9d0000;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 38px;
	padding: 9px 13px;
	text-decoration: none;
}

.ald-listing-card-link a:visited {
	color: #fff;
}

.ald-listing-card-link a:focus-visible,
.ald-listing-card-link a:hover {
	background: #24334a;
	border-color: #24334a;
	color: #fff;
}

.ald-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 8px;
}

.ald-pagination .page-numbers {
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	line-height: 1.2;
	padding: 8px 11px;
	text-decoration: none;
}

.ald-pagination .current {
	background: #1f7a78;
	border-color: #1f7a78;
	color: #fff;
}

.ald-locations-index,
.ald-location-page {
	display: grid;
	gap: 28px;
}

.ald-locations-list {
	display: grid;
	gap: 18px;
}

.ald-location-card {
	margin: 0;
}

.ald-location-card-link {
	color: #fff;
	display: grid;
	height: 250px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.ald-location-card-media,
.ald-location-card-media img {
	display: block;
	height: 100%;
	width: 100%;
}

.ald-location-card-media {
	background: #23383b;
	grid-area: 1 / 1;
}

.ald-location-card-media img {
	object-fit: cover;
	transition: transform 180ms ease;
}

.ald-location-card-link:focus-visible img,
.ald-location-card-link:hover img {
	transform: scale(1.035);
}

.ald-location-card-placeholder {
	align-items: center;
	display: flex;
	font-size: 3rem;
	font-weight: 700;
	justify-content: center;
}

.ald-location-card-overlay {
	align-items: center;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2));
	box-sizing: border-box;
	display: flex;
	gap: 12px;
	inset: 0;
	justify-content: center;
	padding: 22px;
	position: absolute;
	text-align: center;
	z-index: 1;
}

.ald-location-card-title {
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.ald-location-card-title,
.ald-location-card-count {
	background: rgba(0, 0, 0, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 7px 11px;
}

.ald-location-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	display: grid;
	gap: 16px;
	padding-bottom: 22px;
}

.ald-location-kicker {
	color: #1f7a78;
	font-size: 0.92rem;
	font-weight: 700;
}

.ald-location-header h1 {
	margin: 0;
}

.ald-location-featured-image {
	margin: 0;
	overflow: hidden;
}

.ald-location-featured-image img {
	display: block;
	height: 400px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.ald-location-description {
	max-width: 780px;
}

.ald-location-description > :first-child,
.ald-location-extra-item > :first-child {
	margin-top: 0;
}

.ald-location-description > :last-child,
.ald-location-extra-item > :last-child {
	margin-bottom: 0;
}

.ald-location-subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ald-location-subnav a {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 6px;
	color: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 11px;
	text-decoration: none;
}

.ald-location-subnav a:focus-visible,
.ald-location-subnav a:hover {
	border-color: #1f7a78;
	color: #1f7a78;
}

.ald-location-extra {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.ald-location-extra-item {
	background: rgba(0, 0, 0, 0.035);
	border-left: 4px solid #1f7a78;
	padding: 16px;
}

.ald-location-extra-item h2 {
	font-size: 1.08rem;
	line-height: 1.25;
	margin: 0 0 8px;
}

.ald-location-map-section {
	border: 1px solid rgba(0, 0, 0, 0.14);
	display: grid;
	gap: 14px;
	padding: 16px 16px 0;
}

.ald-location-map-section h2 {
	font-size: 1.18rem;
	line-height: 1.25;
	margin: 0;
}

.ald-location-map {
	aspect-ratio: auto;
	height: 300px;
	margin-left: -16px;
	margin-right: -16px;
	width: calc(100% + 32px);
}

.ald-location-results {
	display: grid;
	gap: 18px;
}

.ald-location-results-bar {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.ald-location-results-bar p {
	margin: 0;
}

@media (min-width: 769px) {
	.ald-single-listing {
		--ald-accent: #9d0000;
		--ald-border: #d9e1e8;
		--ald-ink: #18202a;
		--ald-muted: #637083;
		--ald-panel: #fff;
		--ald-soft: #f6f8fa;
		color: var(--ald-ink);
		gap: 24px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1180px;
	}

	.ald-listing-hero {
		align-items: center;
		background: var(--ald-panel);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		box-shadow: 0 14px 34px rgba(24, 32, 42, 0.08);
		column-gap: 26px;
		grid-template-columns: minmax(0, 1fr);
		padding: 24px;
	}

	.ald-listing-hero-has-image {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	}

	.ald-listing-hero-title,
	.ald-listing-header-meta,
	.ald-listing-intro {
		grid-column: 1;
	}

	.ald-listing-hero-title {
		font-size: 2.15rem;
		line-height: 1.12;
		max-width: 760px;
	}

	.ald-listing-header-meta {
		align-items: flex-start;
		display: grid;
		gap: 12px;
	}

	.ald-listing-taxonomies {
		flex: none;
		font-size: 0.95rem;
		gap: 8px;
	}

	.ald-listing-taxonomies span {
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-radius: 999px;
		color: var(--ald-muted);
		display: inline-flex;
		line-height: 1.2;
		padding: 7px 11px;
	}

	.ald-listing-taxonomies a {
		color: var(--ald-ink);
		font-weight: 700;
		text-decoration-color: rgba(157, 0, 0, 0.35);
		text-underline-offset: 3px;
	}

	.ald-listing-badges {
		gap: 7px;
	}

	.ald-listing-badge {
		border-radius: 999px;
		font-size: 0.76rem;
		padding: 7px 10px;
	}

	.ald-listing-summary {
		border-left: 4px solid var(--ald-accent);
		color: #334155;
		font-size: 1.04rem;
		line-height: 1.55;
		max-width: 720px;
		padding-left: 14px;
	}

	.ald-listing-featured-image {
		align-self: stretch;
		border-radius: 8px;
		grid-column: 2;
		grid-row: 1 / span 3;
		min-height: 220px;
	}

	.ald-listing-featured-image img {
		aspect-ratio: auto;
		height: 100%;
		max-height: 300px;
	}

	.ald-listing-body {
		align-items: start;
		gap: 24px;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
	}

	.ald-listing-main {
		gap: 22px;
		grid-column: 1;
		grid-row: 1;
	}

	.ald-listing-sidebar {
		align-self: start;
		gap: 16px;
		grid-column: 2;
		grid-row: 1;
		position: sticky;
		top: 24px;
	}

	.ald-listing-section {
		background: var(--ald-panel);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		box-shadow: 0 8px 24px rgba(24, 32, 42, 0.055);
		padding: 22px;
	}

	.ald-listing-section > h2 {
		background: transparent;
		border: 0;
		border-bottom: 1px solid var(--ald-border);
		color: var(--ald-ink);
		font-size: 1.22rem;
		line-height: 1.25;
		margin: 0 0 18px;
		padding: 0 0 12px;
	}

	.ald-contact-section {
		border-color: rgba(157, 0, 0, 0.18);
		padding: 20px;
	}

	.ald-contact-section > h2 {
		border-bottom-color: rgba(157, 0, 0, 0.22);
		font-size: 1.16rem;
	}

	.ald-contact-actions {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-bottom: 16px;
	}

	.ald-contact-actions-1 {
		grid-template-columns: 1fr;
	}

	.ald-contact-actions-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ald-contact-action {
		align-items: center;
		border: 1px solid #24334a;
		border-radius: 6px;
		box-sizing: border-box;
		color: #fff;
		display: inline-flex;
		font-size: 0.92rem;
		font-weight: 800;
		justify-content: center;
		line-height: 1.15;
		min-height: 42px;
		padding: 9px 10px;
		text-align: center;
		text-decoration: none;
	}

	.ald-contact-action-call {
		background: #1f7a4f;
		border-color: #1f7a4f;
	}

	.ald-contact-action-website {
		background: #24334a;
		border-color: #24334a;
	}

	.ald-contact-action-map {
		background: var(--ald-accent);
		border-color: var(--ald-accent);
	}

	.ald-contact-action:focus-visible,
	.ald-contact-action:hover {
		box-shadow: 0 6px 14px rgba(24, 32, 42, 0.16);
		color: #fff;
		transform: translateY(-1px);
	}

	.ald-contact-section .ald-info-row {
		gap: 5px;
		grid-template-columns: 1fr;
		padding: 11px 0;
	}

	.ald-contact-section .ald-info-row:first-child {
		padding-top: 0;
	}

	.ald-contact-section .ald-info-row:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.ald-contact-section .ald-info-row dt {
		color: var(--ald-muted);
		font-size: 0.78rem;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.ald-contact-section .ald-info-row dd {
		color: var(--ald-ink);
		font-size: 0.98rem;
		line-height: 1.4;
	}

	.ald-contact-section .ald-info-row dd a {
		color: #0f766e;
		font-weight: 800;
		text-decoration-thickness: 1px;
		text-underline-offset: 3px;
	}

	.ald-contact-section .ald-info-row-phone dd a,
	.ald-contact-section .ald-info-row-email dd a,
	.ald-contact-section .ald-info-row-website dd a {
		align-items: center;
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-radius: 6px;
		box-sizing: border-box;
		display: inline-flex;
		min-height: 38px;
		padding: 8px 10px;
		text-decoration: none;
		width: 100%;
	}

	.ald-contact-section .ald-info-row-phone dd a:focus-visible,
	.ald-contact-section .ald-info-row-phone dd a:hover,
	.ald-contact-section .ald-info-row-email dd a:focus-visible,
	.ald-contact-section .ald-info-row-email dd a:hover,
	.ald-contact-section .ald-info-row-website dd a:focus-visible,
	.ald-contact-section .ald-info-row-website dd a:hover {
		background: #eef8f6;
		border-color: rgba(31, 122, 120, 0.38);
	}

	.ald-social-links {
		gap: 7px;
	}

	.ald-social-links a {
		border-radius: 999px;
		box-shadow: none;
		padding: 7px 10px;
	}

	.ald-listing-main .ald-listing-banner {
		background: var(--ald-panel);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		box-shadow: 0 8px 24px rgba(24, 32, 42, 0.055);
		padding: 12px;
	}

	.ald-listing-main .ald-info-row {
		gap: 18px;
		grid-template-columns: minmax(160px, 0.28fr) 1fr;
		padding: 13px 0;
	}

	.ald-listing-main .ald-info-row:first-child {
		padding-top: 0;
	}

	.ald-listing-main .ald-info-row:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.ald-listing-main .ald-info-row dt {
		color: var(--ald-muted);
	}

	.ald-map-section {
		padding: 22px;
	}

	.ald-osm-map {
		aspect-ratio: auto;
		border-radius: 8px;
		height: 360px;
	}

	.ald-map-link {
		margin-top: 14px;
	}

	.ald-button {
		background: var(--ald-accent);
		border-color: var(--ald-accent);
		border-radius: 6px;
		color: #fff;
	}

	.ald-button:focus-visible,
	.ald-button:hover {
		background: #7f0000;
		border-color: #7f0000;
		color: #fff;
	}

	.ald-preline {
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		line-height: 1.55;
		padding: 14px;
	}

	.ald-gallery-main,
	.ald-gallery-thumb {
		border-radius: 8px;
		overflow: hidden;
	}

	.ald-gallery-thumbs {
		gap: 8px;
		margin-top: 8px;
	}

	.ald-faq-item {
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		padding: 13px 14px;
	}
}

@media (max-width: 768px) {
	.ald-directory-view.wp-theme-suki .suki-content-inner {
		padding-top: 18px;
	}

	.ald-single-listing {
		--ald-accent: #9d0000;
		--ald-border: #d9e1e8;
		--ald-ink: #18202a;
		--ald-muted: #637083;
		--ald-panel: #fff;
		--ald-soft: #f6f8fa;
		color: var(--ald-ink);
		gap: 14px;
		padding-bottom: 86px;
	}

	.ald-single-listing,
	.ald-single-listing * {
		box-sizing: border-box;
	}

	.ald-listing-body,
	.ald-listing-main,
	.ald-listing-sidebar {
		display: contents;
		gap: 14px;
		min-width: 0;
	}

	.ald-listing-hero {
		order: 1;
	}

	.ald-contact-section {
		order: 2;
	}

	.ald-listing-banner {
		order: 3;
	}

	.ald-map-section {
		order: 4;
	}

	.ald-working-hours-section {
		order: 5;
	}

	.ald-contact-form-section {
		order: 6;
	}

	.ald-detail-section {
		order: 7;
	}

	.ald-media-section {
		order: 8;
	}

	.ald-faq-section {
		order: 9;
	}

	.ald-single-listing .ald-search-embed {
		order: 10;
	}

	.ald-mobile-quick-actions {
		order: 100;
	}

	.ald-listing-hero {
		background: var(--ald-panel);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		box-shadow: 0 8px 22px rgba(24, 32, 42, 0.07);
		gap: 12px;
		padding: 14px;
	}

	.ald-listing-hero-title {
		font-size: 1.45rem;
		line-height: 1.16;
		margin: 0;
	}

	.ald-listing-header-meta {
		align-items: flex-start;
		display: grid;
		gap: 5px;
	}

	.ald-listing-taxonomies {
		flex: none;
		font-size: 0.72rem;
		gap: 5px;
	}

	.ald-listing-taxonomies span {
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-radius: 999px;
		color: var(--ald-muted);
		display: inline-flex;
		line-height: 1.15;
		padding: 4px 6px;
	}

	.ald-listing-taxonomies a {
		color: var(--ald-ink);
		font-weight: 700;
		text-decoration-color: rgba(157, 0, 0, 0.34);
		text-underline-offset: 3px;
	}

	.ald-listing-badges {
		gap: 5px;
	}

	.ald-listing-badge {
		border-radius: 999px;
		font-size: 0.62rem;
		line-height: 1.05;
		padding: 4px 6px;
	}

	.ald-listing-featured-image {
		border-radius: 8px;
		margin: 0;
	}

	.ald-listing-featured-image img {
		aspect-ratio: 16 / 10;
		height: auto;
	}

	.ald-listing-summary {
		border-left: 4px solid var(--ald-accent);
		color: #334155;
		font-size: 0.96rem;
		line-height: 1.48;
		padding-left: 11px;
	}

	.ald-listing-section {
		background: var(--ald-panel);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		box-shadow: 0 6px 18px rgba(24, 32, 42, 0.055);
		padding: 14px;
	}

	.ald-listing-section > h2 {
		background: transparent;
		border: 0;
		border-bottom: 1px solid var(--ald-border);
		font-size: 1.08rem;
		line-height: 1.25;
		margin: 0 0 13px;
		padding: 0 0 10px;
	}

	.ald-detail-section > h2 {
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-left: 4px solid var(--ald-accent);
		border-radius: 6px;
		margin: -2px 0 14px;
		padding: 9px 10px;
	}

	.ald-contact-section {
		border-color: rgba(157, 0, 0, 0.18);
		padding: 14px;
	}

	.ald-contact-section > h2 {
		border-bottom-color: rgba(157, 0, 0, 0.22);
	}

	.ald-info-list {
		display: grid;
		gap: 0;
	}

	.ald-info-row {
		border-bottom: 1px solid var(--ald-border);
		gap: 5px;
		grid-template-columns: 1fr;
		padding: 10px 0;
	}

	.ald-info-row:first-child {
		padding-top: 0;
	}

	.ald-info-row:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.ald-info-row dt {
		color: var(--ald-muted);
		font-size: 0.75rem;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.ald-info-row dd {
		font-size: 0.94rem;
		line-height: 1.4;
	}

	.ald-contact-section .ald-info-row-address dd a,
	.ald-contact-section .ald-info-row-phone dd a,
	.ald-contact-section .ald-info-row-email dd a,
	.ald-contact-section .ald-info-row-website dd a {
		align-items: center;
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-radius: 6px;
		color: #0f766e;
		display: inline-flex;
		font-weight: 800;
		min-height: 38px;
		padding: 8px 10px;
		text-decoration: none;
		width: 100%;
	}

	.ald-contact-section .ald-info-row-address dd a:focus-visible,
	.ald-contact-section .ald-info-row-address dd a:hover,
	.ald-contact-section .ald-info-row-phone dd a:focus-visible,
	.ald-contact-section .ald-info-row-phone dd a:hover,
	.ald-contact-section .ald-info-row-email dd a:focus-visible,
	.ald-contact-section .ald-info-row-email dd a:hover,
	.ald-contact-section .ald-info-row-website dd a:focus-visible,
	.ald-contact-section .ald-info-row-website dd a:hover {
		background: #eef8f6;
		border-color: rgba(31, 122, 120, 0.38);
	}

	.ald-social-links {
		gap: 7px;
	}

	.ald-social-links a {
		border-radius: 999px;
		box-shadow: none;
		font-size: 0.86rem;
		padding: 7px 10px;
	}

	.ald-preline {
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		line-height: 1.5;
		padding: 12px;
	}

	.ald-contact-form-field textarea {
		min-height: 150px;
	}

	.ald-report-form .ald-contact-form-field textarea {
		min-height: 120px;
	}

	.ald-contact-form-submit button {
		width: 100%;
	}

	.ald-map-section {
		padding: 14px;
	}

	.ald-osm-map {
		aspect-ratio: auto;
		border-radius: 8px;
		height: 300px;
	}

	.ald-map-link {
		display: none;
	}

	.ald-listing-banner {
		background: var(--ald-panel);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		box-shadow: 0 6px 18px rgba(24, 32, 42, 0.055);
		padding: 8px;
	}

	.ald-listing-banner img,
	.ald-listing-banner iframe {
		border-radius: 6px;
		width: 100%;
	}

	.ald-listing-main .ald-info-row dt {
		color: var(--ald-muted);
	}

	.ald-listing-content {
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.ald-gallery-main img {
		aspect-ratio: 4 / 3;
	}

	.ald-gallery-thumbs {
		gap: 6px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin-top: 6px;
	}

	.ald-gallery-main,
	.ald-gallery-thumb {
		border-radius: 8px;
		overflow: hidden;
	}

	.ald-faq-list {
		gap: 8px;
	}

	.ald-faq-item {
		background: var(--ald-soft);
		border: 1px solid var(--ald-border);
		border-radius: 8px;
		padding: 12px;
	}

	.ald-mobile-quick-actions {
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid rgba(0, 0, 0, 0.12);
		bottom: 0;
		box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.12);
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: center;
		left: 0;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
		position: fixed;
		right: 0;
		z-index: 9999;
	}

	.ald-mobile-quick-action {
		align-items: center;
		border: 1px solid transparent;
		border-radius: 8px;
		color: #fff;
		display: inline-flex;
		font-weight: 800;
		justify-content: center;
		line-height: 1.2;
		min-height: 48px;
		padding: 10px 12px;
		text-align: center;
		text-decoration: none;
	}

	.ald-mobile-quick-action:visited {
		color: #fff;
	}

	.ald-mobile-quick-action-call {
		background: #1f7a4f;
		border-color: #1f7a4f;
		color: #fff;
	}

	.ald-mobile-quick-action-map {
		background: #8a2d2d;
		border-color: #8a2d2d;
		color: #fff;
	}

	.ald-mobile-quick-action:focus-visible,
	.ald-mobile-quick-action:hover {
		background: #24334a;
		border-color: #24334a;
		color: #fff;
	}

	.ald-mobile-quick-actions-1 {
		grid-template-columns: minmax(0, 1fr);
	}

	.ald-categories-index,
	.ald-category-page,
	.ald-directory-page,
	.ald-search-page {
		gap: 18px;
	}

	.ald-search-fields {
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.ald-search-form-has-reset .ald-search-fields {
		grid-template-columns: 1fr;
	}

	.ald-search-form {
		border-left: 1px solid #d9e1e8;
		border-top: 4px solid #9d0000;
		padding: 12px;
	}

	.ald-search-field input,
	.ald-search-field select,
	.ald-search-form button,
	.ald-search-reset-button {
		border-radius: 8px;
		min-height: 48px;
	}

	.ald-categories-index .ald-categories-grid {
		grid-template-columns: 1fr;
	}

	.ald-category-group {
		gap: 10px;
	}

	.ald-category-header h1 {
		margin: 0;
	}

	.ald-category-subnav {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ald-category-map-section {
		display: none;
	}

	.ald-listing-card {
		border-radius: 8px;
		box-shadow: 0 6px 18px rgba(24, 32, 42, 0.055);
		grid-template-columns: 1fr;
		padding: 8px;
		transform: none;
	}

	.ald-listing-card-media {
		height: auto;
		min-height: 0;
	}

	.ald-listing-card-media img {
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.ald-listing-card-placeholder {
		aspect-ratio: 16 / 9;
		height: auto;
		min-height: 0;
	}

	.ald-listing-card-body {
		gap: 9px;
		padding: 12px 6px 4px;
	}

	.ald-listing-card h2 {
		font-size: 1.12rem;
		line-height: 1.24;
	}

	.ald-listing-card-facts div {
		gap: 4px;
		grid-template-columns: minmax(70px, max-content) 1fr;
	}

	.ald-listing-card-facts dt,
	.ald-listing-card-facts dd {
		font-size: 0.82rem;
	}

	.ald-listing-card-excerpt {
		font-size: 0.9rem;
		line-height: 1.45;
	}

	.ald-listing-card-link a {
		width: 100%;
	}

	.ald-locations-index,
	.ald-location-page {
		gap: 24px;
	}

	.ald-locations-list {
		gap: 14px;
	}

	.ald-location-card-link {
		height: auto;
		min-height: 116px;
	}

	.ald-location-card-overlay {
		flex-direction: column;
		gap: 8px;
		padding: 18px;
	}

	.ald-location-card-title,
	.ald-location-card-count {
		font-size: 0.94rem;
	}

	.ald-location-featured-image img {
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.ald-location-subnav {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ald-location-map-section {
		display: none;
	}
}
