:root {
	--gcseb-primary: #17324d;
	--gcseb-sage: #0f766e;
	--gcseb-cream: #f4f7f6;
	--gcseb-gold: #f4b942;
	--gcseb-ink: #182b3a;
	--gcseb-muted: #60717d;
	--gcseb-line: #dce5e3;
	--gcseb-white: #fff;
	--gcseb-shadow: 0 18px 48px rgba(29, 61, 80, 0.1);
}

body.gcseb-hide-topbar #top-nav {
	display: none !important;
}

/*
 * Keep ordinary site-content links aligned with the GCSE Books identity.
 * Jannah's native link colour is deliberately overridden here, while the
 * plugin's cards, calls to action and WordPress buttons retain their own
 * purpose-built styling below.
 */
body.gcseb-compact-header #content a:not(.gcseb-buy-button):not(.gcseb-card-button):not(.gcseb-card-image):not(.gcseb-home-category):not(.gcseb-home-theme):not(.gcseb-guides-button):not(.gcseb-advice-button):not(.post-cat):not([class*="-share-btn"]):not(.more-link):not(.button):not(.wp-block-button__link) {
	color: var(--gcseb-sage) !important;
}

body.gcseb-compact-header #content a:not(.gcseb-buy-button):not(.gcseb-card-button):not(.gcseb-card-image):not(.gcseb-home-category):not(.gcseb-home-theme):not(.gcseb-guides-button):not(.gcseb-advice-button):not(.post-cat):not([class*="-share-btn"]):not(.more-link):not(.button):not(.wp-block-button__link):hover,
body.gcseb-compact-header #content a:not(.gcseb-buy-button):not(.gcseb-card-button):not(.gcseb-card-image):not(.gcseb-home-category):not(.gcseb-home-theme):not(.gcseb-guides-button):not(.gcseb-advice-button):not(.post-cat):not([class*="-share-btn"]):not(.more-link):not(.button):not(.wp-block-button__link):focus {
	color: var(--gcseb-primary) !important;
}

body.gcseb-compact-header #content a.post-cat,
body.gcseb-compact-header #content a[class*="-share-btn"] {
	color: #fff !important;
}

@media (min-width: 768px) {
	body.gcseb-compact-header #theme-header .logo-row,
	body.gcseb-compact-header #theme-header .logo-wrapper,
	body.gcseb-compact-header #theme-header .logo-container {
		height: 130px !important;
		min-height: 130px !important;
	}

	body.gcseb-compact-header #theme-header .logo-container {
		display: flex;
		align-items: center;
	}
}

@media (min-width: 992px) {
	body.gcseb-compact-header #main-nav {
		padding-bottom: 6px;
		background: transparent !important;
		border: 0 !important;
	}

	body.gcseb-compact-header #main-nav .main-menu-wrapper {
		padding: 0 10px !important;
		background: linear-gradient(135deg, #f6f8f7 0%, #eaf1ef 100%) !important;
		border: 1px solid #d6e2df;
		border-radius: 14px;
		box-shadow: 0 8px 22px rgba(29, 61, 80, .09);
	}

	body.gcseb-compact-header #main-nav .menu > li > a {
		height: 46px;
		margin: 7px 2px;
		padding: 0 13px;
		border-radius: 9px;
		color: #294354 !important;
		transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
	}

	body.gcseb-compact-header #main-nav .menu > li.menu-item-has-children > a {
		padding-right: 31px !important;
	}

	body.gcseb-compact-header #main-nav .menu > li.menu-item-has-children > a::before {
		top: 50% !important;
		right: 11px !important;
		left: auto !important;
		transform: translateY(-50%) !important;
	}

	body.gcseb-compact-header #main-nav .menu > li > a:hover,
	body.gcseb-compact-header #main-nav .menu > li:hover > a,
	body.gcseb-compact-header #main-nav .menu > li.tie-current-menu > a,
	body.gcseb-compact-header #main-nav .menu > li.current-menu-item > a,
	body.gcseb-compact-header #main-nav .menu > li.current-menu-ancestor > a {
		background: var(--gcseb-sage) !important;
		box-shadow: 0 5px 12px rgba(15, 118, 110, .24);
		color: #fff !important;
	}

	body.gcseb-compact-header #main-nav .menu > li.tie-current-menu,
	body.gcseb-compact-header #main-nav .menu > li.current-menu-item,
	body.gcseb-compact-header #main-nav .menu > li.current-menu-ancestor {
		border-color: var(--gcseb-sage) !important;
	}

	body.gcseb-compact-header #main-nav .menu > li.tie-current-menu::after,
	body.gcseb-compact-header #main-nav .menu > li.current-menu-item::after,
	body.gcseb-compact-header #main-nav .menu > li.current-menu-ancestor::after,
	body.gcseb-compact-header #main-nav .menu > li.tie-current-menu > a::after,
	body.gcseb-compact-header #main-nav .menu > li.current-menu-item > a::after,
	body.gcseb-compact-header #main-nav .menu > li.current-menu-ancestor > a::after {
		background-color: var(--gcseb-sage) !important;
		border-color: var(--gcseb-sage) !important;
	}

	body.gcseb-compact-header #main-nav .menu > li .sub-menu a,
	body.gcseb-compact-header #main-nav .menu > li .mega-menu-content a {
		color: var(--gcseb-sage) !important;
	}

	body.gcseb-compact-header #main-nav .menu > li .sub-menu li:hover > a,
	body.gcseb-compact-header #main-nav .menu > li .sub-menu a:hover,
	body.gcseb-compact-header #main-nav .menu > li .sub-menu a:focus,
	body.gcseb-compact-header #main-nav .menu > li .mega-menu-content a:hover,
	body.gcseb-compact-header #main-nav .menu > li .mega-menu-content a:focus {
		background-color: #e7f4f1 !important;
		color: var(--gcseb-primary) !important;
	}

	body.gcseb-compact-header #main-nav .menu > li > a:focus-visible {
		outline: 3px solid rgba(244, 185, 66, .62);
		outline-offset: 2px;
	}

	body.gcseb-compact-header #main-nav input[type="search"],
	body.gcseb-compact-header #main-nav input[type="text"],
	body.gcseb-compact-header #main-nav .search-submit {
		color: #4c5d67 !important;
	}

	body.gcseb-compact-header #main-nav input::placeholder {
		color: #4c5d67 !important;
		opacity: 1;
	}
}

