/******/
/*** SINGLE BUSINESS / EVENT ***/
/******/

/* ICONS */

img.icon-32 {
	width: 2rem;
}

.single-profile-socials {
	padding: 0;
	list-style: none;
	width: 2rem;
	gap: 1rem;
	justify-content: space-between;
}

.single-profile-socials li a {
	position: absolute;
	width: 2rem;
	height: 2rem;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
}

.single-profile-socials li > a::before {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.single-profile-socials li a::before {
	background-image: url("../images/social-cta/facebook.svg");
}

.single-profile-socials li:first-child a::before {
	background-image: url("../images/social-cta/insta.svg");
}

.single-profile-breadcrumb {
	font-size: var(--font-size-p-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--tracking-wider);
	text-transform: uppercase;
}

.single-profile-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.single-profile-breadcrumb a:hover,
.single-profile-breadcrumb a:focus-visible {
	text-decoration: underline;
}

.single-profile-featured img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.single-profile-layout {
	padding-bottom: 8rem;
}

.single-profile-copy {
	max-width: 42rem;
}

.single-profile-body > :last-child,
.single-profile-detail > :last-child {
	margin-bottom: 0;
}

.single-profile-detail {
	border-top: .0625rem solid transparent;
}

.single-profile-detail h2 {
	margin-bottom: .75rem;
}

.single-profile-socials {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-profile-map-panel {
	height: fit-content;
}

.single-profile-map-panel .single-profile-map {
	width: 100%;
	height: 28rem;
	min-height: 28rem;
}

.single-profile-map-panel .explore-map-status {
	max-width: calc(100% - 3rem);
}

.single-profile-parking-badge {
	top: 24.5rem;
	right: 0;
	z-index: 3;
	width: 7.5rem;
	height: 7.5rem;
}

.single-profile-location-grid > div {
	align-self: flex-start;
}

.single-profile-location-grid h2 {
	margin-bottom: .75rem;
}

.single-profile-related {
	margin-bottom: 8rem;
}

.single-profile-related h2 {
	max-width: 50rem;
}

.single-profile-related .swiper-slide {
	align-self: stretch;
}

.single-related-card-media {
	display: block;
	width: 100%;
	overflow: clip;
}

.single-related-card-media > img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.single-related-card-content {
	position: relative;
	z-index: 2;
	margin-top: -.75rem;
}

.single-profile-related p.category {
	display: inline-block;
	align-self: flex-start;
	background-color: var(--color-brown);
	color: var(--color-white);
}

.single-profile-related h3 a {
	color: inherit;
	text-decoration: none;
}

.single-profile-related .background-pink .text-link,
.single-profile-related .background-yellow .text-link {
	color: var(--color-brown);
}

@media screen and (min-width: 48rem) {

	.single-profile-location-grid > .grid-50 {
		width: calc(50% - 1rem);
	}

}

@media screen and (max-width: 47.9375rem) {

	.single-profile-featured {
		padding-top: 2.5rem;
	}

	.single-profile-featured img {
		aspect-ratio: 1 / 1.1;
	}

	.single-profile-layout {
		padding-bottom: 5rem;
	}

	.single-profile-map-panel {
		margin-top: 2.5rem;
	}

	.single-profile-map-panel .single-profile-map {
		height: 24rem;
		min-height: 24rem;
	}

	.single-profile-parking-badge {
		top: 20.5rem;
		width: 6rem;
		height: 6rem;
	}

	.single-profile-location-grid {
		gap: 1.5rem;
	}

	.single-profile-location-grid > .mobile-grid-50 {
		width: calc(50% - .75rem);
	}

	.single-profile-location-grid .button {
		padding-right: .85rem;
		padding-left: .85rem;
	}

	.single-profile-related {
		margin-bottom: 5rem;
	}

}
