/* Air Quality Checker */
.has-air-quality-checker {
	background: #f4f7f6;
}

.has-air-quality-checker .site-content {
	display: block;
}

.has-air-quality-checker .content-area,
.has-air-quality-checker .site-main {
	width: 100%;
}

.has-air-quality-checker.page .site-main {
	margin-top: 28px;
	margin-bottom: 76px;
}

.aqc-page {
	--aqc-navy: #102036;
	--aqc-navy-soft: #193a50;
	--aqc-teal: #237c79;
	--aqc-teal-dark: #185e5d;
	--aqc-teal-bright: #6bd3c4;
	--aqc-teal-pale: #edf8f6;
	--aqc-blue: #356dc8;
	--aqc-blue-pale: #eef4ff;
	--aqc-amber: #efb64a;
	--aqc-amber-pale: #fff7e7;
	--aqc-red: #b64f45;
	--aqc-red-pale: #fff0ed;
	--aqc-ink: #172538;
	--aqc-muted: #637286;
	--aqc-border: #dbe4e8;
	--aqc-border-strong: #c7d4d9;
	--aqc-surface: #f4f7f7;
	--aqc-white: #fff;
	--aqc-shadow: 0 16px 44px rgba(16, 32, 54, .075);
	--aqc-good: #39a75a;
	--aqc-moderate: #e6bc32;
	--aqc-sensitive: #e98a35;
	--aqc-unhealthy: #cf4b49;
	--aqc-very-unhealthy: #8357a5;
	--aqc-hazardous: #7f3344;
	max-width: 100%;
	overflow: clip;
	color: var(--aqc-ink);
	font-size: 16px;
	line-height: 1.6;
}

.aqc-page,
.aqc-page * {
	box-sizing: border-box;
}

.aqc-page h1,
.aqc-page h2,
.aqc-page h3,
.aqc-page h4,
.aqc-page p,
.aqc-page figure,
.aqc-page dl,
.aqc-page dd,
.aqc-page ol,
.aqc-page ul {
	margin-top: 0;
}

.aqc-page h1,
.aqc-page h2,
.aqc-page h3,
.aqc-page h4,
.aqc-page strong {
	color: inherit;
}

.aqc-page svg,
.aqc-page img {
	max-width: 100%;
}

.aqc-page button,
.aqc-page input,
.aqc-page select {
	font: inherit;
}

.aqc-page button,
.aqc-page select,
.aqc-page summary {
	cursor: pointer;
}

.aqc-page [hidden] {
	display: none !important;
}

.aqc-page :where(a, button, input, select, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--aqc-amber);
	outline-offset: 3px;
}

.aqc-page a {
	text-underline-offset: 3px;
}

.aqc-hero,
.aqc-data-notice,
.aqc-noscript,
.aqc-app {
	width: min(100%, 1200px);
	margin-right: auto;
	margin-left: auto;
}

.aqc-section-label,
.aqc-eyebrow {
	margin-bottom: 8px;
	color: var(--aqc-teal-dark);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .14em;
	line-height: 1.35;
	text-transform: uppercase;
}

/* Hero */
.aqc-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
	align-items: center;
	min-height: 458px;
	padding: 58px 66px;
	overflow: hidden;
	color: var(--aqc-white);
	background:
		radial-gradient(circle at 84% 18%, rgba(107, 211, 196, .22), transparent 29%),
		radial-gradient(circle at 8% 105%, rgba(53, 109, 200, .25), transparent 42%),
		linear-gradient(138deg, #0c192e 0%, #17344c 58%, #165451 127%);
	border-radius: 28px;
	isolation: isolate;
}

.aqc-hero::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(rgba(255, 255, 255, .034) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .034) 1px, transparent 1px);
	background-size: 43px 43px;
	mask-image: linear-gradient(90deg, transparent, #000 58%);
	content: "";
}

.aqc-hero::after {
	position: absolute;
	right: -150px;
	bottom: -195px;
	z-index: -1;
	width: 430px;
	height: 430px;
	border: 50px solid rgba(239, 182, 74, .055);
	border-radius: 50%;
	content: "";
}

.aqc-hero__content {
	position: relative;
	z-index: 2;
	min-width: 0;
	max-width: 760px;
}

.aqc-breadcrumb {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
	font-weight: 720;
	letter-spacing: .035em;
	text-decoration: none;
}

.aqc-breadcrumb:hover {
	color: var(--aqc-white);
}

.aqc-hero .aqc-eyebrow {
	color: #7bddc8;
}

.aqc-hero h1 {
	max-width: 720px;
	margin-bottom: 18px;
	color: var(--aqc-white);
	font-size: clamp(42px, 5vw, 67px);
	font-weight: 790;
	letter-spacing: -.047em;
	line-height: 1;
}

.aqc-hero__intro {
	max-width: 715px;
	margin-bottom: 26px;
	color: rgba(255, 255, 255, .81);
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.62;
}

.aqc-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	align-items: center;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, .74);
	font-size: 12px;
	font-weight: 700;
	list-style: none;
}

.aqc-hero__meta li {
	display: inline-flex;
	gap: 7px;
	align-items: center;
}

.aqc-hero__meta i {
	width: 7px;
	height: 7px;
	background: var(--aqc-teal-bright);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(107, 211, 196, .13);
}

.aqc-hero__meta svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.aqc-hero__visual {
	position: relative;
	z-index: 1;
	width: 340px;
	height: 340px;
	justify-self: end;
}

.aqc-radar {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 50%;
}

.aqc-radar::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 1px;
	background: linear-gradient(90deg, rgba(107, 211, 196, .68), transparent);
	transform: rotate(-28deg);
	transform-origin: left;
	content: "";
}

.aqc-radar--outer {
	inset: 3px;
}