#footer.site-footer {
	background: #eaf1ef !important;
	border-top: 4px solid var(--gcseb-gold);
	box-shadow: 0 -8px 24px rgba(29, 61, 80, .06);
	color: #314956 !important;
}

#footer #site-info {
	padding: 20px 0;
	background: transparent !important;
	color: #314956 !important;
}

#footer .copyright-text,
#footer .copyright-text a {
	color: #314956 !important;
}

#footer .copyright-text a:hover {
	color: var(--gcseb-primary) !important;
}

#footer .tie-icon-heart {
	color: var(--gcseb-primary) !important;
	opacity: .82;
}

body.gcseb-product-page .fullwidth-entry-title-wrapper,
body.gcseb-product-page #the-post > .entry-header-outer,
body.gcseb-product-page #the-post > .entry-header,
body.gcseb-product-page #the-post > .featured-area {
	display: none !important;
}

body.gcseb-full-width #main-content-row > .main-content {
	float: none !important;
	width: 100% !important;
}

body.gcseb-full-width #main-content-row > .sidebar {
	display: none !important;
}

body.gcseb-hide-sharing #share-buttons-bottom,
body.gcseb-hide-native-related #related-posts {
	display: none !important;
}

body.gcseb-product-page #the-post {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

body.gcseb-product-catalogue #main-content-row > .main-content {
	float: none !important;
	width: 100% !important;
}

body.gcseb-product-catalogue #main-content-row > .sidebar {
	display: none !important;
}

body.gcseb-product-catalogue #category-title-section,
body.gcseb-product-catalogue #search-title-section {
	margin-bottom: 26px;
	padding: 28px 32px;
	background: var(--gcseb-cream);
	border: 1px solid var(--gcseb-line);
	border-radius: 15px;
}

body.gcseb-product-catalogue #category-title-section .page-title,
body.gcseb-product-catalogue #search-title-section .page-title {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

body.gcseb-product-catalogue #masonry-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	height: auto !important;
}

body.gcseb-product-catalogue #masonry-grid > .grid-sizer,
body.gcseb-product-catalogue #masonry-grid > .gutter-sizer {
	display: none !important;
}

body.gcseb-product-catalogue #masonry-grid .masonry-brick {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	display: flex;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(29, 61, 80, .06);
	transform: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

body.gcseb-product-catalogue #masonry-grid .masonry-brick:hover {
	box-shadow: 0 14px 30px rgba(29, 61, 80, .11);
	transform: translateY(-4px) !important;
}

body.gcseb-product-catalogue #masonry-grid .masonry-brick > .clearfix {
	display: none;
}

body.gcseb-product-catalogue #masonry-grid .featured-area {
	order: 1;
	margin: 0;
	padding: 22px;
	background: linear-gradient(145deg, var(--gcseb-cream), #e7f0f3);
}

body.gcseb-product-catalogue #masonry-grid .post-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	background: transparent;
}

body.gcseb-product-catalogue #masonry-grid .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 8px 10px rgba(29, 61, 80, .12));
}

body.gcseb-product-catalogue #masonry-grid .entry-archives-header {
	order: 2;
	padding: 18px 18px 0;
}

body.gcseb-product-catalogue #masonry-grid .entry-title {
	margin: 0;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.35;
}

body.gcseb-product-catalogue #masonry-grid .entry-title a {
	color: var(--gcseb-ink);
}

body.gcseb-product-catalogue #masonry-grid .entry-title a:hover {
	color: var(--gcseb-primary);
}

body.gcseb-product-catalogue #masonry-grid .post-meta {
	display: none;
}

body.gcseb-product-catalogue #masonry-grid .entry-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	order: 3;
	padding: 12px 18px 18px;
}

body.gcseb-product-catalogue #masonry-grid .post-excerpt {
	margin: 0 0 14px;
	color: var(--gcseb-muted);
	font-size: 13px;
	line-height: 1.45;
}

body.gcseb-product-catalogue #masonry-grid .more-link {
	margin-top: auto;
	padding: 9px 13px;
	background: #e8f2f3;
	border-radius: 7px;
	color: var(--gcseb-primary);
	font-size: 12px;
	font-weight: 700;
}

/* Current Jannah releases use #posts-container for the default archive. */
body.gcseb-product-catalogue #posts-container.posts-items {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.gcseb-product-catalogue #posts-container.posts-items > li.post-item {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	clear: none !important;
	display: flex !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-top: 4px solid var(--gcseb-gold);
	border-radius: 15px;
	box-shadow: 0 8px 22px rgba(29, 61, 80, .07);
	list-style: none !important;
	transform: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

body.gcseb-product-catalogue #posts-container.posts-items > li.post-item::before,
body.gcseb-product-catalogue #posts-container.posts-items > li.post-item::marker {
	display: none !important;
	content: "";
}

body.gcseb-product-catalogue #posts-container.posts-items > li.post-item:hover {
	box-shadow: 0 14px 30px rgba(29, 61, 80, .12);
	transform: translateY(-4px) !important;
}

body.gcseb-product-catalogue #posts-container .post-thumb {
	float: none !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 5;
	margin: 0 !important;
	padding: 20px;
	overflow: hidden;
	background: linear-gradient(145deg, var(--gcseb-cream), #e7f0f3);
}

body.gcseb-product-catalogue #posts-container .post-thumb img {
	position: static !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center;
	filter: drop-shadow(0 8px 10px rgba(29, 61, 80, .12));
	transform: none !important;
}

body.gcseb-product-catalogue #posts-container .post-details {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
	padding: 18px !important;
}

body.gcseb-product-catalogue #posts-container .post-meta {
	display: none !important;
}

body.gcseb-product-catalogue #posts-container .post-title {
	margin: 0 0 11px;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.35;
}

body.gcseb-product-catalogue #posts-container .post-title a {
	color: var(--gcseb-ink);
}

body.gcseb-product-catalogue #posts-container .post-title a:hover {
	color: var(--gcseb-primary);
}

body.gcseb-product-catalogue #posts-container .post-excerpt {
	display: -webkit-box;
	margin: 0 0 15px;
	overflow: hidden;
	color: var(--gcseb-muted);
	font-size: 13px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.gcseb-product-catalogue #posts-container .more-link {
	align-self: flex-start;
	margin-top: auto;
	padding: 9px 13px;
	background: #e8f2f3 !important;
	border: 0 !important;
	border-radius: 7px;
	color: var(--gcseb-primary) !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

