/* The Poplar Report — Additional CSS for WordPress.com
   Paste into Appearance → Customize → Additional CSS (or Site Editor Styles).
   Do NOT hide theme header/footer here — pages use .tpr-head / .tpr-nav masthead in content.
   Newspaper look: Times masthead, black rules, red accents.
*/
.tpr-root *,
.tpr-root ::before,
.tpr-root ::after {
	box-sizing: border-box;
}

/* Let Custom HTML span full content width */
.entry-content .tpr-root,
.wp-block-post-content .tpr-root {
	max-width: none;
}

.entry-content:has(.tpr-root),
.wp-block-post-content:has(.tpr-root) {
	max-width: none !important;
}

.tpr-root {
	background: #fff;
	color: #111;
	font-family: "Times New Roman", Times, serif;
}

.tpr-root a {
	box-shadow: none;
}

.tpr-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 14px;
}

.tpr-wrap--narrow {
	max-width: 720px;
}

.tpr-note {
	background: #ffe9a8;
	border-bottom: 1px solid #c9a227;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 6px 10px;
	color: #5c4708;
}

.tpr-root .tpr-head {
	text-align: center;
	padding: 13px 0 4px;
}

.tpr-mast {
	font-size: 37px;
	letter-spacing: .05em;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}

.tpr-tagline {
	font-style: italic;
	font-size: 13px;
	margin: 5px 0 10px;
	color: #444;
}

.tpr-nav {
	border-top: 2px solid #111;
	border-bottom: 1px solid #111;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.tpr-nav a {
	color: #111;
	text-decoration: none;
	margin: 0 13px;
	white-space: nowrap;
}

.tpr-nav a.on {
	border-bottom: 2px solid #b00;
	padding-bottom: 2px;
	font-weight: 700;
}

.tpr-nav a:hover {
	text-decoration: underline;
}

.tpr-disclose {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	font-style: italic;
	padding: 10px 0 14px;
	border-bottom: 1px solid #111;
}

.tpr-secline {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	border-bottom: 2px solid #111;
	margin: 18px 0 16px;
	padding-bottom: 5px;
}

.tpr-secline h2 {
	font-size: 26px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
}

.tpr-secline span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: .08em;
}

/* Deals / Watch grids */
.tpr-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0;
}

.tpr-card {
	padding: 0 14px 18px;
	display: block;
	color: #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	margin-bottom: 18px;
	text-decoration: none;
}

a.tpr-card {
	color: inherit;
	text-decoration: none;
}

.tpr-card:nth-child(4n) {
	border-right: 0;
}

.tpr-img {
	width: 100%;
	height: 160px;
	object-fit: contain;
	background: #f7f7f7;
	margin-bottom: 10px;
	display: block;
}

.tpr-title {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 6px;
	font-weight: 700;
}

.tpr-blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin-bottom: 8px;
	line-height: 1.35;
}

.tpr-price {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}

.tpr-price .now {
	color: #b00;
	font-size: 20px;
	font-weight: 700;
}

.tpr-price .was {
	color: #777;
	text-decoration: line-through;
	font-size: 13px;
	margin-left: 6px;
}

.tpr-price .off {
	display: inline-block;
	margin-left: 8px;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 6px;
	text-transform: uppercase;
}

.tpr-notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	margin-bottom: 8px;
}

/* Watch thumbs */
.tpr-vidthumb {
	width: 100%;
	height: 142px;
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.tpr-play {
	width: 0;
	height: 0;
	border-left: 19px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-left: 3px;
}

.tpr-meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: #555;
	margin-bottom: 10px;
}

/* Buttons */
.tpr-btn {
	display: block;
	text-align: center;
	background: #b00;
	color: #fff;
	text-decoration: none;
	border: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 9px;
	text-transform: uppercase;
	letter-spacing: .06em;
	cursor: pointer;
	border-radius: 0;
}

.tpr-btn.ghost {
	background: #fff;
	color: #111;
	border: 1px solid #111;
}

.tpr-btn.ghost:hover {
	background: #111;
	color: #fff;
}

.tpr-cta {
	text-align: center;
	margin: 22px 0 8px;
}

.tpr-cta .tpr-btn {
	display: inline-block;
	width: auto;
	padding: 14px 28px;
	font-size: 14px;
	color: #fff !important;
}

