/*
 Theme Name:   GP Postal Pro
 Theme URI:    https://sapost.co.in/
 Description:  GeneratePress child theme redesigned in a postal red & maroon heritage palette. Serif headline typography, soft layered depth, mobile-first, AdSense-friendly. Based on GP Finance Pro by WPLiteTheme.com.
 Author:       Haripria.AI
 Author URI:   https://sapost.co.in
 Template:     generatepress
 Version:      2.3
*/

/* ============================================================
   1. POSTAL PALETTE TOKENS
   GeneratePress prints global colors as CSS vars; these extend
   them with the full postal system used below.
   ============================================================ */
:root {
	--postal-red: #b3202f;
	--postal-red-deep: #9e1b2f;
	--maroon: #8c1626;
	--maroon-ink: #3a0f18;
	--maroon-night: #5e101c;
	--blush: #f8eef0;
	--postal-cream: #fdf0e3;
	--porcelain: #faf3ef;
	--paper: #faf6f4;
	--gold: #b07a1f;
	--hairline: rgba(140, 22, 38, 0.12);
	--hairline-soft: rgba(140, 22, 38, 0.07);
	--shadow-soft: 0 1px 2px rgba(58, 15, 24, 0.04), 0 8px 24px -12px rgba(58, 15, 24, 0.12);
	--shadow-lift: 0 2px 4px rgba(58, 15, 24, 0.05), 0 18px 40px -16px rgba(58, 15, 24, 0.18);
	--ease-spring: cubic-bezier(0.32, 0.72, 0, 1);
}

::selection {
	background: var(--postal-red);
	color: #ffffff;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* ============================================================
   2. HEADER & NAVIGATION
   Signature detail: a slim postal stripe above the site — the
   red-to-maroon band, like the edge of a registered envelope.
   ============================================================ */
.site-header::before,
.main-navigation.has-branding::before {
	content: "";
	display: block;
	height: 4px;
	background: linear-gradient(90deg, var(--maroon-night) 0%, var(--postal-red) 45%, var(--gold) 100%);
}

.main-navigation {
	box-shadow: 0 1px 0 var(--hairline), 0 10px 28px -18px rgba(58, 15, 24, 0.25);
}

.main-navigation .main-nav ul li a {
	position: relative;
	transition: color 0.35s var(--ease-spring);
}

/* Understated ink underline that draws in on hover */
@media (min-width: 769px) {
	.main-navigation .main-nav > ul > li > a::after {
		content: "";
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 10px;
		height: 2px;
		border-radius: 2px;
		background: var(--postal-red);
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform 0.4s var(--ease-spring);
	}
	.main-navigation .main-nav > ul > li > a:hover::after,
	.main-navigation .main-nav > ul > li[class*="current"] > a::after {
		transform: scaleX(1);
	}
}

/* Dropdowns: soft card, no harsh borders */
.main-navigation ul ul {
	border-radius: 0 0 12px 12px;
	overflow: hidden;
	box-shadow: var(--shadow-lift);
	border: 1px solid var(--hairline-soft);
}

/* ============================================================
   3. CONTENT CARDS (separate-containers layout)
   Cards sit on warm paper with layered soft depth — no flat
   gray borders, no harsh drop shadows.
   ============================================================ */
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.widget-area .widget {
	border-radius: 14px;
	border: 1px solid var(--hairline-soft);
	box-shadow: var(--shadow-soft);
	background-color: var(--background-1, #ffffff);
}

/* Archive card hover: quiet lift, spring easing */
.blog .inside-article,
.archive .inside-article,
.search .inside-article {
	transition: transform 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-spring);
}
.blog .inside-article:hover,
.archive .inside-article:hover,
.search .inside-article:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lift);
}

/* Featured images: concentric radius with the card */
.inside-article .post-image img,
.wp-block-image img {
	border-radius: 10px;
}
.wp-block-image img {
	margin-bottom: 20px;
	height: auto;
}

/* Post titles on archive cards */
.entry-title a {
	transition: color 0.3s var(--ease-spring);
}
.entry-title a:hover {
	color: var(--postal-red-deep);
}

/* Entry meta: quiet, spaced */
.entry-meta {
	letter-spacing: 0.01em;
	font-size: 13px;
}

