.aoc-home {
	--aoc-blue: var(--theme-palette-color-1, #0765bd);
	--aoc-header-blue: var(--theme-palette-color-2, #0865b7);
	--aoc-navy: var(--theme-palette-color-3, #062e51);
	--aoc-ink: var(--theme-palette-color-4, #0a1d2c);
	--aoc-muted: #60717e;
	--aoc-line: var(--theme-palette-color-5, #d9e1e6);
	--aoc-paper: var(--theme-palette-color-6, #f2f5f7);
	--aoc-gutter: max(32px, calc((100vw - 1360px) / 2));
	color: var(--aoc-ink);
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: normal;
}

.aoc-home,
.aoc-home > * {
	margin-block: 0;
}

.aoc-home .aoc-shell {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-inline: var(--aoc-gutter);
}

.aoc-home .aoc-section > .aoc-shell > *,
.aoc-home .aoc-region > .aoc-shell > * {
	width: 100%;
	max-width: none;
	margin-inline: 0 !important;
}

.aoc-home :where(h1, h2, h3, p, figure) {
	margin-top: 0;
}

.aoc-home .aoc-overline {
	margin: 0 0 20px;
	color: var(--aoc-blue);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.aoc-home .aoc-overline--light {
	color: #c8def0;
}

.aoc-home .aoc-button .wp-block-button__link {
	min-height: 54px;
	padding: 0 24px;
	border: 0;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
	font-size: 13px;
	font-weight: 700;
}

.aoc-home .aoc-button--blue .wp-block-button__link {
	background: var(--aoc-blue);
	color: #fff;
}

.aoc-home .aoc-button--ghost .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
	backdrop-filter: blur(8px);
}

.aoc-home .aoc-button--white .wp-block-button__link {
	background: #fff;
	color: var(--aoc-navy);
}

.aoc-home .aoc-actions {
	margin-top: 42px;
	display: flex;
	gap: 12px;
	flex-wrap: nowrap;
}

.aoc-home .aoc-hero {
	height: min(820px, calc(100svh - 92px));
	min-height: 680px !important;
	padding: 0;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.aoc-home .aoc-hero::after,
.aoc-home .aoc-cta::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.aoc-home .aoc-hero::after {
	background: linear-gradient(90deg, rgba(2, 20, 35, 0.85), rgba(4, 31, 53, 0.4) 52%, rgba(4, 28, 48, 0.06) 78%), linear-gradient(0deg, rgba(3, 24, 41, 0.72), transparent 48%);
}

.aoc-home .aoc-hero .wp-block-cover__image-background {
	object-position: center 70%;
}

.aoc-home .wp-block-cover__inner-container {
	z-index: 2;
	height: 100%;
}

.aoc-home .aoc-hero__inner {
	height: 100%;
	padding: 0;
	position: relative;
}

.aoc-home .aoc-hero__copy {
	position: absolute;
	left: var(--aoc-gutter);
	top: 47%;
	transform: translateY(-50%);
	width: min(766px, calc(100% - (2 * var(--aoc-gutter))));
	max-width: 820px;
	margin: 0;
}

.aoc-home .aoc-hero__copy > * {
	margin-inline: 0 !important;
}

.aoc-home .aoc-hero__title {
	margin: 0 0 30px;
	color: #fff;
	font-size: clamp(58px, 7.1vw, 108px);
	font-weight: 500;
	line-height: 0.88;
	letter-spacing: -0.065em;
}

.aoc-home .aoc-hero__lead {
	margin: 0;
	color: #e9f1f7;
	font-size: clamp(18px, 1.6vw, 24px);
}

.aoc-home .aoc-hero__coords {
	position: absolute;
	top: 34px;
	right: var(--aoc-gutter);
	margin: 0;
	color: #d7e3ec;
	font-size: 8px;
	letter-spacing: 0.2em;
	writing-mode: vertical-rl;
}

.aoc-home .aoc-airport-data {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	min-height: 92px;
	margin: 0;
	padding-inline: var(--aoc-gutter);
	display: flex;
	align-items: center;
	gap: 0;
	background: rgba(3, 26, 44, 0.8);
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	backdrop-filter: blur(10px);
}

.aoc-home .aoc-airport-data > * {
	margin: 0;
}

.aoc-home .aoc-airport-data__open {
	min-height: 48px;
	padding-right: clamp(24px, 3.5vw, 62px);
	display: flex;
	align-items: center;
	gap: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.17);
	font-size: 12px;
	font-weight: 600;
}

.aoc-home .aoc-airport-data__open strong {
	color: #63d684;
	font-size: 15px;
	text-shadow: 0 0 10px rgba(99, 214, 132, 0.7);
}

.aoc-home .aoc-airport-data__item {
	min-height: 48px;
	min-width: 170px;
	padding: 0 clamp(24px, 3.5vw, 62px);
	border-right: 1px solid rgba(255, 255, 255, 0.17);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.aoc-home .aoc-airport-data__item p {
	margin: 0;
}

.aoc-home .aoc-airport-data__item p:first-child {
	margin-bottom: 5px;
	color: #9bb2c4;
	font-size: 8px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.aoc-home .aoc-airport-data__item p:last-child {
	font-size: 14px;
}

.aoc-home .aoc-section {
	padding: 92px 0 108px;
}

.aoc-home .aoc-section-line {
	margin: 0;
	padding-bottom: 17px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--aoc-line);
	color: #72828e;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.aoc-home .aoc-section-line p {
	margin: 0;
}

.aoc-home .aoc-direct,
.aoc-home .aoc-pilots {
	background: var(--aoc-paper);
}

.aoc-home .aoc-direct-grid {
	margin: 30px 0 0;
	gap: 1px;
	background: var(--aoc-line);
}

.aoc-home .aoc-direct-card {
	min-height: 285px;
	padding: 38px;
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	transition: transform 0.25s, background-color 0.25s, color 0.25s;
}

.aoc-home .aoc-direct-card:focus-within,
.aoc-home .aoc-pilot-card:focus-within {
	outline: 3px solid var(--aoc-blue);
	outline-offset: -3px;
}

/* The semantic link remains native, but its hit area covers the full card. */
.aoc-home .aoc-direct-card .aoc-arrow-link .wp-block-button__link::after,
.aoc-home .aoc-pilot-card .wp-block-button__link::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
}

/* Blocksy positions button links relative by default. Keep the link static so
 * the absolute pseudo-element uses the card as its containing block. */
.aoc-home .aoc-direct-card .wp-block-button__link,
.aoc-home .aoc-pilot-card .wp-block-button__link {
	position: static;
}

.aoc-home .aoc-direct-card,
.aoc-home .aoc-pilot-card {
	cursor: pointer;
}

.aoc-home .aoc-direct-card:hover {
	z-index: 2;
	transform: translateY(-5px);
	background: var(--aoc-navy);
	color: #fff;
}

.aoc-home .aoc-direct-card:hover h2 {
	color: #fff;
}

.aoc-home .aoc-direct-card .aoc-card-number {
	position: absolute;
	top: 28px;
	right: 30px;
	margin: 0;
	color: #8da0ad;
	font-size: 9px;
}

.aoc-home .aoc-direct-card h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 2.25vw, 38px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.aoc-home .aoc-direct-card > p:not(.aoc-overline, .aoc-card-number) {
	max-width: 260px;
	color: var(--aoc-muted);
	font-size: 13px;
	line-height: 1.6;
}

.aoc-home .aoc-direct-card:hover > p,
.aoc-home .aoc-direct-card:hover .aoc-overline {
	color: #c7d7e3;
}

.aoc-home .aoc-arrow-link {
	position: static;
	margin-top: auto;
	align-self: flex-end;
}

.aoc-home .aoc-arrow-link .wp-block-button__link {
	min-height: auto;
	padding: 0;
	background: transparent;
	color: var(--aoc-blue);
	font-size: 12px;
	font-weight: 700;
}

.aoc-home .aoc-direct-card:hover .aoc-arrow-link .wp-block-button__link {
	color: #fff;
}

.aoc-home .aoc-welcome-grid {
	margin: 80px 0 0;
	gap: 0;
}

.aoc-home .aoc-welcome {
	background: #fff;
}

.aoc-home .aoc-welcome h2,
.aoc-home .aoc-pilots h2 {
	margin: 0;
	font-size: clamp(44px, 5.4vw, 78px);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.065em;
}

.aoc-home .aoc-welcome h2 mark {
	padding: 0;
	background: none;
	color: var(--aoc-blue);
}

.aoc-home .aoc-welcome-text {
	padding: 35px 0 0 4vw;
}

.aoc-home .aoc-welcome-text p {
	margin: 0 0 25px;
	color: #465865;
	font-size: 15px;
	line-height: 1.8;
}

.aoc-home .aoc-welcome-text > .wp-block-buttons {
	margin-top: 36px;
}

.aoc-home .aoc-more-link .wp-block-button__link {
	min-width: 280px;
	min-height: 47px;
	padding: 0;
	justify-content: space-between;
	border: 0;
	border-bottom: 1px solid var(--aoc-ink);
	border-radius: 0;
	background: transparent;
	color: var(--aoc-ink);
	font-size: 13px;
	font-weight: 700;
}

.aoc-home .aoc-business,
.aoc-home .aoc-visitors {
	min-height: 720px;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.aoc-home .aoc-business > .wp-block-column,
.aoc-home .aoc-visitors > .wp-block-column {
	flex-basis: 50%;
}

.aoc-home .aoc-split-photo {
	min-height: 720px;
	position: relative;
	overflow: hidden;
}

.aoc-home .aoc-split-photo figure {
	height: 100%;
	margin: 0;
}

.aoc-home .aoc-split-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aoc-home .aoc-photo-caption {
	position: absolute;
	left: 24px;
	bottom: 22px;
	margin: 0;
	padding: 10px 14px;
	background: rgba(4, 27, 45, 0.78);
	color: #fff;
	font-size: 8px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.aoc-home .aoc-business-content,
.aoc-home .aoc-visitor-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.aoc-home .aoc-business-content {
	padding: 90px var(--aoc-gutter) 90px 4vw;
	background: var(--aoc-navy);
	color: #fff;
}

.aoc-home .aoc-visitor-content {
	padding: 95px 4vw 95px var(--aoc-gutter);
}

.aoc-home .aoc-business-content h2 {
	max-width: 620px;
	margin: 0 0 30px;
	font-size: clamp(42px, 4.7vw, 70px);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.06em;
	color: #fff;
}

.aoc-home .aoc-business-content > p:not(.aoc-overline) {
	margin: 15px 0;
	color: #c5d5df;
	font-size: 15px;
	line-height: 1.7;
}

.aoc-home .aoc-facts {
	margin: 38px 0;
}

.aoc-home .aoc-fact {
	min-height: 0;
	margin: 0;
	padding: 18px 0;
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.aoc-home .aoc-fact:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.aoc-home .aoc-fact p {
	margin: 0;
	font-size: 12px;
	line-height: normal;
	color: #aac0cf;
}

.aoc-home .aoc-fact strong {
	color: #fff;
	font-size: 20px;
}

.aoc-home .aoc-pilots-head {
	margin: 70px 0;
	gap: 10vw;
	align-items: flex-end;
}

.aoc-home .aoc-pilots-head > .wp-block-column:first-child {
	flex-basis: 60%;
}

.aoc-home .aoc-pilots-head > .wp-block-column:last-child {
	flex-basis: 40%;
}

.aoc-home .aoc-pilots-head > .wp-block-column:last-child p {
	max-width: 480px;
	margin-bottom: 0;
	color: var(--aoc-muted);
	font-size: 15px;
	line-height: 1.75;
}

.aoc-home .aoc-pilot-grid {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--aoc-line);
}

.aoc-home .aoc-pilot-card {
	height: 145px;
	padding: 20px 25px 23px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	transition: background-color 0.2s, color 0.2s;
}

.aoc-home .aoc-pilot-card:hover {
	background: var(--aoc-blue);
	color: #fff;
}

.aoc-home .aoc-pilot-card > p {
	margin: 0;
	color: #97a7b2;
	font-size: 9px;
}

.aoc-home .aoc-pilot-card .wp-block-button__link {
	width: 100%;
	min-height: auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	background: transparent;
	color: currentColor;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
}

.aoc-home .aoc-pilot-card .wp-block-buttons,
.aoc-home .aoc-pilot-card .wp-block-button {
	width: 100%;
}

.aoc-home .aoc-visitors {
	background: #0a497f;
	color: #fff;
}

.aoc-home .aoc-visitor-content h2 {
	margin: 0 0 30px;
	font-size: clamp(50px, 5.8vw, 82px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.065em;
	color: #fff;
}

.aoc-home .aoc-visitor-content > p:not(.aoc-overline) {
	margin: 15px 0;
	color: #c8dbe9;
	font-size: 15px;
	line-height: 1.75;
}

.aoc-home .aoc-visitor-links {
	margin-top: 25px;
	display: grid;
	gap: 0;
}

.aoc-home .aoc-visitor-links .wp-block-button,
.aoc-home .aoc-visitor-links .wp-block-button__link {
	width: 100%;
}

.aoc-home .aoc-visitor-links .wp-block-button__link {
	min-height: 52px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.aoc-home .aoc-visitor-links .wp-block-button:last-child .wp-block-button__link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.aoc-home .aoc-region {
	padding: 92px 0 100px;
	border-bottom: 1px solid var(--aoc-line);
	background: #fff;
}

.aoc-home .aoc-region > .aoc-shell {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	column-gap: 7vw;
	row-gap: 24px;
	align-items: end;
}

.aoc-home .aoc-region__head {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 7vw;
	align-items: end !important;
}

.aoc-home .aoc-region__head h2 {
	margin: 0;
	font-size: clamp(44px, 5vw, 74px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.06em;
}

.aoc-home .aoc-region__head > .wp-block-column:last-child p {
	max-width: 520px;
	margin: 0 0 8px;
	color: #526572;
	font-size: 15px;
	line-height: 1.75;
}

.aoc-home .aoc-city-list {
	grid-column: 1 / -1;
	margin: 30px 0 0 !important;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border-top: 1px solid var(--aoc-line);
	border-bottom: 1px solid var(--aoc-line);
}

.aoc-home .aoc-city-list p {
	margin: 0;
	padding: 22px 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.aoc-home .aoc-city-list p:not(:last-child) {
	border-right: 1px solid var(--aoc-line);
}

.aoc-home .aoc-city-list p:nth-child(2) {
	text-align: center;
}

.aoc-home .aoc-city-list p:last-child {
	text-align: right;
}

.aoc-home .aoc-region__link {
	grid-column: 2;
	width: 100%;
	max-width: 280px !important;
	margin: 0 !important;
}

.aoc-home .aoc-region__link .aoc-more-link,
.aoc-home .aoc-region__link .wp-block-button__link {
	width: 100%;
	max-width: 280px;
	min-height: 47px;
}

.aoc-home .aoc-cta {
	height: 720px;
	padding: 0;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.aoc-home .aoc-cta::after {
	background: linear-gradient(90deg, rgba(3, 25, 42, 0.88), rgba(3, 28, 48, 0.24) 68%), linear-gradient(0deg, rgba(2, 21, 36, 0.5), transparent);
}

.aoc-home .aoc-cta__inner {
	height: 100%;
	padding: 0;
	position: relative;
}

.aoc-home .aoc-cta__copy {
	position: absolute;
	left: var(--aoc-gutter);
	top: 50%;
	width: min(760px, 70%);
	margin: 0;
	transform: translateY(-50%);
}

.aoc-home .aoc-cta__copy > * {
	margin-inline: 0 !important;
}

.aoc-home .aoc-cta__copy h2 {
	width: 100%;
	box-sizing: border-box;
	padding-right: 42px;
	overflow-wrap: normal;
	margin: 0 0 30px;
	font-size: clamp(58px, 7vw, 102px);
	font-weight: 500;
	line-height: 0.89;
	letter-spacing: -0.065em;
}

.aoc-home .aoc-cta__copy > p:not(.aoc-overline) {
	max-width: 580px;
	margin: 17px 0;
	color: #dbe7ef;
	font-size: 17px;
	line-height: 1.6;
}

.aoc-home .aoc-cta__code {
	position: absolute;
	right: var(--aoc-gutter);
	bottom: 55px;
	margin: 0;
	display: flex;
	align-items: flex-end;
	gap: 28px;
}

.aoc-home .aoc-cta__code p {
	margin: 0;
	font-size: 9px;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.aoc-home .aoc-cta__code strong {
	font-size: 52px;
	line-height: 1;
	letter-spacing: -0.04em;
}

@media (max-width: 1100px) {
	.aoc-home .aoc-business-content {
		padding-right: 4vw;
	}
}

@media (max-width: 999px) {
	.aoc-home .aoc-hero {
		height: min(820px, calc(100svh - 80px));
	}

	.aoc-home .aoc-hero__copy {
		width: min(766px, calc(100% - (2 * var(--aoc-gutter))));
	}

	.aoc-home .aoc-airport-data__item {
		min-width: 140px;
		padding-inline: 28px;
	}

	.aoc-home .aoc-pilot-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.aoc-home .aoc-welcome-text {
		padding-left: 3vw;
	}

	.aoc-home .aoc-business-content {
		padding-left: 3vw;
	}
}

@media (max-width: 760px) {
	.aoc-home {
		--aoc-gutter: 24px;
	}

	.aoc-home .aoc-shell {
		width: 100%;
		padding-inline: var(--aoc-gutter);
	}

	.aoc-home .aoc-hero {
		height: calc(100svh - 80px);
		min-height: 650px !important;
	}

	.aoc-home .aoc-hero .wp-block-cover__image-background {
		object-position: 56% 60%;
	}

	.aoc-home .aoc-hero__copy {
		left: var(--aoc-gutter);
		top: 43%;
		width: calc(100% - 48px);
	}

	.aoc-home .aoc-hero__title {
		font-size: clamp(48px, 13.5vw, 68px);
		line-height: 0.9;
	}

	.aoc-home .aoc-hero__lead {
		font-size: 17px;
	}

	.aoc-home .aoc-hero__coords {
		display: none;
	}

	.aoc-home .aoc-airport-data {
		min-height: 78px;
		padding: 14px 24px;
	}

	.aoc-home .aoc-airport-data__item,
	.aoc-home .aoc-airport-data__open {
		display: none;
	}

	.aoc-home .aoc-airport-data__open,
	.aoc-home .aoc-airport-data__item:first-of-type {
		display: flex;
		flex: 1;
		border: 0;
		padding: 0;
	}

	.aoc-home .aoc-section {
		padding: 65px 0;
	}

	.aoc-home .aoc-direct-grid,
	.aoc-home .aoc-welcome-grid,
	.aoc-home .aoc-pilots-head,
	.aoc-home .aoc-business,
	.aoc-home .aoc-visitors,
	.aoc-home .aoc-region__head {
		display: grid;
		grid-template-columns: 1fr;
	}

	.aoc-home .aoc-direct-card {
		min-height: 235px;
		padding: 30px;
	}

	.aoc-home .aoc-welcome-grid {
		margin-top: 55px;
		gap: 30px;
	}

	.aoc-home .aoc-welcome h2,
	.aoc-home .aoc-pilots h2 {
		font-size: 45px;
	}

	.aoc-home .aoc-welcome-text {
		padding: 0;
	}

	.aoc-home .aoc-business .aoc-split-photo,
	.aoc-home .aoc-visitors .aoc-split-photo {
		min-height: 380px;
	}

	.aoc-home .aoc-business-content,
	.aoc-home .aoc-visitor-content {
		min-height: 0;
		padding: 65px var(--aoc-gutter);
	}

	.aoc-home .aoc-business-content h2,
	.aoc-home .aoc-visitor-content h2 {
		font-size: 48px;
	}

	.aoc-home .aoc-pilots-head {
		margin: 55px 0;
		gap: 25px;
	}

	.aoc-home .aoc-pilot-grid {
		grid-template-columns: 1fr;
	}

	.aoc-home .aoc-pilot-card {
		height: 118px;
	}

	.aoc-home .aoc-visitors .aoc-split-photo {
		min-height: 440px;
	}

	.aoc-home .aoc-region {
		padding: 68px 0 74px;
	}

	.aoc-home .aoc-region__head {
		grid-column: 1;
		gap: 24px;
	}

	.aoc-home .aoc-region > .aoc-shell,
	.aoc-home .aoc-region__head {
		grid-template-columns: 1fr;
	}

	.aoc-home .aoc-city-list,
	.aoc-home .aoc-region__link {
		grid-column: 1;
	}

	.aoc-home .aoc-region__link {
		width: 100%;
	}

	.aoc-home .aoc-cta {
		height: 680px;
	}

	.aoc-home .aoc-cta__copy {
		left: var(--aoc-gutter);
		width: calc(100% - 48px);
	}

	.aoc-home .aoc-cta__copy h2 {
		font-size: 54px;
	}

	.aoc-home .aoc-cta__code {
		display: none;
	}
}

@media (max-width: 520px) {
	.aoc-home .aoc-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.aoc-home .aoc-actions .wp-block-button,
	.aoc-home .aoc-actions .wp-block-button__link {
		width: 100%;
	}

	.aoc-home .aoc-city-list {
		grid-template-columns: 1fr;
	}

	.aoc-home .aoc-city-list p {
		border-right: 0 !important;
		border-bottom: 1px solid var(--aoc-line);
		text-align: left !important;
	}

	.aoc-home .aoc-city-list p:last-child {
		border-bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aoc-home *,
	.aoc-home *::before,
	.aoc-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
