.av-location-main {
	position: relative;
	background: transparent;
	color: #0f172a;
	padding: clamp(20px, 4vw, 36px) 0;
}

.av-location-main.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.av-location-main__inner {
	max-width: var(--wp--style--global--content-size, 1200px);
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 1260px) {
	.av-location-main__inner {
		padding: 0 30px;
	}
}

.av-location-main__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, 380px);
	gap: clamp(24px, 3vw, 40px);
	align-items: start;
}

.av-location-main__content {
	min-width: 0;
}

.av-location-main__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	font: 900 12px/1 var(--av-font-secondary, system-ui);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #059669;
}

.av-location-main__kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #10b981;
	flex: 0 0 auto;
}

.av-location-main__title {
	margin: 0 0 16px;
	font: 900 clamp(32px, 4.1vw, 54px)/0.96 var(--av-font-primary, system-ui);
	letter-spacing: -0.04em;
	color: #0f172a;
	max-width: 13ch;
}

.av-location-main__intro {
	max-width: 64ch;
	font-size: 17px;
	line-height: 1.75;
	color: rgba(15, 23, 42, 0.72);
}

.av-location-main__intro p {
	margin: 0 0 14px;
}

.av-location-main__intro p:last-child {
	margin-bottom: 0;
}

.av-location-main__areas {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	max-width: 64ch;
}

.av-location-main__areasLabel {
	margin: 0 0 10px;
	font: 900 12px/1 var(--av-font-secondary, system-ui);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(15, 23, 42, 0.86);
}

.av-location-main__areasText {
	font-size: 15px;
	line-height: 1.72;
	color: rgba(15, 23, 42, 0.72);
}

.av-location-main__areasText p {
	margin: 0 0 12px;
}

.av-location-main__areasText p:last-child {
	margin-bottom: 0;
}

.av-location-main__highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	max-width: 780px;
}

.av-location-main__highlight {
	position: relative;
	padding-left: 18px;
	font: 700 15px/1.6 var(--av-font-secondary, system-ui);
	color: rgba(15, 23, 42, 0.88);
}

.av-location-main__highlight::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #10b981;
	transform: translateY(-50%);
}

.av-location-main__aside {
	min-width: 0;
}

.av-location-main__card {
	display: grid;
	gap: 16px;
	padding: 24px;
	border-radius: 18px;
	background:
		radial-gradient(circle at top right, rgba(45, 212, 191, 0.1), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		0 10px 24px rgba(15, 23, 42, 0.04);
	align-content: start;
	position: sticky;
	top: 24px;
}

.av-location-main__cardLabel {
	margin: 0;
	font: 900 12px/1 var(--av-font-secondary, system-ui);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0f172a;
}

.av-location-main__contactRow {
	display: grid;
	gap: 6px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.av-location-main__contactKey {
	font: 800 12px/1 var(--av-font-secondary, system-ui);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(15, 23, 42, 0.6);
}

.av-location-main__contactValue {
	font: 700 16px/1.45 var(--av-font-secondary, system-ui);
	color: #0f172a;
	word-break: break-word;
}

.av-location-main__contactValue a {
	color: inherit;
	text-decoration: none;
}

.av-location-main__contactValue a:hover,
.av-location-main__contactValue a:focus-visible {
	text-decoration: underline;
	text-decoration-color: rgba(15, 23, 42, 0.24);
}

.av-location-main__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	padding: 0 18px;
	box-sizing: border-box;
	border: 0;
	border-radius: 14px;
	text-decoration: none;
	font: 900 15px/1 var(--av-font-secondary, system-ui);
	background: #10b981;
	color: #fff;
	box-shadow: 0 12px 28px rgba(16, 185, 129, 0.18);
	transition:
		transform 160ms ease,
		box-shadow 160ms ease,
		background-color 160ms ease;
}

.av-location-main__btn:hover,
.av-location-main__btn:focus-visible {
	outline: none;
	background: #0ea874;
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(16, 185, 129, 0.22);
}

.av-location-main__btn:active {
	transform: translateY(0);
	box-shadow: 0 8px 18px rgba(16, 185, 129, 0.16);
}

.av-location-main-editor__disabledNotice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff7ed;
	border: 1px solid #fdba74;
	font: 600 14px/1.5 var(--av-font-secondary, system-ui);
	color: #9a3412;
}

.av-location-main-editor .components-base-control {
	margin-bottom: 18px;
}

.av-location-main-editor__sectionLabel {
	margin: 10px 0 12px;
	font: 900 12px/1 var(--av-font-secondary, system-ui);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(15, 23, 42, 0.68);
}

.av-location-main-editor__pointRow {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
	margin-bottom: 12px;
}

.av-location-main-editor__pointIndex {
	padding-top: 11px;
	font: 900 18px/1 var(--av-font-primary, system-ui);
	color: rgba(16, 185, 129, 0.92);
}

.av-location-main-editor__pointActions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.av-location-main-editor__footerActions {
	margin-top: 10px;
}

.av-location-main-editor__plainInput[contenteditable="true"] {
	outline: none;
}

@media (max-width: 980px) {
	.av-location-main__panel {
		grid-template-columns: 1fr;
	}

	.av-location-main__title {
		max-width: none;
	}

	.av-location-main__card {
		position: static;
	}

	.av-location-main__highlights {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.av-location-main__inner {
		padding: 0 30px;
	}

	.av-location-main__title {
		font-size: clamp(28px, 9vw, 40px);
		line-height: 0.98;
	}

	.av-location-main__intro {
		font-size: 15px;
		line-height: 1.68;
	}

	.av-location-main__card {
		padding: 18px;
		border-radius: 16px;
	}

	.av-location-main-editor__pointRow {
		grid-template-columns: 1fr;
	}

	.av-location-main-editor__pointIndex {
		padding-top: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.av-location-main__btn {
		transition: none !important;
	}
}