/* Category / term chips */
.cat-links a,
.entry-terms a,
.post-term-item {
	display: inline-block;
	background: var(--blush);
	color: var(--maroon) !important;
	border-radius: 999px;
	padding: 3px 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.7;
	transition: background 0.3s var(--ease-spring), color 0.3s var(--ease-spring);
}
.cat-links a:hover,
.entry-terms a:hover,
.post-term-item:hover {
	background: var(--postal-red);
	color: #ffffff !important;
}

/* ============================================================
   4. TYPOGRAPHY REFINEMENTS
   Lora serif headings are set in the Customizer; here we tune
   rhythm and the reading experience for long circulars.
   ============================================================ */
h1, h2 {
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.entry-content {
	font-size: 17px;
	line-height: 1.75;
}

.entry-content > * + h2 { margin-top: 2.2em; }
.entry-content > * + h3 { margin-top: 1.8em; }

.entry-content a {
	text-decoration-color: rgba(158, 27, 47, 0.35);
	text-underline-offset: 3px;
	transition: text-decoration-color 0.3s var(--ease-spring);
}
.entry-content a:hover {
	text-decoration: underline;
	text-decoration-color: var(--postal-red);
}

/* Official order / circular callout — the signature block for
   quoting DOP memos. Cream paper, maroon rule, serif voice. */
.entry-content blockquote {
	background: var(--postal-cream);
	border-left: 4px solid var(--postal-red);
	border-radius: 0 12px 12px 0;
	padding: 22px 26px;
	margin: 28px 0;
	font-family: Lora, Georgia, serif;
	font-size: 1.02em;
	color: var(--maroon-ink);
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content blockquote cite {
	display: block;
	margin-top: 10px;
	font-size: 0.82em;
	font-style: normal;
	font-weight: 600;
	color: var(--maroon);
	letter-spacing: 0.02em;
}

/* ============================================================
   5. TABLES — critical for pay matrices, interest rates,
   GDS schedules. Styled + scrollable on mobile.
   ============================================================ */
.entry-content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--hairline);
	border-radius: 12px;
	overflow: hidden;
	font-size: 15px;
	margin: 26px 0;
}
.entry-content table th {
	background: var(--maroon-ink);
	color: #ffffff;
	font-weight: 600;
	padding: 12px 14px;
	text-align: left;
	border: 0;
}
.entry-content table td {
	padding: 11px 14px;
	border: 0;
	border-top: 1px solid var(--hairline-soft);
}
.entry-content table tbody tr:nth-child(even) td {
	background: var(--porcelain);
}
.entry-content table tbody tr:hover td {
	background: var(--blush);
}
@media (max-width: 768px) {
	.entry-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
}

/* ============================================================
   6. BUTTONS
   Pill geometry, soft maroon glow, press feedback.
   ============================================================ */
.button,
button:not(.menu-toggle):not(.gb-block-preview button),
input[type="submit"],
.wp-block-button__link,
a.read-more.button {
	border-radius: 999px;
	padding: 10px 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
	box-shadow: 0 6px 18px -8px rgba(179, 32, 47, 0.5);
	transition: transform 0.35s var(--ease-spring), box-shadow 0.35s var(--ease-spring), background-color 0.35s var(--ease-spring);
}
.button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
a.read-more.button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px -8px rgba(140, 22, 38, 0.55);
}
.button:active,
input[type="submit"]:active,
.wp-block-button__link:active {
	transform: translateY(0) scale(0.98);
}

/* ============================================================
   7. SIDEBAR & WIDGETS
   ============================================================ */
.widget-area .widget {
	padding: 22px;
}
.widget-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 16px;
	color: var(--maroon-ink);
}
.widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 3px;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--postal-red), var(--gold));
}
.widget ul li {
	padding: 6px 0;
	border-bottom: 1px dashed var(--hairline-soft);
}
.widget ul li:last-child { border-bottom: 0; }

/* Sticky sidebar container (kept from original, tuned) */
.auto-width.gb-query-loop-wrapper { flex: 1; }
@media (min-width: 768px) {
	.sticky-container > .gb-inside-container,
	.sticky-container {
		position: sticky;
		top: 80px;
	}
	#right-sidebar .inside-right-sidebar { height: 100%; }
}
select#wp-block-categories-1 { width: 100%; }

/* ============================================================
   8. SEARCH
   ============================================================ */
