:root {
	--el-blue: #155eef;
	--el-blue-dark: #0f4bcc;
	--el-blue-soft: #eaf1ff;
	--el-cyan: #0ea5c6;
	--el-ink: #111827;
	--el-ink-soft: #344054;
	--el-muted: #667085;
	--el-line: #e3e8ef;
	--el-line-strong: #d0d7e2;
	--el-surface: #ffffff;
	--el-surface-soft: #f7f9fc;
	--el-surface-blue: #f4f7ff;
	--el-success: #15945f;
	--el-warning: #bd6b00;
	--el-danger: #c93636;
	--el-radius-sm: 8px;
	--el-radius: 14px;
	--el-radius-lg: 22px;
	--el-shadow-sm: 0 1px 2px rgba(16, 24, 40, .04), 0 4px 14px rgba(16, 24, 40, .04);
	--el-shadow: 0 12px 35px rgba(16, 24, 40, .09);
	--el-container: 1200px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--el-surface);
	color: var(--el-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: var(--el-blue);
	text-decoration: none;
}

a:hover {
	color: var(--el-blue-dark);
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--el-ink);
	font-weight: 750;
	letter-spacing: -.028em;
	line-height: 1.18;
}

h1 {
	font-size: clamp(2.25rem, 5vw, 4.2rem);
}

h2 {
	font-size: clamp(1.7rem, 3vw, 2.45rem);
}

h3 {
	font-size: 1.2rem;
}

::selection {
	background: #cddcff;
	color: #0b2f78;
}