body.gcseb-product-catalogue #posts-container .more-link:hover {
	background: var(--gcseb-primary) !important;
	color: #fff !important;
}

body.gcseb-product-catalogue .pagination,
body.gcseb-article-archive .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 32px;
}

body.gcseb-product-catalogue .pagination > a,
body.gcseb-product-catalogue .pagination > span:not(.pages),
body.gcseb-article-archive .pagination > a,
body.gcseb-article-archive .pagination > span:not(.pages) {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	margin: 0 !important;
	padding: 0 11px !important;
	background: #fff !important;
	border: 1px solid var(--gcseb-line) !important;
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--gcseb-primary) !important;
	font-weight: 700;
	line-height: 1 !important;
	text-align: center;
}

body.gcseb-product-catalogue .pagination > .current,
body.gcseb-product-catalogue .pagination > a:hover,
body.gcseb-product-catalogue .pagination > a:focus,
body.gcseb-article-archive .pagination > .current,
body.gcseb-article-archive .pagination > a:hover,
body.gcseb-article-archive .pagination > a:focus {
	background: var(--gcseb-primary) !important;
	border-color: var(--gcseb-primary) !important;
	color: #fff !important;
}

body.gcseb-article-archive #category-title-section {
	margin-bottom: 22px;
	padding: 26px 30px;
	background: var(--gcseb-cream);
	border: 1px solid var(--gcseb-line);
	border-radius: 15px;
}

body.gcseb-article-archive #category-title-section .page-title {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

body.gcseb-article-archive #masonry-grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 22px;
	height: auto !important;
}

body.gcseb-article-archive #masonry-grid > .grid-sizer,
body.gcseb-article-archive #masonry-grid > .gutter-sizer {
	display: none !important;
}

body.gcseb-article-archive #masonry-grid .post-element {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	display: grid;
	grid-template-areas:
		"image heading"
		"image content";
	grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
	grid-template-rows: auto 1fr;
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 15px;
	box-shadow: 0 10px 28px rgba(29, 61, 80, .07);
	transform: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

body.gcseb-article-archive #masonry-grid .post-element:hover {
	box-shadow: 0 16px 34px rgba(29, 61, 80, .11);
	transform: translateY(-3px) !important;
}

body.gcseb-article-archive #masonry-grid .post-element > .clearfix {
	display: none;
}

body.gcseb-article-archive #masonry-grid .featured-area {
	grid-area: image;
	min-height: 285px;
	margin: 0;
	overflow: hidden;
	background: #e7f0f3;
}

body.gcseb-article-archive #masonry-grid .post-thumb,
body.gcseb-article-archive #masonry-grid .post-thumb img {
	display: block;
	width: 100%;
	height: 100%;
}

body.gcseb-article-archive #masonry-grid .post-thumb img {
	object-fit: cover;
	transition: transform .35s ease;
}

body.gcseb-article-archive #masonry-grid .post-element:hover .post-thumb img {
	transform: scale(1.025);
}

body.gcseb-article-archive #masonry-grid .entry-archives-header {
	grid-area: heading;
	padding: 26px 28px 0;
}

body.gcseb-article-archive #masonry-grid .entry-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

body.gcseb-article-archive #masonry-grid .entry-title a {
	color: var(--gcseb-ink);
}

body.gcseb-article-archive #masonry-grid .entry-title a:hover {
	color: var(--gcseb-primary);
}

body.gcseb-article-archive #masonry-grid .post-meta {
	display: none;
}

body.gcseb-article-archive #masonry-grid .entry-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	grid-area: content;
	padding: 14px 28px 28px;
}

body.gcseb-article-archive #masonry-grid .post-excerpt {
	margin: 0 0 20px;
	color: var(--gcseb-muted);
	font-size: 14px;
	line-height: 1.65;
}

body.gcseb-article-archive #masonry-grid .more-link {
	margin-top: auto;
	padding: 10px 15px;
	background: var(--gcseb-primary);
	border-radius: 8px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
}

/* Current Jannah archive markup uses #posts-container rather than Masonry. */
body.gcseb-article-archive #posts-container.posts-items {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 22px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.gcseb-article-archive #posts-container.posts-items > li.post-item {
	display: grid !important;
	grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
	min-height: 245px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-top: 4px solid var(--gcseb-gold);
	border-radius: 17px;
	box-shadow: 0 10px 28px rgba(29, 61, 80, .075);
	list-style: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

body.gcseb-article-archive #posts-container.posts-items > li.post-item::before,
body.gcseb-article-archive #posts-container.posts-items > li.post-item::marker {
	display: none !important;
	content: "";
}

body.gcseb-article-archive #posts-container.posts-items > li.post-item:hover {
	box-shadow: 0 16px 34px rgba(29, 61, 80, .13);
	transform: translateY(-3px);
}

body.gcseb-article-archive #posts-container .post-thumb {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 245px;
	margin: 0 !important;
	overflow: hidden;
	background: #e7f0f3;
}

body.gcseb-article-archive #posts-container .post-thumb img {
	position: static !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform .35s ease;
}

body.gcseb-article-archive #posts-container .post-item:hover .post-thumb img {
	transform: scale(1.025);
}

body.gcseb-article-archive #posts-container .post-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding: 27px 30px !important;
}

body.gcseb-article-archive #posts-container .post-meta {
	margin: 0 0 10px;
	color: var(--gcseb-muted);
	font-size: 11px;
}

body.gcseb-article-archive #posts-container .post-title {
	margin: 0 0 12px;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 720;
	letter-spacing: -.02em;
	line-height: 1.3;
}

body.gcseb-article-archive #posts-container .post-title a {
	color: var(--gcseb-ink) !important;
}

body.gcseb-article-archive #posts-container .post-title a:hover {
	color: var(--gcseb-sage) !important;
}

body.gcseb-article-archive #posts-container .post-excerpt {
	margin: 0 0 19px;
	color: var(--gcseb-muted);
	font-size: 13px;
	line-height: 1.65;
}

body.gcseb-article-archive #posts-container .more-link {
	margin-top: auto;
	padding: 10px 15px;
	background: var(--gcseb-sage) !important;
	border: 0 !important;
	border-radius: 8px;
	box-shadow: 0 7px 15px rgba(15, 118, 110, .18);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

body.gcseb-article-archive #posts-container .more-link:hover {
	background: var(--gcseb-primary) !important;
	color: #fff !important;
}

