/* ─── The Arts Workplace — Site Styles ─────────────────── */
/* NOTE: Using literal hex values — WordPress strips :root variables */
/* ─── Global Font Override ──────────────────────────────── */
/* Override theme's serif font with system sans-serif everywhere */
body, input, button, select, textarea {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.wp-block-navigation a,
.wp-block-navigation__container,
.wp-block-site-title,
.wp-block-site-title a,
nav, nav a, header, header * {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ─── Width Fix ─────────────────────────────────────────── */
/* Remove theme content width constraint so our sections go full width */
.wp-block-post-content {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}

.wp-block-post-content .wp-block-html {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Remove WordPress block gap/margin on HTML blocks */
.wp-block-post-content > .wp-block-html {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

/* ─── Header Styling ────────────────────────────────────── */
/* Tighten the header navigation */
.wp-block-navigation .wp-block-navigation-item__content {
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #454A60 !important;
	padding: 6px 14px !important;
}

.wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #4A8AC8 !important;
}

.wp-block-site-title,
.wp-block-site-title a {
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #454A60 !important;
	text-decoration: none !important;
}

/* Remove extra gap between header and page content */
.wp-block-post-content {
	margin-top: 0 !important;
}

/* ─── Custom Section Styles ─────────────────────────────── */
.taw-blue {
	color: #4A8AC8 !important;
}

.taw-center {
	text-align: center;
}

.taw-container {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 32px;
}

.taw-hero {
	background: #FFFFFF;
	padding: 72px 32px 60px;
	border-bottom: 1px solid #E2E8F0;
}

.taw-section {
	padding: 72px 32px;
}

.taw-soft-bg {
	background: #F8FAFB;
}

.taw-white-bg {
	background: #FFFFFF;
}

.taw-border-top {
	border-top: 1px solid #E2E8F0;
}

.taw-h1 {
	font-weight: 800;
	font-size: 50px;
	line-height: 1.05;
	letter-spacing: -.025em;
	color: #454A60 !important;
	margin-bottom: 22px;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.taw-h1 .taw-blue, .taw-h1 span {
	color: #4A8AC8 !important;
}

.taw-h2 {
	font-weight: 700;
	font-size: 20px;
	color: #1A1D2E;
	letter-spacing: -.01em;
	margin-bottom: 8px;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.taw-h2-lg {
	font-weight: 800;
	font-size: 28px;
	color: #1A1D2E;
	letter-spacing: -.015em;
	margin-bottom: 16px;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.taw-lead {
	font-size: 17px;
	color: #454A60;
	line-height: 1.75;
	margin-bottom: 36px;
}

.taw-muted {
	color: #8A93A8;
}

.taw-blockquote {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	color: #1A1D2E;
	letter-spacing: -.01em;
	margin: 0 0 20px;
	border: none;
	padding: 0;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.taw-attribution {
	font-size: 12px;
	color: #8A93A8;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.taw-btn-group {
	display: flex !important;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 8px;
}

.taw-btn-primary {
	background: #4A8AC8 !important;
	color: #fff !important;
	border: none;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 700;
	padding: 13px 30px;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}

.taw-btn-primary:hover {
	background: #2D6AA8 !important;
}

.taw-btn-outline {
	background: transparent !important;
	color: #454A60 !important;
	border: 1.5px solid #E2E8F0;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}

.taw-btn-outline:hover {
	border-color: #4A8AC8;
	color: #4A8AC8 !important;
}

.taw-blue-line {
	width: 40px;
	height: 2px;
	background: #4A8AC8;
	margin: 0 auto 32px;
	opacity: .5;
}

.taw-pillars {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.taw-pillar-card {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 22px 18px;
	border: 1px solid #E2E8F0;
}

.taw-pillar-bar {
	width: 32px;
	height: 3px;
	background: #4A8AC8;
	border-radius: 2px;
	margin-bottom: 14px;
}

.taw-pillar-title {
	font-weight: 700;
	font-size: 12px;
	color: #1A1D2E;
	margin-bottom: 6px;
	line-height: 1.35;
}

.taw-pillar-desc {
	font-size: 11px;
	color: #8A93A8;
	line-height: 1.6;
}

.taw-topics-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.taw-topic-item {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 10px;
}

.taw-topic-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4A8AC8;
	flex-shrink: 0;
}

.taw-bio-card {
	background: #FFFFFF;
	border-radius: 14px;
	padding: 32px;
	border: 1px solid #E2E8F0;
}

.taw-bio-header {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}

.taw-bio-name {
	font-weight: 700;
	font-size: 15px;
	color: #1A1D2E;
}

.taw-bio-role {
	font-size: 12px;
	color: #4A8AC8;
	margin-top: 2px;
}

.taw-bio-org {
	font-size: 12px;
	color: #8A93A8;
}

.taw-tech-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.taw-tech-card {
	background: #F8FAFB;
	border-radius: 12px;
	padding: 24px 22px;
	border: 1px solid #EDF1F7;
}

.taw-tech-cat {
	font-weight: 700;
	font-size: 12px;
	color: #4A8AC8;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 14px;
	line-height: 1.3;
}

.taw-tech-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.taw-tech-tag {
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #1A1D2E;
	padding: 4px 10px;
	display: inline-block;
}

.taw-channels {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.taw-channel-card {
	background: #FFFFFF;
	border-radius: 14px;
	border: 1px solid #E2E8F0;
	overflow: hidden;
	display: grid;
	grid-template-columns: 260px 1fr;
	box-shadow: 0 1px 4px rgba(0,31,91,0.04);
}

.taw-channel-sidebar {
	border-right: 1px solid #EDF1F7;
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.taw-channel-name {
	font-weight: 800;
	font-size: 20px;
	letter-spacing: -.01em;
}

.taw-channel-handle {
	font-size: 11px;
	color: #8A93A8;
	margin-top: 3px;
}

.taw-channel-desc {
	font-size: 13px;
	color: #454A60;
	line-height: 1.7;
}

.taw-channel-cta {
	display: inline-block;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	padding: 9px 16px;
	border-radius: 6px;
	text-decoration: none !important;
	letter-spacing: .02em;
	align-self: flex-start;
}

.taw-channel-body {
	padding: 32px;
}

.taw-channel-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #8A93A8;
	margin-bottom: 18px;
}

.taw-channel-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.taw-channel-item {
	display: flex;
	gap: 12px;
	align-items: center;
}

.taw-channel-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	flex-shrink: 0;
	opacity: .7;
}

.taw-channel-item-text {
	font-size: 14px;
	color: #454A60;
	line-height: 1.5;
}

.taw-channel-item p {
	margin: 0;
}

.taw-cta {
	background: #F8FAFB;
	padding: 64px 32px;
	border-top: 1px solid #E2E8F0;
	text-align: center;
}

/* ─── Responsive ─────────────────────────────────────────── */
/* ─── Header Layout ──────────────────────────────────────── */
/* Stretch inner header wrapper to full width so nav reaches the right edge */
header .wp-block-group.is-content-justification-right.is-nowrap {
	flex: 1 1 auto !important;
	width: 100% !important;
	justify-content: space-between !important;
}

/* Nav link base styles */
header .wp-block-navigation a {
	color: #454A60 !important;
	text-decoration: none !important;
	text-underline-offset: 5px;
	transition: color 0.2s, text-decoration-color .2s;
}

/* Nav link hover */
header .wp-block-navigation a:hover {
	color: #4A8AC8 !important;
	border-bottom: 2px solid #4A8AC8 !important;
}

/* Active / current page link */
header .wp-block-navigation .current-menu-item > a,
header .wp-block-navigation .wp-block-navigation-link.current-menu-item a {
	color: #4A8AC8 !important;
	border-bottom: 2px solid #4A8AC8 !important;
	font-weight: 600;
}

/* ─── Nav Spacing & Prominence ──────────────────────────── */
/* Tighten WP default 14px horizontal padding on nav links */
header .wp-block-navigation .wp-block-navigation-item a.wp-block-navigation-item__content {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #454A60 !important;
	letter-spacing: .02em !important;
}

header .wp-block-navigation__container {
	gap: 4px !important;
}

header .wp-block-navigation a {
	letter-spacing: .01em !important;
}

/* ─── Header Border ─────────────────────────────────────── */
/* Apply only to the outermost header element (template part) */
header.wp-block-template-part {
	border-bottom: 1px solid #E2E8F0 !important;
}

/* Remove from any nested header inside */
header.wp-block-template-part header,
header.wp-block-template-part div {
	border-bottom: none !important;
}

/* ─── Header/Body Gap ────────────────────────────────────── */
.wp-site-blocks > .wp-block-post-content,
.wp-site-blocks > main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

header + * {
	margin-top: 0 !important;
}

/* ─── Header Padding ─────────────────────────────────────── */
/* alignwide had 0px padding — don't touch it */
header .wp-block-group.alignwide {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* alignfull is the real padding source — reduce bottom only */
header .wp-block-group.alignfull {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

/* ─── Active Nav State (body-class CSS, no JS needed) ────── */
/* Shared active style */
.home header .wp-block-navigation-item a[href="/"],
.page-id-4 header .wp-block-navigation-item a[href="/"],
.page-id-11 header .wp-block-navigation-item a[href*="/about"],
.page-id-10 header .wp-block-navigation-item a[href*="/content"],
.page-id-154 header .wp-block-navigation-item a[href*="/resources"] {
	color: #4A8AC8 !important;
	border-bottom: 2px solid #4A8AC8 !important;
}

/* ─── Inside Page Full-Width Section ───────────────────────── */
/* Override inline max-width:900px and break out of content constraints */
.taw-section, .taw-hero {
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ─── Remove inter-block gaps ───────────────────────────────── */
.wp-block-post-content.is-layout-constrained,
.wp-block-post-content.is-layout-flow {
	gap: 0 !important;
}

.wp-block-post-content > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* ─── Resources Page Full-Width ─────────────────────────── */
.res-hero, .res-section, .res-cta {
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ─── Resources Page ────────────────────────────────────── */
.res-hero {
	background: #FFFFFF;
	padding: 72px 32px 48px;
	border-bottom: 1px solid #E2E8F0;
	width: 100%;
	box-sizing: border-box;
}

.res-hero-inner {
	max-width: 1060px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: flex-end;
	gap: 32px;
}

.res-eyebrow {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #4A8AC8;
	margin-bottom: 14px;
}

.res-h1 {
	font-weight: 800;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -.02em;
	color: #1A1D2E;
	margin-bottom: 16px;
}

.res-intro {
	font-size: 16px;
	color: #454A60;
	line-height: 1.75;
	max-width: 620px;
	margin: 0;
}

.res-filters {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-bottom: 4px;
}

.res-filter-btn {
	background: transparent;
	border: 1.5px solid #E2E8F0;
	border-radius: 99px;
	font-size: 12px;
	font-weight: 600;
	font-family: inherit;
	color: #454A60;
	padding: 6px 16px;
	display: inline-block;
}

.res-filter-btn.active-all {
	background: #4A8AC8;
	color: #FFFFFF;
	border-color: #4A8AC8;
}

.res-section {
	border-top: 1px solid #E2E8F0;
	padding: 56px 32px;
	width: 100%;
	box-sizing: border-box;
}

.res-section:nth-child(odd) {
	background: #F8FAFB;
}

.res-section:nth-child(even) {
	background: #FFFFFF;
}

.res-section-inner {
	max-width: 1060px;
	margin: 0 auto;
}

.res-cat-header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 32px;
}

.res-cat-bar {
	width: 4px;
	height: 28px;
	border-radius: 2px;
	flex-shrink: 0;
}

.res-cat-title {
	font-weight: 800;
	font-size: 22px;
	color: #1A1D2E;
	letter-spacing: -.01em;
	margin: 0;
}

.res-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 18px !important;
}

.res-card {
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E2E8F0;
	overflow: hidden;
	display: flex !important;
	flex-direction: column;
	box-shadow: 0 1px 4px rgba(0,31,91,0.04);
}

.res-card:hover {
	box-shadow: 0 4px 16px rgba(0,31,91,0.09);
}

.res-card-bar {
	height: 4px;
	opacity: .7;
}

.res-card-body {
	padding: 22px 22px 20px;
	flex: 1;
	display: flex !important;
	flex-direction: column;
	gap: 10px;
}

.res-card-body > p {
	margin: 0;
}

.res-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 99px;
}

.res-card-title {
	font-weight: 700 !important;
	font-size: 15px !important;
	color: #1A1D2E !important;
	line-height: 1.35;
	margin: 0 0 4px !important;
}

.res-card-author {
	font-size: 12px !important;
	color: #8A93A8 !important;
	font-weight: 500;
	margin: 0 !important;
}

.res-note {
	flex: 1;
	border-left: 2px solid #EDF1F7;
	padding-left: 12px;
	margin-top: 4px;
}

.res-note-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #8A93A8;
	margin-bottom: 6px;
}

.res-note-text {
	font-size: 13px !important;
	color: #454A60 !important;
	line-height: 1.7;
	font-style: italic;
	margin: 0 !important;
}

.res-link {
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.res-link:hover {
	text-decoration: underline;
}

.res-cta {
	background: #FFFFFF;
	border-top: 1px solid #E2E8F0;
	padding: 64px 32px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.res-cta-inner {
	max-width: 560px;
	margin: 0 auto;
}

.res-cta-bar {
	width: 40px;
	height: 2px;
	background: #4A8AC8;
	margin: 0 auto 28px;
	opacity: .4;
}

.res-cta-h2 {
	font-weight: 700;
	font-size: 20px;
	color: #1A1D2E;
	margin-bottom: 10px;
}

.res-cta-p {
	font-size: 14px;
	color: #8A93A8;
	line-height: 1.7;
	margin-bottom: 28px;
}

.res-cta-btn {
	display: inline-block;
	background: #4A8AC8;
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 28px;
	border-radius: 8px;
	text-decoration: none !important;
}

.res-cta-btn:hover {
	background: #2D6AA8;
}

@media (max-width: 768px) {
	.taw-h1 {
		font-size: 36px;
	}
	
	.taw-pillars {
		grid-template-columns: 1fr 1fr;
	}
	
	.taw-topics-grid {
		grid-template-columns: 1fr;
	}
	
	.taw-tech-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.taw-channel-card {
		grid-template-columns: 1fr;
	}
	
	.taw-channel-sidebar {
		border-right: none;
		border-bottom: 1px solid #EDF1F7;
	}
}

/* ─── Resources Page: Filter (CSS :target) ─── */
body:has(.res-section:target) .res-section {
	display: none !important;
}

.res-section:target {
	display: block !important;
}

body:has(#sec-courses:target) a.res-filter-btn[href="#sec-courses"],
body:has(#sec-youtube:target) a.res-filter-btn[href="#sec-youtube"],
body:has(#sec-newsletters:target) a.res-filter-btn[href="#sec-newsletters"],
body:has(#sec-community:target) a.res-filter-btn[href="#sec-community"] {
	background: #4A8AC8;
	color: #FFFFFF;
	border-color: #4A8AC8;
}

body:has(.res-section:target) a.res-filter-btn.active-all {
	background: transparent;
	color: #454A60;
	border-color: #E2E8F0;
}

a.res-filter-btn {
	cursor: pointer;
	text-decoration: none;
}

/* ─── YouTube + Courses: horizontal scroll rows ─── */
#sec-youtube .res-grid,
#sec-courses .res-grid {
	display: flex !important;
	grid-template-columns: unset !important;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	gap: 16px !important;
	padding-bottom: 16px;
}

#sec-youtube .res-card,
#sec-courses .res-card {
	min-width: 280px !important;
	max-width: 280px !important;
	flex-shrink: 0 !important;
	scroll-snap-align: start;
}

#sec-youtube .res-grid::-webkit-scrollbar,
#sec-courses .res-grid::-webkit-scrollbar {
	height: 4px;
}

#sec-youtube .res-grid::-webkit-scrollbar-track,
#sec-courses .res-grid::-webkit-scrollbar-track {
	background: #F8FAFB;
}

#sec-youtube .res-grid::-webkit-scrollbar-thumb,
#sec-courses .res-grid::-webkit-scrollbar-thumb {
	background: #E2E8F0;
	border-radius: 2px;
}

/* ——— Article / Single Post Typography ——— */
.single-post h1.wp-block-post-title,
.single-post .entry-title {
	color: #1a1a2e !important;
	font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
	line-height: 1.25 !important;
}

.single-post .wp-block-post-content,
.single-post .entry-content {
	color: #454a60 !important;
	font-size: 1rem !important;
	line-height: 1.75 !important;
}

.single-post .wp-block-post-content p,
.single-post .entry-content p {
	color: #454a60 !important;
	font-size: 1rem !important;
}

.single-post .wp-block-post-content h2,
.single-post .entry-content h2 {
	font-size: 1.375rem !important;
	color: #1a1a2e !important;
	font-weight: 700 !important;
	margin-top: 2em !important;
}

.single-post .wp-block-post-content h3,
.single-post .entry-content h3 {
	font-size: 1.125rem !important;
	color: #1a1a2e !important;
	font-weight: 600 !important;
}

.single-post .wp-block-post-content a {
	color: #cc0000 !important;
}

.single-post .wp-block-post-content ul,
.single-post .wp-block-post-content ol {
	color: #454a60 !important;
}

/* Fix: post title is h2.wp-block-post-title, not h1 */
.single-post .wp-block-post-title {
	color: #1a1a2e !important;
	font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
	line-height: 1.25 !important;
}

.single-post .wp-block-post-title.has-large-font-size {
	font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
/* Wider container + paragraph spacing */
	margin-left: auto !important;
	margin-right: auto !important;
}

.single-post .wp-block-post-content > * {
	max-width: 820px !important;
}

.single-post .wp-block-post-content p {
	margin-bottom: 1.25em !important;
}

.single-post .wp-block-post-content h2 {
	margin-bottom: .5em !important;
}

.single-post .wp-block-post-content h3 {
	margin-bottom: .4em !important;
}

/* ——— Article Visual Polish ——— */
/* Blockquote: left accent bar + light background */
.single-post .wp-block-post-content blockquote,
.single-post .entry-content blockquote {
	border-left: 4px solid #0044CC !important;
	background: #f0f4ff !important;
	padding: 1em 1.25em !important;
	margin: 1.75em 0 !important;
	border-radius: 0 4px 4px 0 !important;
	font-size: 1.05rem !important;
	font-style: italic !important;
	color: #1a1a2e !important;
}

.single-post .wp-block-post-content blockquote p,
.single-post .entry-content blockquote p {
	color: #1a1a2e !important;
	margin-bottom: 0 !important;
}

/* H2: thin rule above each section heading */
.single-post .wp-block-post-content h2,
.single-post .entry-content h2 {
	border-top: 2px solid #e8eaf0 !important;
	padding-top: 1.25em !important;
	margin-top: 2.5em !important;
}

/* H3: left accent pip */
.single-post .wp-block-post-content h3,
.single-post .entry-content h3 {
	padding-left: .75em !important;
	border-left: 3px solid #0044CC !important;
}

/* Lead paragraph: first  slightly larger */
.single-post .wp-block-post-content > p:first-of-type {
	font-size: 1.125rem !important;
	line-height: 1.7 !important;
}

/* Post meta (date, author) below title */
.single-post .wp-block-post-date,
.single-post .wp-block-post-author {
	color: #6b7280 !important;
	font-size: .875rem !important;
	letter-spacing: .02em !important;
}

/* Title bottom spacing */
.single-post .wp-block-post-title {
	margin-bottom: 1.75rem !important;
}

/* Author byline on single posts */
.single-post .wp-block-post-title::before {
	content: 'By Amy Bruce';
	display: block;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #6b7280;
	margin-bottom: .6rem;
}