.tpr-btn:hover {
	background: #900;
	color: #fff !important;
}

.tpr-cta .tpr-btn:hover {
	background: #900;
	color: #fff !important;
}

/* Text pages (About, Contact, Newsletter, Blog, Privacy) */
.tpr-page {
	padding: 22px 0 10px;
}

.tpr-page h1 {
	font-size: 28px;
	margin: 0 0 16px;
	text-transform: uppercase;
	letter-spacing: .03em;
	border-bottom: 2px solid #111;
	padding-bottom: 8px;
}

.tpr-page p {
	font-size: 17px;
	line-height: 1.55;
	margin: 0 0 14px;
	color: #111;
}

.tpr-page a {
	color: #b00;
}

/* About — Steve photo block */
.tpr-steve {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	margin: 28px 0 8px;
	padding-top: 22px;
	border-top: 2px solid #111;
}

.tpr-steve img {
	width: 240px;
	max-width: 42%;
	height: auto;
	display: block;
	object-fit: cover;
	flex-shrink: 0;
	background: #f0f0f0;
}

.tpr-steve-copy {
	flex: 1;
	min-width: 0;
}

.tpr-steve-copy p {
	font-size: 17px;
	line-height: 1.55;
	margin: 0 0 14px;
	color: #111;
}

.tpr-steve-copy p:last-child {
	margin-bottom: 0;
}

.tpr-footer {
	border-top: 2px solid #111;
	margin-top: 22px;
	padding: 13px 0 28px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #666;
	line-height: 1.9;
}

.tpr-footer a {
	color: #666;
	margin: 0 8px;
	text-decoration: none;
}

@media (max-width:860px) {
	.tpr-grid {
		grid-template-columns: repeat(2,1fr);
	}
	
	.tpr-card:nth-child(4n) {
		border-right: 1px solid #111;
	}
	
	.tpr-card:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width:560px) {
	.tpr-mast {
		font-size: 26px;
	}
	
	.tpr-nav a {
		margin: 2px 8px;
		font-size: 10.5px;
		letter-spacing: .06em;
	}
	
	.tpr-grid {
		grid-template-columns: 1fr;
	}
	
	.tpr-card {
		display: grid;
		grid-template-columns: 96px 1fr;
		gap: 10px;
		align-items: start;
		border-right: 0;
		padding: 0 0 14px;
		margin-bottom: 14px;
	}
	
	.tpr-card:nth-child(2n) {
		border-right: 0;
	}
	
	.tpr-img {
		height: 96px;
		margin: 0;
	}
	
	.tpr-vidthumb {
		height: 96px;
		margin-bottom: 0;
	}
	
	.tpr-card .tpr-btn,
			  .tpr-card .tpr-notes,
			  .tpr-card .tpr-price,
			  .tpr-card .tpr-blurb {
		grid-column: 1 / -1;
	}
	
	.tpr-page h1 {
		font-size: 24px;
	}
	
	.tpr-page p,
			  .tpr-steve-copy p {
		font-size: 16px;
	}
	
	.tpr-steve {
		flex-direction: column;
		gap: 14px;
	}
	
	.tpr-steve img {
		width: 100%;
		max-width: 100%;
	}
}

.tpr-grid .tpr-img.tpr-vidthumb-img {
	width: 100%;
	height: 142px;
	object-fit: cover;
	background: #111;
	display: block;
	margin-bottom: 10px;
}

.tpr-grid a.tpr-card {
	color: inherit;
	text-decoration: none;
}

.tpr-grid a.tpr-card .tpr-btn {
	pointer-events: none;
}

@media (max-width:560px) {
	.tpr-grid .tpr-img.tpr-vidthumb-img {
		height: 96px;
		margin: 0;
	}
}

/* ===== Watch grid v2 (WP-safe) ===== */
.tpr-wgrid {
	display: grid !important;
	grid-template-columns: repeat(4,minmax(0,1fr)) !important;
	gap: 18px 14px !important;
	align-items: stretch !important;
	margin: 0 0 8px !important;
}

.tpr-wcard {
	display: block !important;
	min-width: 0 !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #111 !important;
	background: #fff !important;
}

