.page-template-page-event-locations-venues {
	background: #f7f7f7;
}

.venue-locations {
	color: #00163d;
}

.venue-locations__intro {
	padding: 72px 0 78px;
	background: #fff;
}

.venue-locations__intro-inner {
	max-width: 1040px;
	text-align: center;
}

.venue-locations__intro-title {
	margin: 0;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: 0;
}

.venue-locations__intro-subtitle {
	margin-top: 18px;
	font-size: 27px;
	line-height: 1.3;
	font-weight: 600;
}

.venue-locations__intro-text {
	max-width: 900px;
	margin: 24px auto 0;
	font-size: 18px;
	line-height: 1.65;
}

.venue-locations__intro-text p {
	margin: 0;
}

.venue-location {
	padding: 82px 0 92px;
	background: #f7f7f7;
}

.venue-location:nth-child(even) {
	background: #fff;
}

.venue-location__logo {
	display: flex;
	justify-content: center;
	margin: 0 auto 34px;
}

.venue-location__logo img {
	display: block;
	width: auto;
	max-width: min(390px, 70vw);
	max-height: 150px;
}

.venue-location__title {
	margin: 0 0 42px;
	font-size: 44px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.venue-location__cover {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 42px rgba(0, 22, 61, 0.12);
}

.venue-location__cover img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.venue-location__description {
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
	gap: 70px;
	align-items: start;
	padding: 62px 5% 68px;
}

.venue-location__lead {
	margin: 0;
	font-size: 29px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0;
}

.venue-location__summary {
	min-width: 0;
}

.venue-location__instagram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-top: 26px;
	transition: opacity 0.2s ease;
}

.venue-location__instagram:hover {
	opacity: 0.65;
}

.venue-location__instagram:focus-visible {
	outline: 2px solid #00163d;
	outline-offset: 4px;
}

.venue-location__instagram img {
	display: block;
	width: 30px;
	height: auto;
}

.venue-location__copy {
	font-size: 17px;
	line-height: 1.65;
}

.venue-location__copy p,
.venue-location__copy ul {
	margin: 0 0 18px;
}

.venue-location__copy > :last-child {
	margin-bottom: 0;
}

.venue-location__copy ul {
	padding-left: 22px;
}

.venue-location__copy li {
	margin-bottom: 12px;
}

.venue-location__copy li:last-child {
	margin-bottom: 0;
}

.venue-gallery {
	position: relative;
	margin: 0 0 70px;
}

.venue-gallery .slick-list {
	border-radius: 8px;
	background: #eceef2;
	box-shadow: 0 16px 42px rgba(0, 22, 61, 0.12);
}

.venue-gallery__slide {
	position: relative;
	background: #eceef2;
}

.venue-gallery__slide a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.venue-gallery.slider-wrapper .venue-gallery__slide img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.venue-gallery__caption {
	position: absolute;
	left: 18px;
	bottom: 16px;
	max-width: calc(100% - 36px);
	padding: 8px 12px;
	border-radius: 6px;
	background: rgba(0, 22, 61, 0.82);
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
}

.venue-gallery__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 22px rgba(0, 22, 61, 0.2);
	cursor: pointer;
}

.venue-gallery__arrow img {
	width: 21px;
	height: auto;
}

.venue-gallery__arrow--prev {
	left: 16px;
}

.venue-gallery__arrow--next {
	right: 16px;
}

.venue-gallery .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.venue-gallery .slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 0;
	line-height: 0;
}

.venue-gallery .slick-dots li::before,
.venue-gallery .slick-dots li::after,
.venue-gallery .slick-dots button::before,
.venue-gallery .slick-dots button::after {
	content: none;
	display: none;
}

.venue-gallery .slick-dots li.slick-active {
	background: transparent;
}

.venue-gallery .slick-dots button {
	display: block;
	width: 11px;
	height: 11px;
	padding: 0;
	border: 2px solid #00163d;
	border-radius: 50%;
	background: transparent;
	font-size: 0;
	line-height: 0;
	appearance: none;
	cursor: pointer;
}

.venue-gallery .slick-dots .slick-active button {
	background: #00163d;
}

.venue-gallery__progress {
	height: 3px;
	margin-top: 14px;
	background-color: rgba(0, 22, 61, 0.16);
	background-image: linear-gradient(#00163d, #00163d);
	background-repeat: no-repeat;
	background-size: 0 100%;
}

.venue-facts {
	padding-top: 8px;
}

.venue-facts__title {
	margin: 0 0 32px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.venue-facts__layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: 24px;
	align-items: stretch;
}

.venue-facts__layout--benefits-only {
	grid-template-columns: 1fr;
}

.venue-formats {
	padding: 30px;
	border-radius: 8px;
	background: #00163d;
	color: #fff;
}

.venue-formats__title {
	margin: 0 0 22px;
	color: #fff;
	font-size: 21px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0;
}

.venue-formats__item {
	display: grid;
	grid-template-columns: minmax(90px, 0.45fr) minmax(0, 1fr);
	gap: 18px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.venue-formats__name {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
}

.venue-formats__details {
	font-size: 15px;
	line-height: 1.55;
}

.venue-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.venue-benefits__item {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	min-height: 88px;
	padding: 22px;
	border: 1px solid rgba(0, 22, 61, 0.16);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 22, 61, 0.06);
	font-size: 16px;
	line-height: 1.45;
}

.venue-benefits__mark {
	position: relative;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border: 2px solid #00163d;
	border-radius: 50%;
}

.venue-benefits__mark::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 6px;
	width: 7px;
	height: 4px;
	border-bottom: 2px solid #00163d;
	border-left: 2px solid #00163d;
	transform: rotate(-45deg);
}

@media (max-width: 1023px) {
	.venue-location__description {
		gap: 38px;
		padding-right: 2%;
		padding-left: 2%;
	}

	.venue-facts__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.venue-locations__intro {
		padding: 46px 0 50px;
	}

	.venue-locations__intro-title {
		font-size: 30px;
	}

	.venue-locations__intro-subtitle {
		margin-top: 14px;
		font-size: 21px;
	}

	.venue-locations__intro-text {
		margin-top: 18px;
		font-size: 16px;
		line-height: 1.55;
	}

	.venue-location {
		padding: 52px 0 62px;
	}

	.venue-location__logo {
		margin-bottom: 26px;
	}

	.venue-location__title {
		margin-bottom: 28px;
		font-size: 32px;
	}

	.venue-location__cover {
		border-radius: 6px;
	}

	.venue-location__description {
		display: block;
		padding: 36px 0 42px;
	}

	.venue-location__lead {
		font-size: 23px;
	}

	.venue-location__summary {
		margin-bottom: 22px;
	}

	.venue-location__instagram {
		margin-top: 18px;
	}

	.venue-location__copy {
		font-size: 15px;
		line-height: 1.6;
	}

	.venue-gallery {
		margin-bottom: 48px;
	}

	.venue-gallery__slide a {
		aspect-ratio: 4 / 3;
	}

	.venue-gallery__arrow {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}

	.venue-gallery__arrow img {
		width: 17px;
	}

	.venue-gallery__arrow--prev {
		left: 7px;
	}

	.venue-gallery__arrow--next {
		right: 7px;
	}

	.venue-facts__title {
		margin-bottom: 24px;
		font-size: 28px;
	}

	.venue-formats {
		padding: 24px 20px;
	}

	.venue-formats__item {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.venue-benefits {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.venue-benefits__item {
		min-height: 0;
		padding: 18px;
	}
}