body.gcseb-article-archive #category-title-section {
	position: relative;
	overflow: hidden;
	padding: 31px 34px 32px;
	background:
		radial-gradient(circle at 92% 8%, rgba(244, 185, 66, .24), transparent 31%),
		linear-gradient(145deg, var(--gcseb-cream), #e8f2f3);
	border-top: 4px solid var(--gcseb-gold);
	border-radius: 18px;
	box-shadow: 0 9px 24px rgba(29, 61, 80, .055);
}

body.gcseb-article-archive #category-title-section .page-title {
	color: var(--gcseb-ink);
	font-size: clamp(32px, 4vw, 45px);
	font-weight: 740;
	letter-spacing: -.04em;
}

body.gcseb-article-archive #category-title-section .taxonomy-description {
	max-width: 680px;
	margin-top: 9px;
	color: var(--gcseb-muted);
	font-size: 14px;
	line-height: 1.6;
}

body.gcseb-article-archive #category-title-section .taxonomy-description p {
	margin: 0;
}

body.gcseb-article-archive #category-title-section #breadcrumb,
body.gcseb-article-page #the-post #breadcrumb {
	margin-bottom: 17px;
	color: var(--gcseb-muted);
	font-size: 11px;
}

/* Study-advice article presentation. */
body.gcseb-article-page #the-post {
	overflow: hidden;
	padding: 0 !important;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 19px;
	box-shadow: 0 14px 38px rgba(29, 61, 80, .085);
}

body.gcseb-article-page #the-post > .entry-header-outer {
	padding: 31px 38px 27px;
	background:
		radial-gradient(circle at 93% 7%, rgba(244, 185, 66, .21), transparent 28%),
		linear-gradient(145deg, var(--gcseb-cream), #e8f2f3);
	border-top: 4px solid var(--gcseb-gold);
	border-bottom: 1px solid var(--gcseb-line);
}

body.gcseb-article-page #the-post .post-cat {
	padding: 7px 11px;
	background: var(--gcseb-sage) !important;
	border-radius: 999px;
	color: #fff !important;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.gcseb-article-page #the-post .post-title {
	max-width: 760px;
	margin-top: 13px;
	color: var(--gcseb-ink);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 740;
	letter-spacing: -.04em;
	line-height: 1.14;
}

body.gcseb-article-page #the-post .single-post-meta {
	margin-top: 18px;
	color: var(--gcseb-muted);
}

body.gcseb-article-page #the-post > .featured-area {
	margin: 0 !important;
	padding: 30px 38px 0;
	background: #fff;
}

body.gcseb-article-page #the-post .single-featured-image {
	overflow: hidden;
	border-radius: 14px;
}

body.gcseb-article-page #the-post .single-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

body.gcseb-article-page #the-post > .entry-content {
	padding: 34px 42px 42px !important;
	color: #304450;
	font-size: 15px;
	line-height: 1.78;
}

.gcseb-advice-content > p:first-child {
	margin-bottom: 30px;
	padding: 20px 22px;
	background: var(--gcseb-cream);
	border-left: 4px solid var(--gcseb-gold);
	border-radius: 0 10px 10px 0;
	color: var(--gcseb-ink);
	font-size: 16px;
	line-height: 1.7;
}

.gcseb-advice-content p {
	margin: 0 0 20px;
}

