.at-publications-template {
	margin: 0;
	max-width: none;
	padding: 0;
}

.at-publications-template > .wp-block-post-content,
.at-publications-template > .wp-block-post-content > .at-pub {
	margin: 0;
	max-width: none;
}

.at-pub {
	--at-pub-deep: #002f46;
	--at-pub-navy: #003d59;
	--at-pub-blue: #0679a4;
	--at-pub-sky: #51c0e3;
	--at-pub-copy: #49616c;
	--at-pub-line: #cfdee3;
	--at-pub-soft: #eef5f6;
	background: #f7f9f8;
	color: #0a3042;
	min-height: 62vh;
}

.at-pub *,
.at-pub *::before,
.at-pub *::after { box-sizing: border-box; }
.at-pub h1,
.at-pub h2,
.at-pub p { margin-top: 0; }
.at-pub img { display: block; height: auto; max-width: 100%; }
.at-pub-container { margin-inline: auto; max-width: 1180px; width: calc(100% - 48px); }

.at-pub-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(81,192,227,.16), transparent 25%),
		linear-gradient(120deg, var(--at-pub-deep), #064f6d);
	color: #fff;
	padding: clamp(34px,5vw,60px) 0 0;
}

.at-pub-breadcrumb {
	align-items: center;
	color: #bcd8e2;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 7px;
	margin-bottom: clamp(28px,4vw,46px);
}
.at-pub-breadcrumb a { color: #e7f4f7; text-decoration: none; }
.at-pub-breadcrumb a:hover { text-decoration: underline; }
.at-pub-breadcrumb span:last-child { color: #80d5ee; font-weight: 750; }

.at-pub-hero__copy { max-width: 820px; }
.at-pub-kicker {
	color: #7ed7ef;
	display: block;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .13em;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.at-pub-hero h1 {
	color: #fff;
	font-size: clamp(42px,5.7vw,72px);
	letter-spacing: -.052em;
	line-height: .98;
	margin-bottom: 19px;
	text-wrap: balance;
}
.at-pub-hero__copy p {
	color: #d1e5eb;
	font-size: clamp(16px,2vw,19px);
	line-height: 1.62;
	margin-bottom: 0;
	max-width: 760px;
	text-wrap: pretty;
}

.at-pub-nav {
	align-items: stretch;
	display: flex;
	gap: 2px;
	margin-top: clamp(34px,5vw,54px);
	overflow-x: auto;
	scrollbar-width: none;
}
.at-pub-nav::-webkit-scrollbar { display: none; }
.at-pub-nav a {
	border-bottom: 3px solid transparent;
	color: #c7dfe7;
	font-size: 13px;
	font-weight: 750;
	min-width: max-content;
	padding: 14px 18px 15px;
	text-decoration: none;
}
.at-pub-nav a:first-child { padding-left: 0; }
.at-pub-nav a:hover { color: #fff; }
.at-pub-nav a.is-active {
	border-bottom-color: #61d3f0;
	color: #fff;
}

.at-pub-results { padding: clamp(34px,5vw,64px) 0 clamp(58px,8vw,96px); }
.at-pub-toolbar {
	align-items: center;
	border-bottom: 1px solid var(--at-pub-line);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 28px;
	padding-bottom: 18px;
}
.at-pub-toolbar > div { align-items: baseline; display: flex; gap: 8px; }
.at-pub-toolbar > div span {
	color: var(--at-pub-deep);
	font-size: 24px;
	font-weight: 850;
	letter-spacing: -.03em;
}
.at-pub-toolbar > div p { color: #6b7f88; font-size: 13px; margin: 0; }
.at-pub-toolbar form { align-items: center; display: flex; gap: 7px; }
.at-pub-toolbar input {
	background: #fff;
	border: 1px solid #bed1d8;
	border-radius: 8px;
	color: #173c4c;
	font: inherit;
	font-size: 13px;
	height: 42px;
	min-width: min(320px,34vw);
	padding: 8px 12px;
}
.at-pub-toolbar input:focus { border-color: var(--at-pub-blue); box-shadow: 0 0 0 3px rgba(6,121,164,.12); outline: 0; }
.at-pub-toolbar button,
.at-pub-toolbar form > a {
	align-items: center;
	border: 1px solid var(--at-pub-navy);
	border-radius: 8px;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	padding: 8px 14px;
	text-decoration: none;
}
.at-pub-toolbar button { background: var(--at-pub-navy); color: #fff; cursor: pointer; }
.at-pub-toolbar form > a { background: transparent; color: var(--at-pub-navy); }

.at-pub-feature {
	background: #fff;
	border: 1px solid var(--at-pub-line);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(0,47,70,.07);
	display: grid;
	grid-template-columns: minmax(0,1.16fr) minmax(340px,.84fr);
	margin-bottom: 28px;
	overflow: hidden;
}
.at-pub-feature__media,
.at-pub-card__media {
	align-items: center;
	background: #edf3f5;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.at-pub-feature__media { aspect-ratio: 16/9; min-height: 350px; }
.at-pub-feature__media img,
.at-pub-card__media img {
	height: 100%;
	object-fit: contain;
	transition: transform .25s ease;
	width: 100%;
}
.at-pub-feature:hover .at-pub-feature__media img,
.at-pub-card:hover .at-pub-card__media img { transform: scale(1.012); }
.at-pub-feature__media.is-placeholder,
.at-pub-card__media.is-placeholder {
	background:
		repeating-linear-gradient(90deg,transparent 0 70px,rgba(255,255,255,.07) 71px),
		linear-gradient(135deg,var(--at-pub-deep),#087aa3);
}
.at-pub-feature__media.is-placeholder > span,
.at-pub-card__media.is-placeholder > span {
	border: 1px solid rgba(255,255,255,.34);
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-size: 25px;
	font-weight: 900;
	height: 86px;
	letter-spacing: .05em;
	place-items: center;
	width: 86px;
}
.at-pub-feature__body {
	align-self: center;
	padding: clamp(28px,4vw,52px);
}
.at-pub-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 7px 12px; }
.at-pub-meta > a {
	color: var(--at-pub-blue);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
}
.at-pub-meta time { color: #71848c; font-size: 11px; }
.at-pub-meta b {
	border-radius: 999px;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .06em;
	padding: 4px 7px;
	text-transform: uppercase;
}
.at-pub-meta b.is-premium { background: var(--at-pub-deep); color: #fff; }
.at-pub-meta b.is-mixed { background: #dff3ec; color: #176f55; }
.at-pub-feature h2 {
	color: var(--at-pub-deep);
	font-size: clamp(29px,3.2vw,43px);
	letter-spacing: -.043em;
	line-height: 1.06;
	margin: 13px 0 16px;
	text-wrap: balance;
}
.at-pub-feature h2 a,
.at-pub-card h2 a { color: inherit; text-decoration: none; }
.at-pub-feature h2 a:hover,
.at-pub-card h2 a:hover { color: var(--at-pub-blue); }
.at-pub-feature__body > p { color: var(--at-pub-copy); font-size: 15px; line-height: 1.64; margin-bottom: 22px; }
.at-pub-read { color: var(--at-pub-navy); font-size: 13px; font-weight: 850; text-decoration: none; }
.at-pub-read:hover { color: var(--at-pub-blue); text-decoration: underline; }

.at-pub-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.at-pub-grid.has-1 { grid-template-columns: minmax(0,780px); }
.at-pub-grid.has-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.at-pub-card {
	background: #fff;
	border: 1px solid var(--at-pub-line);
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(0,47,70,.045);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.at-pub-card:hover { border-color: #9fc8d4; box-shadow: 0 18px 38px rgba(0,47,70,.08); transform: translateY(-2px); }
.at-pub-card__media { aspect-ratio: 16/9; }
.at-pub-card__media.is-placeholder > span { font-size: 17px; height: 58px; width: 58px; }
.at-pub-card__body { display: flex; flex: 1; flex-direction: column; padding: 19px; }
.at-pub-card h2 { color: var(--at-pub-deep); font-size: 20px; letter-spacing: -.025em; line-height: 1.25; margin: 10px 0 10px; overflow-wrap: anywhere; }
.at-pub-card__body > p { color: var(--at-pub-copy); font-size: 13px; line-height: 1.55; margin-bottom: 18px; }
.at-pub-card .at-pub-read { border-top: 1px solid #e2eaed; margin-top: auto; padding-top: 14px; }

.at-pub-empty {
	align-items: center;
	background: #fff;
	border: 1px dashed #acc5ce;
	border-radius: 17px;
	display: flex;
	gap: 24px;
	margin-inline: auto;
	max-width: 820px;
	min-height: 220px;
	padding: clamp(27px,5vw,48px);
}
.at-pub-empty > span { background: var(--at-pub-deep); border-radius: 13px; color: #fff; display: grid; flex: 0 0 64px; font-size: 17px; font-weight: 900; height: 64px; place-items: center; }
.at-pub-empty h2 { color: var(--at-pub-deep); font-size: 24px; margin-bottom: 7px; }
.at-pub-empty p { color: var(--at-pub-copy); margin-bottom: 13px; }
.at-pub-empty a { color: var(--at-pub-blue); font-size: 13px; font-weight: 800; text-decoration: none; }

.at-pub-pagination { margin-top: 38px; }
.at-pub-pagination ul { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.at-pub-pagination a,
.at-pub-pagination span {
	align-items: center;
	background: #fff;
	border: 1px solid var(--at-pub-line);
	border-radius: 8px;
	color: var(--at-pub-navy);
	display: flex;
	font-size: 13px;
	font-weight: 750;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 12px;
	text-decoration: none;
}
.at-pub-pagination .current { background: var(--at-pub-navy); border-color: var(--at-pub-navy); color: #fff; }

.at-pub-next {
	border-top: 1px solid var(--at-pub-line);
	margin-top: clamp(48px,7vw,78px);
	padding-top: clamp(35px,5vw,54px);
}
.at-pub-next > header { margin-bottom: 22px; max-width: 760px; }
.at-pub-next > header .at-pub-kicker { color: var(--at-pub-blue); margin-bottom: 7px; }
.at-pub-next > header h2 { color: var(--at-pub-deep); font-size: clamp(28px,3.5vw,42px); letter-spacing: -.04em; line-height: 1.07; margin-bottom: 9px; }
.at-pub-next > header p { color: var(--at-pub-copy); margin-bottom: 0; }
.at-pub-next__grid { display: grid; gap: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.at-pub-next__grid > a {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--at-pub-line);
	border-radius: 14px;
	color: inherit;
	display: grid;
	gap: 15px;
	grid-template-columns: 48px minmax(0,1fr);
	min-width: 0;
	padding: 20px;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.at-pub-next__grid > a:hover { border-color: #90c4d3; box-shadow: 0 14px 30px rgba(0,47,70,.07); transform: translateY(-2px); }
.at-pub-next__grid > a > span { background: var(--at-pub-deep); border-radius: 10px; color: #fff; display: grid; font-size: 11px; font-weight: 900; height: 48px; letter-spacing: .06em; place-items: center; }
.at-pub-next__grid small { color: var(--at-pub-blue); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.at-pub-next__grid h3 { color: var(--at-pub-deep); font-size: 18px; line-height: 1.2; margin: 4px 0 7px; }
.at-pub-next__grid p { color: var(--at-pub-copy); font-size: 12px; line-height: 1.5; margin-bottom: 14px; }
.at-pub-next__grid b { color: var(--at-pub-navy); font-size: 12px; }

.at-pub a:focus-visible,
.at-pub button:focus-visible,
.at-pub input:focus-visible { outline: 3px solid rgba(81,192,227,.46); outline-offset: 3px; }

@media (max-width: 900px) {
	.at-pub-feature { grid-template-columns: 1fr; }
	.at-pub-feature__media { min-height: 0; }
	.at-pub-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.at-pub-grid.has-1 { grid-template-columns: minmax(0,1fr); max-width: 680px; }
	.at-pub-next__grid { grid-template-columns: 1fr 1fr; }
	.at-pub-next__grid > a:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	.at-pub-container { width: calc(100% - 28px); }
	.at-pub-hero { padding-top: 25px; }
	.at-pub-breadcrumb { margin-bottom: 26px; }
	.at-pub-hero h1 { font-size: clamp(37px,12vw,52px); }
	.at-pub-hero__copy p { font-size: 15px; }
	.at-pub-nav { margin-top: 30px; }
	.at-pub-nav a { padding-inline: 13px; }
	.at-pub-nav a:first-child { padding-left: 0; }
	.at-pub-toolbar { align-items: flex-start; flex-direction: column; gap: 13px; }
	.at-pub-toolbar form { width: 100%; }
	.at-pub-toolbar label { flex: 1; }
	.at-pub-toolbar input { min-width: 0; width: 100%; }
	.at-pub-feature { border-radius: 13px; }
	.at-pub-feature__body { padding: 23px 20px 26px; }
	.at-pub-feature h2 { font-size: 29px; }
	.at-pub-grid,
	.at-pub-grid.has-2 { grid-template-columns: 1fr; }
	.at-pub-card { display: grid; grid-template-columns: 126px minmax(0,1fr); }
	.at-pub-card__media { aspect-ratio: auto; min-height: 154px; }
	.at-pub-card__body { padding: 15px; }
	.at-pub-card h2 { font-size: 17px; }
	.at-pub-card__body > p { display: none; }
	.at-pub-empty { align-items: flex-start; flex-direction: column; gap: 17px; min-height: 0; }
	.at-pub-next__grid { grid-template-columns: 1fr; }
	.at-pub-next__grid > a:first-child { grid-column: auto; }
}

@media (max-width: 430px) {
	.at-pub-toolbar form { display: grid; grid-template-columns: 1fr auto; }
	.at-pub-toolbar form > a { grid-column: 1 / -1; }
	.at-pub-card { grid-template-columns: 106px minmax(0,1fr); }
	.at-pub-card__media { min-height: 144px; }
	.at-pub-card__body { padding: 13px; }
	.at-pub-card .at-pub-meta time { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.at-pub * { scroll-behavior: auto !important; transition: none !important; }
}
