:root {
	--lp-ink: #10100f;
	--lp-paper: #f6f1e8;
	--lp-paper-2: #f7efe1;
	--lp-paper-3: #efe3cf;
	--lp-muted: #6f655b;
	--lp-red: #a51d16;
	--lp-red-dark: #8f140f;
	--lp-orange: #b35a21;
	--lp-teal: #0f5a5d;
	--lp-mustard: #d9b56f;
	--lp-oxblood: #6f1713;
	--lp-cream-text: #fff4df;
	--lp-dark-body: #d8cbb7;
	--lp-gold: #d9b56f;
	--lp-card-border: #ded3c3;
	--lp-rule: rgba(17, 16, 14, 0.2);
	--lp-shadow: 0 12px 24px rgba(17, 16, 14, 0.08);
	--lp-radius: 6px;
	--lp-shell: 1040px;
}

body.liberal-propaganda-theme {
	background: var(--lp-paper);
	color: var(--lp-ink);
	font-family: Arial, Helvetica, sans-serif;
}

body.liberal-propaganda-theme h1,
body.liberal-propaganda-theme h2,
body.liberal-propaganda-theme h3,
body.liberal-propaganda-theme .site-title {
	color: var(--lp-ink);
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
}

body.liberal-propaganda-theme a {
	color: var(--lp-red-dark);
}

body.liberal-propaganda-theme a:hover,
body.liberal-propaganda-theme a:focus {
	color: var(--lp-red);
}

body.liberal-propaganda-theme .ast-primary-header-bar,
body.liberal-propaganda-theme .main-header-bar {
	background: rgba(246, 241, 232, 0.96);
	border-bottom: 1px solid var(--lp-card-border);
	box-shadow: none;
}

body.liberal-propaganda-theme .main-header-menu .menu-link,
body.liberal-propaganda-theme .ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--lp-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lp-site-main {
	background: transparent;
	overflow-x: clip;
}

.lp-site-main,
.lp-site-main * {
	box-sizing: border-box;
}

