/* Blog listing and category archive. */
body.wsb-blog-page .site-main {
	width: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
}

.wsb-blog {
	color: #08263d;
	background: #f7faf8;
}

.wsb-wrap {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.wsb-kicker {
	margin: 0 0 14px;
	color: #f6cf55;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.wsb-kicker--dark {
	color: #ab7610;
}

.wsb-hero {
	padding: 82px 0 76px;
	background: #062942;
}

.wsb-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
	gap: 88px;
	align-items: center;
}

.wsb-hero__copy {
	max-width: 620px;
	color: #ffffff;
}

.wsb-hero h1,
.wsb-archive-hero h1,
.wsb-section-heading h2,
.wsb-cta h2 {
	margin: 0;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
}

.wsb-hero__copy > p:not(.wsb-kicker) {
	max-width: 550px;
	margin: 25px 0 30px;
	color: #d9e7ea;
	font-size: 19px;
	line-height: 1.65;
}

.wsb-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.wsb-button:hover,
.wsb-button:focus-visible {
	transform: translateY(-2px);
}

.wsb-button--gold {
	color: #08263d;
	background: #f6cf55;
}

.wsb-button--light {
	color: #08263d;
	background: #ffffff;
}

.wsb-featured {
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 20px 38px rgba(0, 10, 23, 0.24);
}

.wsb-featured__image {
	display: block;
	aspect-ratio: 16 / 8.7;
	overflow: hidden;
	background: #0d4867;
}

.wsb-featured__image img,
.wsb-hero__image img,
.wsb-post__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wsb-featured__image img {
	transition: transform 300ms ease;
}

.wsb-featured:hover .wsb-featured__image img {
	transform: scale(1.035);
}

.wsb-featured__content {
	padding: 24px 26px 26px;
}

.wsb-featured__label,
.wsb-post__meta {
	margin: 0 0 10px;
	color: #a86e00;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.7px;
	line-height: 1.35;
	text-transform: uppercase;
}

.wsb-featured h2 {
	margin: 0 0 16px;
	font-size: 25px;
	line-height: 1.2;
}

.wsb-featured h2 a,
.wsb-post h3 a,
.wsb-post h2 a {
	color: inherit;
	text-decoration: none;
}

.wsb-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	color: #9a6300;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.wsb-text-link:hover,
.wsb-text-link:focus-visible,
.wsb-featured h2 a:hover,
.wsb-featured h2 a:focus-visible,
.wsb-post h3 a:hover,
.wsb-post h3 a:focus-visible,
.wsb-post h2 a:hover,
.wsb-post h2 a:focus-visible {
	color: #007f87;
}

.wsb-hero__image {
	overflow: hidden;
	aspect-ratio: 16 / 10;
	box-shadow: 0 20px 38px rgba(0, 10, 23, 0.24);
}

.wsb-topics {
	border-bottom: 1px solid #dce6e4;
	background: #ffffff;
}

.wsb-topics__inner {
	display: flex;
	gap: 10px;
	align-items: center;
	min-height: 76px;
	overflow-x: auto;
	white-space: nowrap;
}

.wsb-topics span {
	margin-right: 8px;
	color: #31586a;
	font-size: 14px;
	font-weight: 800;
}

.wsb-topics a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	padding: 6px 13px;
	border: 1px solid #cbd9d8;
	border-radius: 4px;
	color: #163e54;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.wsb-topics a:hover,
.wsb-topics a:focus-visible,
.wsb-topics a.is-current {
	border-color: #f0c84c;
	color: #08263d;
	background: #f6cf55;
}

.wsb-latest {
	padding: 88px 0 96px;
	background: #f7faf8;
}

.wsb-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.58fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 42px;
}

.wsb-section-heading h2,
.wsb-cta h2 {
	font-size: 42px;
}

.wsb-section-heading > p {
	max-width: 470px;
	margin: 0 0 4px;
	color: #45677a;
	font-size: 17px;
	line-height: 1.65;
}

.wsb-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.wsb-post {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #dae5e3;
	box-shadow: 0 10px 26px rgba(8, 38, 61, 0.07);
}