.gcseb-advice-heading {
	margin: 39px 0 15px;
	padding-top: 2px;
	color: var(--gcseb-ink);
	font-size: clamp(23px, 2.6vw, 31px);
	font-weight: 720;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.gcseb-advice-content > ol,
.gcseb-advice-content > ul {
	margin: 22px 0 30px !important;
	padding: 20px 23px 20px 46px !important;
	background: linear-gradient(145deg, var(--gcseb-cream), #edf5f4);
	border: 1px solid var(--gcseb-line);
	border-radius: 13px;
}

.gcseb-advice-content > ol li,
.gcseb-advice-content > ul li {
	margin: 0 0 13px;
	padding-left: 4px;
}

.gcseb-advice-content > ol li:last-child,
.gcseb-advice-content > ul li:last-child,
.gcseb-advice-content li > p:last-child {
	margin-bottom: 0;
}

.gcseb-advice-content strong {
	color: var(--gcseb-primary);
}

.gcseb-advice-next {
	display: grid;
	grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
	gap: 28px;
	align-items: center;
	margin-top: 45px;
	padding: 26px 28px;
	background: linear-gradient(135deg, var(--gcseb-primary), var(--gcseb-sage));
	border-radius: 14px;
	box-shadow: 0 12px 26px rgba(23, 50, 77, .16);
}

.gcseb-advice-next p {
	margin: 0 0 5px;
	color: #ffe2a5;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gcseb-advice-next h2 {
	margin: 0;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.gcseb-advice-next nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 9px;
}

.gcseb-advice-button {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none !important;
}

.gcseb-advice-button-primary {
	background: var(--gcseb-gold);
	color: var(--gcseb-primary) !important;
}

.gcseb-advice-button-secondary {
	background: rgba(255, 255, 255, .13);
	border: 1px solid rgba(255, 255, 255, .32);
	color: #fff !important;
}

body.gcseb-article-page .author-info {
	display: none !important;
}

body.gcseb-article-page .related-posts,
body.gcseb-article-page #related-posts {
	overflow: hidden;
	margin-top: 28px;
	padding: 28px !important;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 16px;
	box-shadow: 0 9px 25px rgba(29, 61, 80, .065);
}

body.gcseb-article-archive .sidebar .widget,
body.gcseb-article-page .sidebar .widget {
	padding: 21px !important;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(29, 61, 80, .06);
}

body.gcseb-article-archive .sidebar .widget h2,
body.gcseb-article-page .sidebar .widget h2 {
	margin: 0 0 14px;
	color: var(--gcseb-ink);
	font-size: 19px;
	font-weight: 720;
	letter-spacing: -.02em;
}

body.gcseb-article-archive .sidebar .wp-block-archives,
body.gcseb-article-page .sidebar .wp-block-archives {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.gcseb-article-archive .sidebar .wp-block-archives a,
body.gcseb-article-page .sidebar .wp-block-archives a {
	display: block;
	padding: 9px 11px;
	background: var(--gcseb-cream);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 650;
	text-decoration: none;
}

.gcseb-product-shell,
.gcseb-grid-section,
.gcseb-search-panel {
	color: var(--gcseb-ink);
	font-family: inherit;
}

.gcseb-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	color: var(--gcseb-muted);
	font-size: 13px;
}

.gcseb-breadcrumbs a {
	color: var(--gcseb-primary);
	text-decoration: none;
}

.gcseb-breadcrumbs a:hover {
	text-decoration: underline;
}

.gcseb-product-hero {
	display: grid;
	grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
	margin-bottom: 36px;
	overflow: hidden;
	background: var(--gcseb-white);
	border: 1px solid var(--gcseb-line);
	border-radius: 20px;
	box-shadow: var(--gcseb-shadow);
}

.gcseb-product-image-wrap {
	order: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 540px;
	padding: 42px;
	background:
		radial-gradient(circle at 80% 15%, rgba(244, 185, 66, .22), transparent 32%),
		linear-gradient(145deg, var(--gcseb-cream), #e8f1ee);
}

.gcseb-product-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 600px;
	max-height: 560px;
	object-fit: contain;
	filter: drop-shadow(0 14px 20px rgba(47, 39, 35, .14));
}

.gcseb-product-placeholder {
	font-size: 120px;
}

.gcseb-product-summary {
	order: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 54px 48px;
}

.gcseb-eyebrow,
.gcseb-section-heading > p {
	margin: 0 0 10px;
	color: var(--gcseb-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gcseb-product-summary h1 {
	margin: 0 0 24px;
	color: var(--gcseb-ink);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.gcseb-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 24px;
}

.gcseb-badges span {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	padding: 9px 12px;
	background: #eaf4f4;
	border: 1px solid #cfe3e3;
	border-radius: 9px;
	color: #2c5f62;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.2;
}

.gcseb-badges small {
	color: var(--gcseb-sage);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gcseb-purchase-box {
	padding: 24px;
	background: var(--gcseb-cream);
	border: 1px solid var(--gcseb-line);
	border-radius: 14px;
}

.gcseb-price-label {
	margin: 0 0 2px;
	color: var(--gcseb-muted);
	font-size: 13px;
}

.gcseb-price {
	margin: 0 0 15px;
	color: var(--gcseb-ink);
	font-size: 34px;
	font-weight: 750;
	letter-spacing: -.03em;
	line-height: 1.1;
}

.gcseb-buy-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 16px 20px;
	background: var(--gcseb-primary);
	border-radius: 9px;
	box-shadow: 0 9px 18px rgba(23, 50, 77, .22);
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gcseb-buy-button:hover {
	background: var(--gcseb-sage);
	box-shadow: 0 12px 24px rgba(47, 133, 137, .28);
	transform: translateY(-2px);
}

.gcseb-buy-button span {
	font-size: 22px;
	line-height: 1;
}

.gcseb-disclosure {
	margin: 12px 0 0;
	color: var(--gcseb-muted);
	font-size: 11px;
	line-height: 1.45;
}

.gcseb-purchase-notes {
	display: grid;
	gap: 7px;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	color: var(--gcseb-muted);
	font-size: 12px;
	list-style: none !important;
}

.gcseb-purchase-notes li {
	position: relative;
	margin: 0 !important;
	padding-left: 22px;
	list-style: none !important;
}

.gcseb-purchase-notes li::marker {
	content: "";
}

.gcseb-purchase-notes li::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--gcseb-sage);
	content: "✓";
	font-weight: 800;
}

.gcseb-about,
.gcseb-details,
.gcseb-related {
	margin: 36px 0;
	padding: 36px;
	background: var(--gcseb-white);
	border: 1px solid var(--gcseb-line);
	border-radius: 18px;
}

.gcseb-about-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 36px;
	align-items: start;
}

.gcseb-about-grid > p {
	margin: 0;
	color: var(--gcseb-muted);
	font-size: 15px;
	line-height: 1.75;
}

.gcseb-about-grid > :only-child {
	grid-column: 1 / -1;
}

.gcseb-about-grid ul {
	display: grid;
	gap: 11px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.gcseb-about-grid li {
	position: relative;
	margin: 0 !important;
	padding: 12px 14px 12px 38px;
	background: var(--gcseb-cream);
	border: 1px solid var(--gcseb-line);
	border-radius: 10px;
	color: var(--gcseb-ink);
	font-size: 13px;
	line-height: 1.5;
	list-style: none !important;
}

.gcseb-about-grid li::before {
	position: absolute;
	top: 12px;
	left: 14px;
	color: var(--gcseb-gold);
	content: "✓";
	font-weight: 800;
}

.gcseb-about-grid li::marker {
	content: "";
}

.gcseb-section-heading {
	margin-bottom: 24px;
}

.gcseb-section-heading h2 {
	margin: 0;
	color: var(--gcseb-ink);
	font-size: clamp(25px, 2.5vw, 34px);
	font-weight: 700;
	letter-spacing: -.025em;
}

.gcseb-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 32px;
	margin: 0;
}

.gcseb-spec-grid > div {
	display: grid;
	grid-template-columns: minmax(120px, .8fr) 1.2fr;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--gcseb-line);
}

.gcseb-spec-grid dt,
.gcseb-spec-grid dd {
	margin: 0;
}

.gcseb-spec-grid dt {
	color: var(--gcseb-muted);
	font-size: 13px;
	font-weight: 500;
}

.gcseb-spec-grid dd {
	color: var(--gcseb-ink);
	font-size: 14px;
	font-weight: 650;
}

.gcseb-grid {
	display: grid;
	gap: 22px;
}

.gcseb-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gcseb-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gcseb-columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gcseb-columns-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.gcseb-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: var(--gcseb-white);
	border: 1px solid var(--gcseb-line);
	border-top: 4px solid var(--gcseb-gold);
	border-radius: 17px;
	box-shadow: 0 8px 22px rgba(29, 61, 80, .07);
	transition: transform .18s ease, box-shadow .18s ease;
}

.gcseb-card:hover {
	box-shadow: 0 14px 30px rgba(29, 61, 80, .13);
	transform: translateY(-4px);
}

.gcseb-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 285px;
	padding: 22px;
	background: linear-gradient(145deg, var(--gcseb-cream), #e7efed);
}

.gcseb-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 8px 10px rgba(29, 61, 80, .12));
}

.gcseb-image-placeholder {
	font-size: 72px;
}

.gcseb-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.gcseb-card h3 {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.35;
}

.gcseb-card h3 a {
	color: var(--gcseb-ink);
	text-decoration: none;
}