.aqc-radar--middle {
	inset: 43px;
	border-style: dashed;
}

.aqc-radar--inner {
	inset: 86px;
}

.aqc-monitor-mark {
	position: absolute;
	top: 101px;
	left: 105px;
	z-index: 3;
	display: grid;
	width: 132px;
	height: 132px;
	place-items: center;
	padding: 24px 20px 16px;
	background: linear-gradient(145deg, rgba(74, 165, 157, .62), rgba(23, 60, 80, .75));
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 50%;
	box-shadow: 0 24px 65px rgba(4, 18, 31, .35), inset 0 0 35px rgba(255, 255, 255, .06);
}

.aqc-monitor-mark svg {
	width: 51px;
	height: 51px;
	fill: #fff3c3;
}

.aqc-monitor-mark small {
	color: rgba(255, 255, 255, .75);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.aqc-air-dot {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 10px;
	background: #ffd271;
	border: 2px solid #fff0c4;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgba(255, 210, 113, .13);
}

.aqc-air-dot--one { top: 35px; left: 92px; }
.aqc-air-dot--two { top: 105px; right: 20px; width: 8px; height: 8px; }
.aqc-air-dot--three { right: 65px; bottom: 34px; }
.aqc-air-dot--four { bottom: 77px; left: 12px; width: 7px; height: 7px; }

.aqc-hero-chip {
	position: absolute;
	z-index: 4;
	display: flex;
	gap: 4px;
	align-items: baseline;
	padding: 9px 12px;
	color: var(--aqc-white);
	background: rgba(10, 28, 45, .84);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 11px;
	box-shadow: 0 13px 30px rgba(3, 16, 28, .28);
	font-size: 15px;
	font-weight: 850;
}

.aqc-hero-chip small {
	color: var(--aqc-teal-bright);
	font-size: 10px;
}

.aqc-hero-chip--pm {
	top: 54px;
	right: -1px;
	transform: rotate(4deg);
}

.aqc-hero-chip--gas {
	bottom: 48px;
	left: 8px;
	transform: rotate(-4deg);
}

/* Permanent data caution */
.aqc-data-notice {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-top: 22px;
	padding: 18px 22px;
	color: #674716;
	background: var(--aqc-amber-pale);
	border: 1px solid #ecd69c;
	border-radius: 15px;
}

.aqc-data-notice__icon {
	display: grid;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	place-items: center;
	color: #8b641e;
	background: rgba(255, 255, 255, .76);
	border-radius: 10px;
}

.aqc-data-notice__icon svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.aqc-data-notice h2 {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.aqc-data-notice p {
	margin-bottom: 0;
	font-size: 13px;
}

.aqc-noscript {
	margin-top: 14px;
	padding: 15px 18px;
	color: #762f28;
	background: var(--aqc-red-pale);
	border: 1px solid #edc1bb;
	border-radius: 12px;
	font-size: 14px;
}

.aqc-noscript a {
	color: #7d2822;
	font-weight: 800;
}

/* Application and search */
.aqc-app {
	margin-top: 28px;
}

.aqc-search {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(350px, .84fr);
	overflow: hidden;
	background: var(--aqc-white);
	border: 1px solid var(--aqc-border);
	border-radius: 23px;
	box-shadow: var(--aqc-shadow);
}

.aqc-search__form-panel,
.aqc-search__guide {
	min-width: 0;
	padding: 44px 48px;
}

.aqc-search__form-panel h2,
.aqc-results__header h2,
.aqc-section-heading h2,
.aqc-method__intro h2 {
	margin-bottom: 10px;
	font-size: clamp(28px, 3.2vw, 39px);
	font-weight: 790;
	letter-spacing: -.037em;
	line-height: 1.1;
}

.aqc-search__intro {
	max-width: 660px;
	margin-bottom: 25px;
	color: var(--aqc-muted);
	font-size: 14px;
}

.aqc-field label {
	display: block;
	margin-bottom: 8px;
	color: #3a4a5d;
	font-size: 12px;
	font-weight: 820;
}

.aqc-search-input {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
}

.aqc-search-input > svg {
	position: absolute;
	top: 50%;
	left: 16px;
	z-index: 1;
	width: 20px;
	height: 20px;
	fill: #718092;
	transform: translateY(-50%);
	pointer-events: none;
}

.aqc-search-input input {
	width: 100%;
	min-width: 0;
	height: 57px;
	padding: 11px 16px 11px 46px;
	color: var(--aqc-ink);
	background: var(--aqc-white);
	border: 1px solid #bac8cf;
	border-right: 0;
	border-radius: 11px 0 0 11px;
	box-shadow: inset 0 1px 2px rgba(16, 32, 54, .03);
	font-size: 15px;
}

.aqc-search-input input::placeholder {
	color: #8895a5;
}

.aqc-search-input input:hover {
	border-color: #8fa2ac;
}

.aqc-search-input input:focus {
	position: relative;
	z-index: 2;
	border-color: var(--aqc-blue);
	box-shadow: 0 0 0 3px rgba(53, 109, 200, .12);
	outline: 0;
}

.aqc-submit {
	display: inline-flex;
	gap: 11px;
	align-items: center;
	justify-content: center;
	min-width: 175px;
	min-height: 57px;
	padding: 12px 19px;
	color: var(--aqc-white);
	background: var(--aqc-teal-dark);
	border: 1px solid var(--aqc-teal-dark);
	border-radius: 0 11px 11px 0;
	font-size: 13px;
	font-weight: 820;
	transition: background-color .16s ease, transform .16s ease;
}

.aqc-submit:hover {
	background: #104e4e;
}

.aqc-submit > span:last-child {
	font-size: 18px;
	line-height: 1;
}

.aqc-field__help,
.aqc-field__error {
	margin: 7px 0 0;
	font-size: 11px;
	line-height: 1.45;
}

.aqc-field__help {
	color: var(--aqc-muted);
}

.aqc-field__error {
	color: #a03730;
	font-weight: 750;
}

.aqc-search-form__secondary {
	display: flex;
	gap: 13px;
	align-items: center;
	margin-top: 19px;
}

.aqc-geolocate,
.aqc-refresh {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 9px 13px;
	color: #2c5961;
	background: var(--aqc-white);
	border: 1px solid #bccdd1;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 800;
	transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}

.aqc-geolocate:hover,
.aqc-refresh:hover {
	background: var(--aqc-teal-pale);
	border-color: #77aaa5;
	transform: translateY(-1px);
}

.aqc-geolocate svg,
.aqc-refresh svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.aqc-search-form__secondary p {
	margin-bottom: 0;
	color: var(--aqc-muted);
	font-size: 10px;
	line-height: 1.45;
}

.aqc-search-status {
	min-height: 1.5em;
	margin: 9px 0 -8px;
	color: var(--aqc-teal-dark);
	font-size: 11px;
	font-weight: 720;
}

.aqc-place-results {
	margin-top: 20px;
	padding: 16px;
	background: #f7faf9;
	border: 1px solid var(--aqc-border);
	border-radius: 13px;
}

.aqc-place-results__label {
	margin-bottom: 10px;
	color: var(--aqc-ink);
	font-size: 12px;
	font-weight: 850;
}

.aqc-place-results__list {
	display: grid;
	gap: 7px;
	max-height: 310px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	list-style: none;
}

.aqc-place-option {
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: flex-start;
	width: 100%;
	min-height: 52px;
	padding: 10px 12px;
	color: var(--aqc-ink);
	text-align: left;
	background: var(--aqc-white);
	border: 1px solid #cbd7db;
	border-radius: 9px;
	transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}

.aqc-place-option:hover {
	background: var(--aqc-teal-pale);
	border-color: #72a9a4;
	transform: translateY(-1px);
}

.aqc-place-option strong {
	font-size: 11px;
	line-height: 1.4;
}

.aqc-place-option span,
.aqc-place-results__attribution {
	color: var(--aqc-muted);
	font-size: 9px;
	line-height: 1.45;
}

.aqc-place-results__attribution {
	margin: 10px 0 0;
}

.aqc-place-results__attribution a,
.aqc-observation-meta small a {
	color: var(--aqc-teal-dark);
	font-weight: 750;
}

.aqc-search__guide {
	color: rgba(255, 255, 255, .8);
	background:
		radial-gradient(circle at 100% 0, rgba(107, 211, 196, .2), transparent 38%),
		linear-gradient(150deg, #132840, #174b50);
}

.aqc-search__guide-heading {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 19px;
}

.aqc-search__guide-icon {
	display: grid;
	flex: 0 0 auto;
	width: 47px;
	height: 47px;
	place-items: center;
	color: #173d45;
	background: #79d7c7;
	border-radius: 14px;
}

.aqc-search__guide-icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.aqc-search__guide .aqc-section-label {
	margin-bottom: 4px;
	color: #91e2d1;
}

.aqc-search__guide h2 {
	margin-bottom: 0;
	color: var(--aqc-white);
	font-size: 22px;
	font-weight: 770;
	letter-spacing: -.025em;
	line-height: 1.18;
}

.aqc-search__guide > p {
	font-size: 13px;
}

.aqc-mini-scale {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin: 20px 0;
}

.aqc-mini-scale > span {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0 7px;
	align-items: center;
	min-width: 0;
	padding: 9px;
	background: rgba(255, 255, 255, .065);
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 9px;
}

.aqc-mini-scale i {
	grid-row: 1 / span 2;
	width: 8px;
	height: 25px;
	border-radius: 5px;
}

.aqc-mini-scale strong {
	color: var(--aqc-white);
	font-size: 10px;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
}

.aqc-mini-scale small {
	overflow: hidden;
	color: rgba(255, 255, 255, .61);
	font-size: 8px;
	font-weight: 680;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aqc-mini-scale .is-good i,
.aqc-aqi-scale .is-good > span { background: var(--aqc-good); }
.aqc-mini-scale .is-moderate i,
.aqc-aqi-scale .is-moderate > span { background: var(--aqc-moderate); }
.aqc-mini-scale .is-sensitive i,
.aqc-aqi-scale .is-sensitive > span { background: var(--aqc-sensitive); }
.aqc-mini-scale .is-unhealthy i,
.aqc-aqi-scale .is-unhealthy > span { background: var(--aqc-unhealthy); }
.aqc-mini-scale .is-very-unhealthy i,
.aqc-aqi-scale .is-very-unhealthy > span { background: var(--aqc-very-unhealthy); }
.aqc-mini-scale .is-hazardous i,
.aqc-aqi-scale .is-hazardous > span { background: var(--aqc-hazardous); }

.aqc-search__guide-note {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin-bottom: 0;
	padding-top: 16px;
	color: rgba(255, 255, 255, .68);
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 10px !important;
}

.aqc-search__guide-note svg {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	margin-top: 1px;
	fill: #86ddcc;
}

.aqc-app[data-aqc-state="loading"] .aqc-submit,
.aqc-app[data-aqc-state="locating"] .aqc-geolocate {
	position: relative;
	cursor: wait;
	opacity: .78;
}

.aqc-app[data-aqc-state="loading"] .aqc-submit::before,
.aqc-app[data-aqc-state="locating"] .aqc-geolocate::before {
	width: 15px;
	height: 15px;
	content: "";
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: aqc-spin .75s linear infinite;
}

@keyframes aqc-spin {
	to { transform: rotate(360deg); }
}

/* Generic error / empty state */
.aqc-state-panel {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-top: 20px;
	padding: 22px 24px;
	color: #6e302a;
	background: var(--aqc-red-pale);
	border: 1px solid #edc3be;
	border-radius: 15px;
}

.aqc-state-panel__icon {
	display: grid;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	place-items: center;
	background: var(--aqc-white);
	border-radius: 11px;
}

.aqc-state-panel svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.aqc-state-panel h2 {
	margin-bottom: 3px;
	font-size: 17px;
	font-weight: 800;
}

.aqc-state-panel p {
	margin-bottom: 0;
	font-size: 13px;
}

/* Result header */
.aqc-results {
	margin-top: 62px;
}

.aqc-results__header,
.aqc-section-heading {
	display: flex;
	gap: 30px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 26px;
}

.aqc-results__header > div:first-child,
.aqc-section-heading > div {
	min-width: 0;
}

.aqc-results__header h2,
.aqc-section-heading h2 {
	margin-bottom: 0;
}

.aqc-results__header > div:first-child > p:last-child,
.aqc-section-heading > p {
	max-width: 510px;
	margin: 7px 0 2px;
	color: var(--aqc-muted);
	font-size: 13px;
}

.aqc-results__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	align-items: center;
}

.aqc-result-warnings {
	margin: -8px 0 26px;
	padding: 15px 18px;
	color: #684b19;
	background: var(--aqc-amber-pale);
	border: 1px solid #edd49b;
	border-radius: 12px;
	font-size: 11px;
}

.aqc-result-warnings strong {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
}

.aqc-result-warnings ul {
	margin: 0;
	padding-left: 18px;
}

.aqc-result-warnings li + li {
	margin-top: 3px;
}

.aqc-source-badge,
.aqc-recency,
.aqc-pollutant-status,
.aqc-chart-unit {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	color: #275d55;
	background: var(--aqc-teal-pale);
	border: 1px solid #c9e8e1;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.25;
}

.aqc-source-badge::before,
.aqc-recency::before {
	width: 7px;
	height: 7px;
	background: var(--aqc-teal);
	border-radius: 50%;
	content: "";
}

/* Current AQI and health */
.aqc-current {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(370px, .94fr);
	gap: 18px;
}

.aqc-aqi-card,
.aqc-health {
	min-width: 0;
	padding: 34px 37px;
	border-radius: 21px;
	box-shadow: var(--aqc-shadow);
}

.aqc-aqi-card {
	--aqc-active-band: #9aa7b3;
	position: relative;
	overflow: hidden;
	color: var(--aqc-white);
	background: linear-gradient(145deg, #102139, #173a4c);
	background:
		radial-gradient(circle at 100% 0, color-mix(in srgb, var(--aqc-active-band) 25%, transparent), transparent 39%),
		linear-gradient(145deg, #102139, #173a4c);
	isolation: isolate;
}

.aqc-aqi-card::after {
	position: absolute;
	right: -75px;
	bottom: -105px;
	z-index: -1;
	width: 245px;
	height: 245px;
	border: 35px solid rgba(255, 255, 255, .035);
	border-radius: 50%;
	content: "";
}

.aqc-aqi-card[data-aqc-band="good"] { --aqc-active-band: var(--aqc-good); }
.aqc-aqi-card[data-aqc-band="moderate"] { --aqc-active-band: var(--aqc-moderate); }
.aqc-aqi-card[data-aqc-band="sensitive"] { --aqc-active-band: var(--aqc-sensitive); }
.aqc-aqi-card[data-aqc-band="unhealthy"] { --aqc-active-band: var(--aqc-unhealthy); }
.aqc-aqi-card[data-aqc-band="very-unhealthy"] { --aqc-active-band: var(--aqc-very-unhealthy); }
.aqc-aqi-card[data-aqc-band="hazardous"] { --aqc-active-band: var(--aqc-hazardous); }

.aqc-aqi-card__top {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 24px;
}

.aqc-aqi-card__eyebrow {
	margin-bottom: 4px;
	color: #8fe2d2;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.aqc-aqi-card h3 {
	margin-bottom: 0;
	color: var(--aqc-white);
	font-size: 19px;
	font-weight: 760;
	letter-spacing: -.02em;
}

.aqc-aqi-card .aqc-recency {
	flex: 0 0 auto;
	color: rgba(255, 255, 255, .78);
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .14);
}

.aqc-aqi-card .aqc-recency::before {
	background: var(--aqc-active-band);
}

.aqc-aqi-card__reading {
	display: flex;
	gap: 22px;
	align-items: flex-end;
	margin-bottom: 23px;
}

.aqc-aqi-card__reading output {
	color: var(--aqc-white);
	font-size: clamp(70px, 8vw, 102px);
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.065em;
	line-height: .78;
}

.aqc-aqi-card__reading > div {
	min-width: 0;
	padding-bottom: 2px;
}

.aqc-aqi-card__reading strong,
.aqc-aqi-card__reading span {
	display: block;
}

.aqc-aqi-card__reading strong {
	margin-bottom: 3px;
	color: var(--aqc-white);
	font-size: 17px;
	font-weight: 820;
	line-height: 1.2;
}

.aqc-aqi-card__reading span {
	color: rgba(255, 255, 255, .63);
	font-size: 11px;
}

.aqc-aqi-card__dominant {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 12px 15px;
	background: rgba(255, 255, 255, .065);
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 11px;
	font-size: 12px;
}

.aqc-aqi-card__dominant span {
	color: rgba(255, 255, 255, .62);
}

.aqc-aqi-scale {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aqc-aqi-scale li {
	position: relative;
	min-width: 0;
	padding: 7px 5px;
	background: rgba(255, 255, 255, .055);
	border: 1px solid transparent;
	border-radius: 7px;
	text-align: center;
}

.aqc-aqi-scale li > span {
	display: block;
	height: 5px;
	margin-bottom: 6px;
	border-radius: 4px;
}

.aqc-aqi-scale strong,
.aqc-aqi-scale small {
	display: block;
}

.aqc-aqi-scale strong {
	color: var(--aqc-white);
	font-size: 9px;
	font-variant-numeric: tabular-nums;
}

.aqc-aqi-scale small {
	overflow: hidden;
	color: rgba(255, 255, 255, .55);
	font-size: 7px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aqc-aqi-card[data-aqc-band="good"] .aqc-aqi-scale .is-good,
.aqc-aqi-card[data-aqc-band="moderate"] .aqc-aqi-scale .is-moderate,
.aqc-aqi-card[data-aqc-band="sensitive"] .aqc-aqi-scale .is-sensitive,
.aqc-aqi-card[data-aqc-band="unhealthy"] .aqc-aqi-scale .is-unhealthy,
.aqc-aqi-card[data-aqc-band="very-unhealthy"] .aqc-aqi-scale .is-very-unhealthy,
.aqc-aqi-card[data-aqc-band="hazardous"] .aqc-aqi-scale .is-hazardous {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .48);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .08);
}

.aqc-health {
	background: var(--aqc-white);
	border: 1px solid var(--aqc-border);
}

.aqc-health h3 {
	margin-bottom: 11px;
	font-size: 26px;
	font-weight: 780;
	letter-spacing: -.035em;
	line-height: 1.14;
}

.aqc-health__summary {
	margin-bottom: 19px;
	color: var(--aqc-muted);
	font-size: 13px;
}

.aqc-health__groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.aqc-health__groups > div {
	position: relative;
	min-width: 0;
	padding: 16px 16px 14px;
	background: var(--aqc-surface);
	border: 1px solid var(--aqc-border);
	border-radius: 12px;
}

.aqc-health__groups > div > span {
	position: absolute;
	top: 12px;
	right: 13px;
	color: #9ca9b4;
	font-size: 9px;
	font-weight: 900;
}

.aqc-health__groups h4 {
	max-width: calc(100% - 24px);
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 830;
}

.aqc-health__groups p {
	margin-bottom: 0;
	color: var(--aqc-muted);
	font-size: 11px;
	line-height: 1.55;
}

.aqc-health__caveat {
	margin: 16px 0 10px;
	padding-top: 14px;
	color: #6a7482;
	border-top: 1px solid var(--aqc-border);
	font-size: 10px;
}

.aqc-text-link {
	color: var(--aqc-teal-dark);
	font-size: 11px;
	font-weight: 820;
}

/* Observation context */
.aqc-observation-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 14px 0 0;
}

.aqc-observation-meta > div {
	min-width: 0;
	padding: 17px 18px;
	background: var(--aqc-white);
	border: 1px solid var(--aqc-border);
	border-radius: 13px;
}

.aqc-observation-meta dt {
	display: flex;
	gap: 7px;
	align-items: center;
	margin-bottom: 6px;
	color: #6c7988;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.aqc-observation-meta dt svg {
	width: 14px;
	height: 14px;
	fill: var(--aqc-teal);
}

.aqc-observation-meta dd {
	margin: 0;
	overflow-wrap: anywhere;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.aqc-observation-meta small {
	display: block;
	margin-top: 4px;
	color: var(--aqc-muted);
	font-size: 9px;
	line-height: 1.45;
}

/* Sections and pollutant cards */
.aqc-pollutants,
.aqc-history,
.aqc-method {
	margin-top: 64px;
}

.aqc-section-heading > p {
	max-width: 430px;
	text-align: right;
}

.aqc-pollutant-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.aqc-pollutant-card {
	position: relative;
	min-width: 0;
	padding: 22px 21px 20px;
	background: var(--aqc-white);
	border: 1px solid var(--aqc-border);
	border-radius: 16px;
	box-shadow: 0 7px 22px rgba(16, 32, 54, .04);
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.aqc-pollutant-card[data-state="available"]:hover {
	border-color: #b8c9ce;
	box-shadow: 0 13px 30px rgba(16, 32, 54, .08);
	transform: translateY(-2px);
}

.aqc-pollutant-card__top {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.aqc-pollutant-symbol {
	display: grid;
	min-width: 49px;
	height: 35px;
	place-items: center;
	padding: 0 8px;
	color: #225d61;
	background: var(--aqc-teal-pale);
	border: 1px solid #cce7e2;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 900;
}

.aqc-pollutant-status {
	min-height: 23px;
	padding: 3px 8px;
	color: #6f7986;
	background: #f1f3f5;
	border-color: #e0e5e8;
	font-size: 8px;
}

.aqc-pollutant-card[data-state="available"] .aqc-pollutant-status {
	color: #276454;
	background: var(--aqc-teal-pale);
	border-color: #c9e8df;
}

.aqc-pollutant-card[data-state="stale"] .aqc-pollutant-status {
	color: #765515;
	background: var(--aqc-amber-pale);
	border-color: #ecd89e;
}

.aqc-pollutant-card h3 {
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 810;
	line-height: 1.25;
}

.aqc-pollutant-card__value {
	margin: 16px 0 13px;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.aqc-pollutant-card__value output {
	color: var(--aqc-ink);
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: 1;
}

.aqc-pollutant-card__value span {
	color: var(--aqc-muted);
	font-size: 10px;
	font-weight: 780;
}

.aqc-pollutant-card__description {
	min-height: 3.1em;
	margin-bottom: 14px;
	color: var(--aqc-muted);
	font-size: 10px;
}

.aqc-pollutant-card__meta {
	padding-top: 12px;
	border-top: 1px solid var(--aqc-border);
}

.aqc-pollutant-card__meta p {
	display: grid;
	grid-template-columns: 55px minmax(0, 1fr);
	gap: 7px;
	margin-bottom: 5px;
	font-size: 9px;
}

.aqc-pollutant-card__meta strong {
	color: #687687;
	font-weight: 780;
}

.aqc-pollutant-card__meta time,
.aqc-pollutant-card__meta span {
	overflow-wrap: anywhere;
	color: #3f4e61;
}

.aqc-pollutant-card__empty {
	margin: 10px 0 0;
	padding: 9px 10px;
	color: #6e7883;
	background: #f4f6f7;
	border-radius: 8px;
	font-size: 9px;
}

.aqc-pollutant-card[data-state="available"] .aqc-pollutant-card__empty,
.aqc-pollutant-card[data-state="stale"] .aqc-pollutant-card__empty {
	display: none;
}

.aqc-pollutant-card[data-state="unavailable"] .aqc-pollutant-card__value,
.aqc-pollutant-card[data-state="unavailable"] .aqc-pollutant-card__meta {
	opacity: .48;
}

/* History chart and table */
.aqc-history__card {
	overflow: hidden;
	background: var(--aqc-white);
	border: 1px solid var(--aqc-border);
	border-radius: 20px;
	box-shadow: var(--aqc-shadow);
}

.aqc-history__toolbar {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	justify-content: space-between;
	padding: 20px 24px;
	background: var(--aqc-surface);
	border-bottom: 1px solid var(--aqc-border);
}

.aqc-field--select {
	width: min(100%, 260px);
}

.aqc-field--select label {
	margin-bottom: 5px;
	font-size: 10px;
}

.aqc-field--select select {
	width: 100%;
	min-height: 44px;
	padding: 8px 34px 8px 12px;
	color: var(--aqc-ink);
	background: var(--aqc-white);
	border: 1px solid #b9c7ce;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 760;
}

.aqc-field--select select option:disabled {
	color: #89949d;
}

.aqc-history__ranges {
	display: flex;
	gap: 5px;
	padding: 4px;
	background: #e7ecee;
	border-radius: 10px;
}

.aqc-history__ranges button {
	min-height: 44px;
	padding: 7px 12px;
	color: #586779;
	background: transparent;
	border: 0;
	border-radius: 7px;
	font-size: 10px;
	font-weight: 800;
}

.aqc-history__ranges button[aria-pressed="true"] {
	color: var(--aqc-teal-dark);
	background: var(--aqc-white);
	box-shadow: 0 2px 8px rgba(16, 32, 54, .09);
}

.aqc-chart-shell {
	margin-bottom: 0;
	padding: 29px 30px 22px;
}

.aqc-chart-shell__head {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}

.aqc-chart-shell__head h3 {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.aqc-chart-shell__head p {
	margin-bottom: 0;
	color: var(--aqc-muted);
	font-size: 11px;
}

.aqc-chart-unit {
	flex: 0 0 auto;
}

.aqc-chart {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	background:
		linear-gradient(#e8edef 1px, transparent 1px),
		linear-gradient(90deg, #eef2f3 1px, transparent 1px),
		linear-gradient(180deg, #fbfcfc, #f5f8f8);
	background-size: 100% 68px, 12.5% 100%, 100% 100%;
	border: 1px solid var(--aqc-border);
	border-radius: 14px;
}

.aqc-chart svg {
	display: block;
	width: 100%;
	height: auto;
	min-height: 340px;
}

.aqc-history-chart__grid {
	stroke: #d8e1e4;
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.aqc-history-chart__axis-label {
	fill: #687887;
	font-size: 11px;
	font-weight: 650;
}

.aqc-history-chart__line {
	stroke: var(--aqc-teal);
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.aqc-history-chart__point {
	fill: var(--aqc-teal);
	stroke: var(--aqc-white);
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}

.aqc-chart__empty {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	padding: 30px;
	color: #687887;
	text-align: center;
}

.aqc-chart__empty svg {
	width: 36px;
	height: 36px;
	min-height: 0;
	margin: 0 auto 10px;
	fill: #83a8aa;
}

.aqc-chart__empty p {
	max-width: 330px;
	margin-bottom: 0;
	font-size: 12px;
}

.aqc-chart-shell figcaption {
	margin-top: 10px;
	color: var(--aqc-muted);
	font-size: 10px;
}

.aqc-data-details {
	border-top: 1px solid var(--aqc-border);
}

.aqc-data-details summary,
.aqc-method-details summary {
	position: relative;
	padding: 16px 48px 16px 25px;
	font-size: 12px;
	font-weight: 820;
	list-style: none;
}

.aqc-data-details summary::-webkit-details-marker,
.aqc-method-details summary::-webkit-details-marker {
	display: none;
}

.aqc-data-details summary::before,
.aqc-data-details summary::after,
.aqc-method-details summary::before,
.aqc-method-details summary::after {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 12px;
	height: 2px;
	background: var(--aqc-teal-dark);
	transform: translateY(-50%);
	transition: transform .16s ease;
	content: "";
}

.aqc-data-details summary::after,
.aqc-method-details summary::after {
	transform: translateY(-50%) rotate(90deg);
}

.aqc-data-details[open] summary::after,
.aqc-method-details[open] summary::after {
	transform: translateY(-50%) rotate(0);
}

.aqc-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
}

.aqc-table-wrap:focus-visible {
	outline-offset: -3px;
}

.aqc-table-wrap table {
	width: 100%;
	min-width: 720px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.aqc-table-wrap th,
.aqc-table-wrap td {
	padding: 11px 17px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-top: 1px solid #e5ebed;
}

.aqc-table-wrap thead th {
	color: #6c7987;
	background: #f7f9f9;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.aqc-table-wrap tbody th {
	font-weight: 800;
}

.aqc-table-wrap tbody td {
	color: #536274;
}

/* Methodology */
.aqc-method {
	padding: 45px 48px 42px;
	background: #edf4f3;
	border: 1px solid #d5e4e1;
	border-radius: 23px;
}

.aqc-method__intro {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(340px, 1.18fr);
	gap: 55px;
	align-items: end;
	margin-bottom: 30px;
}

.aqc-method__intro h2 {
	margin-bottom: 0;
}

.aqc-method__intro > p:last-child {
	margin-bottom: 4px;
	color: #526b70;
	font-size: 13px;
}

.aqc-method__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 19px;
}

.aqc-method__facts article {
	position: relative;
	min-width: 0;
	padding: 21px 20px;
	background: rgba(255, 255, 255, .75);
	border: 1px solid #d3e1de;
	border-radius: 14px;
}

.aqc-method__facts article > span {
	position: absolute;
	top: 16px;
	right: 17px;
	color: #91aaa7;
	font-size: 10px;
	font-weight: 900;
}

.aqc-method__facts h3 {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 820;
}

.aqc-method__facts p {
	margin-bottom: 0;
	color: #5e7075;
	font-size: 10px;
}

.aqc-method-details {
	margin-bottom: 19px;
	overflow: hidden;
	background: rgba(255, 255, 255, .76);
	border: 1px solid #d3e1de;
	border-radius: 14px;
}

.aqc-method-details__body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding: 0 25px 22px;
}

.aqc-method-details__body > div {
	padding: 17px 20px 12px 0;
	border-top: 1px solid #dfe9e7;
}

.aqc-method-details__body > div:nth-child(even) {
	padding-right: 0;
	padding-left: 20px;
	border-left: 1px solid #dfe9e7;
}

.aqc-method-details__body h3 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 820;
}

.aqc-method-details__body p {
	margin-bottom: 0;
	color: #5f7076;
	font-size: 10px;
}

.aqc-source-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.aqc-source-grid a {
	display: flex;
	min-width: 0;
	min-height: 117px;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px 19px;
	color: var(--aqc-ink);
	background: var(--aqc-white);
	border: 1px solid #d0dfdc;
	border-radius: 13px;
	text-decoration: none;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.aqc-source-grid a:hover {
	border-color: #8fbcb5;
	box-shadow: 0 10px 23px rgba(18, 60, 57, .08);
	transform: translateY(-1px);
}

.aqc-source-grid a > span:first-child {
	color: var(--aqc-teal-dark);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.aqc-source-grid strong {
	font-size: 13px;
	font-weight: 810;
	line-height: 1.35;
}

.aqc-source-grid small {
	color: var(--aqc-muted);
	font-size: 9px;
}

.aqc-method__notice {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 20px 0 0;
	padding: 15px 17px;
	color: #684917;
	background: var(--aqc-amber-pale);
	border: 1px solid #ead399;
	border-radius: 11px;
	font-size: 10px;
}

.aqc-method__notice svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 1px;
	fill: #92681c;
}

/* Responsive */
@media (max-width: 1024px) {
	.aqc-hero {
		grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
		padding: 52px 50px;
	}

	.aqc-hero__visual {
		width: 290px;
		height: 290px;
	}

	.aqc-monitor-mark {
		top: 82px;
		left: 83px;
		width: 124px;
		height: 124px;
	}

	.aqc-search__form-panel,
	.aqc-search__guide {
		padding: 38px 36px;
	}

	.aqc-current {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
	}

	.aqc-aqi-card,
	.aqc-health {
		padding: 30px;
	}

	.aqc-aqi-scale small {
		display: none;
	}

	.aqc-observation-meta,
	.aqc-pollutant-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aqc-pollutant-card__description {
		min-height: auto;
	}
}

@media (max-width: 768px) {
	.has-air-quality-checker .site-content {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.has-air-quality-checker.page .site-main {
		margin-top: 20px;
	}

	.aqc-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 43px 39px 46px;
	}

	.aqc-hero__visual {
		display: none;
	}

	.aqc-breadcrumb {
		margin-bottom: 31px;
	}

	.aqc-hero h1 {
		font-size: clamp(39px, 9vw, 54px);
	}

	.aqc-search {
		grid-template-columns: 1fr;
	}

	.aqc-search__guide {
		min-height: 320px;
	}

	.aqc-results,
	.aqc-pollutants,
	.aqc-history,
	.aqc-method {
		margin-top: 50px;
	}

	.aqc-results__header,
	.aqc-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.aqc-section-heading > p {
		max-width: none;
		text-align: left;
	}

	.aqc-current {
		grid-template-columns: 1fr;
	}

	.aqc-aqi-scale small {
		display: block;
	}

	.aqc-observation-meta,
	.aqc-pollutant-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aqc-method {
		padding: 38px 34px;
	}

	.aqc-method__intro {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.aqc-method__facts,
	.aqc-source-grid {
		grid-template-columns: 1fr;
	}

	.aqc-method__facts article,
	.aqc-source-grid a {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	.aqc-search-input {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.aqc-search-input input {
		border: 1px solid #bac8cf;
		border-radius: 11px;
	}

	.aqc-submit {
		width: 100%;
		border-radius: 11px;
	}

	.aqc-search-form__secondary {
		align-items: flex-start;
		flex-direction: column;
	}

	.aqc-results__actions {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
	}

	.aqc-refresh {
		width: 100%;
	}

	.aqc-aqi-card__reading {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
	}

	.aqc-aqi-card__reading output {
		font-size: 78px;
	}

	.aqc-health__groups {
		grid-template-columns: 1fr;
	}

	.aqc-aqi-scale {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.aqc-observation-meta,
	.aqc-pollutant-grid {
		grid-template-columns: 1fr;
	}

	.aqc-history__toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.aqc-field--select {
		width: 100%;
	}

	.aqc-history__ranges {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.aqc-chart-shell__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.aqc-method-details__body {
		grid-template-columns: 1fr;
	}

	.aqc-method-details__body > div,
	.aqc-method-details__body > div:nth-child(even) {
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 480px) {
	.has-air-quality-checker .site-content {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.has-air-quality-checker.page .site-main {
		margin-top: 12px;
		margin-bottom: 48px;
	}

	.aqc-hero {
		padding: 30px 22px 34px;
		border-radius: 20px;
	}

	.aqc-breadcrumb {
		margin-bottom: 26px;
		font-size: 12px;
	}

	.aqc-hero h1 {
		font-size: 36px;
	}

	.aqc-hero__intro {
		font-size: 15px;
		line-height: 1.56;
	}

	.aqc-hero__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.aqc-data-notice {
		gap: 11px;
		margin-top: 14px;
		padding: 15px;
	}

	.aqc-data-notice__icon {
		width: 31px;
		height: 31px;
	}

	.aqc-app {
		margin-top: 18px;
	}

	.aqc-search {
		border-radius: 18px;
	}

	.aqc-search__form-panel,
	.aqc-search__guide {
		padding: 28px 21px;
	}

	.aqc-search__guide {
		min-height: 0;
	}

	.aqc-search__form-panel h2,
	.aqc-results__header h2,
	.aqc-section-heading h2,
	.aqc-method__intro h2 {
		font-size: 29px;
	}

	.aqc-mini-scale {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aqc-results,
	.aqc-pollutants,
	.aqc-history,
	.aqc-method {
		margin-top: 42px;
	}

	.aqc-aqi-card,
	.aqc-health {
		padding: 25px 21px;
		border-radius: 18px;
	}

	.aqc-aqi-card__top {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.aqc-aqi-card__dominant {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.aqc-health h3 {
		font-size: 24px;
	}

	.aqc-observation-meta > div,
	.aqc-pollutant-card {
		padding: 18px;
	}

	.aqc-history__card {
		border-radius: 17px;
	}

	.aqc-history__toolbar {
		padding: 18px;
	}

	.aqc-chart-shell {
		padding: 23px 18px 18px;
	}

	.aqc-chart,
	.aqc-chart svg {
		min-height: 280px;
	}

	.aqc-data-details summary,
	.aqc-method-details summary {
		padding-left: 18px;
	}

	.aqc-table-wrap table {
		min-width: 660px;
	}

	.aqc-method {
		padding: 28px 19px;
		border-radius: 18px;
	}

	.aqc-method-details__body {
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media (max-width: 320px) {
	.has-air-quality-checker .site-content {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

	.aqc-hero {
		padding: 27px 17px 30px;
	}

	.aqc-hero h1 {
		font-size: 31px;
	}

	.aqc-data-notice {
		align-items: flex-start;
		flex-direction: column;
	}

	.aqc-search__form-panel,
	.aqc-search__guide,
	.aqc-aqi-card,
	.aqc-health {
		padding-right: 17px;
		padding-left: 17px;
	}

	.aqc-search__guide-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.aqc-mini-scale {
		grid-template-columns: 1fr;
	}

	.aqc-aqi-scale {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aqc-aqi-card__reading output {
		font-size: 68px;
	}

	.aqc-history__ranges {
		grid-template-columns: 1fr;
	}

	.aqc-method {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aqc-page *,
	.aqc-page *::before,
	.aqc-page *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

@media (forced-colors: active) {
	.aqc-hero,
	.aqc-search__guide,
	.aqc-aqi-card {
		border: 2px solid CanvasText;
	}

	.aqc-air-dot,
	.aqc-mini-scale i,
	.aqc-aqi-scale li > span,
	.aqc-source-badge::before,
	.aqc-recency::before {
		background: CanvasText;
		forced-color-adjust: none;
	}

	.aqc-aqi-scale li,
	.aqc-pollutant-status,
	.aqc-source-badge,
	.aqc-recency {
		border: 1px solid CanvasText;
	}

	.aqc-chart {
		background: Canvas;
	}
}

@media print {
	.has-air-quality-checker {
		background: #fff;
	}

	.has-air-quality-checker .site-content {
		padding: 0 !important;
	}

	.aqc-page {
		color: #000;
		font-size: 11pt;
	}

	.aqc-hero {
		min-height: 0;
		padding: 28px;
		color: #000;
		background: #fff;
		border: 2px solid #000;
	}

	.aqc-hero__visual,
	.aqc-search,
	.aqc-results__actions,
	.aqc-history__toolbar,
	.aqc-chart__empty,
	.aqc-noscript {
		display: none !important;
	}

	.aqc-hero h1,
	.aqc-hero__intro,
	.aqc-hero__meta,
	.aqc-breadcrumb,
	.aqc-hero .aqc-eyebrow {
		color: #000;
	}

	.aqc-data-notice,
	.aqc-aqi-card,
	.aqc-health,
	.aqc-pollutant-card,
	.aqc-history__card,
	.aqc-method {
		color: #000;
		background: #fff;
		border: 1px solid #777;
		box-shadow: none;
	}

	.aqc-aqi-card__reading output,
	.aqc-aqi-card h3,
	.aqc-aqi-scale strong {
		color: #000;
	}

	.aqc-results,
	.aqc-pollutants,
	.aqc-history,
	.aqc-method {
		break-inside: avoid;
		margin-top: 28px;
	}

	.aqc-source-grid a {
		color: #000;
		box-shadow: none;
	}
}