:focus-visible {
	border-radius: 4px;
	outline: 3px solid rgba(21, 94, 239, .32);
	outline-offset: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: var(--el-ink);
	display: block;
	font-weight: 700;
	height: auto;
	left: 12px;
	padding: 12px 16px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.el-skip-link {
	left: -9999px;
	position: fixed;
	top: 10px;
	z-index: 10000;
}

.el-skip-link:focus {
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: 8px;
	box-shadow: var(--el-shadow);
	color: var(--el-ink);
	left: 12px;
	padding: 10px 14px;
}

.el-container {
	margin-inline: auto;
	max-width: calc(var(--el-container) + 48px);
	padding-inline: 24px;
	width: 100%;
}

.el-icon {
	flex: 0 0 auto;
	height: 1.15em;
	width: 1.15em;
}

.el-main {
	min-height: 65vh;
}

/* Header */
.el-header {
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(227, 232, 239, .9);
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar .el-header {
	top: 32px;
}

.el-header__inner {
	align-items: center;
	display: flex;
	gap: 28px;
	height: 74px;
	justify-content: space-between;
}

.el-brand {
	align-items: center;
	color: var(--el-ink);
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
}

.el-brand:hover {
	color: var(--el-ink);
}

.el-brand__mark {
	border-radius: 11px;
	box-shadow: 0 6px 14px rgba(21, 94, 239, .2);
	height: 38px;
	width: 38px;
}

.el-brand__custom-logo {
	height: auto;
	max-height: 48px;
	max-width: 220px;
	width: auto;
}

.el-brand__name {
	font-size: 1.27rem;
	font-weight: 790;
	letter-spacing: -.035em;
}

.el-brand__name span {
	color: var(--el-blue);
}

.el-nav-wrap,
.el-nav__list {
	align-items: center;
	display: flex;
}

.el-nav-wrap {
	gap: 24px;
	margin-left: auto;
}

.el-nav__list {
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.el-nav__list li {
	margin: 0;
	position: relative;
}

.el-nav__list > li > a {
	border-radius: 8px;
	color: var(--el-ink-soft);
	display: block;
	font-size: .91rem;
	font-weight: 600;
	padding: 9px 10px;
	white-space: nowrap;
}

.el-nav__list > li > a:hover,
.el-nav__list > .current-menu-item > a,
.el-nav__list > .current-menu-ancestor > a {
	background: var(--el-surface-soft);
	color: var(--el-blue);
}

.el-nav__list .sub-menu {
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: 12px;
	box-shadow: var(--el-shadow);
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 220px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 10px);
	transform: translateY(-4px);
	transition: opacity .16s ease, transform .16s ease;
}

.el-nav__list li:hover > .sub-menu,
.el-nav__list li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.el-nav__list .sub-menu a {
	border-radius: 7px;
	color: var(--el-ink-soft);
	display: block;
	font-size: .9rem;
	padding: 8px 10px;
}

.el-nav__list .sub-menu a:hover {
	background: var(--el-surface-soft);
	color: var(--el-blue);
}

.el-nav-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: 9px;
	color: var(--el-ink);
	cursor: pointer;
	display: none;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.el-nav-toggle .el-icon {
	height: 22px;
	width: 22px;
}

.el-nav-toggle__close {
	display: none;
}

.el-nav-toggle[aria-expanded="true"] .el-nav-toggle__menu {
	display: none;
}

.el-nav-toggle[aria-expanded="true"] .el-nav-toggle__close {
	display: block;
}

/* Buttons and links */
.el-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-size: .95rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 12px 18px;
	transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.el-button:hover {
	transform: translateY(-1px);
}

.el-button--primary {
	background: var(--el-blue);
	box-shadow: 0 5px 12px rgba(21, 94, 239, .18);
	color: #fff;
}

.el-button--primary:hover {
	background: var(--el-blue-dark);
	color: #fff;
}

.el-button--outline {
	background: #fff;
	border-color: var(--el-line-strong);
	color: var(--el-ink);
}

.el-button--outline:hover {
	border-color: var(--el-blue);
	color: var(--el-blue);
}

.el-button--small {
	border-radius: 8px;
	font-size: .86rem;
	min-height: 38px;
	padding: 9px 13px;
}

.el-button--large {
	font-size: 1rem;
	min-height: 52px;
	padding: 15px 22px;
}

.el-button--block {
	width: 100%;
}

.el-button--light {
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
	color: #1648aa;
}

.el-button--light:hover {
	background: #f4f7ff;
	color: #0f3e98;
}

.el-text-link {
	align-items: center;
	color: var(--el-blue);
	display: inline-flex;
	font-size: .92rem;
	font-weight: 700;
	gap: 7px;
}

.el-text-link .el-icon {
	transition: transform .15s ease;
}

.el-text-link:hover .el-icon {
	transform: translateX(3px);
}

/* Search */
.el-search {
	align-items: center;
	background: #fff;
	border: 1px solid var(--el-line-strong);
	border-radius: 13px;
	box-shadow: var(--el-shadow-sm);
	display: flex;
	gap: 10px;
	padding: 7px;
	transition: border-color .16s ease, box-shadow .16s ease;
}

.el-search:focus-within {
	border-color: var(--el-blue);
	box-shadow: 0 0 0 4px rgba(21, 94, 239, .09), var(--el-shadow-sm);
}

.el-search__icon {
	color: #667085;
	margin-left: 10px;
}

.el-search__icon .el-icon {
	height: 22px;
	width: 22px;
}

.el-search__input {
	background: transparent;
	border: 0;
	color: var(--el-ink);
	flex: 1;
	font-size: 1rem;
	min-width: 0;
	outline: 0;
	padding: 10px 2px;
}

.el-search__input::placeholder {
	color: #98a2b3;
}

.el-search__button {
	background: var(--el-blue);
	border: 0;
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	min-height: 44px;
	padding: 10px 22px;
}

.el-search__button:hover {
	background: var(--el-blue-dark);
}

/* Home hero */
.el-hero {
	background:
		radial-gradient(circle at 85% 15%, rgba(73, 132, 255, .12), transparent 28%),
		linear-gradient(180deg, #fbfcff 0%, #f5f8ff 100%);
	border-bottom: 1px solid #e8edf6;
	overflow: hidden;
	position: relative;
}

.el-hero__circuit {
	background-image:
		linear-gradient(rgba(21, 94, 239, .042) 1px, transparent 1px),
		linear-gradient(90deg, rgba(21, 94, 239, .042) 1px, transparent 1px);
	background-size: 34px 34px;
	inset: 0 0 0 52%;
	mask-image: linear-gradient(90deg, transparent, #000 25%, #000);
	opacity: .8;
	pointer-events: none;
	position: absolute;
}

.el-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(48px, 7vw, 94px);
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
	min-height: 610px;
	padding-bottom: 74px;
	padding-top: 72px;
	position: relative;
}

.el-eyebrow,
.el-kicker {
	font-size: .75rem;
	font-weight: 780;
	letter-spacing: .105em;
	text-transform: uppercase;
}

.el-eyebrow {
	align-items: center;
	color: var(--el-blue);
	display: inline-flex;
	gap: 7px;
	margin-bottom: 19px;
}

.el-kicker {
	color: var(--el-blue);
	margin-bottom: 8px;
}

.el-hero h1 {
	font-size: clamp(2.65rem, 5.4vw, 4.55rem);
	letter-spacing: -.055em;
	margin-bottom: 22px;
	max-width: 770px;
}

.el-hero h1 span {
	background: linear-gradient(100deg, var(--el-blue), #397ff6 68%, #0c91aa);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.el-hero__lead {
	color: var(--el-muted);
	font-size: 1.12rem;
	line-height: 1.7;
	margin-bottom: 30px;
	max-width: 690px;
}

.el-hero__search {
	max-width: 710px;
}

.el-hero__search .el-search {
	border-radius: 15px;
	box-shadow: 0 12px 32px rgba(16, 24, 40, .09);
	padding: 9px;
}

.el-hero__search .el-search__input {
	font-size: 1.04rem;
	padding-block: 12px;
}

.el-quick-searches {
	align-items: center;
	color: var(--el-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: .84rem;
	gap: 8px 13px;
	margin-top: 18px;
}

.el-quick-searches span {
	font-weight: 650;
}

.el-quick-searches a {
	color: var(--el-ink-soft);
	text-decoration: underline;
	text-decoration-color: #cbd5e1;
	text-underline-offset: 3px;
}

.el-quick-searches a:hover {
	color: var(--el-blue);
	text-decoration-color: var(--el-blue);
}

.el-hero__panel {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(208, 215, 226, .9);
	border-radius: var(--el-radius-lg);
	box-shadow: 0 25px 60px rgba(29, 61, 122, .12);
	padding: 26px;
	position: relative;
}

.el-hero__panel::before {
	background: linear-gradient(90deg, var(--el-blue), var(--el-cyan));
	border-radius: 999px;
	content: "";
	height: 4px;
	left: 26px;
	position: absolute;
	right: 26px;
	top: 0;
}

.el-hero__panel-head {
	align-items: center;
	border-bottom: 1px solid var(--el-line);
	color: var(--el-ink-soft);
	display: flex;
	font-size: .84rem;
	font-weight: 650;
	gap: 9px;
	padding-bottom: 19px;
}

.el-status-dot {
	background: #24ad71;
	border: 3px solid #d7f8e9;
	border-radius: 999px;
	height: 11px;
	width: 11px;
}

.el-hero__stats {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr;
	margin: 22px 0;
}

.el-hero__stats div {
	background: var(--el-surface-soft);
	border: 1px solid #edf0f5;
	border-radius: 12px;
	padding: 16px;
}

.el-hero__stats strong,
.el-hero__stats span {
	display: block;
}

.el-hero__stats strong {
	font-size: 1.65rem;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.el-hero__stats span {
	color: var(--el-muted);
	font-size: .78rem;
	margin-top: 5px;
}

.el-check-list {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.el-check-list li {
	align-items: center;
	color: var(--el-ink-soft);
	display: flex;
	font-size: .9rem;
	gap: 9px;
	margin: 10px 0;
}

.el-check-list .el-icon {
	background: #e5f7ef;
	border-radius: 999px;
	color: var(--el-success);
	height: 19px;
	padding: 3px;
	width: 19px;
}

/* Shared sections */
.el-section {
	padding-block: 84px;
}

.el-section--compact {
	padding-block: 64px;
}

.el-section--tint {
	background: var(--el-surface-soft);
	border-bottom: 1px solid #edf0f5;
	border-top: 1px solid #edf0f5;
}

.el-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 32px;
}

.el-section-heading h2 {
	margin-bottom: 0;
}

.el-section-heading--inline {
	align-items: center;
	margin: 0;
}

/* Category tiles */
.el-section--categories {
	padding-block: 66px 82px;
}

.el-category-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.el-category-tile {
	align-items: center;
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: 13px;
	color: var(--el-ink);
	display: flex;
	gap: 12px;
	min-height: 88px;
	padding: 15px;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.el-category-tile:hover {
	border-color: #b8c9ec;
	box-shadow: var(--el-shadow-sm);
	color: var(--el-ink);
	transform: translateY(-2px);
}

.el-category-tile__icon {
	align-items: center;
	background: var(--el-blue-soft);
	border-radius: 10px;
	color: var(--el-blue);
	display: flex;
	flex: 0 0 auto;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.el-category-tile__icon .el-icon {
	height: 21px;
	width: 21px;
}

.el-category-tile:nth-child(2) .el-category-tile__icon,
.el-category-tile:nth-child(7) .el-category-tile__icon {
	background: #eaf8f4;
	color: #147d5b;
}

.el-category-tile:nth-child(3) .el-category-tile__icon {
	background: #fff0f0;
	color: #dc2626;
}

.el-category-tile:nth-child(6) .el-category-tile__icon {
	background: #fff6e5;
	color: #a65f00;
}

.el-category-tile__copy {
	min-width: 0;
}

.el-category-tile__copy strong,
.el-category-tile__copy small {
	display: block;
}

.el-category-tile__copy strong {
	font-size: .9rem;
	line-height: 1.25;
}

.el-category-tile__copy small {
	color: var(--el-muted);
	font-size: .72rem;
	margin-top: 4px;
}

.el-category-tile__arrow {
	color: #98a2b3;
	margin-left: auto;
}

.el-category-tile__arrow .el-icon {
	height: 16px;
	width: 16px;
}

/* Source cards */
.el-source-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.el-source-card {
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: var(--el-radius);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 21px;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.el-source-card:hover {
	border-color: #c4d0e5;
	box-shadow: var(--el-shadow-sm);
	transform: translateY(-2px);
}

.el-source-card__top {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.el-source-card__logo,
.el-source-row__logo,
.el-source-hero__logo {
	align-items: center;
	background: linear-gradient(145deg, var(--el-blue-soft), #f2f6ff);
	border: 1px solid #d9e4fb;
	color: var(--el-blue);
	display: flex;
	font-weight: 800;
	justify-content: center;
	letter-spacing: -.04em;
	overflow: hidden;
}

.el-source-card__logo {
	border-radius: 11px;
	font-size: .95rem;
	height: 48px;
	width: 48px;
}

.el-source-card__logo--image,
.el-source-row__logo--image,
.el-source-hero__logo--image {
	background: #fff;
}

.el-source-card__logo img,
.el-source-row__logo img,
.el-source-hero__logo img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.el-source-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.el-badge {
	align-items: center;
	background: var(--el-surface-soft);
	border: 1px solid #edf0f5;
	border-radius: 999px;
	color: var(--el-muted);
	display: inline-flex;
	font-size: .66rem;
	font-weight: 700;
	gap: 4px;
	letter-spacing: .02em;
	padding: 4px 8px;
	text-transform: uppercase;
}

.el-badge--featured {
	background: #fff7e6;
	border-color: #f8e2b8;
	color: #9b5c00;
}

.el-badge .el-icon {
	height: 12px;
	width: 12px;
}

.el-source-card__meta {
	align-items: center;
	color: var(--el-muted);
	display: flex;
	font-size: .72rem;
	font-weight: 650;
	gap: 6px;
	letter-spacing: .04em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.el-source-card__meta a {
	color: inherit;
}

.el-source-card__meta a:hover {
	color: var(--el-blue);
}

.el-source-card__title {
	font-size: 1.13rem;
	letter-spacing: -.02em;
	margin-bottom: 9px;
}

.el-source-card__title a {
	color: var(--el-ink);
}

.el-source-card__title a:hover {
	color: var(--el-blue);
}

.el-source-card__description {
	color: var(--el-muted);
	font-size: .88rem;
	line-height: 1.62;
	margin-bottom: 16px;
}

.el-source-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 18px;
}

.el-source-card__tags a {
	background: var(--el-surface-soft);
	border-radius: 6px;
	color: var(--el-muted);
	font-size: .7rem;
	padding: 4px 7px;
}

.el-source-card__tags a:hover {
	background: var(--el-blue-soft);
	color: var(--el-blue);
}

.el-source-card__footer {
	align-items: center;
	border-top: 1px solid #edf0f5;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 16px;
}

.el-source-card__footer .el-text-link {
	font-size: .8rem;
}

/* Compact rows and panels */
.el-dual-panels {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.el-list-panel {
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: var(--el-radius);
	padding: 9px 22px 10px;
}

.el-list-panel__head {
	align-items: center;
	border-bottom: 1px solid var(--el-line);
	display: flex;
	justify-content: space-between;
	padding-block: 13px 16px;
}

.el-list-panel__head > div {
	align-items: center;
	display: flex;
	gap: 10px;
}

.el-list-panel__head h3 {
	font-size: 1.04rem;
	margin: 0;
}

.el-list-panel__head > a {
	font-size: .8rem;
	font-weight: 700;
}

.el-list-panel__icon {
	align-items: center;
	background: var(--el-blue-soft);
	border-radius: 8px;
	color: var(--el-blue);
	display: flex;
	height: 31px;
	justify-content: center;
	width: 31px;
}

.el-list-panel__icon--warm {
	background: #fff7e6;
	color: #a65f00;
}

.el-source-row {
	align-items: center;
	border-bottom: 1px solid #edf0f5;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding-block: 13px;
}

.el-source-row:last-child {
	border-bottom: 0;
}

.el-source-row__main {
	align-items: center;
	color: var(--el-ink);
	display: flex;
	gap: 11px;
	min-width: 0;
}

.el-source-row__main:hover strong {
	color: var(--el-blue);
}

.el-source-row__logo {
	border-radius: 8px;
	font-size: .7rem;
	height: 38px;
	width: 38px;
}

.el-source-row__copy {
	min-width: 0;
}

.el-source-row__copy strong,
.el-source-row__copy small {
	display: block;
}

.el-source-row__copy strong {
	font-size: .88rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.el-source-row__copy small {
	color: var(--el-muted);
	font-size: .7rem;
	margin-top: 2px;
}

.el-source-row__external {
	align-items: center;
	border-radius: 7px;
	color: #98a2b3;
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.el-source-row__external:hover {
	background: var(--el-blue-soft);
	color: var(--el-blue);
}

/* Curated collections */
.el-collection-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.el-collection {
	align-items: center;
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: var(--el-radius);
	color: var(--el-ink);
	display: flex;
	gap: 16px;
	min-height: 112px;
	padding: 20px;
	transition: border-color .16s ease, box-shadow .16s ease;
}

.el-collection:hover {
	border-color: #b8c9ec;
	box-shadow: var(--el-shadow-sm);
	color: var(--el-ink);
}

.el-collection__icon {
	align-items: center;
	background: var(--el-blue-soft);
	border-radius: 12px;
	color: var(--el-blue);
	display: flex;
	flex: 0 0 auto;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.el-collection__icon .el-icon {
	height: 25px;
	width: 25px;
}

.el-collection > span:nth-child(2) {
	min-width: 0;
}

.el-collection strong,
.el-collection small {
	display: block;
}

.el-collection strong {
	font-size: 1rem;
	margin-bottom: 4px;
}

.el-collection small {
	color: var(--el-muted);
	font-size: .8rem;
	line-height: 1.5;
}

.el-collection > .el-icon {
	color: #98a2b3;
	margin-left: auto;
}

.el-topic-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.el-topic-pills a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: 999px;
	color: var(--el-ink-soft);
	display: inline-flex;
	font-size: .82rem;
	font-weight: 650;
	gap: 8px;
	padding: 7px 11px;
}

.el-topic-pills a:hover {
	border-color: #b8c9ec;
	color: var(--el-blue);
}

.el-topic-pills a span {
	align-items: center;
	background: var(--el-surface-soft);
	border-radius: 999px;
	color: var(--el-muted);
	display: inline-flex;
	font-size: .68rem;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding-inline: 5px;
}

.el-section-heading--inline .el-topic-pills {
	justify-content: flex-end;
	max-width: 780px;
}

/* Submission callout */
.el-section--cta {
	padding-block: 24px 80px;
}

.el-submit-cta {
	align-items: center;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, .06), transparent 35%),
		linear-gradient(110deg, #124bc4, #155eef 62%, #0b89aa);
	border-radius: var(--el-radius-lg);
	box-shadow: 0 18px 45px rgba(21, 94, 239, .2);
	color: #eaf1ff;
	display: grid;
	gap: 22px;
	grid-template-columns: auto 1fr auto;
	overflow: hidden;
	padding: 34px 38px;
	position: relative;
}

.el-submit-cta::after {
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	content: "";
	height: 220px;
	position: absolute;
	right: -55px;
	top: -100px;
	width: 220px;
}

.el-submit-cta h2,
.el-submit-cta .el-kicker {
	color: #fff;
}

.el-submit-cta h2 {
	font-size: 1.75rem;
	margin-bottom: 7px;
}

.el-submit-cta p {
	margin-bottom: 0;
}

.el-submit-cta > div:nth-child(2) > p:last-child {
	font-size: .9rem;
	opacity: .88;
}

.el-submit-cta__icon {
	align-items: center;
	background: rgba(255, 255, 255, .13);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 14px;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.el-submit-cta__icon .el-icon {
	height: 28px;
	width: 28px;
}

.el-submit-cta .el-button {
	position: relative;
	z-index: 1;
}

/* Footer */
.el-footer {
	background: #101828;
	color: #98a2b3;
	padding-block: 58px 28px;
}

.el-footer__top {
	align-items: flex-start;
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.el-brand--footer .el-brand__name {
	color: #fff;
}

.el-footer__brand p {
	font-size: .88rem;
	margin: 15px 0 0;
	max-width: 350px;
}

.el-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: flex-end;
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}

.el-footer__links a {
	color: #d0d5dd;
	font-size: .84rem;
}

.el-footer__links a:hover {
	color: #fff;
}

.el-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	display: grid;
	font-size: .73rem;
	gap: 20px;
	grid-template-columns: auto 1fr;
	margin-top: 42px;
	padding-top: 24px;
}

.el-footer__bottom p {
	margin: 0;
}

.el-footer__bottom p:last-child {
	text-align: right;
}

/* Page hero and breadcrumbs */
.el-page-hero {
	background:
		radial-gradient(circle at 90% 15%, rgba(21, 94, 239, .1), transparent 28%),
		linear-gradient(180deg, #fbfcff, #f6f8fc);
	border-bottom: 1px solid var(--el-line);
	padding-block: 38px 50px;
}

.el-page-hero--small {
	padding-bottom: 44px;
}

.el-page-hero__content {
	max-width: 780px;
}

.el-page-hero__content h1 {
	font-size: clamp(2.15rem, 4vw, 3.35rem);
	margin-bottom: 14px;
}

.el-page-hero__content > p:last-child {
	color: var(--el-muted);
	font-size: 1.03rem;
	margin-bottom: 0;
	max-width: 720px;
}

.el-page-hero__search {
	margin-top: 28px;
	max-width: 760px;
}

.el-breadcrumbs {
	align-items: center;
	color: #98a2b3;
	display: flex;
	flex-wrap: wrap;
	font-size: .76rem;
	gap: 7px;
	margin-bottom: 24px;
}

.el-breadcrumbs a {
	color: var(--el-muted);
}

.el-breadcrumbs a:hover {
	color: var(--el-blue);
}

.el-breadcrumbs span[aria-current="page"] {
	color: var(--el-ink-soft);
}

/* Directory and filters */
.el-directory-layout {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: 242px minmax(0, 1fr);
	padding-bottom: 90px;
	padding-top: 46px;
}

.el-filters {
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: var(--el-radius);
	padding: 18px;
	position: sticky;
	top: 94px;
}

.admin-bar .el-filters {
	top: 126px;
}

.el-filters__head {
	align-items: center;
	border-bottom: 1px solid var(--el-line);
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
}

.el-filters__head h2 {
	font-size: 1rem;
	margin: 0;
}

.el-filters__head a,
.el-clear-link {
	font-size: .75rem;
	font-weight: 700;
}

.el-filter-group {
	border: 0;
	border-bottom: 1px solid var(--el-line);
	margin: 0;
	padding: 17px 0;
}

.el-filter-group:last-of-type {
	border-bottom: 0;
}

.el-filter-group legend {
	font-size: .77rem;
	font-weight: 750;
	margin-bottom: 10px;
	padding: 0;
}

.el-filter-options {
	display: grid;
	gap: 8px;
}

.el-filter-options label {
	align-items: center;
	color: var(--el-ink-soft);
	cursor: pointer;
	display: grid;
	font-size: .78rem;
	gap: 8px;
	grid-template-columns: auto 1fr auto;
}

.el-filter-options input {
	accent-color: var(--el-blue);
	height: 15px;
	margin: 0;
	width: 15px;
}

.el-filter-options small {
	color: #98a2b3;
	font-size: .68rem;
}

.el-select {
	background: #fff;
	border: 1px solid var(--el-line-strong);
	border-radius: 8px;
	color: var(--el-ink-soft);
	font-size: .78rem;
	max-width: 100%;
	min-height: 40px;
	padding: 7px 30px 7px 10px;
	width: 100%;
}

.el-filters .el-button {
	margin-top: 12px;
}

.el-results {
	min-width: 0;
}

.el-results__bar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	min-height: 30px;
}

.el-results__bar p {
	color: var(--el-muted);
	font-size: .84rem;
	margin: 0;
}

.el-results__bar strong {
	color: var(--el-ink);
}

.el-source-grid--archive {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.el-filter-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid var(--el-line-strong);
	border-radius: 9px;
	color: var(--el-ink);
	cursor: pointer;
	display: none;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-height: 44px;
	padding: 9px 14px;
}

.el-pagination {
	margin-top: 34px;
}

.el-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
}

.el-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: 8px;
	color: var(--el-ink-soft);
	display: inline-flex;
	font-size: .82rem;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding-inline: 11px;
}

.el-pagination .page-numbers.current,
.el-pagination a.page-numbers:hover {
	background: var(--el-blue);
	border-color: var(--el-blue);
	color: #fff;
}

.el-empty-state {
	background: #fff;
	border: 1px dashed var(--el-line-strong);
	border-radius: var(--el-radius);
	color: var(--el-muted);
	padding: 30px;
	text-align: center;
}

.el-empty-state p:last-child {
	margin-bottom: 0;
}

.el-empty-state--large {
	padding: 80px 30px;
}

.el-empty-state--large > span {
	align-items: center;
	background: var(--el-blue-soft);
	border-radius: 999px;
	color: var(--el-blue);
	display: flex;
	height: 58px;
	justify-content: center;
	margin: 0 auto 20px;
	width: 58px;
}

.el-empty-state--large > span .el-icon {
	height: 26px;
	width: 26px;
}

.el-empty-state--large h2 {
	font-size: 1.45rem;
	margin-bottom: 10px;
}

.el-empty-state--large p {
	font-size: .9rem;
	margin: 0 auto 22px;
	max-width: 480px;
}

/* Single source */
.el-source-hero {
	background: linear-gradient(180deg, #fbfcff, #f6f8fc);
	border-bottom: 1px solid var(--el-line);
	padding-block: 34px 48px;
}

.el-source-hero__layout {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.el-source-hero__identity {
	align-items: flex-start;
	display: flex;
	gap: 22px;
}

.el-source-hero__logo {
	border-radius: 16px;
	flex: 0 0 auto;
	font-size: 1.45rem;
	height: 82px;
	width: 82px;
}

.el-source-hero__eyebrow {
	align-items: center;
	color: var(--el-muted);
	display: flex;
	font-size: .75rem;
	font-weight: 700;
	gap: 7px;
	letter-spacing: .04em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.el-source-hero__eyebrow a {
	color: var(--el-muted);
}

.el-source-hero h1 {
	font-size: clamp(2.2rem, 4vw, 3.45rem);
	margin-bottom: 12px;
}

.el-source-hero__identity p {
	color: var(--el-muted);
	font-size: 1rem;
	margin: 0;
	max-width: 730px;
}

.el-source-hero__action {
	text-align: center;
}

.el-source-hero__action p {
	align-items: center;
	color: var(--el-muted);
	display: flex;
	font-size: .7rem;
	gap: 6px;
	justify-content: center;
	margin: 9px 0 0;
}

.el-source-layout {
	align-items: start;
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(0, 1fr) 310px;
	padding-bottom: 90px;
	padding-top: 60px;
}

.el-source-content {
	min-width: 0;
}

.el-content-block + .el-content-block {
	border-top: 1px solid var(--el-line);
	margin-top: 40px;
	padding-top: 34px;
}

.el-content-block h2 {
	font-size: 1.65rem;
	margin-bottom: 19px;
}

.el-content-block--tags h2 {
	font-size: 1.2rem;
}

.el-prose {
	color: var(--el-ink-soft);
	font-size: 1rem;
	line-height: 1.8;
}

.el-prose > *:last-child {
	margin-bottom: 0;
}

.el-prose h2,
.el-prose h3,
.el-prose h4 {
	margin-top: 1.7em;
}

.el-prose a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.el-prose img {
	border-radius: 12px;
	height: auto;
}

.el-prose--page {
	max-width: 820px;
}

.el-source-sidebar {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 96px;
}

.admin-bar .el-source-sidebar {
	top: 128px;
}

.el-info-card {
	border: 1px solid var(--el-line);
	border-radius: var(--el-radius);
	padding: 21px;
}

.el-info-card h2 {
	border-bottom: 1px solid var(--el-line);
	font-size: 1rem;
	margin-bottom: 0;
	padding-bottom: 13px;
}

.el-info-card dl {
	margin: 0;
}

.el-info-card dl div {
	align-items: start;
	border-bottom: 1px solid #edf0f5;
	display: grid;
	font-size: .78rem;
	gap: 12px;
	grid-template-columns: 92px 1fr;
	padding-block: 12px;
}

.el-info-card dl div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.el-info-card dt {
	color: var(--el-muted);
}

.el-info-card dd {
	color: var(--el-ink-soft);
	font-weight: 650;
	margin: 0;
	text-align: right;
	word-break: break-word;
}

.el-external-note {
	align-items: flex-start;
	background: var(--el-surface-soft);
	border: 1px solid var(--el-line);
	border-radius: var(--el-radius);
	color: var(--el-muted);
	display: flex;
	font-size: .75rem;
	gap: 11px;
	padding: 16px;
}

.el-external-note > .el-icon {
	color: var(--el-blue);
	margin-top: 2px;
}

.el-external-note strong {
	color: var(--el-ink-soft);
}

.el-external-note p {
	line-height: 1.5;
	margin: 3px 0 0;
}

.el-related {
	padding-block: 72px;
}

/* Forms */
.el-form-layout {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) 330px;
	max-width: 1060px;
}

.el-form-card {
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: var(--el-radius-lg);
	box-shadow: var(--el-shadow-sm);
	padding: 30px;
}

.el-form-card > p:empty {
	display: none;
}

.el-form__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.el-field {
	margin: 0;
}

.el-field--full {
	grid-column: 1 / -1;
}

.el-field label {
	color: var(--el-ink-soft);
	display: block;
	font-size: .82rem;
	font-weight: 700;
	margin-bottom: 7px;
}

.el-field input,
.el-field select,
.el-field textarea {
	background: #fff;
	border: 1px solid var(--el-line-strong);
	border-radius: 9px;
	color: var(--el-ink);
	font-size: .9rem;
	outline: 0;
	padding: 11px 12px;
	transition: border-color .15s ease, box-shadow .15s ease;
	width: 100%;
}

.el-field input,
.el-field select {
	min-height: 46px;
}

.el-field textarea {
	min-height: 130px;
	resize: vertical;
}

.el-field input:focus,
.el-field select:focus,
.el-field textarea:focus {
	border-color: var(--el-blue);
	box-shadow: 0 0 0 3px rgba(21, 94, 239, .1);
}

.el-field input::placeholder,
.el-field textarea::placeholder {
	color: #98a2b3;
}

.el-form__note {
	color: var(--el-muted);
	font-size: .75rem;
	margin: 18px 0 14px;
}

.el-form__trap {
	left: -9999px;
	position: absolute;
}

.el-checkbox {
	margin: 18px 0;
}

.el-checkbox label {
	align-items: flex-start;
	color: var(--el-muted);
	display: flex;
	font-size: .75rem;
	gap: 9px;
}

.el-checkbox input {
	accent-color: var(--el-blue);
	margin-top: 4px;
}

.el-form-aside {
	background: #101828;
	border-radius: var(--el-radius-lg);
	color: #98a2b3;
	padding: 28px;
}

.el-form-aside h2 {
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 18px;
}

.el-form-aside p {
	font-size: .82rem;
	margin-bottom: 0;
}

.el-form-aside p + p {
	margin-top: 14px;
}

.el-check-list--dark li {
	color: #d0d5dd;
	font-size: .8rem;
}

.el-form-aside__icon {
	align-items: center;
	background: rgba(255, 255, 255, .1);
	border-radius: 12px;
	color: #84adff;
	display: flex;
	height: 52px;
	justify-content: center;
	margin-bottom: 20px;
	width: 52px;
}

.el-form-aside__icon .el-icon {
	height: 24px;
	width: 24px;
}

.el-notice {
	border: 1px solid;
	border-radius: 9px;
	font-size: .84rem;
	margin-bottom: 20px;
	padding: 12px 14px;
}

.el-notice--success {
	background: #eaf8f2;
	border-color: #b9e8d4;
	color: #126c4c;
}

.el-notice--info {
	background: var(--el-blue-soft);
	border-color: #c8d8fa;
	color: #1648aa;
}

.el-notice--error {
	background: #fff0f0;
	border-color: #f4c7c7;
	color: #a62f2f;
}

/* Category directory */
.el-category-directory {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.el-category-group {
	background: #fff;
	border: 1px solid var(--el-line);
	border-radius: var(--el-radius);
	padding: 24px;
}

.el-category-group__head {
	align-items: flex-start;
	display: flex;
	gap: 15px;
	margin-bottom: 18px;
}

.el-category-group__icon {
	align-items: center;
	background: var(--el-blue-soft);
	border-radius: 11px;
	color: var(--el-blue);
	display: flex;
	flex: 0 0 auto;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.el-category-group__icon .el-icon {
	height: 23px;
	width: 23px;
}

.el-category-group h2 {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.el-category-group h2 a {
	color: var(--el-ink);
}

.el-category-group h2 a:hover {
	color: var(--el-blue);
}

.el-category-group__head p {
	color: var(--el-muted);
	font-size: .78rem;
	line-height: 1.55;
	margin: 0;
}

.el-category-group ul {
	column-count: 2;
	column-gap: 14px;
	list-style: none;
	margin: 0 0 19px;
	padding: 0;
}

.el-category-group li {
	break-inside: avoid;
	margin-bottom: 6px;
}

.el-category-group li a {
	align-items: center;
	border-radius: 7px;
	color: var(--el-ink-soft);
	display: flex;
	font-size: .78rem;
	gap: 8px;
	justify-content: space-between;
	padding: 6px 8px;
}

.el-category-group li a:hover {
	background: var(--el-surface-soft);
	color: var(--el-blue);
}

.el-category-group li small {
	color: #98a2b3;
	font-size: .66rem;
}

/* 404 */
.el-not-found {
	background: linear-gradient(180deg, #fbfcff, #f6f8fc);
	min-height: 650px;
	padding-block: 110px;
	text-align: center;
}

.el-not-found__code {
	color: #d8e3fb;
	display: block;
	font-size: clamp(5rem, 15vw, 9rem);
	font-weight: 850;
	letter-spacing: -.08em;
	line-height: .9;
}

.el-not-found h1 {
	font-size: 2.2rem;
	margin: 20px 0 12px;
}

.el-not-found p {
	color: var(--el-muted);
	margin: 0 auto 25px;
	max-width: 590px;
}

.el-not-found__search {
	margin: 0 auto 24px;
	max-width: 650px;
}

/* WordPress helpers */
.alignwide {
	margin-left: max(-8vw, -120px);
	margin-right: max(-8vw, -120px);
	max-width: none;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.wp-caption,
.gallery-caption {
	color: var(--el-muted);
	font-size: .8rem;
}

.sticky,
.bypostauthor {
	display: block;
}

/* Responsive */
@media (max-width: 1120px) {
	.el-header__cta {
		display: none;
	}

	.el-nav-wrap {
		gap: 10px;
	}

	.el-nav__list > li > a {
		font-size: .84rem;
		padding-inline: 8px;
	}

	.el-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.el-source-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.el-source-grid--archive {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.admin-bar .el-header {
		top: 32px;
	}

	.el-nav-toggle {
		display: flex;
	}

	.el-nav-wrap {
		align-items: stretch;
		background: #fff;
		border-bottom: 1px solid var(--el-line);
		box-shadow: 0 16px 30px rgba(16, 24, 40, .08);
		display: none;
		left: 0;
		max-height: calc(100vh - 74px);
		overflow-y: auto;
		padding: 14px 24px 24px;
		position: absolute;
		top: 74px;
		width: 100%;
	}

	.el-nav-wrap.is-open {
		display: block;
	}

	.el-nav__list {
		align-items: stretch;
		display: grid;
		gap: 2px;
	}

	.el-nav__list > li > a {
		font-size: .95rem;
		padding: 11px 8px;
	}

	.el-nav__list .sub-menu {
		border: 0;
		box-shadow: none;
		display: block;
		margin-left: 14px;
		opacity: 1;
		padding: 0;
		pointer-events: auto;
		position: static;
		transform: none;
	}

	.el-header__cta {
		display: inline-flex;
		margin-top: 12px;
	}

	.el-hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-block: 64px;
	}

	.el-hero__panel {
		max-width: 560px;
	}

	.el-hero__circuit {
		inset: 48% 0 0;
		mask-image: linear-gradient(180deg, transparent, #000 20%);
	}

	.el-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.el-section-heading--inline {
		align-items: flex-start;
		flex-direction: column;
	}

	.el-section-heading--inline .el-topic-pills {
		justify-content: flex-start;
	}

	.el-submit-cta {
		grid-template-columns: auto 1fr;
	}

	.el-submit-cta .el-button {
		grid-column: 2;
		justify-self: start;
	}

	.el-directory-layout {
		grid-template-columns: 1fr;
		padding-top: 28px;
	}

	.el-filter-toggle {
		display: inline-flex;
		justify-self: start;
	}

	.el-filters {
		display: none;
		position: static;
	}

	.el-filters.is-open {
		display: block;
	}

	.el-source-layout {
		grid-template-columns: 1fr;
	}

	.el-source-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}

	.el-form-layout {
		grid-template-columns: 1fr;
	}

	.el-form-aside {
		max-width: none;
	}
}

@media (max-width: 760px) {
	.el-container {
		padding-inline: 18px;
	}

	.el-section {
		padding-block: 64px;
	}

	.el-section--compact {
		padding-block: 52px;
	}

	.el-header__inner {
		height: 68px;
	}

	.el-nav-wrap {
		top: 68px;
	}

	.el-hero__grid {
		padding-block: 50px 58px;
	}

	.el-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.4rem);
	}

	.el-hero__lead {
		font-size: 1rem;
	}

	.el-search {
		align-items: stretch;
		flex-wrap: wrap;
	}

	.el-search__icon {
		align-self: center;
	}

	.el-search__input {
		width: calc(100% - 54px);
	}

	.el-search__button {
		flex: 1 0 100%;
	}

	.el-quick-searches {
		align-items: flex-start;
	}

	.el-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.el-source-grid,
	.el-source-grid--archive,
	.el-dual-panels,
	.el-collection-grid,
	.el-category-directory {
		grid-template-columns: 1fr;
	}

	.el-section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 26px;
	}

	.el-section-heading > .el-text-link {
		margin-top: -10px;
	}

	.el-submit-cta {
		grid-template-columns: 1fr;
		padding: 28px;
	}

	.el-submit-cta__icon {
		display: none;
	}

	.el-submit-cta .el-button {
		grid-column: auto;
	}

	.el-footer__top,
	.el-footer__bottom {
		display: grid;
		grid-template-columns: 1fr;
	}

	.el-footer__links {
		justify-content: flex-start;
		margin-top: 24px;
	}

	.el-footer__bottom p:last-child {
		text-align: left;
	}

	.el-source-hero__layout {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.el-source-hero__action {
		text-align: left;
	}

	.el-source-hero__action p {
		justify-content: flex-start;
	}

	.el-source-sidebar {
		grid-template-columns: 1fr;
	}

	.el-form__grid {
		grid-template-columns: 1fr;
	}

	.el-field--full {
		grid-column: auto;
	}

	.el-category-group ul {
		column-count: 1;
	}
}

@media (max-width: 520px) {
	.admin-bar .el-header {
		top: 46px;
	}

	.el-brand__name {
		font-size: 1.12rem;
	}

	.el-brand__mark {
		height: 35px;
		width: 35px;
	}

	.el-category-grid {
		grid-template-columns: 1fr;
	}

	.el-category-tile {
		min-height: 76px;
	}

	.el-hero__panel {
		padding: 20px;
	}

	.el-hero__stats {
		gap: 8px;
	}

	.el-source-card {
		padding: 18px;
	}

	.el-source-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.el-source-card__footer .el-button {
		width: 100%;
	}

	.el-list-panel {
		padding-inline: 16px;
	}

	.el-page-hero {
		padding-block: 28px 38px;
	}

	.el-source-hero__identity {
		align-items: flex-start;
		flex-direction: column;
	}

	.el-source-hero__logo {
		height: 66px;
		width: 66px;
	}

	.el-form-card,
	.el-form-aside,
	.el-category-group {
		padding: 21px;
	}

	.el-results__bar {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
}

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