#wp-block-search__input-1 {
	border-radius: 120px;
	border: 0;
}
.wp-block-search__inside-wrapper {
	border-radius: 120px;
	border: 1px solid var(--hairline-soft);
	box-shadow: 0 10px 30px -14px rgba(58, 15, 24, 0.25);
	background: #ffffff;
}
.search-for {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--maroon);
}
.search-title { color: var(--maroon-ink); }

/* ============================================================
   9. BREADCRUMB (Rank Math)
   ============================================================ */
.rank-math-breadcrumb p {
	background: var(--blush);
	color: var(--maroon);
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 0.02em;
}
.rank-math-breadcrumb a { color: var(--maroon); }
@media (max-width: 768px) {
	.rank-math-breadcrumb p { margin: 0 10px; }
}

/* ============================================================
   10. COMMENTS
   ============================================================ */
.comments-area {
	border-radius: 14px;
	border: 1px solid var(--hairline-soft);
	margin-top: 50px;
	box-shadow: var(--shadow-soft);
}
@media (max-width: 768px) {
	.comments-area { margin-left: 15px; margin-right: 15px; }
}
.comment-reply-title {
	margin-top: -35px;
	margin-bottom: 40px;
	border: 0;
	background: var(--maroon-ink);
	color: #ffffff;
	padding: 6px 30px;
	border-radius: 999px;
	font-size: 20px;
	box-shadow: 0 8px 20px -10px rgba(58, 15, 24, 0.5);
}
.comment-body {
	border-bottom: 1px dashed var(--hairline-soft);
	padding-bottom: 18px;
}
textarea:focus, input:focus {
	outline: none;
	border-color: var(--postal-red) !important;
	box-shadow: 0 0 0 3px rgba(179, 32, 47, 0.12);
}

/* ============================================================
   11. AD SLOTS — AdSense-friendly reservations
   Reserve height so ads never shift content (CLS), and label
   them clearly per policy. Never styled to blend with content.
   ============================================================ */
.ad-slot {
	display: block;
	width: 100%;
	margin: 26px auto;
	text-align: center;
	background: var(--porcelain);
	border: 1px dashed var(--hairline);
	border-radius: 10px;
	padding: 8px;
}
.ad-slot::before {
	content: "Advertisement";
	display: block;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #9c8a8e;
	margin-bottom: 6px;
}
.ad-slot--leaderboard { min-height: 110px; }
.ad-slot--incontent  { min-height: 280px; }
.ad-slot--sidebar    { min-height: 260px; }
.ad-slot ins.adsbygoogle { display: block; }

/* ============================================================
   12. FOOTER
   ============================================================ */