.gcseb-card h3 a:hover {
	color: var(--gcseb-primary);
}

.gcseb-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
}

.gcseb-card-price {
	color: var(--gcseb-primary);
	font-size: 18px;
}

.gcseb-card-button {
	display: inline-block;
	padding: 8px 10px;
	background: #e8f2f3;
	border-radius: 7px;
	color: var(--gcseb-primary) !important;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none !important;
}

.gcseb-grid-section {
	margin: 30px 0;
}

.gcseb-search-panel {
	position: relative;
	overflow: hidden;
	margin: 28px 0;
	padding: 42px;
	background:
		radial-gradient(circle at 90% 15%, rgba(239, 131, 95, .4), transparent 25%),
		linear-gradient(135deg, var(--gcseb-primary), var(--gcseb-sage));
	border-radius: 18px;
	box-shadow: var(--gcseb-shadow);
}

.gcseb-search-panel h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(26px, 3vw, 38px);
	letter-spacing: -.025em;
}

.gcseb-search-panel form {
	display: flex;
	max-width: 780px;
	padding: 6px;
	background: #fff;
	border-radius: 10px;
}

.gcseb-search-panel input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	background: #fff;
	border: 0;
	box-shadow: none;
	color: var(--gcseb-ink);
	font-size: 15px;
	outline: 0;
}

.gcseb-search-panel button {
	height: 48px;
	padding: 0 20px;
	background: var(--gcseb-sage);
	border: 0;
	border-radius: 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.gcseb-no-products {
	padding: 18px;
	background: var(--gcseb-cream);
	border: 1px solid var(--gcseb-line);
	border-radius: 9px;
}

body.gcseb-compact-categories .sidebar .widget_categories {
	overflow: hidden;
	border: 1px solid var(--gcseb-line);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(29, 61, 80, .06);
}

body.gcseb-compact-categories .sidebar .widget.gcseb-category-browser-ready {
	overflow: hidden;
}

body.gcseb-compact-categories .sidebar .widget_categories .widget-title {
	margin-bottom: 14px;
}

.gcseb-category-controls {
	margin: 0 0 14px;
}

.gcseb-category-controls input[type="search"] {
	width: 100%;
	height: 42px;
	padding: 0 13px;
	background: var(--gcseb-cream);
	border: 1px solid var(--gcseb-line);
	border-radius: 8px;
	box-shadow: none;
	color: var(--gcseb-ink);
	font-size: 13px;
	outline: 0;
}

.gcseb-category-controls input[type="search"]:focus {
	background: #fff;
	border-color: var(--gcseb-sage);
	box-shadow: 0 0 0 3px rgba(47, 133, 137, .14);
}

body.gcseb-compact-categories .sidebar .widget_categories > ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.gcseb-compact-categories .sidebar .gcseb-category-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.gcseb-compact-categories .sidebar .widget_categories > ul > li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

body.gcseb-compact-categories .sidebar .gcseb-category-list > li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

body.gcseb-compact-categories .sidebar .widget_categories > ul > li[hidden] {
	display: none !important;
}

body.gcseb-compact-categories .sidebar .gcseb-category-list > li[hidden] {
	display: none !important;
}

body.gcseb-compact-categories .sidebar .widget_categories > ul > li::before,
body.gcseb-compact-categories .sidebar .widget_categories > ul > li::marker,
body.gcseb-compact-categories .sidebar .widget_categories > ul > li > a::before {
	display: none !important;
	content: "" !important;
}

body.gcseb-compact-categories .sidebar .gcseb-category-list > li::before,
body.gcseb-compact-categories .sidebar .gcseb-category-list > li::marker,
body.gcseb-compact-categories .sidebar .gcseb-category-list > li > a::before {
	display: none !important;
	content: "" !important;
}

body.gcseb-compact-categories .sidebar .widget_categories > ul > li > a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 10px;
	background: var(--gcseb-cream);
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--gcseb-ink);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
	text-decoration: none;
}

body.gcseb-compact-categories .sidebar .gcseb-category-list > li > a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 10px;
	background: var(--gcseb-cream);
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--gcseb-ink) !important;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
	text-decoration: none;
}

body.gcseb-compact-categories .sidebar .widget_categories > ul > li > a:hover,
body.gcseb-compact-categories .sidebar .widget_categories > ul > li.current-cat > a {
	background: #e6f1f2;
	border-color: #cfe2e4;
	color: var(--gcseb-primary);
}

body.gcseb-compact-categories .sidebar .gcseb-category-list > li > a:hover,
body.gcseb-compact-categories .sidebar .gcseb-category-list > li.current-cat > a {
	background: #e6f1f2;
	border-color: #cfe2e4;
	color: var(--gcseb-primary) !important;
}

.gcseb-category-toggle {
	width: 100%;
	margin-top: 14px;
	padding: 10px 12px;
	background: #e8f2f3;
	border: 0;
	border-radius: 8px;
	color: var(--gcseb-primary);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.gcseb-category-toggle:hover {
	background: #d9ebed;
}

.gcseb-category-empty {
	margin: 10px 0 0;
	padding: 10px;
	background: var(--gcseb-cream);
	border-radius: 7px;
	color: var(--gcseb-muted);
	font-size: 12px;
	text-align: center;
}

.gcseb-store-home .fullwidth-entry-title-wrapper,
.gcseb-store-home #the-post > .entry-header,
.gcseb-store-home #the-post > .featured-area,
.gcseb-store-home .post-footer,
.gcseb-store-home #share-buttons-bottom,
.gcseb-store-themes .fullwidth-entry-title-wrapper,
.gcseb-store-themes #the-post > .entry-header,
.gcseb-store-themes #the-post > .featured-area,
.gcseb-store-themes .post-footer,
.gcseb-store-themes #share-buttons-bottom {
	display: none !important;
}

.gcseb-store-home #the-post,
.gcseb-store-themes #the-post {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.gcseb-home-shell {
	color: var(--gcseb-ink);
}

.gcseb-home-hero {
	display: grid;
	grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
	min-height: 440px;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 12%, rgba(244, 185, 66, .42), transparent 28%),
		linear-gradient(135deg, var(--gcseb-primary), var(--gcseb-sage));
	border-radius: 28px 10px 28px 10px;
	box-shadow: var(--gcseb-shadow);
}

.gcseb-home-hero-copy {
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 58px;
}

.gcseb-home-hero .gcseb-eyebrow {
	color: #ffe2a5;
}