.wsb-post__image {
	display: block;
	aspect-ratio: 16 / 9.2;
	overflow: hidden;
	background: #0d4867;
}

.wsb-post__image img {
	transition: transform 300ms ease;
}

.wsb-post:hover .wsb-post__image img {
	transform: scale(1.045);
}

.wsb-post__body {
	display: flex;
	min-height: 250px;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 23px 24px 25px;
}

.wsb-post h3,
.wsb-post h2 {
	margin: 0 0 13px;
	font-size: 23px;
	line-height: 1.25;
}

.wsb-post__body > p:not(.wsb-post__meta) {
	margin: 0 0 18px;
	color: #4f6d7f;
	font-size: 15px;
	line-height: 1.6;
}

.wsb-post .wsb-text-link {
	margin-top: auto;
}

.navigation.pagination {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.nav-links {
	display: flex;
	gap: 8px;
	align-items: center;
}

.page-numbers {
	display: inline-flex;
	min-width: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 7px 11px;
	border: 1px solid #c5d3d2;
	border-radius: 4px;
	color: #163e54;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible {
	border-color: #f0c84c;
	color: #08263d;
	background: #f6cf55;
}

.wsb-cta {
	padding: 62px 0;
	background: #087d85;
	color: #ffffff;
}

.wsb-cta__inner {
	display: flex;
	gap: 45px;
	align-items: center;
	justify-content: space-between;
}

.wsb-cta h2 {
	max-width: 730px;
}

.wsb-cta .wsb-button {
	flex: 0 0 auto;
}

.wsb-empty {
	margin: 0;
	padding: 35px;
	border: 1px solid #d7e2df;
	background: #ffffff;
	color: #45677a;
}

.wsb-archive-hero {
	padding: 84px 0 66px;
	background: #062942;
	color: #ffffff;
}

.wsb-archive-hero h1 {
	max-width: 850px;
}

.wsb-archive-hero__description {
	max-width: 650px;
	margin-top: 20px;
	color: #d9e7ea;
	font-size: 18px;
	line-height: 1.65;
}

.wsb-blog--archive .wsb-latest {
	padding-top: 64px;
}

@media (max-width: 1050px) {
	.wsb-hero__grid,
	.wsb-section-heading {
		gap: 44px;
	}

	.wsb-hero h1,
	.wsb-archive-hero h1 {
		font-size: 48px;
	}

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

@media (max-width: 760px) {
	.wsb-wrap {
		width: min(100% - 32px, 560px);
	}

	.wsb-hero {
		padding: 50px 0 52px;
	}

	.wsb-hero__grid,
	.wsb-section-heading {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.wsb-hero h1,
	.wsb-archive-hero h1 {
		font-size: 39px;
	}

	.wsb-hero__copy > p:not(.wsb-kicker) {
		margin: 20px 0 26px;
		font-size: 16px;
	}

	.wsb-featured__content {
		padding: 21px 20px 22px;
	}

	.wsb-featured h2 {
		font-size: 22px;
	}

	.wsb-topics__inner {
		min-height: 66px;
	}

	.wsb-topics span {
		display: none;
	}

	.wsb-latest {
		padding: 60px 0 66px;
	}

	.wsb-section-heading {
		margin-bottom: 30px;
	}

	.wsb-section-heading h2,
	.wsb-cta h2 {
		font-size: 32px;
	}

	.wsb-section-heading > p {
		font-size: 16px;
	}

	.wsb-post-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.wsb-post__body {
		min-height: 0;
		padding: 21px 20px 23px;
	}

	.wsb-post h3,
	.wsb-post h2 {
		font-size: 21px;
	}

	.wsb-cta {
		padding: 48px 0;
	}

	.wsb-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 28px;
	}

	.wsb-cta .wsb-button {
		width: 100%;
	}

	.wsb-archive-hero {
		padding: 54px 0 48px;
	}

	.wsb-archive-hero__description {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wsb-button,
	.wsb-featured__image img,
	.wsb-post__image img {
		transition: none;
	}
}