.tpr-wlink {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	color: #111 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.tpr-wthumb {
	display: block !important;
	width: 100% !important;
	height: 148px !important;
	object-fit: cover !important;
	background: #111 !important;
	margin: 0 !important;
	border: 0 !important;
}

.tpr-wtitle {
	display: block !important;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	font-weight: 700 !important;
	padding: 10px 12px 4px !important;
}

.tpr-wmeta {
	display: block !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	text-transform: uppercase !important;
	letter-spacing: .07em !important;
	color: #555 !important;
	padding: 0 12px 10px !important;
}

.tpr-wbtn {
	display: block !important;
	margin-top: auto !important;
	text-align: center !important;
	border-top: 1px solid #111 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: .06em !important;
	padding: 10px 8px !important;
	background: #fff !important;
	color: #111 !important;
}

.tpr-wlink:hover .tpr-wbtn {
	background: #111 !important;
	color: #fff !important;
}

@media (max-width:900px) {
	.tpr-wgrid {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
	}
}

@media (max-width:560px) {
	.tpr-wgrid {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}
	
	.tpr-wthumb {
		height: 180px !important;
	}
}

/* ===== Home news board ===== */
.tpr-datestrip {
	display: flex;
	justify-content: space-between;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #555;
	padding: 8px 0 10px;
	border-bottom: 1px solid #111;
}

.tpr-homegrid {
	display: grid;
	grid-template-columns: minmax(0,1fr) 280px;
	gap: 22px;
	margin-top: 14px;
	align-items: start;
}

.tpr-lead {
	margin: 0 0 16px;
	padding-bottom: 14px;
	border-bottom: 2px solid #111;
}

.tpr-lead-title {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 700;
	color: #111;
	text-decoration: none;
	margin-bottom: 8px;
}

.tpr-lead-title:hover {
	text-decoration: underline;
}

.tpr-lead-deck {
	font-size: 16px;
	line-height: 1.4;
	color: #222;
	margin-bottom: 6px;
}

.tpr-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin: 0 0 16px;
}

.tpr-colhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	border-top: 2px solid #111;
	border-bottom: 1px solid #111;
	padding: 6px 0;
	margin: 0 0 10px;
}

.tpr-hl {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.25;
	color: #111;
	text-decoration: underline;
	margin: 0 0 2px;
}

.tpr-hl.tpr-flag {
	color: #b00;
	font-weight: 700;
}

.tpr-src {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #777;
	margin: 0 0 12px;
}

.tpr-watchman {
	margin: 8px 0 18px;
}

.tpr-watchman-head {
	background: #111;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 8px 12px;
	margin: 0 0 12px;
}

.tpr-watchman-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 14px;
}

.tpr-railbox {
	border: 1px solid #111;
	margin: 0 0 14px;
	padding: 0 0 12px;
}

.tpr-railhead {
	background: #111;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 8px 10px;
}

.tpr-railimg {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
	background: #f0f0f0;
}

.tpr-railtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	padding: 8px 10px 4px;
}

.tpr-railcopy {
	font-size: 13px;
	padding: 8px 10px;
	line-height: 1.35;
}

.tpr-railprice {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px 8px;
}

.tpr-railprice .now {
	color: #b00;
	font-size: 18px;
	font-weight: 700;
}

.tpr-railprice .was {
	color: #777;
	text-decoration: line-through;
	font-size: 12px;
	margin-left: 6px;
}

.tpr-railprice .off {
	display: inline-block;
	margin-left: 6px;
	background: #111;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 5px;
	text-transform: uppercase;
}

.tpr-railbox .tpr-btn {
	display: block;
	margin: 0 10px;
	text-align: center;
	background: #b00;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 9px;
	text-transform: uppercase;
}

.tpr-railbox .tpr-btn.ghost {
	background: #fff;
	color: #111;
	border: 1px solid #111;
}

@media (max-width:900px) {
	.tpr-homegrid {
		grid-template-columns: 1fr;
	}
	
	.tpr-watchman-grid {
		grid-template-columns: 1fr;
	}
	
	.tpr-lead-title {
		font-size: 28px;
	}
}

@media (max-width:560px) {
	.tpr-cols {
		grid-template-columns: 1fr;
	}
	
	.tpr-lead-title {
		font-size: 24px;
	}
}