.gcseb-home-hero h1 {
	max-width: 720px;
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(40px, 5vw, 68px);
	font-weight: 750;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.gcseb-home-hero-copy > p:not(.gcseb-eyebrow) {
	max-width: 680px;
	margin: 0 0 25px;
	color: rgba(255, 255, 255, .84);
	font-size: 17px;
	line-height: 1.55;
}

.gcseb-home-search {
	display: flex;
	max-width: 680px;
	padding: 6px;
	background: #fff;
	border-radius: 11px;
	box-shadow: 0 13px 28px rgba(21, 55, 72, .24);
}

.gcseb-home-search input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 52px;
	padding: 0 17px;
	background: #fff;
	border: 0;
	box-shadow: none;
	color: var(--gcseb-ink);
	font-size: 15px;
	outline: 0;
}

.gcseb-home-search button {
	height: 52px;
	padding: 0 25px;
	background: var(--gcseb-gold);
	border: 0;
	border-radius: 8px;
	color: var(--gcseb-primary);
	font-weight: 700;
	cursor: pointer;
}

.gcseb-home-hero-mark {
	order: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.gcseb-hero-books {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	width: 280px;
	height: 265px;
	padding: 28px 30px 30px;
	background: rgba(255, 255, 255, .96);
	border-radius: 22px;
	box-shadow: 0 28px 50px rgba(21, 55, 72, .28);
	transform: rotate(-3deg);
}

.gcseb-hero-books::before {
	position: absolute;
	right: 25px;
	bottom: 24px;
	left: 25px;
	height: 13px;
	background: var(--gcseb-primary);
	border-radius: 4px;
	content: "";
}

.gcseb-hero-books b {
	position: absolute;
	top: 34px;
	right: 31px;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	background: var(--gcseb-gold);
	border-radius: 50%;
	color: var(--gcseb-primary);
	font-size: 20px;
	font-weight: 800;
}

.gcseb-hero-books i {
	display: block;
	width: 54px;
	height: 165px;
	margin-bottom: 9px;
	background: var(--gcseb-primary);
	border: 5px solid #fff;
	border-radius: 5px 8px 8px 5px;
	box-shadow: 0 7px 15px rgba(23, 50, 77, .18);
}

.gcseb-hero-books i:nth-of-type(2) {
	height: 190px;
	background: var(--gcseb-sage);
}

.gcseb-hero-books i:nth-of-type(3) {
	height: 145px;
	background: #d88932;
}

.gcseb-home-assurances {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin: 22px 0 50px !important;
	padding: 0 !important;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 13px;
	list-style: none !important;
}

.gcseb-home-assurances li {
	margin: 0 !important;
	padding: 16px 22px 16px 48px;
	border-right: 1px solid var(--gcseb-line);
	color: var(--gcseb-muted);
	font-size: 13px;
	list-style: none !important;
}

.gcseb-home-assurances li::marker {
	content: "";
}

.gcseb-home-assurances li:last-child {
	border-right: 0;
}

.gcseb-home-assurances li::before {
	position: absolute;
	margin-left: -25px;
	color: var(--gcseb-sage);
	content: "✓";
	font-weight: 800;
}

.gcseb-home-section {
	margin: 54px 0;
}

.gcseb-home-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.gcseb-home-heading p,
.gcseb-browse-panel > div p,
.gcseb-guides-panel p {
	margin: 0 0 7px;
	color: var(--gcseb-primary);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gcseb-home-heading h2,
.gcseb-browse-panel h2,
.gcseb-guides-panel h2 {
	margin: 0;
	color: var(--gcseb-ink);
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 720;
	letter-spacing: -.035em;
}

.gcseb-home-heading > a {
	color: var(--gcseb-primary);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.gcseb-home-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.gcseb-home-category {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 15px;
	box-shadow: 0 8px 22px rgba(29, 61, 80, .07);
	color: var(--gcseb-ink) !important;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

.gcseb-home-category:hover {
	box-shadow: 0 14px 30px rgba(29, 61, 80, .13);
	transform: translateY(-4px);
}

.gcseb-home-category-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	padding: 20px;
	background: linear-gradient(145deg, var(--gcseb-cream), #e7f0f3);
}

.gcseb-home-category-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 8px 10px rgba(29, 61, 80, .12));
}

.gcseb-home-category-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.gcseb-home-category-copy strong {
	font-size: 17px;
	line-height: 1.25;
}

.gcseb-home-category-copy small {
	margin: 8px 0 16px;
	color: var(--gcseb-muted);
	font-size: 12px;
	line-height: 1.45;
}

.gcseb-home-category-copy em {
	margin-top: auto;
	color: var(--gcseb-primary);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.gcseb-home-themes {
	padding: 32px;
	background: linear-gradient(145deg, var(--gcseb-cream), #e8f2f3);
	border: 1px solid var(--gcseb-line);
	border-radius: 19px;
}

.gcseb-themes-directory {
	margin: 20px 0 54px;
}

.gcseb-themes-directory-heading {
	max-width: 760px;
	margin-bottom: 28px;
}

.gcseb-themes-directory-heading p {
	margin: 0 0 7px;
	color: var(--gcseb-primary);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gcseb-themes-directory-heading h1 {
	margin: 0 0 10px;
	color: var(--gcseb-ink);
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 740;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.gcseb-themes-directory-heading span {
	color: var(--gcseb-muted);
	font-size: 15px;
	line-height: 1.55;
}

.gcseb-resource-directory-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcseb-resource-directory-card .gcseb-home-category-image {
	height: 245px;
}

.gcseb-home-theme-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.gcseb-home-theme {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	min-width: 0;
	min-height: 132px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 13px;
	box-shadow: 0 7px 18px rgba(29, 61, 80, .06);
	color: var(--gcseb-ink) !important;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

.gcseb-home-theme:hover {
	box-shadow: 0 12px 24px rgba(29, 61, 80, .12);
	transform: translateY(-3px);
}

.gcseb-home-theme-image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #fff;
	border-right: 1px solid var(--gcseb-line);
	color: var(--gcseb-sage);
	font-size: 28px;
}

.gcseb-home-theme-image img {
	width: 100%;
	height: 100%;
	max-height: 112px;
	object-fit: contain;
}

.gcseb-home-theme-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 14px;
}

.gcseb-home-theme-copy strong {
	font-size: 14px;
	line-height: 1.25;
}

.gcseb-home-theme-copy small {
	display: -webkit-box;
	overflow: hidden;
	margin: 6px 0 10px;
	color: var(--gcseb-muted);
	font-size: 11px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gcseb-home-theme-copy em {
	margin-top: auto;
	color: var(--gcseb-primary);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}

.gcseb-home-products .gcseb-grid-section {
	margin: 0;
}

.gcseb-browse-panel,
.gcseb-guides-panel {
	display: grid;
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
	gap: 38px;
	align-items: center;
	margin: 54px 0;
	padding: 34px 38px;
	background: var(--gcseb-cream);
	border: 1px solid var(--gcseb-line);
	border-radius: 17px;
}

.gcseb-browse-panel nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gcseb-browse-panel nav a {
	padding: 10px 14px;
	background: #fff;
	border: 1px solid var(--gcseb-line);
	border-radius: 999px;
	color: var(--gcseb-primary);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.gcseb-browse-all {
	display: inline-block;
	margin-top: 13px;
	color: var(--gcseb-sage) !important;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none !important;
}

.gcseb-browse-all:hover,
.gcseb-browse-all:focus-visible {
	color: var(--gcseb-primary) !important;
}

.gcseb-guides-panel {
	grid-template-columns: 1fr auto;
	background: #e6f2f3;
	border-color: #cfe2e4;
}

.gcseb-guides-panel span {
	display: block;
	margin-top: 8px;
	color: var(--gcseb-muted);
}

.gcseb-guides-panel > a {
	padding: 13px 18px;
	background: var(--gcseb-sage);
	border-radius: 8px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}

.gcseb-guides-panel > a:hover,
.gcseb-guides-panel > a:focus-visible {
	background: var(--gcseb-primary);
	color: #fff !important;
}

@media (max-width: 1050px) {
	body.gcseb-product-catalogue #masonry-grid,
	body.gcseb-product-catalogue #posts-container.posts-items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gcseb-product-hero {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
	}

	.gcseb-product-image-wrap {
		min-height: 470px;
		padding: 30px;
	}

	.gcseb-product-summary {
		padding: 40px 32px;
	}

	.gcseb-columns-4,
	.gcseb-columns-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcseb-home-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gcseb-resource-directory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcseb-home-theme-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.gcseb-product-catalogue #masonry-grid,
	body.gcseb-product-catalogue #posts-container.posts-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	body.gcseb-article-archive #masonry-grid .post-element {
		grid-template-areas:
			"image"
			"heading"
			"content";
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	body.gcseb-article-archive #masonry-grid .featured-area {
		min-height: 0;
	}

	body.gcseb-article-archive #masonry-grid .post-thumb {
		height: 225px;
	}

	body.gcseb-article-archive #masonry-grid .entry-archives-header {
		padding: 23px 22px 0;
	}

	body.gcseb-article-archive #masonry-grid .entry-title {
		font-size: 20px;
	}

	body.gcseb-article-archive #masonry-grid .entry-content {
		padding: 13px 22px 24px;
	}

	body.gcseb-article-archive #posts-container.posts-items > li.post-item {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.gcseb-article-archive #posts-container .post-thumb {
		height: auto !important;
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	body.gcseb-article-archive #posts-container .post-details {
		padding: 23px 22px 25px !important;
	}

	body.gcseb-article-archive #category-title-section {
		padding: 25px 23px 27px;
	}

	body.gcseb-article-page #the-post > .entry-header-outer {
		padding: 25px 23px 23px;
	}

	body.gcseb-article-page #the-post > .featured-area {
		padding: 22px 22px 0;
	}

	body.gcseb-article-page #the-post > .entry-content {
		padding: 27px 23px 30px !important;
	}

	.gcseb-advice-next {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 23px;
	}

	.gcseb-advice-next nav {
		justify-content: flex-start;
	}

	.gcseb-product-hero {
		grid-template-columns: 1fr;
		border-radius: 14px;
	}

	.gcseb-product-image-wrap {
		order: 1;
		min-height: 0;
		padding: 24px;
	}

	.gcseb-product-image {
		max-height: 440px;
	}

	.gcseb-product-summary {
		order: 2;
		padding: 30px 24px;
	}

	.gcseb-about,
	.gcseb-details,
	.gcseb-related {
		padding: 25px 20px;
		border-radius: 13px;
	}

	.gcseb-spec-grid,
	.gcseb-about-grid,
	.gcseb-columns-2,
	.gcseb-columns-3,
	.gcseb-columns-4,
	.gcseb-columns-5 {
		grid-template-columns: 1fr;
	}

	.gcseb-search-panel {
		padding: 30px 22px;
	}

	.gcseb-search-panel form {
		flex-direction: column;
		gap: 6px;
	}

	.gcseb-search-panel button {
		width: 100%;
	}

	.gcseb-home-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.gcseb-home-hero-copy {
		padding: 38px 25px;
	}

	.gcseb-home-hero-mark {
		display: none;
	}

	.gcseb-home-search {
		flex-direction: column;
		gap: 6px;
	}

	.gcseb-home-search button {
		width: 100%;
	}

	.gcseb-home-assurances {
		grid-template-columns: 1fr;
	}

	.gcseb-home-assurances li {
		border-right: 0;
		border-bottom: 1px solid var(--gcseb-line);
	}

	.gcseb-home-assurances li:last-child {
		border-bottom: 0;
	}

	.gcseb-home-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.gcseb-home-category-image {
		height: 155px;
	}

	.gcseb-resource-directory-card .gcseb-home-category-image {
		height: 190px;
	}

	.gcseb-home-themes {
		padding: 24px 18px;
	}

	.gcseb-home-heading,
	.gcseb-browse-panel,
	.gcseb-guides-panel {
		grid-template-columns: 1fr;
		align-items: flex-start;
	}

	.gcseb-home-heading {
		flex-direction: column;
	}
}

@media (max-width: 430px) {
	body.gcseb-product-catalogue #masonry-grid,
	body.gcseb-product-catalogue #posts-container.posts-items,
	.gcseb-home-category-grid,
	.gcseb-resource-directory-grid,
	.gcseb-home-theme-grid,
	body.gcseb-compact-categories .sidebar .gcseb-category-list {
		grid-template-columns: 1fr;
	}

	.gcseb-spec-grid > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.gcseb-card-image {
		height: 220px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gcseb-card,
	.gcseb-buy-button,
	body.gcseb-article-archive #posts-container.posts-items > li.post-item {
		transition: none;
	}
}