body.lp-front-page .site-content > .ast-container {
	display: block;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.lp-site-main .lp-section.wp-block-group,
.lp-site-main .lp-section .wp-block-group,
.lp-site-main .lp-section .wp-block-columns,
.lp-site-main .lp-section .wp-block-column,
.lp-site-main .lp-section .wp-block-image {
	margin-block-end: 0;
	margin-block-start: 0;
}

.lp-shell {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	padding: 0;
	width: min(var(--lp-shell), calc(100% - 32px));
}

.lp-section {
	padding: clamp(3rem, 7vw, 6.5rem) 0;
	position: relative;
}

.lp-section--paper {
	background: var(--lp-paper);
}

.lp-section--ink {
	background: var(--lp-ink);
	color: var(--lp-dark-body);
}

.lp-section--ink h2 {
	color: var(--lp-cream-text);
}

.lp-section--ink .lp-stamp,
.lp-section--ink .lp-text-link {
	color: var(--lp-gold);
}

.lp-section--ink a {
	color: var(--lp-gold);
}

.lp-section--ink a:hover,
.lp-section--ink a:focus {
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-section--ink a:hover,
body.liberal-propaganda-theme .lp-section--ink a:focus {
	color: var(--lp-cream-text);
}

.lp-section--ruled {
	background: var(--lp-paper-2);
	border-block: 1px solid var(--lp-card-border);
}

.lp-hero {
	background: var(--lp-paper);
	border-bottom: 1px solid var(--lp-card-border);
	min-height: auto;
	padding: clamp(2.5rem, 4vw, 4.35rem) 0 clamp(3rem, 5vw, 5rem);
}

.lp-hero__masthead {
	border-top: 3px solid var(--lp-ink);
	border-bottom: 3px solid var(--lp-ink);
	margin-bottom: clamp(1.35rem, 3.2vw, 2.2rem);
	padding: clamp(0.9rem, 1.8vw, 1.35rem) 0 0;
	text-align: center;
}

.lp-hero__inner {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.35rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.lp-hero h1 {
	font-size: clamp(4.75rem, 5.35vw, 4.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.88;
	margin: 0 auto;
	max-width: 100%;
	overflow-wrap: normal;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	word-break: normal;
}

.lp-page-hero h1 {
	font-size: clamp(3rem, 8vw, 6rem);
	font-weight: 900;
	line-height: 0.9;
	margin: 0 0 1.25rem;
	max-width: 11ch;
	text-transform: uppercase;
}

.lp-hero h1 span {
	display: inline;
}

.lp-hero h1 span + span::before {
	content: none;
}

.lp-hero-subheader {
	color: var(--lp-ink);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(0.82rem, 1.2vw, 1.05rem);
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin: clamp(0.6rem, 1.2vw, 0.85rem) auto 0.8rem;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.lp-hero__kicker {
	margin: clamp(0.65rem, 1.4vw, 0.95rem) 0 0.85rem;
}

.lp-section-strip {
	align-items: stretch;
	border-top: 1px solid var(--lp-ink);
	display: flex;
	flex-wrap: wrap;
	margin-top: clamp(0.8rem, 1.7vw, 1.15rem);
	width: 100%;
}

.lp-section-strip span,
.lp-section-strip a,
.lp-section-strip p {
	border-right: 1px solid var(--lp-ink);
	color: var(--lp-ink);
	display: inline-flex;
	flex: 1 1 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(0.66rem, 0.9vw, 0.82rem);
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.11em;
	line-height: 1;
	min-width: 0;
	padding: 0.72rem 0.85rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.lp-section-strip span:last-child,
.lp-section-strip a:last-child,
.lp-section-strip p:last-child {
	border-right: 0;
}

.lp-section-strip a:hover,
.lp-section-strip a:focus {
	background: var(--lp-ink);
	color: var(--lp-cream-text);
}

.lp-hero__lede {
	color: var(--lp-ink);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 1.35rem;
	max-width: 48rem;
}

.lp-hero__copy,
.lp-main-blocks,
.lp-main-block,
.lp-main-block__copy,
.lp-section-strip {
	min-width: 0;
}

.lp-stamp {
	align-items: center;
	border: 1px solid currentColor;
	color: var(--lp-ink);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 0.85rem;
	padding: 0.45rem 0.62rem;
	text-transform: uppercase;
}

.lp-stamp::before {
	content: none;
}

.lp-button-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.35rem 0 0.95rem;
}

.lp-button,
body.liberal-propaganda-theme .button,
body.liberal-propaganda-theme button.button,
body.liberal-propaganda-theme input[type="submit"] {
	align-items: center;
	border: 1px solid var(--lp-ink);
	border-radius: 0;
	box-shadow: none;
	display: inline-flex;
	font-size: clamp(0.78rem, 0.85vw, 0.92rem);
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	min-height: 42px;
	padding: 0.72rem 1.05rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.lp-button:hover,
.lp-button:focus,
body.liberal-propaganda-theme .button:hover,
body.liberal-propaganda-theme .button:focus,
body.liberal-propaganda-theme button.button:hover,
body.liberal-propaganda-theme button.button:focus,
body.liberal-propaganda-theme input[type="submit"]:hover,
body.liberal-propaganda-theme input[type="submit"]:focus {
	box-shadow: none;
	transform: none;
}

.lp-button--primary,
body.liberal-propaganda-theme .button,
body.liberal-propaganda-theme button.button,
body.liberal-propaganda-theme input[type="submit"] {
	background: var(--lp-ink);
	color: var(--lp-cream-text);
}

.lp-button--primary:hover,
.lp-button--primary:focus,
body.liberal-propaganda-theme .button:hover,
body.liberal-propaganda-theme .button:focus {
	background: var(--lp-red);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-button--primary:hover,
body.liberal-propaganda-theme .lp-button--primary:focus {
	background: var(--lp-red);
	border-color: var(--lp-red);
	color: var(--lp-cream-text);
}

.lp-button--secondary {
	background: transparent;
	color: var(--lp-ink);
}

.lp-button--secondary:hover,
.lp-button--secondary:focus {
	background: var(--lp-ink);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-button--secondary:hover,
body.liberal-propaganda-theme .lp-button--secondary:focus {
	background: var(--lp-ink);
	border-color: var(--lp-ink);
	color: var(--lp-cream-text);
}

.wp-block-button.lp-button,
.wp-block-button.lp-poster-tile__button,
.wp-block-button.lp-size-chip {
	background: transparent;
	border: 0;
	box-shadow: none;
	display: inline-flex;
	margin: 0;
	min-height: 0;
	padding: 0;
	text-decoration: none;
}

.wp-block-button.lp-button .wp-block-button__link,
.wp-block-button.lp-poster-tile__button .wp-block-button__link,
.wp-block-button.lp-size-chip .wp-block-button__link {
	align-items: center;
	border-radius: 0;
	box-shadow: none;
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.wp-block-button.lp-button .wp-block-button__link {
	border: 1px solid var(--lp-ink);
	font-size: clamp(0.78rem, 0.85vw, 0.92rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	min-height: 42px;
	padding: 0.72rem 1.05rem;
}

.wp-block-button.lp-button--primary .wp-block-button__link {
	background: var(--lp-ink);
	color: var(--lp-cream-text);
}

.wp-block-button.lp-button--secondary .wp-block-button__link {
	background: transparent;
	color: var(--lp-ink);
}

body.liberal-propaganda-theme .wp-block-button.lp-button--primary .wp-block-button__link:hover,
body.liberal-propaganda-theme .wp-block-button.lp-button--primary .wp-block-button__link:focus {
	background: var(--lp-red);
	border-color: var(--lp-red);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .wp-block-button.lp-button--secondary .wp-block-button__link:hover,
body.liberal-propaganda-theme .wp-block-button.lp-button--secondary .wp-block-button__link:focus {
	background: var(--lp-ink);
	border-color: var(--lp-ink);
	color: var(--lp-cream-text);
}

.lp-fine-print {
	color: var(--lp-muted);
	font-size: 0.84rem;
	font-weight: 700;
	margin: 1rem 0 0;
	max-width: 34rem;
}

.lp-poster-wall {
	display: grid;
	gap: clamp(0.75rem, 1.2vw, 1rem);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	transform: none;
}

.lp-main-blocks {
	align-items: stretch;
}

.lp-main-block {
	border: 1px solid var(--lp-ink);
	box-shadow: none;
	color: var(--lp-cream-text);
	display: grid;
	gap: 0.9rem;
	grid-template-rows: auto minmax(6.75rem, auto) auto auto auto;
	min-height: clamp(22rem, 33vw, 27rem);
	padding: clamp(1rem, 1.8vw, 1.45rem);
	position: relative;
	text-decoration: none;
}

.lp-photo-block {
	background: var(--lp-oxblood);
}

.lp-poster-block {
	background: var(--lp-teal);
}

.lp-main-block__copy {
	display: grid;
	gap: 0.55rem;
}

.lp-main-block__kicker {
	align-self: start;
	border: 1px solid currentColor;
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68rem;
	font-weight: 900;
	justify-self: start;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 0.38rem 0.5rem;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-main-block .lp-main-block__title {
	color: inherit;
	font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
	font-size: clamp(2.75rem, 4.3vw, 3.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.82;
	margin: 0;
	text-transform: uppercase;
}

.lp-main-block__desc {
	color: var(--lp-cream-text);
	font-size: clamp(0.92rem, 1.4vw, 1.08rem);
	font-weight: 800;
	line-height: 1.28;
	margin: 0;
	max-width: 34rem;
}

.lp-main-block__image {
	align-items: center;
	aspect-ratio: 1 / 1;
	background:
		linear-gradient(90deg, rgba(16, 16, 15, 0.12) 1px, transparent 1px) 0 0 / 20% 100%,
		linear-gradient(rgba(16, 16, 15, 0.13) 1px, transparent 1px) 0 0 / 100% 33.333%,
		var(--lp-cream-text);
	border: 1px solid var(--lp-cream-text);
	box-sizing: border-box;
	color: var(--lp-ink);
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68rem;
	font-weight: 900;
	justify-content: center;
	justify-self: center;
	letter-spacing: 0.12em;
	line-height: 1;
	min-height: 0;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: min(100%, 17rem);
}

.lp-main-block__image--placeholder {
	background:
		linear-gradient(90deg, rgba(16, 16, 15, 0.16) 1px, transparent 1px) 0 0 / 20% 100%,
		linear-gradient(rgba(16, 16, 15, 0.16) 1px, transparent 1px) 0 0 / 100% 33.333%,
		linear-gradient(135deg, rgba(16, 16, 15, 0.08) 0 25%, transparent 25% 50%, rgba(16, 16, 15, 0.08) 50% 75%, transparent 75%) 0 0 / 34px 34px,
		var(--lp-cream-text);
}

.lp-main-block__image--placeholder::before,
.lp-main-block__image--placeholder::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.lp-main-block__image--placeholder::before {
	border: 2px solid rgba(16, 16, 15, 0.24);
	inset: 0.7rem;
}

.lp-main-block__image--placeholder::after {
	background: repeating-linear-gradient(90deg, rgba(16, 16, 15, 0.24) 0 0.34rem, transparent 0.34rem 0.68rem);
	height: 0.42rem;
	left: 0.9rem;
	right: 0.9rem;
	top: 0.9rem;
}

.lp-main-block__image--placeholder span {
	background: var(--lp-ink);
	border: 1px solid var(--lp-ink);
	color: var(--lp-cream-text);
	display: inline-flex;
	padding: 0.46rem 0.7rem;
	position: relative;
	z-index: 1;
}

.lp-main-block__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-main-block__proof-strip {
	background: rgba(16, 16, 15, 0.16);
	border: 1px solid rgba(255, 244, 223, 0.65);
	box-sizing: border-box;
	display: grid;
	gap: 0.32rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-self: center;
	min-height: 0;
	padding: 0.32rem;
	width: min(100%, 17rem);
}

.lp-main-block__proof-strip img,
.lp-main-block__proof-strip span {
	aspect-ratio: 1 / 1;
	background:
		linear-gradient(135deg, transparent 0 47%, rgba(16, 16, 15, 0.18) 47% 53%, transparent 53%),
		linear-gradient(45deg, transparent 0 47%, rgba(16, 16, 15, 0.12) 47% 53%, transparent 53%),
		linear-gradient(90deg, rgba(16, 16, 15, 0.16) 1px, transparent 1px) 0 0 / 25% 100%,
		linear-gradient(rgba(16, 16, 15, 0.12) 1px, transparent 1px) 0 0 / 100% 50%,
		var(--lp-cream-text);
	border: 1px solid rgba(255, 244, 223, 0.84);
	box-sizing: border-box;
	display: block;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.lp-main-block__proof-strip span::after {
	background: var(--lp-ink);
	bottom: 0.28rem;
	content: "";
	height: 0.22rem;
	left: 0.32rem;
	opacity: 0.22;
	position: absolute;
	right: 0.32rem;
}

.lp-main-block__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem;
}

.lp-main-block__links .lp-mini-link {
	align-items: center;
	border: 1px solid rgba(255, 244, 223, 0.72);
	color: var(--lp-cream-text);
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.64rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.08;
	min-height: 2.2rem;
	padding: 0.45rem 0.52rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-main-block__links .lp-mini-link {
	color: var(--lp-cream-text);
}

.lp-main-block__links a.lp-mini-link:hover,
.lp-main-block__links a.lp-mini-link:focus {
	background: var(--lp-cream-text);
	border-color: var(--lp-cream-text);
	color: var(--lp-ink);
}

body.liberal-propaganda-theme .lp-main-block__links a.lp-mini-link:hover,
body.liberal-propaganda-theme .lp-main-block__links a.lp-mini-link:focus {
	color: var(--lp-ink);
}

.lp-mini-link--coming-soon {
	background-color: var(--lp-gold);
	border-color: var(--lp-gold);
	border-style: dashed;
	color: var(--lp-ink);
	cursor: not-allowed;
	flex-direction: column;
	gap: 0.16rem;
	position: relative;
}

body.liberal-propaganda-theme .lp-main-block__links .lp-mini-link--coming-soon {
	color: var(--lp-ink);
}

.lp-mini-link--coming-soon:hover,
.lp-mini-link--coming-soon:focus,
.lp-mini-link--coming-soon:focus-visible {
	background-color: var(--lp-cream-text);
	border-color: var(--lp-cream-text);
	color: var(--lp-ink);
	outline: 2px solid var(--lp-cream-text);
	outline-offset: 2px;
}

body.liberal-propaganda-theme .lp-mini-link--coming-soon:hover,
body.liberal-propaganda-theme .lp-mini-link--coming-soon:focus,
body.liberal-propaganda-theme .lp-mini-link--coming-soon:focus-visible {
	color: var(--lp-ink);
}

.lp-coming-soon-badge {
	background: var(--lp-cream-text);
	border: 1px solid currentColor;
	color: var(--lp-ink);
	display: inline-flex;
	font-size: 0.52rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0.16rem 0.28rem;
	text-transform: uppercase;
}

.lp-mini-link--coming-soon:hover .lp-coming-soon-badge,
.lp-mini-link--coming-soon:focus .lp-coming-soon-badge,
.lp-mini-link--coming-soon:focus-visible .lp-coming-soon-badge {
	background: var(--lp-ink);
	color: var(--lp-cream-text);
}

.lp-main-block__button {
	align-items: center;
	align-self: end;
	background: var(--lp-cream-text);
	border: 1px solid var(--lp-cream-text);
	color: var(--lp-ink);
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	min-height: 42px;
	padding: 0.72rem 0.9rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-main-block__button {
	color: var(--lp-ink);
}

.lp-main-block__button:hover,
.lp-main-block__button:focus {
	background: var(--lp-gold);
	border-color: var(--lp-gold);
	color: var(--lp-ink);
}

body.liberal-propaganda-theme .lp-main-block__button:hover,
body.liberal-propaganda-theme .lp-main-block__button:focus {
	color: var(--lp-ink);
}

.lp-poster-tile {
	align-items: center;
	aspect-ratio: 4 / 5.4;
	background: var(--lp-paper);
	border: 1px solid var(--lp-ink);
	box-shadow: none;
	display: flex;
	flex-direction: column;
	font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
	height: 100%;
	justify-content: flex-start;
	line-height: 1;
	min-height: 17rem;
	padding: clamp(0.9rem, 1.2vw, 1.1rem);
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.lp-poster-tile__kicker {
	align-self: center;
	border: 1px solid currentColor;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 0.7rem;
	padding: 0.32rem 0.44rem;
}

.lp-poster-tile__title {
	align-items: center;
	display: flex;
	font-size: clamp(1.2rem, 2vw, 1.8rem);
	justify-content: center;
	line-height: 0.95;
	margin-bottom: 0.8rem;
	max-width: 92%;
	min-height: 2.75em;
}

.lp-poster-tile__image {
	background: #fff4df;
	border: 1px solid currentColor;
	display: block;
	height: clamp(3.2rem, 6vw, 4.8rem);
	margin: 0 auto 0.7rem;
	opacity: 1;
	width: min(70%, 8.75rem);
}

.lp-poster-tile__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-poster-tile__desc {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.25;
	margin: 0 auto 0.9rem;
	max-width: 88%;
	min-height: 3.75em;
	text-transform: none;
}

.lp-poster-tile__button {
	align-items: center;
	background: transparent;
	border: 1px solid var(--lp-ink);
	border-radius: 0;
	color: var(--lp-ink);
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.66rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: auto;
	min-height: 34px;
	padding: 0.52rem 0.7rem;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.liberal-propaganda-theme .lp-poster-tile:hover,
body.liberal-propaganda-theme .lp-poster-tile:focus {
	color: inherit;
}

.lp-poster-tile--dark {
	background: var(--lp-ink);
	color: var(--lp-cream-text);
}

.lp-poster-tile--teal {
	background: var(--lp-teal);
	color: var(--lp-cream-text);
}

.lp-poster-tile--gold {
	background: var(--lp-mustard);
	color: var(--lp-ink);
}

.lp-poster-tile--red {
	background: var(--lp-oxblood);
	color: var(--lp-cream-text);
}

.lp-poster-tile--paper {
	background: var(--lp-paper-2);
	color: var(--lp-ink);
}

.lp-poster-tile--photo {
	background: #d8d2c5;
	color: var(--lp-ink);
}

body.liberal-propaganda-theme .lp-poster-tile--dark:hover,
body.liberal-propaganda-theme .lp-poster-tile--dark:focus,
body.liberal-propaganda-theme .lp-poster-tile--teal:hover,
body.liberal-propaganda-theme .lp-poster-tile--teal:focus,
body.liberal-propaganda-theme .lp-poster-tile--red:hover,
body.liberal-propaganda-theme .lp-poster-tile--red:focus {
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-poster-tile--gold:hover,
body.liberal-propaganda-theme .lp-poster-tile--gold:focus,
body.liberal-propaganda-theme .lp-poster-tile--paper:hover,
body.liberal-propaganda-theme .lp-poster-tile--paper:focus,
body.liberal-propaganda-theme .lp-poster-tile--photo:hover,
body.liberal-propaganda-theme .lp-poster-tile--photo:focus {
	color: var(--lp-ink);
}

.lp-poster-tile--dark .lp-poster-tile__desc {
	color: var(--lp-dark-body);
}

.lp-poster-tile--teal .lp-poster-tile__desc {
	color: #e4d6bd;
}

.lp-poster-tile--red .lp-poster-tile__desc {
	color: #f4ecd8;
}

.lp-poster-tile--gold .lp-poster-tile__desc,
.lp-poster-tile--paper .lp-poster-tile__desc,
.lp-poster-tile--photo .lp-poster-tile__desc {
	color: #3d3428;
}

.lp-poster-tile--dark .lp-poster-tile__image,
.lp-poster-tile--teal .lp-poster-tile__image,
.lp-poster-tile--red .lp-poster-tile__image {
	background: rgba(255, 244, 223, 0.2);
	border-color: var(--lp-cream-text);
}

.lp-poster-tile--dark .lp-poster-tile__button,
.lp-poster-tile--teal .lp-poster-tile__button,
.lp-poster-tile--red .lp-poster-tile__button {
	background: var(--lp-cream-text);
	border-color: var(--lp-cream-text);
	color: var(--lp-ink);
}

body.liberal-propaganda-theme .lp-poster-tile--dark .lp-poster-tile__button,
body.liberal-propaganda-theme .lp-poster-tile--teal .lp-poster-tile__button,
body.liberal-propaganda-theme .lp-poster-tile--red .lp-poster-tile__button {
	color: var(--lp-ink);
}

.lp-poster-tile--dark .wp-block-button.lp-poster-tile__button,
.lp-poster-tile--teal .wp-block-button.lp-poster-tile__button,
.lp-poster-tile--red .wp-block-button.lp-poster-tile__button {
	background: transparent;
	border: 0;
	color: inherit;
}

.lp-poster-tile--dark .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--teal .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--red .wp-block-button.lp-poster-tile__button .wp-block-button__link {
	background: var(--lp-cream-text);
	border: 1px solid var(--lp-cream-text);
	color: var(--lp-ink);
}

.wp-block-button.lp-poster-tile__button .wp-block-button__link {
	background: transparent;
	border: 1px solid var(--lp-ink);
	color: var(--lp-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	min-height: 34px;
	padding: 0.52rem 0.7rem;
}

.lp-poster-tile--dark:hover .lp-poster-tile__button,
.lp-poster-tile--dark:focus .lp-poster-tile__button,
.lp-poster-tile--teal:hover .lp-poster-tile__button,
.lp-poster-tile--teal:focus .lp-poster-tile__button,
.lp-poster-tile--red:hover .lp-poster-tile__button,
.lp-poster-tile--red:focus .lp-poster-tile__button {
	background: var(--lp-gold);
	border-color: var(--lp-gold);
	color: var(--lp-ink);
}

.lp-poster-tile--dark:hover .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--dark:focus-within .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--teal:hover .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--teal:focus-within .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--red:hover .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--red:focus-within .wp-block-button.lp-poster-tile__button .wp-block-button__link {
	background: var(--lp-gold);
	border-color: var(--lp-gold);
	color: var(--lp-ink);
}

.lp-poster-tile--gold:hover .lp-poster-tile__button,
.lp-poster-tile--gold:focus .lp-poster-tile__button,
.lp-poster-tile--paper:hover .lp-poster-tile__button,
.lp-poster-tile--paper:focus .lp-poster-tile__button,
.lp-poster-tile--photo:hover .lp-poster-tile__button,
.lp-poster-tile--photo:focus .lp-poster-tile__button {
	background: var(--lp-ink);
	border-color: var(--lp-ink);
	color: var(--lp-cream-text);
}

.lp-poster-tile--gold:hover .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--gold:focus-within .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--paper:hover .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--paper:focus-within .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--photo:hover .wp-block-button.lp-poster-tile__button .wp-block-button__link,
.lp-poster-tile--photo:focus-within .wp-block-button.lp-poster-tile__button .wp-block-button__link {
	background: var(--lp-ink);
	border-color: var(--lp-ink);
	color: var(--lp-cream-text);
}

.lp-section-heading {
	border-top: 2px solid var(--lp-ink);
	border-bottom: 1px solid var(--lp-card-border);
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
	max-width: 760px;
	padding: 0.95rem 0 1rem;
}

.lp-section-heading h2 {
	font-size: clamp(2rem, 5vw, 4.4rem);
	font-weight: 900;
	line-height: 0.95;
	margin: 0;
	text-transform: uppercase;
}

#lp-collections-title {
	font-size: clamp(1.35rem, 4.55vw, 2.9rem);
	line-height: 0.9;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: normal;
}

.lp-section-heading__body {
	color: var(--lp-muted);
	font-weight: 700;
	line-height: 1.45;
	margin: 0.8rem 0 0;
	max-width: 42rem;
}

.lp-section-heading--split {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	max-width: none;
}

.lp-text-link {
	border-bottom: 1px solid currentColor;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding-bottom: 0.25rem;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.lp-collection-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-collection-groups {
	display: grid;
	gap: clamp(1.6rem, 4vw, 2.6rem);
}

.lp-collection-group {
	scroll-margin-top: 6rem;
}

.lp-collection-group__title {
	border-bottom: 1px solid var(--lp-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(0.78rem, 0.95vw, 0.95rem);
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 0.85rem;
	padding-bottom: 0.55rem;
	text-transform: uppercase;
}

.lp-collection-card {
	background: var(--lp-paper-2);
	border: 1px solid var(--lp-card-border);
	border-radius: var(--lp-radius);
	color: var(--lp-ink);
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	justify-content: flex-start;
	min-height: 136px;
	padding: 1.12rem 1.25rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.lp-collection-card:hover,
.lp-collection-card:focus,
.lp-collection-card:focus-visible {
	background: #fffaf1;
	border-color: var(--lp-ink);
	color: var(--lp-ink);
}

body.liberal-propaganda-theme .lp-collection-card:hover,
body.liberal-propaganda-theme .lp-collection-card:focus,
body.liberal-propaganda-theme .lp-collection-card:focus-visible {
	color: var(--lp-ink);
}

.lp-collection-card__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1rem, 1.1vw, 1.25rem);
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.15;
	margin-bottom: 0;
	text-transform: uppercase;
}

.lp-collection-card__title a {
	color: inherit;
	text-decoration: none;
}

.lp-collection-card__title a:hover,
.lp-collection-card__title a:focus {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.lp-collection-card__desc {
	color: var(--lp-muted);
	font-size: clamp(0.78rem, 0.9vw, 0.92rem);
	font-weight: 700;
	line-height: 1.32;
	max-width: 94%;
}

.lp-size-grid {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-size-chip {
	background: var(--lp-ink);
	border: 1px solid var(--lp-ink);
	border-radius: var(--lp-radius);
	color: var(--lp-cream-text);
	display: flex;
	font-size: clamp(0.9rem, 1vw, 1.1rem);
	flex-direction: column;
	gap: 0.38rem;
	font-weight: 900;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	min-height: 78px;
	padding: 0.75rem 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-size-chip {
	color: var(--lp-cream-text);
}

/* Locked future-size links retain the Coming Soon treatment without template changes. */
.lp-size-chip--coming-soon,
.lp-size-grid .lp-size-chip[href="/8x10-prints/"],
.lp-size-grid .lp-size-chip[href="/shop-by-size/"] {
	background: #fff4df;
	border: 2px dashed var(--lp-oxblood);
	color: var(--lp-ink);
	cursor: not-allowed;
}

body.liberal-propaganda-theme .lp-size-chip--coming-soon,
body.liberal-propaganda-theme .lp-size-grid .lp-size-chip[href="/8x10-prints/"],
body.liberal-propaganda-theme .lp-size-grid .lp-size-chip[href="/shop-by-size/"] {
	color: var(--lp-ink);
}

.lp-size-chip:hover,
.lp-size-chip:focus,
.lp-size-chip:focus-visible {
	background: var(--lp-red);
	border-color: var(--lp-red);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-size-chip:hover,
body.liberal-propaganda-theme .lp-size-chip:focus,
body.liberal-propaganda-theme .lp-size-chip:focus-visible {
	background: var(--lp-red);
	border-color: var(--lp-red);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-size-chip:focus,
body.liberal-propaganda-theme .lp-size-chip:focus-visible {
	outline: 2px solid var(--lp-gold);
	outline-offset: 3px;
}

.lp-size-chip--coming-soon:hover,
.lp-size-chip--coming-soon:focus,
.lp-size-chip--coming-soon:focus-visible,
.lp-size-grid .lp-size-chip[href="/8x10-prints/"]:hover,
.lp-size-grid .lp-size-chip[href="/8x10-prints/"]:focus,
.lp-size-grid .lp-size-chip[href="/8x10-prints/"]:focus-visible,
.lp-size-grid .lp-size-chip[href="/shop-by-size/"]:hover,
.lp-size-grid .lp-size-chip[href="/shop-by-size/"]:focus,
.lp-size-grid .lp-size-chip[href="/shop-by-size/"]:focus-visible,
body.liberal-propaganda-theme .lp-size-chip--coming-soon:hover,
body.liberal-propaganda-theme .lp-size-chip--coming-soon:focus,
body.liberal-propaganda-theme .lp-size-chip--coming-soon:focus-visible,
body.liberal-propaganda-theme .lp-size-grid .lp-size-chip[href="/8x10-prints/"]:hover,
body.liberal-propaganda-theme .lp-size-grid .lp-size-chip[href="/8x10-prints/"]:focus,
body.liberal-propaganda-theme .lp-size-grid .lp-size-chip[href="/8x10-prints/"]:focus-visible,
body.liberal-propaganda-theme .lp-size-grid .lp-size-chip[href="/shop-by-size/"]:hover,
body.liberal-propaganda-theme .lp-size-grid .lp-size-chip[href="/shop-by-size/"]:focus,
body.liberal-propaganda-theme .lp-size-grid .lp-size-chip[href="/shop-by-size/"]:focus-visible {
	background: var(--lp-gold);
	border-color: var(--lp-ink);
	color: var(--lp-ink);
	outline: 2px solid var(--lp-ink);
	outline-offset: 3px;
}

.lp-size-chip--coming-soon .lp-coming-soon-badge {
	background: var(--lp-ink);
	color: var(--lp-cream-text);
	font-size: 0.58rem;
	padding: 0.22rem 0.38rem;
}

.wp-block-button.lp-size-chip .wp-block-button__link {
	background: var(--lp-ink);
	border: 1px solid var(--lp-ink);
	color: var(--lp-cream-text);
	font-size: clamp(0.9rem, 1vw, 1.1rem);
	font-weight: 900;
	letter-spacing: 0.1em;
	min-height: 78px;
	padding: 0.75rem 1rem;
	width: 100%;
}

body.liberal-propaganda-theme .wp-block-button.lp-size-chip .wp-block-button__link:hover,
body.liberal-propaganda-theme .wp-block-button.lp-size-chip .wp-block-button__link:focus,
body.liberal-propaganda-theme .wp-block-button.lp-size-chip .wp-block-button__link:focus-visible {
	background: var(--lp-red);
	border-color: var(--lp-red);
	color: var(--lp-ink);
}

.lp-about-grid,
.lp-newsletter__inner {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.lp-about-copy {
	border-left: 3px solid var(--lp-red-dark);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.6;
	padding-left: clamp(1.25rem, 3vw, 2rem);
}

.lp-trust-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-trust-grid > div {
	border-top: 1px solid var(--lp-card-border);
	padding-top: 1rem;
}

.lp-trust-grid h3 {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 0.65rem;
	text-align: center;
	text-transform: uppercase;
}

.lp-trust-grid p {
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
	text-align: left;
}

.lp-newsletter {
	background: var(--lp-ink);
	color: var(--lp-cream-text);
}

.lp-newsletter h2 {
	color: var(--lp-cream-text);
}

.lp-newsletter .lp-stamp {
	color: var(--lp-gold);
}

.lp-newsletter .lp-button--primary {
	background: var(--lp-cream-text);
	border-color: var(--lp-cream-text);
	color: var(--lp-ink);
}

.lp-newsletter .lp-button--primary:hover,
.lp-newsletter .lp-button--primary:focus {
	background: var(--lp-gold);
	border-color: var(--lp-gold);
	color: var(--lp-ink);
}

.lp-newsletter__form {
	align-self: center;
	justify-self: end;
}

.lp-newsletter__body {
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1rem;
	max-width: 28rem;
}

.lp-newsletter__body p {
	margin: 0;
}

.lp-newsletter-widget,
.lp-newsletter-widget form {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.lp-newsletter-widget input[type="email"],
body.liberal-propaganda-theme input[type="email"],
body.liberal-propaganda-theme input[type="text"],
body.liberal-propaganda-theme input[type="search"],
body.liberal-propaganda-theme textarea,
body.liberal-propaganda-theme select {
	background: #fffdf7;
	border: 1px solid var(--lp-card-border);
	border-radius: var(--lp-radius);
	box-shadow: none;
	color: var(--lp-ink);
	font-size: 1rem;
	min-height: 44px;
	padding: 0.75rem 0.85rem;
}

.lp-page-hero {
	background: var(--lp-paper);
	border-bottom: 1px solid var(--lp-card-border);
}

.lp-policy-copy {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.65;
	max-width: 880px;
}

.lp-policy-copy h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 900;
	margin: 2rem 0 0.75rem;
	text-transform: uppercase;
}

body.liberal-propaganda-theme:not(.lp-front-page) .site-content > .ast-container {
	display: block;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.lp-page {
	background:
		linear-gradient(rgba(17, 16, 14, 0.035) 1px, transparent 1px),
		var(--lp-paper);
	background-size: 100% 2.25rem;
	padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3.5rem, 7vw, 6rem);
}

.lp-page-article {
	margin: 0;
}

.lp-page-shell {
	background: rgba(255, 253, 247, 0.58);
	border-top: 4px solid var(--lp-ink);
	border-bottom: 4px solid var(--lp-ink);
	margin: 0 auto;
	padding: clamp(1.15rem, 3vw, 2rem) 0 clamp(2rem, 4vw, 3rem);
	width: min(var(--lp-shell), calc(100% - 32px));
}

.lp-page-header {
	border-bottom: 1px solid var(--lp-ink);
	container-type: inline-size;
	min-width: 0;
	padding-bottom: clamp(1rem, 2vw, 1.45rem);
	text-align: center;
}

.lp-page-kicker {
	border-bottom: 1px solid var(--lp-ink);
	border-top: 1px solid var(--lp-ink);
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.1;
	margin: 0 0 clamp(0.85rem, 2vw, 1.25rem);
	padding: 0.45rem 0.75rem;
	text-transform: uppercase;
}

.lp-page-title,
.lp-page-header .lp-heading--single-line {
	display: block;
	font-size: clamp(1rem, 3.4vw, 3rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.86;
	margin: 0 auto;
	max-width: 100%;
	min-width: 0;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
	word-break: normal;
}

@supports (font-size: 1cqw) {
	.lp-page-title,
	.lp-page-header .lp-heading--single-line {
		font-size: clamp(1rem, 4.6cqw, 3rem);
	}
}

.lp-page-content {
	color: var(--lp-ink);
	font-size: clamp(1rem, 1.1vw, 1.08rem);
	font-weight: 700;
	line-height: 1.58;
	padding: clamp(1.35rem, 3vw, 2.15rem) clamp(1rem, 2.8vw, 2rem) 0;
}

.lp-page-content > *:first-child {
	margin-top: 0;
}

.lp-page-content > *:last-child {
	margin-bottom: 0;
}

.lp-page-content h2,
.lp-page-content h3 {
	font-weight: 900;
	line-height: 1;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.lp-page-content h2 {
	font-size: clamp(1.85rem, 4vw, 3.25rem);
}

.lp-page-content h3 {
	color: var(--lp-oxblood);
	font-size: clamp(1.25rem, 2.6vw, 1.65rem);
}

.lp-page-lede {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.7vw, 2rem);
	font-weight: 900;
	line-height: 1.16;
	margin: 0 0 clamp(1.25rem, 3vw, 2rem);
	max-width: 980px;
}

.lp-ruled-section {
	border-top: 2px solid var(--lp-ink);
	margin-top: clamp(1.5rem, 3.5vw, 2.6rem);
	padding-top: clamp(1rem, 2.5vw, 1.5rem);
}

.lp-page-card-grid {
	display: grid;
	gap: clamp(0.8rem, 2vw, 1.1rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: clamp(1rem, 2.5vw, 1.45rem) 0;
}

.lp-page-card {
	background: #fffdf7;
	border: 1px solid var(--lp-card-border);
	border-left: 4px solid var(--lp-oxblood);
	border-radius: var(--lp-radius);
	box-shadow: var(--lp-shadow);
	color: var(--lp-ink);
	display: flex;
	flex-direction: column;
	min-height: 150px;
	padding: 1rem;
	text-decoration: none;
}

.lp-page-card:hover,
.lp-page-card:focus {
	background: var(--lp-paper-2);
	color: var(--lp-ink);
	transform: translateY(-1px);
}

body.liberal-propaganda-theme .lp-page-card:hover,
body.liberal-propaganda-theme .lp-page-card:focus {
	color: var(--lp-ink);
}

.lp-page-card--coming-soon {
	background: #fff4df;
	border-color: var(--lp-gold);
	border-left-color: var(--lp-gold);
	border-style: dashed;
	cursor: not-allowed;
}

.lp-page-card--coming-soon:hover,
.lp-page-card--coming-soon:focus,
body.liberal-propaganda-theme .lp-page-card--coming-soon:hover,
body.liberal-propaganda-theme .lp-page-card--coming-soon:focus {
	background: var(--lp-gold);
	border-color: var(--lp-ink);
	color: var(--lp-ink);
	outline: 2px solid var(--lp-ink);
	outline-offset: 3px;
	transform: none;
}

.lp-page-card--coming-soon .lp-page-card__action {
	color: var(--lp-ink);
}

.lp-page-card h3,
.lp-page-card p,
.lp-page-card__title,
.lp-page-card__desc {
	margin: 0;
}

.lp-page-card h3,
.lp-page-card__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.1vw, 1.95rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	text-transform: uppercase;
}

.lp-page-card p,
.lp-page-card__desc {
	margin-top: 0.55rem;
}

.lp-page-card__desc {
	color: var(--lp-muted);
	font-weight: 700;
	line-height: 1.36;
}

.lp-page-card__action,
.lp-page-button,
.lp-page-content .lp-page-button {
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lp-page-card__action {
	color: var(--lp-oxblood);
	margin-top: auto;
	padding-top: 0.85rem;
}

/* Responsive card title fit system */
.lp-main-block,
.lp-poster-tile,
.lp-collection-card,
.lp-page-card {
	container-type: inline-size;
	min-width: 0;
}

.lp-collection-grid > *,
.lp-page-card-grid > *,
.lp-poster-wall > *,
.lp-size-grid > * {
	min-width: 0;
}

.lp-main-block__copy,
.lp-main-block__title,
.lp-poster-tile__title,
.lp-poster-tile__desc,
.lp-collection-card__title,
.lp-collection-card__desc,
.lp-page-card h3,
.lp-page-card__title,
.lp-page-card p,
.lp-page-card__desc {
	max-width: 100%;
	min-width: 0;
}

body.liberal-propaganda-theme .lp-main-block .lp-main-block__title,
.lp-poster-tile__title,
.lp-collection-card__title,
.lp-page-card h3,
.lp-page-card__title {
	hyphens: none;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

body.liberal-propaganda-theme .lp-main-block .lp-main-block__title {
	font-size: clamp(2.15rem, 3.8vw, 3.55rem);
	line-height: 0.84;
}

.lp-poster-tile__title {
	font-size: clamp(1.05rem, 1.7vw, 1.65rem);
	line-height: 0.94;
	min-height: 2.4em;
}

.lp-collection-card__title {
	font-size: clamp(0.95rem, 1.1vw, 1.15rem);
	line-height: 1.08;
}

.lp-page-card h3,
.lp-page-card__title {
	font-size: clamp(1.05rem, 1.8vw, 1.55rem);
	line-height: 0.98;
}

@supports (font-size: 1cqw) {
	body.liberal-propaganda-theme .lp-main-block .lp-main-block__title {
		font-size: clamp(2.15rem, 16cqw, 3.55rem);
	}

	.lp-poster-tile__title {
		font-size: clamp(1.05rem, 10cqw, 1.7rem);
	}

	.lp-collection-card__title {
		font-size: clamp(0.95rem, 6.2cqw, 1.16rem);
	}

	.lp-page-card h3,
	.lp-page-card__title {
		font-size: clamp(1.05rem, 7.2cqw, 1.68rem);
	}
}

.lp-page-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: clamp(1rem, 2.4vw, 1.5rem) 0 0;
}

.lp-page-button,
.lp-page-content .lp-page-button {
	align-items: center;
	background: var(--lp-ink);
	border: 1px solid var(--lp-ink);
	border-radius: var(--lp-radius);
	color: var(--lp-cream-text);
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0.78rem 1rem;
	text-decoration: none;
}

.lp-page-button:hover,
.lp-page-button:focus,
.lp-page-content .lp-page-button:hover,
.lp-page-content .lp-page-button:focus {
	background: var(--lp-oxblood);
	border-color: var(--lp-oxblood);
	color: var(--lp-cream-text);
}

.lp-page-note,
.lp-page-cta {
	background: var(--lp-paper-2);
	border: 1px solid var(--lp-card-border);
	border-left: 4px solid var(--lp-ink);
	border-radius: var(--lp-radius);
	margin: clamp(1rem, 2.5vw, 1.5rem) 0 0;
	padding: clamp(1rem, 2.5vw, 1.35rem);
}

.lp-page-note p,
.lp-page-cta p {
	margin: 0;
}

.lp-page-note p + p,
.lp-page-cta p + p {
	margin-top: 0.7rem;
}

.lp-page-list {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lp-page-list li {
	border-top: 1px solid var(--lp-card-border);
	padding-top: 0.55rem;
}

.lp-page-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.lp-page-faq {
	display: grid;
	gap: 0.75rem;
	margin-top: 1rem;
}

.lp-page-faq-item {
	background: #fffdf7;
	border: 1px solid var(--lp-card-border);
	border-radius: var(--lp-radius);
	padding: 0.9rem 1rem;
}

.lp-page-faq-item summary {
	color: var(--lp-oxblood);
	cursor: pointer;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.lp-page-faq-item p {
	margin: 0.7rem 0 0;
}

.lp-page-pagination {
	border-top: 1px solid var(--lp-card-border);
	margin-top: 2rem;
	padding-top: 1rem;
}

.lp-product-disclaimer,
.lp-shop-archive-note,
.lp-adult-archive-notice {
	background: var(--lp-paper);
	border: 1px solid var(--lp-card-border);
	border-left: 4px solid var(--lp-red-dark);
	border-radius: var(--lp-radius);
	color: var(--lp-ink);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4;
	margin: 1rem 0;
	padding: 0.85rem 1rem;
}

.lp-adult-archive-notice {
	background: #fff5ef;
}

body.liberal-propaganda-theme.woocommerce ul.products,
body.liberal-propaganda-theme .woocommerce ul.products {
	display: grid;
	gap: clamp(1rem, 2.4vw, 1.5rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

body.liberal-propaganda-theme.woocommerce ul.products::before,
body.liberal-propaganda-theme.woocommerce ul.products::after,
body.liberal-propaganda-theme .woocommerce ul.products::before,
body.liberal-propaganda-theme .woocommerce ul.products::after {
	content: none;
}

body.liberal-propaganda-theme.woocommerce ul.products li.product,
body.liberal-propaganda-theme .woocommerce ul.products li.product {
	background: #fffdf7;
	border: 1px solid var(--lp-card-border);
	border-radius: var(--lp-radius);
	box-shadow: var(--lp-shadow);
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 1rem;
	width: auto;
}

body.liberal-propaganda-theme.woocommerce ul.products li.product a img,
body.liberal-propaganda-theme .woocommerce ul.products li.product a img {
	aspect-ratio: 4 / 5.3;
	background: var(--lp-paper-2);
	border-bottom: 1px solid var(--lp-card-border);
	height: auto;
	margin: 0 0 0.9rem;
	object-fit: cover;
	width: 100%;
}

body.liberal-propaganda-theme.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.liberal-propaganda-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--lp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.1;
	padding: 0 0.9rem;
	text-transform: uppercase;
}

body.liberal-propaganda-theme.woocommerce ul.products li.product .price,
body.liberal-propaganda-theme .woocommerce ul.products li.product .price {
	color: var(--lp-red-dark);
	display: block;
	font-size: 1rem;
	font-weight: 900;
	padding: 0 0.9rem;
}

body.liberal-propaganda-theme.woocommerce ul.products li.product .button,
body.liberal-propaganda-theme .woocommerce ul.products li.product .button {
	margin: 0.85rem 0.9rem 0;
}

body.liberal-propaganda-theme.single-product div.product .product_title {
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

body.liberal-propaganda-theme.single-product div.product p.price,
body.liberal-propaganda-theme.single-product div.product span.price {
	color: var(--lp-red-dark);
	font-size: 1.6rem;
	font-weight: 900;
}

body.liberal-propaganda-theme.woocommerce-cart .cart_totals,
body.liberal-propaganda-theme.woocommerce-checkout #order_review,
body.liberal-propaganda-theme.woocommerce-account .woocommerce-MyAccount-navigation,
body.liberal-propaganda-theme.woocommerce-account .woocommerce-MyAccount-content {
	background: #fffdf7;
	border: 1px solid var(--lp-card-border);
	border-radius: var(--lp-radius);
	padding: 1rem;
}

body.liberal-propaganda-theme table.shop_table {
	background: #fffdf7;
	border: 1px solid var(--lp-card-border);
	border-radius: var(--lp-radius);
}

body.liberal-propaganda-theme table.shop_table th {
	color: var(--lp-ink);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.lp-hero__inner,
	.lp-about-grid,
	.lp-newsletter__inner {
		grid-template-columns: 1fr;
	}

	.lp-poster-wall {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		transform: none;
	}

	.lp-collection-grid,
	.lp-page-card-grid,
	body.liberal-propaganda-theme.woocommerce ul.products,
	body.liberal-propaganda-theme .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.lp-newsletter__form {
		justify-self: start;
	}

	.lp-collection-card {
		min-height: 132px;
		padding: 1.05rem 1.15rem;
	}
}

@media (min-width: 900px) and (max-width: 1200px) {
	.lp-hero h1 {
		font-size: clamp(4.3rem, 7.3vw, 4.85rem);
	}
}

@media (max-width: 899px) {
	.lp-hero h1 {
		font-size: clamp(1.35rem, 6.85vw, 3.35rem);
		white-space: nowrap;
	}
}

@media (max-width: 760px) {
	.lp-shell {
		padding: 0;
		width: min(var(--lp-shell), calc(100% - 24px));
	}

	.lp-hero {
		min-height: auto;
		padding-top: 3rem;
	}

	.lp-hero h1 {
		font-size: clamp(1.35rem, 6.85vw, 3.35rem);
		line-height: 0.9;
		max-width: 100%;
		white-space: nowrap;
	}

	.lp-page-hero h1 {
		font-size: clamp(3rem, 18vw, 5.4rem);
	}

	.lp-hero h1 span {
		display: block;
	}

	.lp-hero h1 span + span::before {
		content: none;
	}

	.lp-hero-subheader {
		font-size: 0.82rem;
		letter-spacing: 0.06em;
	}

	.lp-section-strip a,
	.lp-section-strip span,
	.lp-section-strip p {
		border-bottom: 1px solid var(--lp-ink);
		flex-basis: 50%;
		min-height: 42px;
		padding: 0.7rem 0.55rem;
	}

	.lp-section-strip a:nth-child(2n),
	.lp-section-strip span:nth-child(2n),
	.lp-section-strip p:nth-child(2n) {
		border-right: 0;
	}

	.lp-section-strip a:nth-last-child(-n + 2),
	.lp-section-strip span:nth-last-child(-n + 2),
	.lp-section-strip p:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.lp-section-heading--split {
		align-items: start;
		flex-direction: column;
	}

	.lp-collection-grid,
	.lp-page-card-grid,
	.lp-trust-grid,
	body.liberal-propaganda-theme.woocommerce ul.products,
	body.liberal-propaganda-theme .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.lp-poster-wall {
		grid-template-columns: 1fr;
	}

	.lp-main-block {
		min-height: 0;
	}

	.lp-collection-card {
		min-height: 0;
		padding: 1rem 1.05rem;
	}

	.lp-collection-card__title {
		font-size: clamp(0.95rem, 6.2cqw, 1.16rem);
		line-height: 1.08;
		margin-bottom: 0;
	}

	.lp-collection-card__desc {
		font-size: 0.86rem;
	}

	.lp-size-chip {
		min-height: 70px;
	}

	.lp-page-shell {
		width: min(var(--lp-shell), calc(100% - 24px));
	}

	.lp-page-title {
		font-size: clamp(1rem, 3.4vw, 3rem);
	}

	@supports (font-size: 1cqw) {
		.lp-page-title {
			font-size: clamp(1rem, 4.6cqw, 3rem);
		}
	}
}

@media (max-width: 480px) {
	.lp-collection-grid,
	.lp-page-card-grid,
	body.liberal-propaganda-theme.woocommerce ul.products,
	body.liberal-propaganda-theme .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	body.liberal-propaganda-theme.woocommerce-page.woocommerce-shop ul.products li.product,
	body.liberal-propaganda-theme.woocommerce-page.woocommerce-shop ul.products li.product .astra-shop-summary-wrap {
		min-width: 0;
	}

	body.liberal-propaganda-theme.woocommerce-page.woocommerce-shop ul.products li.product .astra-shop-summary-wrap {
		width: 100%;
	}

	body.liberal-propaganda-theme.woocommerce-page.woocommerce-shop ul.products li.product .button {
		align-items: center;
		display: flex;
		justify-content: center;
		margin: 0.75rem 0.5rem 0;
		max-width: calc(100% - 1rem);
		min-height: 44px;
		min-width: 0;
		padding: 0.65rem 0.45rem;
		text-align: center;
		white-space: normal;
		width: calc(100% - 1rem);
	}

	.lp-hero {
		padding-top: 2.5rem;
	}

	.lp-hero__masthead {
		margin-bottom: 1.25rem;
		padding-top: 0.85rem;
	}

	.lp-hero h1 {
		font-size: clamp(1.35rem, 6.85vw, 3.35rem);
		max-width: 100%;
	}

	.lp-section-strip a,
	.lp-section-strip span,
	.lp-section-strip p {
		border-right: 0;
		flex-basis: 100%;
	}

	.lp-section-strip a:nth-last-child(-n + 2),
	.lp-section-strip span:nth-last-child(-n + 2),
	.lp-section-strip p:nth-last-child(-n + 2) {
		border-bottom: 1px solid var(--lp-ink);
	}

	.lp-section-strip a:last-child,
	.lp-section-strip span:last-child,
	.lp-section-strip p:last-child {
		border-bottom: 0;
	}

	.lp-button,
	body.liberal-propaganda-theme .button,
	body.liberal-propaganda-theme button.button,
	body.liberal-propaganda-theme input[type="submit"] {
		justify-content: center;
		width: 100%;
	}

	.lp-poster-tile {
		min-height: 15rem;
	}

	body.liberal-propaganda-theme .lp-main-block .lp-main-block__title {
		font-size: clamp(2.15rem, 16cqw, 3.35rem);
	}

	.lp-main-block__links a {
		flex: 1 1 calc(50% - 0.45rem);
		justify-content: center;
		text-align: center;
	}

	.lp-poster-tile__title {
		font-size: clamp(1.05rem, 10cqw, 1.6rem);
		line-height: 0.94;
		min-height: 0;
	}

	.lp-poster-tile__desc {
		min-height: 0;
	}

	.lp-size-chip {
		min-height: 66px;
	}
}

/* Newspaper header/rule alignment system */
:root {
	--lp-news-gutter: 32px;
	--lp-news-measure: min(var(--lp-shell), calc(100% - var(--lp-news-gutter)));
	--lp-masthead-size: clamp(4.35rem, 7.4vw, 4.85rem);
	--lp-page-title-size: clamp(1.1rem, 5vw, 3.15rem);
	--lp-section-heading-measure: 760px;
	--lp-section-title-size: clamp(1.35rem, 6.2vw, 4.4rem);
}

.lp-newspaper-measure,
.lp-shell,
.lp-page-shell {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	min-width: 0;
	width: var(--lp-news-measure);
}

.lp-hero__masthead,
.lp-page-header,
.lp-section-heading {
	box-sizing: border-box;
	container-type: inline-size;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	min-width: 0;
	text-align: center;
	width: 100%;
}

.lp-section-heading:not(.lp-section-heading--split) {
	width: min(100%, var(--lp-section-heading-measure));
}

.lp-section-heading--split {
	display: block;
	position: relative;
	width: 100%;
}

.lp-section-heading--split > div {
	min-width: 0;
	width: 100%;
}

.lp-section-heading--split .lp-text-link {
	position: absolute;
	right: 0;
	top: 1.05rem;
}

.lp-hero__masthead #lp-hero-title,
.lp-page-title,
.lp-page-header .lp-heading--single-line,
.lp-section-heading h2,
#lp-collections-title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: normal;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	word-break: normal;
}

.lp-hero__masthead #lp-hero-title {
	font-size: var(--lp-masthead-size);
	line-height: 0.88;
}

.lp-page-title,
.lp-page-header .lp-heading--single-line {
	font-size: var(--lp-page-title-size);
	line-height: 0.88;
}

.lp-section-heading h2 {
	font-size: var(--lp-section-title-size);
	line-height: 0.92;
}

.lp-section--ink .lp-section-heading h2 {
	color: var(--lp-cream-text);
}

.lp-section-heading__body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lp-section-strip {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

@supports (font-size: 1cqw) {
	.lp-hero__masthead #lp-hero-title {
		font-size: clamp(1.35rem, 7.4cqw, 4.85rem);
	}

	.lp-page-title,
	.lp-page-header .lp-heading--single-line {
		font-size: clamp(1.1rem, 5cqw, 3.15rem);
	}

	.lp-section-heading h2 {
		font-size: clamp(1.35rem, 6.2cqw, 4.4rem);
	}

	#lp-collections-title {
		font-size: clamp(1.2rem, 5.8cqw, 2.9rem);
	}
}

@media (max-width: 760px) {
	:root {
		--lp-news-gutter: 24px;
	}

	.lp-section-heading--split .lp-text-link {
		display: inline-flex;
		margin-top: 0.75rem;
		position: static;
	}
}

/* Editorial lower-section alignment */
.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading h2,
.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading #lp-collections-title {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading__body {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading .lp-stamp {
	justify-content: flex-start;
	text-align: left;
}

.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading--split {
	align-items: end;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading--split > div {
	min-width: 0;
	width: auto;
}

.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading--split .lp-text-link {
	align-self: end;
	justify-self: end;
	margin: 0 0 0.18rem;
	position: static;
	right: auto;
	top: auto;
}

.lp-collection-group__title,
.lp-collection-card,
.lp-collection-card__title,
.lp-collection-card__desc,
.lp-page-content h2,
.lp-page-content h3,
.lp-page-lede,
.lp-page-card,
.lp-page-card h3,
.lp-page-card p,
.lp-page-card__title,
.lp-page-card__desc,
.lp-main-block__copy,
.lp-main-block__kicker,
body.liberal-propaganda-theme .lp-main-block .lp-main-block__title,
.lp-main-block__desc,
.lp-about-grid,
.lp-about-grid h2,
.lp-about-copy,
.lp-trust-grid,
.lp-trust-grid h3,
.lp-trust-grid p,
.lp-newsletter__inner,
.lp-newsletter__inner h2,
.lp-newsletter__body {
	text-align: left;
}

.lp-collection-card__desc,
.lp-page-card__desc {
	max-width: 100%;
}

@media (max-width: 760px) {
	.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading--split {
		column-gap: 0.7rem;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.lp-site-main .lp-section:not(.lp-hero) .lp-section-heading--split .lp-text-link {
		justify-self: end;
		margin-top: 0;
	}
}

/* News Cycle width-locked masthead */
body.liberal-propaganda-theme.lp-front-page .lp-hero__masthead #lp-hero-title {
	font-family: "News Cycle", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: clamp(2.35rem, 11.35cqw, 8.15rem);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.76;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow-wrap: normal;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
	word-break: normal;
}

@supports not (font-size: 1cqw) {
	body.liberal-propaganda-theme.lp-front-page .lp-hero__masthead #lp-hero-title {
		font-size: clamp(2.35rem, 8.65vw, 8.15rem);
	}
}

@media (max-width: 760px) {
	body.liberal-propaganda-theme.lp-front-page .lp-hero__masthead #lp-hero-title {
		font-size: clamp(2rem, 11.2cqw, 4rem);
		letter-spacing: -0.04em;
		line-height: 0.8;
	}
}

/* Upper header logo News Cycle reduction */
body.liberal-propaganda-theme .ast-site-title-wrap .site-title,
body.liberal-propaganda-theme .ast-site-title-wrap .site-title a {
	color: var(--lp-ink);
	font-family: "News Cycle", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: clamp(0.78rem, 1vw, 0.86rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	word-break: normal;
}

body.liberal-propaganda-theme .ast-site-title-wrap .site-title {
	margin: 0;
}

/* Local SVG masthead and upper logo */
body.liberal-propaganda-theme .lp-screen-reader-text,
body.liberal-propaganda-theme.lp-front-page .lp-hero__masthead #lp-hero-title.lp-screen-reader-text {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

body.liberal-propaganda-theme.lp-front-page .lp-masthead-svg-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto clamp(0.65rem, 1.1vw, 0.95rem);
	max-width: 100%;
	padding: 0;
	width: 100%;
}

body.liberal-propaganda-theme.lp-front-page .lp-masthead-svg {
	aspect-ratio: 1800 / 218.852;
	display: block;
	height: auto;
	max-width: 100%;
	width: min(100%, 1800px);
}

body.liberal-propaganda-theme .ast-site-title-wrap .site-title,
body.liberal-propaganda-theme .ast-site-title-wrap .site-title a {
	align-items: center;
	display: inline-flex;
	line-height: 0;
}

body.liberal-propaganda-theme .ast-site-title-wrap .site-title a {
	color: var(--lp-ink);
	font-size: 0;
	text-decoration: none;
}

body.liberal-propaganda-theme .lp-upper-logo-svg {
	display: block;
	height: auto;
	max-width: 100%;
	width: clamp(180px, 16vw, 230px);
}

@media (max-width: 921px) {
	body.liberal-propaganda-theme .lp-upper-logo-svg {
		width: clamp(145px, 46vw, 190px);
	}
}

/* Prompt 50 scoped alignment and contrast cleanup */
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-header {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-kicker {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-title,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-header .lp-heading--single-line {
	letter-spacing: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-content h2,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-content h3,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-lede,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-card,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-card h3,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-card p,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-card__title,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-card__desc,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-card__action,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-button-row,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-content ul,
body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-content ol {
	text-align: left;
}

body.liberal-propaganda-theme:not(.lp-front-page) .lp-page-button-row {
	justify-content: flex-start;
}

body.liberal-propaganda-theme.lp-front-page .lp-hero__copy .lp-button-row .lp-button,
body.liberal-propaganda-theme.lp-front-page .lp-hero__copy .lp-button-row .lp-button.lp-button--primary,
body.liberal-propaganda-theme.lp-front-page .lp-hero__copy .lp-button-row .lp-button.lp-button--secondary {
	background: transparent;
	border-color: var(--lp-ink);
	color: var(--lp-red-dark);
	letter-spacing: 0;
}

body.liberal-propaganda-theme.lp-front-page .lp-hero__copy .lp-button-row .lp-button:hover,
body.liberal-propaganda-theme.lp-front-page .lp-hero__copy .lp-button-row .lp-button:focus,
body.liberal-propaganda-theme.lp-front-page .lp-hero__copy .lp-button-row .lp-button:focus-visible {
	background: var(--lp-ink);
	border-color: var(--lp-ink);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme.lp-front-page .lp-main-block__links a,
body.liberal-propaganda-theme.lp-front-page .lp-main-block__links a:visited {
	align-items: center;
	border: 1px solid rgba(255, 244, 223, 0.72);
	color: var(--lp-cream-text);
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.64rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.08;
	min-height: 2.2rem;
	padding: 0.45rem 0.52rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body.liberal-propaganda-theme.lp-front-page .lp-main-block__links a:hover,
body.liberal-propaganda-theme.lp-front-page .lp-main-block__links a:focus,
body.liberal-propaganda-theme.lp-front-page .lp-main-block__links a:focus-visible {
	background: var(--lp-cream-text);
	border-color: var(--lp-cream-text);
	color: var(--lp-ink);
}

/* Overnight recovery responsive corrections */
@media (max-width: 760px) {
	body.liberal-propaganda-theme.lp-front-page .lp-site-main .lp-section:not(.lp-hero) .lp-section-heading--split {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0.75rem;
	}

	body.liberal-propaganda-theme.lp-front-page .lp-site-main .lp-section:not(.lp-hero) .lp-section-heading--split .lp-text-link {
		justify-self: start;
		margin: 0;
	}
}

@media (max-width: 480px) {
	body.liberal-propaganda-theme.lp-front-page .lp-trust-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* July 21 prelaunch gate */
body.liberal-propaganda-theme .lp-prelaunch-band {
	background: var(--lp-paper-2);
	border-bottom: 3px solid var(--lp-ink);
	border-top: 3px solid var(--lp-ink);
	display: grid;
	gap: 1.25rem 2rem;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	margin: 0 0 2rem;
	padding: 1.35rem 0;
}

body.liberal-propaganda-theme .lp-prelaunch-band__copy {
	min-width: 0;
	padding-left: 1rem;
}

body.liberal-propaganda-theme .lp-prelaunch-band__eyebrow {
	color: var(--lp-red-dark);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-prelaunch-band .lp-prelaunch-band__title {
	color: var(--lp-ink);
	font-size: 2.55rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	overflow-wrap: normal;
	text-transform: uppercase;
	white-space: nowrap;
	word-break: normal;
}

body.liberal-propaganda-theme .lp-prelaunch-band__body {
	color: var(--lp-ink);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0.8rem 0 0;
	max-width: 46rem;
}

body.liberal-propaganda-theme .lp-prelaunch-countdown {
	align-self: stretch;
	border-left: 1px solid var(--lp-ink);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-width: 0;
	padding: 0 1rem;
}

body.liberal-propaganda-theme .lp-prelaunch-countdown__unit {
	align-items: center;
	border-right: 1px solid var(--lp-rule);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0.25rem 0.4rem;
}

body.liberal-propaganda-theme .lp-prelaunch-countdown__unit:last-child {
	border-right: 0;
}

body.liberal-propaganda-theme .lp-prelaunch-countdown__unit strong {
	color: var(--lp-red-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.1rem;
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

body.liberal-propaganda-theme .lp-prelaunch-countdown__unit span {
	color: var(--lp-ink);
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-top: 0.4rem;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-prelaunch-band__date,
body.liberal-propaganda-theme .lp-prelaunch-band__noscript {
	color: var(--lp-muted);
	font-size: 0.72rem;
	font-weight: 700;
	grid-column: 1 / -1;
	letter-spacing: 0;
	line-height: 1.35;
	margin: -0.65rem 1rem 0;
}

body.liberal-propaganda-theme .lp-prelaunch-band--open {
	background: var(--lp-ink);
	grid-template-columns: minmax(0, 1fr);
	padding-right: 1rem;
}

body.liberal-propaganda-theme .lp-prelaunch-band--open .lp-prelaunch-band__eyebrow,
body.liberal-propaganda-theme .lp-prelaunch-band--open .lp-prelaunch-band__title,
body.liberal-propaganda-theme .lp-prelaunch-band--open .lp-prelaunch-band__body {
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-prelaunch-checkout-notice {
	align-items: flex-start;
	background: var(--lp-paper-2);
	border: 3px solid var(--lp-ink);
	color: var(--lp-ink);
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 1.5rem 0;
	padding: 1.25rem;
}

body.liberal-propaganda-theme .lp-prelaunch-checkout-notice::before {
	display: none;
}

body.liberal-propaganda-theme .lp-prelaunch-checkout-notice strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.65rem;
	letter-spacing: 0;
	line-height: 1;
}

body.liberal-propaganda-theme .lp-prelaunch-checkout-notice span,
body.liberal-propaganda-theme .lp-prelaunch-checkout-notice time,
body.liberal-propaganda-theme .lp-prelaunch-cart-gate time {
	color: var(--lp-ink);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0;
}

body.liberal-propaganda-theme .lp-prelaunch-cart-gate {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	text-align: center;
}

body.liberal-propaganda-theme .lp-prelaunch-cart-gate .button,
body.liberal-propaganda-theme .lp-prelaunch-mini-cart-gate,
body.liberal-propaganda-theme .lp-prelaunch-order-button {
	background: var(--lp-ink) !important;
	border: 2px solid var(--lp-ink) !important;
	color: var(--lp-cream-text) !important;
	cursor: not-allowed;
	font-weight: 900;
	letter-spacing: 0;
	opacity: 1;
	pointer-events: none;
	text-transform: uppercase;
}

body.liberal-propaganda-theme.lp-prelaunch-locked :where(a, button, input, select, textarea):focus-visible,
body.liberal-propaganda-theme.lp-prelaunch-open :where(a, button, input, select, textarea):focus-visible {
	box-shadow: 0 0 0 2px var(--lp-ink);
	outline: 3px solid var(--lp-mustard) !important;
	outline-offset: 3px;
}

body.lp-prelaunch-locked form.checkout.woocommerce-checkout,
body.lp-prelaunch-locked .woocommerce-checkout-payment,
body.lp-prelaunch-locked .wc-block-components-express-payment,
body.lp-prelaunch-locked .wc-block-checkout__actions,
body.lp-prelaunch-locked [class*="express-payment"] {
	display: none !important;
}

@media (max-width: 760px) {
	body.liberal-propaganda-theme .lp-prelaunch-band {
		grid-template-columns: minmax(0, 1fr);
	}

	body.liberal-propaganda-theme .lp-prelaunch-band__copy {
		padding: 0 1rem;
	}

	body.liberal-propaganda-theme .lp-prelaunch-band .lp-prelaunch-band__title {
		font-size: 2rem;
		white-space: normal;
	}

	body.liberal-propaganda-theme .lp-prelaunch-countdown {
		border-left: 0;
		border-top: 1px solid var(--lp-ink);
		padding-top: 1rem;
	}
}

@media (max-width: 430px) {
	body.liberal-propaganda-theme .lp-prelaunch-countdown__unit {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	body.liberal-propaganda-theme .lp-prelaunch-countdown__unit strong {
		font-size: 1.65rem;
	}

	body.liberal-propaganda-theme .lp-prelaunch-countdown__unit span {
		font-size: 0.55rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.liberal-propaganda-theme .lp-prelaunch-band,
	body.liberal-propaganda-theme .lp-prelaunch-band * {
		scroll-behavior: auto;
		transition: none;
	}
}

/* Prompt 13C accessible newspaper header mini-cart */
body.liberal-propaganda-theme .site-header-primary-section-right {
	align-items: center;
	flex-wrap: nowrap;
}

body.liberal-propaganda-theme .lp-header-mini-cart,
body.liberal-propaganda-theme .lp-header-mini-cart * {
	box-sizing: border-box;
}

body.liberal-propaganda-theme .lp-header-mini-cart {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0.6rem;
	position: relative;
	z-index: 10000;
}

body.liberal-propaganda-theme .lp-mini-cart__fallback,
body.liberal-propaganda-theme .lp-mini-cart__trigger {
	align-items: center;
	background: var(--lp-ink);
	border: 2px solid var(--lp-ink);
	border-radius: 0;
	box-shadow: none;
	color: var(--lp-cream-text);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 900;
	gap: 0.45rem;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 38px;
	min-width: 72px;
	padding: 0.45rem 0.55rem;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

body.liberal-propaganda-theme .lp-mini-cart__fallback:hover,
body.liberal-propaganda-theme .lp-mini-cart__fallback:focus,
body.liberal-propaganda-theme .lp-mini-cart__trigger:hover,
body.liberal-propaganda-theme .lp-mini-cart__trigger:focus,
body.liberal-propaganda-theme .lp-mini-cart__trigger[aria-expanded="true"] {
	background: var(--lp-teal);
	border-color: var(--lp-ink);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-mini-cart__fallback:focus-visible,
body.liberal-propaganda-theme .lp-mini-cart__trigger:focus-visible,
body.liberal-propaganda-theme .lp-mini-cart__close:focus-visible,
body.liberal-propaganda-theme .lp-mini-cart__view-cart:focus-visible,
body.liberal-propaganda-theme .lp-header-mini-cart .woocommerce-mini-cart-item a:focus-visible,
body.liberal-propaganda-theme .lp-header-mini-cart .woocommerce-mini-cart__buttons a:focus-visible {
	box-shadow: 0 0 0 2px var(--lp-paper);
	outline: 3px solid var(--lp-mustard) !important;
	outline-offset: 2px;
}

body.liberal-propaganda-theme .lp-mini-cart__count {
	align-items: center;
	background: var(--lp-mustard);
	color: var(--lp-ink);
	display: inline-flex;
	font-size: 0.72rem;
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	height: 1.45rem;
	justify-content: center;
	line-height: 1;
	min-width: 1.45rem;
	padding: 0 0.25rem;
}

body.liberal-propaganda-theme .lp-mini-cart__trigger[hidden],
body.liberal-propaganda-theme .lp-mini-cart__fallback[hidden],
body.liberal-propaganda-theme .lp-mini-cart__panel[hidden] {
	display: none !important;
}

body.liberal-propaganda-theme .lp-mini-cart__panel {
	--lp-mini-cart-shift: 0px;
	background: var(--lp-paper-2);
	border: 3px solid var(--lp-ink);
	border-radius: 0;
	box-shadow: 7px 7px 0 rgba(16, 16, 15, 0.24);
	color: var(--lp-ink);
	max-height: min(70vh, 570px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	transform: translateX(var(--lp-mini-cart-shift));
	width: min(380px, calc(100vw - 24px));
	z-index: 10001;
}

body.liberal-propaganda-theme .lp-mini-cart__panel-header {
	align-items: center;
	background: var(--lp-paper-3);
	border-bottom: 4px double var(--lp-ink);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.75rem;
}

body.liberal-propaganda-theme .lp-mini-cart__title {
	color: var(--lp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-mini-cart__close {
	background: transparent;
	border: 0;
	border-bottom: 2px solid var(--lp-ink);
	border-radius: 0;
	box-shadow: none;
	color: var(--lp-ink);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	min-height: 30px;
	padding: 0.3rem 0.1rem 0.2rem;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-mini-cart__close:hover,
body.liberal-propaganda-theme .lp-mini-cart__close:focus {
	background: var(--lp-oxblood);
	border-color: var(--lp-oxblood);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-mini-cart__native {
	padding: 0 0.75rem;
}

body.liberal-propaganda-theme .lp-header-mini-cart .widget_shopping_cart_content {
	color: var(--lp-ink);
}

body.liberal-propaganda-theme .lp-header-mini-cart ul.woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.liberal-propaganda-theme .lp-header-mini-cart li.woocommerce-mini-cart-item {
	border-bottom: 1px solid var(--lp-rule);
	color: var(--lp-ink);
	font-size: 0.84rem;
	line-height: 1.35;
	margin: 0;
	min-height: 88px;
	padding: 0.75rem 2.25rem 0.75rem 0;
	position: relative;
}

body.liberal-propaganda-theme .lp-header-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) {
	align-items: center;
	color: var(--lp-ink);
	display: grid;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	gap: 0.65rem;
	grid-template-columns: 68px minmax(0, 1fr);
	letter-spacing: 0;
	line-height: 1.2;
	min-width: 0;
	overflow-wrap: normal;
	text-decoration: none;
	white-space: normal;
	word-break: normal;
}

body.liberal-propaganda-theme .lp-header-mini-cart li.woocommerce-mini-cart-item > a:not(.remove):hover,
body.liberal-propaganda-theme .lp-header-mini-cart li.woocommerce-mini-cart-item > a:not(.remove):focus {
	color: var(--lp-red-dark);
}

body.liberal-propaganda-theme .lp-header-mini-cart li.woocommerce-mini-cart-item img {
	float: none;
	height: 68px;
	margin: 0;
	object-fit: contain;
	position: static;
	width: 68px;
}

body.liberal-propaganda-theme .lp-header-mini-cart a.remove_from_cart_button {
	align-items: center;
	background: var(--lp-oxblood);
	border: 2px solid var(--lp-oxblood);
	border-radius: 0;
	color: var(--lp-cream-text) !important;
	display: inline-flex;
	font-size: 1.15rem;
	font-weight: 900;
	height: 30px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0.75rem;
	width: 30px;
}

body.liberal-propaganda-theme .lp-header-mini-cart a.remove_from_cart_button:hover,
body.liberal-propaganda-theme .lp-header-mini-cart a.remove_from_cart_button:focus {
	background: var(--lp-teal);
	border-color: var(--lp-ink);
	color: var(--lp-cream-text) !important;
}

body.liberal-propaganda-theme .lp-header-mini-cart .woocommerce-mini-cart-item .quantity {
	color: var(--lp-muted);
	display: block;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0.35rem 0 0 78px;
}

body.liberal-propaganda-theme .lp-header-mini-cart .woocommerce-mini-cart__empty-message {
	align-items: center;
	color: var(--lp-ink);
	display: flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
	min-height: 118px;
	padding: 1rem;
	text-align: center;
}

body.liberal-propaganda-theme .lp-header-mini-cart .ast-mini-cart-empty {
	display: none !important;
}

body.liberal-propaganda-theme .lp-header-mini-cart .woocommerce-mini-cart__total {
	align-items: center;
	border-bottom: 1px solid var(--lp-ink);
	border-top: 3px solid var(--lp-ink);
	color: var(--lp-ink);
	display: flex;
	font-size: 0.85rem;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 0;
	margin: 0;
	padding: 0.7rem 0;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-header-mini-cart .woocommerce-mini-cart__buttons {
	margin: 0;
	padding: 0.75rem 0 0;
}

body.liberal-propaganda-theme .lp-header-mini-cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout),
body.liberal-propaganda-theme .lp-header-mini-cart--locked .woocommerce-mini-cart__buttons {
	display: none !important;
}

body.liberal-propaganda-theme .lp-header-mini-cart--open .woocommerce-mini-cart__buttons .checkout {
	background: var(--lp-oxblood);
	border: 2px solid var(--lp-oxblood);
	border-radius: 0;
	color: var(--lp-cream-text);
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.7rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-mini-cart__view-cart {
	background: var(--lp-teal);
	border: 2px solid var(--lp-ink);
	border-radius: 0;
	color: var(--lp-cream-text);
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0.75rem;
	padding: 0.75rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-mini-cart__view-cart:hover,
body.liberal-propaganda-theme .lp-mini-cart__view-cart:focus,
body.liberal-propaganda-theme .lp-header-mini-cart--open .woocommerce-mini-cart__buttons .checkout:hover,
body.liberal-propaganda-theme .lp-header-mini-cart--open .woocommerce-mini-cart__buttons .checkout:focus {
	background: var(--lp-ink);
	border-color: var(--lp-ink);
	color: var(--lp-cream-text);
}

body.liberal-propaganda-theme .lp-mini-cart__prelaunch-notice {
	background: var(--lp-ink);
	border: 0;
	color: var(--lp-cream-text);
	cursor: default;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0.75rem 0.75rem;
	padding: 0.8rem;
	text-align: center;
	text-transform: uppercase;
}

body.liberal-propaganda-theme .lp-header-mini-cart .lp-prelaunch-mini-cart-gate {
	display: none !important;
}

@media (max-width: 921px) {
	body.liberal-propaganda-theme .lp-header-mini-cart {
		margin-left: 0.4rem;
	}

	body.liberal-propaganda-theme .lp-mini-cart__panel {
		max-height: calc(100vh - 92px);
		width: min(420px, calc(100vw - 24px));
	}
}

@media (max-width: 544px) {
	body.liberal-propaganda-theme .lp-mini-cart__fallback,
	body.liberal-propaganda-theme .lp-mini-cart__trigger {
		min-width: 66px;
		padding-left: 0.45rem;
		padding-right: 0.45rem;
	}

	body.liberal-propaganda-theme .lp-mini-cart__panel {
		width: calc(100vw - 24px);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.liberal-propaganda-theme .lp-header-mini-cart,
	body.liberal-propaganda-theme .lp-header-mini-cart * {
		scroll-behavior: auto;
		transition: none;
	}
}