/* ===== Home v5 — no lead video; full-width titles ===== */
.tpr-leadblock {
	display: none !important;
}

.tpr-leadrow {
	margin: 0 0 6px;
	padding: 0 0 6px;
	border-bottom: 2px solid #111;
}

.tpr-leadrow .tpr-row {
	margin: 0 0 4px;
}

.tpr-leadrow .tpr-hl {
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.2;
}

.tpr-home .tpr-head {
	padding: 4px 0 0 !important;
}

.tpr-home .tpr-mast {
	font-size: 30px !important;
	line-height: 1 !important;
}

.tpr-home .tpr-tagline {
	margin: 1px 0 4px !important;
	font-size: 11px;
}

.tpr-home .tpr-nav {
	padding: 3px 0 !important;
	font-size: 11px;
}

.tpr-datestrip {
	padding: 2px 0 4px !important;
	margin: 0 !important;
}

.tpr-homegrid {
	margin-top: 4px !important;
	gap: 10px !important;
}

.tpr-cols {
	gap: 8px 14px;
	margin: 0 0 4px !important;
}

.tpr-colhead {
	font-size: 9px !important;
	font-weight: 600 !important;
	letter-spacing: .04em !important;
	color: #777 !important;
	border-top: 1px solid #ccc !important;
	border-bottom: none !important;
	padding: 1px 0 2px !important;
	margin: 0 0 3px !important;
	text-transform: uppercase;
}

.tpr-col .tpr-row,.tpr-home .tpr-row {
	margin: 0 0 4px !important;
	line-height: 1.2;
}

.tpr-home .tpr-row .tpr-hl {
	font-size: 14px;
	line-height: 1.2;
}

.tpr-watchman-head {
	font-size: 12px !important;
	padding: 3px 8px !important;
	margin: 0 0 4px !important;
}

.tpr-railimg {
	height: 90px !important;
}

.tpr-railbox {
	margin: 0 0 8px !important;
}

/* Hide theme header nav sitewide — keep only the in-content .tpr-nav */
.wp-site-blocks > header,
header.wp-block-template-part {
	display: none !important;
}

footer.wp-block-template-part {
	display: block !important;
}

/* Deals fix Sep 8 — hide WP leftover p/br in grid; div cards */
.tpr-deals .tpr-dgrid > p,
.tpr-deals .tpr-dgrid > br {
	display: none !important;
}

.tpr-deals .tpr-dtitle a {
	color: inherit;
	text-decoration: none;
}

.tpr-deals a.tpr-dbtn {
	color: #fff;
	text-decoration: none;
}

.tpr-deals .tpr-dcard {
	border: 3px solid #111;
	background: #fff;
}

/* Home titles +50% (Steve 2026-09-08) */
.tpr-home .tpr-mast,
.tpr-wrap.tpr-home .tpr-mast {
	font-size: 72px !important;
	line-height: 1.05 !important;
}

.tpr-home .tpr-leadrow .tpr-hl {
	font-size: 27px !important;
	line-height: 1.2 !important;
}

.tpr-home .tpr-row .tpr-hl,
.tpr-home .tpr-hl {
	font-size: 21px !important;
	line-height: 1.22 !important;
}

.tpr-home .tpr-colhead {
	font-size: 14px !important;
	padding: 7px 0 !important;
}

.tpr-home .tpr-watchman-head {
	font-size: 18px !important;
	padding: 6px 12px !important;
}

.tpr-home .tpr-railhead {
	font-size: 18px !important;
}

.tpr-home .tpr-railtitle {
	font-size: 23px !important;
	line-height: 1.25 !important;
}

@media (max-width:560px) {
	.tpr-home .tpr-mast,
		  .tpr-wrap.tpr-home .tpr-mast {
		font-size: 48px !important;
	}
	
	.tpr-home .tpr-leadrow .tpr-hl {
		font-size: 22px !important;
	}
	
	.tpr-home .tpr-row .tpr-hl,
	  .tpr-home .tpr-hl {
		font-size: 17px !important;
	}
}

.wp-site-blocks > header,
header.wp-block-template-part {
	display: none !important;
}

footer.wp-block-template-part {
	display: block !important;
}