.footer-widgets {
	background: var(--maroon-ink);
	border-top: 4px solid;
	border-image: linear-gradient(90deg, var(--maroon-night), var(--postal-red), var(--gold)) 1;
}
.footer-widgets .widget {
	background: transparent;
	border: 0;
	box-shadow: none;
}
.footer-widgets .widget-title::after {
	background: linear-gradient(90deg, var(--postal-red), var(--gold));
}
.site-footer .footer-bar,
.site-info {
	background: #2c0b12;
	color: #d9c3c7;
}
.site-info a { color: #f0dfe2; }

/* ============================================================
   13. ACCESSIBILITY & MOTION DISCIPLINE
   ============================================================ */
a:focus-visible,
button:focus-visible,
input:focus-visible,
.menu-toggle:focus-visible {
	outline: 2px solid var(--postal-red);
	outline-offset: 2px;
	border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* ============================================================
   14. MOBILE COMFORT
   ============================================================ */
@media (max-width: 768px) {
	.entry-content { font-size: 16.5px; }
	.main-navigation .menu-toggle { min-height: 48px; }
	.separate-containers .inside-article { border-radius: 12px; }
	.entry-content blockquote { padding: 18px 18px; }
	.wp-block-button__link { width: 100%; text-align: center; }
}

/* Images never overflow on small screens */
img { max-width: 100%; height: auto; }

/* Print: circulars get printed at post offices — keep it clean */
@media print {
	.main-navigation, .site-header::before, .widget-area,
	.ad-slot, .comments-area, .site-footer { display: none !important; }
	.separate-containers .inside-article { box-shadow: none; border: 0; }
}

/* ============================================================
   15. TOOL BOXES (block pattern: "SA Post: Tools Grid")
   Fully editable in the block editor; duplicate a box to add
   more tools; swap the SVG in the box's small HTML block.
   ============================================================ */
.tools-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin: 10px 0 30px;
}
@media (max-width: 980px) { .tools-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .tools-grid { grid-template-columns: 1fr; } }

.tool-box {
	background: var(--background-1, #ffffff);
	border: 1px solid var(--hairline-soft);
	border-radius: 14px;
	box-shadow: var(--shadow-soft);
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: transform 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-spring), border-color 0.45s var(--ease-spring);
}
.tool-box:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lift);
	border-color: var(--hairline);
}
.tool-box__icon {
	width: 52px;
	height: 52px;
	border-radius: 13px;
	background: var(--blush);
	color: var(--maroon);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	transition: background 0.4s var(--ease-spring), color 0.4s var(--ease-spring);
}
.tool-box__icon svg { width: 26px; height: 26px; display: block; }
.tool-box:hover .tool-box__icon { background: var(--postal-red); color: #ffffff; }
.tool-box__title,
h3.tool-box__title {
	font-size: 19px;
	margin: 0 0 6px;
	color: var(--maroon-ink);
	line-height: 1.35;
}
.tool-box__desc {
	font-size: 14.5px;
	color: var(--muted, #4b3a3e);
	margin: 0 0 16px;
	flex-grow: 1;
}
.tool-box .wp-block-buttons { margin-top: auto; }
.tool-box .wp-block-button__link {
	font-size: 14px;
	padding: 9px 20px;
}

/* ============================================================
   16. QUICK NAVIGATION PILLS (pattern: "SA Post: Quick Nav")
   Drop under the homepage hero or atop any page so readers
   reach the right section in one tap.
   ============================================================ */
.quick-nav { gap: 10px; margin: 18px 0 26px; }
.quick-nav .wp-block-button__link {
	background: var(--blush);
	color: var(--maroon);
	font-size: 14px;
	font-weight: 600;
	padding: 8px 18px;
	border-radius: 999px;
	box-shadow: none;
}
.quick-nav .wp-block-button__link:hover {
	background: var(--postal-red);
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px -8px rgba(179, 32, 47, 0.5);
}

/* ============================================================
   17. HOMEPAGE HERO (pattern: "SA Post: Hero with Search")
   ============================================================ */
.postal-hero {
	background: linear-gradient(180deg, #c22a35 0%, #5e101c 100%);
	border-radius: 16px;
	padding: 54px 28px 58px;
	margin-bottom: 0;
}
.postal-hero__title {
	color: #ffffff;
	font-size: clamp(26px, 4vw, 40px);
	margin-bottom: 12px;
}
.postal-hero__sub {
	color: #ecd3d7;
	max-width: 720px;
	margin: 0 auto 26px;
	font-size: 16.5px;
}
.postal-hero__search { max-width: 640px; margin: 0 auto; }
.postal-hero__search .wp-block-search__inside-wrapper {
	border-radius: 999px;
	border: 0;
	background: #ffffff;
	padding: 5px 6px 5px 20px;
	box-shadow: 0 14px 40px -14px rgba(0, 0, 0, 0.45);
}
.postal-hero__search .wp-block-search__input {
	border: 0;
	font-size: 16px;
	background: transparent;
}
.postal-hero__search .wp-block-search__button {
	border-radius: 999px;
	background: var(--postal-red);
	color: #ffffff;
	border: 0;
	padding: 10px 16px;
}
.postal-hero__search .wp-block-search__button:hover { background: var(--maroon); }

/* ============================================================
   18. QUICK ACCESS BOXES (pattern: "SA Post: Quick Access")
   The dlydelhi-style icon row: 6 across, overlapping the hero.
   Whole box is clickable via the stretched label link.
   ============================================================ */
.quick-boxes {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
	margin: -34px 18px 34px;
	position: relative;
	z-index: 2;
}
@media (max-width: 980px) { .quick-boxes { grid-template-columns: repeat(3, 1fr); margin-left: 8px; margin-right: 8px; } }
@media (max-width: 560px) { .quick-boxes { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.qbox {
	position: relative;
	background: #ffffff;
	border: 1px solid var(--hairline-soft);
	border-radius: 14px;
	box-shadow: var(--shadow-soft);
	padding: 22px 10px 16px;
	text-align: center;
	transition: transform 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-spring);
}
.qbox:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.qbox__icon {
	width: 50px; height: 50px;
	border-radius: 13px;
	background: var(--blush);
	color: var(--maroon);
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 10px;
	transition: background 0.4s var(--ease-spring), color 0.4s var(--ease-spring);
}
.qbox__icon svg { width: 26px; height: 26px; }
.qbox:hover .qbox__icon { background: var(--postal-red); color: #ffffff; }
.qbox__label { margin: 0; font-size: 14.5px; font-weight: 600; }
.qbox__label a { color: var(--maroon-ink); text-decoration: none; }
/* stretch the link over the whole box */
.qbox__label a::after { content: ""; position: absolute; inset: 0; border-radius: 14px; }

/* ============================================================
   19. LATEST POSTS GRID (pattern: "SA Post: Latest Posts")
   Query Loop cards: image, category badge, title, excerpt, date.
   ============================================================ */
.section-head {
	font-size: 26px;
	color: var(--maroon-ink);
	margin: 34px 0 18px;
	position: relative;
	padding-bottom: 10px;
}
.section-head::after {
	content: ""; position: absolute; left: 0; bottom: 0;
	width: 44px; height: 3px; border-radius: 3px;
	background: linear-gradient(90deg, var(--postal-red), var(--gold));
}

.postal-posts .wp-block-post-template { gap: 22px; }
.postal-posts .pp-card {
	background: #ffffff;
	border: 1px solid var(--hairline-soft);
	border-radius: 14px;
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-spring);
}
.postal-posts .pp-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }

.postal-posts .pp-thumb { margin: 0; }
.postal-posts .pp-thumb img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 0;
	display: block;
	transition: transform 0.6s var(--ease-spring);
}
.postal-posts .pp-card:hover .pp-thumb img { transform: scale(1.03); }

.postal-posts .pp-cat { padding: 14px 18px 0; font-size: 0; }
.postal-posts .pp-cat a {
	display: inline-block;
	background: var(--blush);
	color: var(--maroon);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border-radius: 999px;
	padding: 3px 12px;
	margin: 0 6px 4px 0;
	text-decoration: none;
	transition: all 0.3s var(--ease-spring);
}
.postal-posts .pp-cat a:hover { background: var(--postal-red); color: #ffffff; }

.postal-posts .pp-title { padding: 8px 18px 0; margin: 0; font-size: 18px; line-height: 1.4; }
.postal-posts .pp-title a { color: var(--maroon-ink); text-decoration: none; transition: color 0.3s var(--ease-spring); }
.postal-posts .pp-title a:hover { color: var(--postal-red-deep); }

.postal-posts .pp-excerpt { padding: 8px 18px 0; font-size: 14.5px; color: var(--muted, #4b3a3e); flex-grow: 1; }
.postal-posts .pp-excerpt p { margin: 0; }
.postal-posts .pp-date { padding: 10px 18px 16px; font-size: 12.5px; color: #8a7377; }

.postal-posts .wp-block-query-pagination { margin-top: 26px; }
.postal-posts .wp-block-query-pagination a,
.postal-posts .wp-block-query-pagination .current {
	background: var(--blush);
	color: var(--maroon);
	border-radius: 999px;
	padding: 7px 14px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
.postal-posts .wp-block-query-pagination a:hover { background: var(--postal-red); color: #ffffff; }
.postal-posts .wp-block-query-pagination .current { background: var(--maroon-ink); color: #ffffff; }

@media (max-width: 560px) {
	.postal-hero { padding: 40px 18px 46px; border-radius: 12px; }
	.section-head { font-size: 22px; }
}

/* ============================================================
   20. GRID ENFCORCEMENT (v2.3)
   WordPress layout engine can override pattern classes; these
   guarantee the quick boxes and tool grids always form a grid.
   ============================================================ */
.wp-block-group.quick-boxes {
	display: grid !important;
	grid-template-columns: repeat(6, 1fr) !important;
	gap: 16px !important;
}
@media (max-width: 980px) {
	.wp-block-group.quick-boxes { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 560px) {
	.wp-block-group.quick-boxes { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
}
.wp-block-group.tools-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 22px !important;
}
@media (max-width: 980px) { .wp-block-group.tools-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 620px) { .wp-block-group.tools-grid { grid-template-columns: 1fr !important; } }

/* Query-loop grid safety: 3 columns desktop, 1 on mobile */
.postal-posts .wp-block-post-template.is-layout-grid {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 820px) {
	.postal-posts .wp-block-post-template.is-layout-grid { grid-template-columns: 1fr; }
}
