/* Make .tutor-accordion-item-header.is-active h4 font smaller */
.tutor-accordion-item-header.is-active, h4.tutor-accordion-item-header {
	font-size: 1em !important;
}

h2.tutor-fs-5, h3.tutor-fs-6, html.page-turn-enter body.wp-singular.courses-template-default.single.single-courses.postid-53115.logged-in.admin-bar.no-customize-support.wp-embed-responsive.wp-theme-author-theme.tutor-lms.tutor-frontend.noptin.sticky-menu div.wp-site-blocks div.tutor-wrap.tutor-full-width-course-top.tutor-course-top-info.tutor-page-wrap.tutor-wrap-parent.post-53115.courses.type-courses.status-publish.hentry div.tutor-course-details-page.tutor-container div.tutor-row.tutor-gx-xl-5 aside.tutor-col-xl-4 div.tutor-single-course-sidebar.tutor-mt-40.tutor-mt-xl-0 div.tutor-single-course-sidebar-more.tutor-mt-24 div.tutor-course-details-widget h3.tutor-course-details-widget-title.tutor-fs-5.tutor-color-black.tutor-fw-bold.tutor-mb-16, html.page-turn-enter body.wp-singular.courses-template-default.single.single-courses.postid-53115.logged-in.admin-bar.no-customize-support.wp-embed-responsive.wp-theme-author-theme.tutor-lms.tutor-frontend.noptin.sticky-menu div.wp-site-blocks div.tutor-wrap.tutor-full-width-course-top.tutor-course-top-info.tutor-page-wrap.tutor-wrap-parent.post-53115.courses.type-courses.status-publish.hentry div.tutor-course-details-page.tutor-container div.tutor-row.tutor-gx-xl-5 main#wp--skip-link--target.tutor-col-xl-8 div.tutor-course-details-tab.tutor-mt-32 div.tutor-tab.tutor-pt-24 div#tutor-course-details-tab-info.tutor-tab-item.is-active div.tutor-course-details-widget.tutor-course-details-widget-col-2.tutor-mt-lg-50.tutor-mt-32 h3.tutor-course-details-widget-title.tutor-fs-5.tutor-fw-bold.tutor-color-black.tutor-mb-16, .tutor-course-content-title {
	font-size: 1.4em !important;
}

.tutor-course-details-title > span:nth-child(1) {
	font-size: 0.80em
}

.tutor-fs-6.tutor-color-secondary p{
	font-size: 1.2em;
}

/* Make font bigger for course topic item titles */
.tutor-course-topic-item-title.tutor-fs-7.tutor-fw-medium {
	font-size: 0.84em;
}
/* Set font for Tutor course topic numbers */
.tutor-col-auto.tutor-align-self-center {
	font-family: 'DM Sans', sans-serif;
}
/* Set font for Tutor course topic title */
.tutor-course-topic-title {
	font-family: 'DM Sans', sans-serif;
}
/* ── Author's Box ───────────────────────────────────────────── */
.author-box {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	background: var(--glass-bg) !important;
	border: 1px solid var(--gold, #C9A84C) !important;
	border-radius: 12px;
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.35),
		0 0 30px rgba(201, 168, 76, 0.08);
	padding: 2.5rem 2rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	transform: translateY(-8px);
}
.author-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 1;
	transition: opacity 0.4s ease;
}
.author-box__avatar {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.author-box__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.author-box__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.author-box__name {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--gold, #C9A84C);
	margin-bottom: 0.2em;
}
.author-box__bio {
	color: var(--wp--preset--color--text-secondary, #B0B8C9);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.author-box__links {
	display: flex;
	gap: 1.2rem;
	margin-top: 0.5em;
}
.author-box__link {
	color: var(--gold, #C9A84C);
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s;
}
.author-box__link:hover {
	color: var(--gold-light, #F5ECD7);
	text-decoration: underline;
}
.editor-styles-wrapper #rank-math-faq ul li,
.editor-styles-wrapper #rank-math-howto ul li {
	background: var(--midnight, #0B1121) !important;
	color: #fff !important;
	border-radius: 5px !important;
	overflow: hidden !important;
	margin-bottom: 15px !important;
	padding: 15px 15px 20px !important;
}
.editor-styles-wrapper #rank-math-howto input::placeholder,
.editor-styles-wrapper #rank-math-howto textarea::placeholder,
.editor-styles-wrapper #rank-math-faq input::placeholder,
.editor-styles-wrapper #rank-math-faq textarea::placeholder,
.editor-styles-wrapper .rank-math-howto-description input::placeholder,
.editor-styles-wrapper .rank-math-howto-duration input::placeholder,
.editor-styles-wrapper .rank-math-howto-estimated-cost input::placeholder,
.editor-styles-wrapper .rank-math-block-textarea input::placeholder,
.editor-styles-wrapper input.components-text-control__input::placeholder,
.editor-styles-wrapper input[type="number"]::placeholder,
.editor-styles-wrapper input[type="text"]::placeholder,
.editor-styles-wrapper textarea::placeholder {
	color: #eee !important;
	opacity: 1 !important;
}
.editor-styles-wrapper #rank-math-howto input,
.editor-styles-wrapper #rank-math-howto textarea,
.editor-styles-wrapper #rank-math-howto select,
.editor-styles-wrapper #rank-math-faq input,
.editor-styles-wrapper #rank-math-faq textarea,
.editor-styles-wrapper #rank-math-faq select,
.editor-styles-wrapper .rank-math-howto-description input,
.editor-styles-wrapper .rank-math-howto-duration input,
.editor-styles-wrapper .rank-math-howto-estimated-cost input,
.editor-styles-wrapper .rank-math-block-textarea input,
.editor-styles-wrapper input.components-text-control__input,
.editor-styles-wrapper input[type="number"],
.editor-styles-wrapper input[type="text"],
.editor-styles-wrapper textarea,
.editor-styles-wrapper select {
	color: #fff !important;
	background: var(--midnight, #0B1121) !important;
	border: 1px solid var(--glass-border, #222) !important;
}
.editor-styles-wrapper .rank-math-howto-description,
.editor-styles-wrapper .rank-math-howto-duration,
.editor-styles-wrapper .rank-math-howto-estimated-cost,
.editor-styles-wrapper .rank-math-block-textarea {
	background: var(--midnight, #0B1121) !important;
	color: #fff !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 5px !important;
	margin-bottom: 15px !important;
	padding: 15px !important;
}
.editor-styles-wrapper #rank-math-howto ul li,
.editor-styles-wrapper #rank-math-howto ol li {
	background: var(--midnight, #0B1121) !important;
	color: #fff !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 5px !important;
	overflow: hidden !important;
	margin-bottom: 15px !important;
	padding: 15px 15px 20px !important;
}
.editor-styles-wrapper #rank-math-howto input,
.editor-styles-wrapper #rank-math-howto textarea,
.editor-styles-wrapper #rank-math-howto select,
.editor-styles-wrapper #rank-math-faq input,
.editor-styles-wrapper #rank-math-faq textarea,
.editor-styles-wrapper #rank-math-faq select {
	background: var(--midnight, #0B1121) !important;
	color: #fff !important;
	border: 1px solid var(--glass-border, #222) !important;
}

.editor-styles-wrapper #rank-math-howto .rank-math-step-content,
.editor-styles-wrapper #rank-math-faq .rank-math-answer {
	background: var(--midnight, #0B1121) !important;
	color: #fff !important;
}
/* --- Gutenberg Editor Fixes for Rank Math HowTo & FAQ blocks --- */
.editor-styles-wrapper #rank-math-howto,
.editor-styles-wrapper #rank-math-faq {
	background: var(--midnight, #0B1121) !important;
	color: #fff !important;
	box-shadow: none !important;
	border-radius: 12px !important;
	padding: 2em 1.5em !important;
}

.editor-styles-wrapper #rank-math-howto .rank-math-step-content,
.editor-styles-wrapper #rank-math-faq .rank-math-answer {
	background: transparent !important;
	color: inherit !important;
	box-shadow: none !important;
}

.editor-styles-wrapper #rank-math-howto *,
.editor-styles-wrapper #rank-math-faq * {
	color: #fff !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

.editor-styles-wrapper #rank-math-howto .rank-math-step-content img,
.editor-styles-wrapper #rank-math-faq .rank-math-answer img {
	background: #222 !important;
	border-radius: 8px !important;
	border: 1px solid var(--glass-border, #222) !important;
	box-shadow: none !important;
}

.editor-styles-wrapper #rank-math-howto .rank-math-step-title,
.editor-styles-wrapper #rank-math-howto .rank-math-step-name,
.editor-styles-wrapper #rank-math-faq .rank-math-question {
	color: #ffe9b0 !important;
}
.wp-container-core-post-content-is-layout-89ba7a63 .wp-block-list img:not(.alignleft):not(.alignright):not(.alignfull) {
	width: var(--wp--style--global--content-size, 1200px) !important;
	max-width: 100vw !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	height: auto !important;
	box-sizing: border-box !important;
	position: relative !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}
/* Ensure Rank Math HowTo/FAQ block images are styled in both frontend and Gutenberg editor */
#rank-math-howto .rank-math-step-content img,
#rank-math-howto .rank-math-step-content img[style],
#rank-math-howto .rank-math-step-content img[width],
#rank-math-howto .rank-math-step-content img[height],
#rank-math-faq .rank-math-answer img,
#rank-math-faq .rank-math-answer img[style],
#rank-math-faq .rank-math-answer img[width],
#rank-math-faq .rank-math-answer img[height],
.editor-styles-wrapper #rank-math-howto .rank-math-step-content img,
.editor-styles-wrapper #rank-math-howto .rank-math-step-content img[style],
.editor-styles-wrapper #rank-math-howto .rank-math-step-content img[width],
.editor-styles-wrapper #rank-math-howto .rank-math-step-content img[height],
.editor-styles-wrapper #rank-math-faq .rank-math-answer img,
.editor-styles-wrapper #rank-math-faq .rank-math-answer img[style],
.editor-styles-wrapper #rank-math-faq .rank-math-answer img[width],
.editor-styles-wrapper #rank-math-faq .rank-math-answer img[height] {
	border-radius: 8px !important;
	margin-top: 0.8em !important;
	border: 1px solid var(--glass-border) !important;
	display: block !important;
	height: auto !important;
	width: 100% !important;
	max-width: var(--wp--style--global--content-size, 1200px) !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}
/* Also target Gutenberg editor for base image styles */
#rank-math-howto .rank-math-step-content img,
#rank-math-faq .rank-math-answer img,
.editor-styles-wrapper #rank-math-howto .rank-math-step-content img,
.editor-styles-wrapper #rank-math-faq .rank-math-answer img {
	border-radius: 8px;
	margin-top: 0.8em;
	border: 1px solid var(--glass-border);
	display: block;
	height: auto !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: var(--wp--style--global--content-size, 1200px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}
.wp-container-core-post-content-is-layout-89ba7a63 .wp-block-list img {
  width: var(--wp--style--global--content-size, 1200px) !important;
  max-width: 100vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  height: auto !important;
  box-sizing: border-box !important;
}

/* Remove any inline width/height attributes for images in Rank Math blocks */
/* Remove inline width/height for images in both frontend and editor */
#rank-math-howto .rank-math-step-content img[width],
#rank-math-howto .rank-math-step-content img[height],
#rank-math-howto .rank-math-step-content img[style],
#rank-math-faq .rank-math-answer img[width],
#rank-math-faq .rank-math-answer img[height],
#rank-math-faq .rank-math-answer img[style],
.editor-styles-wrapper #rank-math-howto .rank-math-step-content img[width],
.editor-styles-wrapper #rank-math-howto .rank-math-step-content img[height],
.editor-styles-wrapper #rank-math-howto .rank-math-step-content img[style],
.editor-styles-wrapper #rank-math-faq .rank-math-answer img[width],
.editor-styles-wrapper #rank-math-faq .rank-math-answer img[height],
.editor-styles-wrapper #rank-math-faq .rank-math-answer img[style] {
	width: 100% !important;
	height: auto !important;
	min-width: 0 !important;
	max-width: var(--wp--style--global--content-size, 1200px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}
/*
 * Author Theme — Dark Cinematic Styles
 * Midnight navy base · Gold accents · Fiction-forward aesthetic
 */

/* ── Reset & smooth defaults ─────────────────────── */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ── CSS custom properties for effects ───────────── */
:root {
	--gold: #C9A84C;
	--gold-light: #F5ECD7;
	--midnight: #0B1121;
	--surface: #0F1628;
	--muted: #141C30;
	--glass-bg: rgba(255, 255, 255, 0.04);
	--glass-border: rgba(255, 255, 255, 0.08);
	--glow-gold: rgba(201, 168, 76, 0.3);
	--glow-gold-strong: rgba(201, 168, 76, 0.5);
	--shadow-dark: rgba(0, 0, 0, 0.4);
	--shadow-lift: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* ── Reveal animations ───────────────────────────── */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes shimmer {
	0% { background-position: -200% center; }
	100% { background-position: 200% center; }
}

@keyframes float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

@keyframes pulseGlow {
	0%, 100% { box-shadow: 0 0 20px var(--glow-gold), 0 0 40px rgba(201, 168, 76, 0.1); }
	50% { box-shadow: 0 0 30px var(--glow-gold-strong), 0 0 60px rgba(201, 168, 76, 0.2); }
}

/* ── Reveal-on-scroll via IntersectionObserver ───── */
.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
				transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ── Glassmorphism header ────────────────────────── */
.wp-block-group[style*="position:sticky"],
.wp-block-group[style*="position: sticky"],
.wp-block-group.is-position-sticky {
	z-index: 100;
	position: sticky;
	top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
	backdrop-filter: blur(20px) saturate(1.8);
	-webkit-backdrop-filter: blur(20px) saturate(1.8);
	background: rgba(11, 17, 33, 0.88) !important;
	border-bottom: 1px solid var(--glass-border) !important;
	transition: background 0.3s ease;
}

/* ── WP Block Layout Styles ──────────────────────────
   WordPress generates these inline for normal templates
   but Tutor LMS uses do_blocks() which skips the inline
   CSS generation. Hardcode them here so the header/footer
   layout works on all pages.                           */

/* Header outer flex container: logo | nav | CTA */
.wp-container-core-group-is-layout-830cf70d {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
/* Logo row: icon + text side by side */
.wp-container-core-group-is-layout-4544e5cd {
	flex-wrap: nowrap;
	gap: 0.7rem;
	align-items: center;
}
/* Nav wrapper: centered */
.wp-container-core-group-is-layout-a0f4ccf1 {
	flex-wrap: nowrap;
	gap: var(--wp--preset--spacing--40);
	justify-content: center;
	align-items: center;
}
/* Logo text column: name + tagline stacked */
.wp-container-core-group-is-layout-f44fb481 {
	flex-wrap: nowrap;
	gap: 0;
	flex-direction: column;
	align-items: flex-start;
}
/* Navigation: centered items */
.wp-container-core-navigation-is-layout-a89b3969 {
	justify-content: center;
}
/* Footer top row: space-between */
.wp-container-core-group-is-layout-9366075c {
	justify-content: space-between;
}
/* Footer outer wrap: alignfull padding */
.wp-container-core-group-is-layout-b650619b > .alignfull {
	margin-right: calc(var(--wp--preset--spacing--50) * -1);
	margin-left: calc(var(--wp--preset--spacing--50) * -1);
}
/* Footer address column spacing */
.wp-container-core-group-is-layout-c19476fc > * { margin-block-start: 0; margin-block-end: 0; }
.wp-container-core-group-is-layout-c19476fc > * + * { margin-block-start: var(--wp--preset--spacing--10); margin-block-end: 0; }
/* Footer nav column spacing */
.wp-container-core-group-is-layout-e0082cf6 > * { margin-block-start: 0; margin-block-end: 0; }
.wp-container-core-group-is-layout-e0082cf6 > * + * { margin-block-start: var(--wp--preset--spacing--20); margin-block-end: 0; }

/* ── Gold gradient text for hero heading ─────────── */
.hero-gradient-text {
	background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shimmer 4s linear infinite;
}

/* ── Hero cover — cinematic full-viewport ─────────── */
.hero-cover {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.hero-cover .wp-block-cover__image-background {
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.05);
}
.hero-cover .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding-top: 120px;
	padding-bottom: 80px;
}

/* ── Hero floating particles ─────────────────────── */
@keyframes heroFloat {
	0%, 100% { transform: translateY(0) translateX(0); }
	25%      { transform: translateY(-18px) translateX(8px); }
	50%      { transform: translateY(-6px) translateX(-10px); }
	75%      { transform: translateY(-22px) translateX(4px); }
}
.hero-particles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
.hero-particle {
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle, var(--gold-light) 0%, var(--gold) 60%, transparent 100%);
	animation: heroFloat linear infinite;
	will-change: transform;
	pointer-events: none;
}

/* ── Hero cursor glow ────────────────────────────── */
.hero-cursor-glow {
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.03) 35%, transparent 70%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.6s ease;
	will-change: left, top;
}

/* ── Scene breaks — cinematic dividers ───────────── */
.scene-break {
	position: relative;
}
.scene-break::before,
.scene-break::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 80px;
	z-index: 2;
	pointer-events: none;
}
.scene-break::before {
	top: 0;
	background: linear-gradient(to bottom, var(--surface), transparent);
}
.scene-break::after {
	bottom: 0;
	background: linear-gradient(to top, var(--surface), transparent);
}

/* ── Gold separator line ─────────────────────────── */
.gold-separator,
.gold-separator.wp-block-separator {
	border: none !important;
	height: 2px !important;
	background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-light) 50%, var(--gold) 80%, transparent 100%) !important;
	opacity: 0.6;
	margin: 0 !important;
}

/* ── Glass cards ─────────────────────────────────── */
.glass-card {
	background: var(--glass-bg) !important;
	border: 1px solid var(--glass-border);
	border-radius: 12px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	position: relative;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				border-color 0.4s ease,
				box-shadow 0.4s ease;
}
.glass-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.glass-card:hover {
	transform: translateY(-8px);
	border-color: rgba(201, 168, 76, 0.3);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.35),
		0 0 30px rgba(201, 168, 76, 0.08);
}
.glass-card:hover::after {
	opacity: 1;
}

/* ── Book showcase ────────────────────────────────── */
.book-showcase {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--wp--preset--spacing--40);
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin-left: auto;
	margin-right: auto;
	padding: 0 var(--wp--preset--spacing--50);
}
.book-showcase__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none !important;
	padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
	border-radius: 12px;
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	position: relative;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				border-color 0.4s ease,
				box-shadow 0.4s ease;
}
.book-showcase__item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.book-showcase__item:hover {
	transform: translateY(-8px);
	border-color: rgba(201, 168, 76, 0.3);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.35),
		0 0 30px rgba(201, 168, 76, 0.08);
}
.book-showcase__item:hover::after {
	opacity: 1;
}
.book-showcase__cover {
	width: 160px;
	margin-bottom: var(--wp--preset--spacing--30);
}
.book-showcase__cover img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
				filter 0.4s ease;
}
.book-showcase__item:hover .book-showcase__cover img {
	transform: translateY(-6px) scale(1.04);
	filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.6));
}
.book-showcase__genre {
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 0.4rem;
}
.book-showcase__title {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.25;
	margin-bottom: 0.5rem;
}
.book-showcase__desc {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.85rem;
	color: var(--wp--preset--color--text-secondary, #8B93A8);
	line-height: 1.5;
}

/* Responsive — book showcase */
@media (max-width: 1024px) {
	.book-showcase {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 640px) {
	.book-showcase {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--wp--preset--spacing--30);
		padding: 0 var(--wp--preset--spacing--30);
	}
	.book-showcase__cover {
		width: 120px;
	}
}

@media (max-width: 967px) {
  .browse-books-button {
    display: none !important;
  }
}

/* ── Buttons — gold glow effect ──────────────────── */
.wp-element-button,
.wp-block-button__link {
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(201, 168, 76, 0.25), 0 0 12px rgba(201, 168, 76, 0.15);
}

/* Outline button on dark backgrounds */
.is-style-outline .wp-block-button__link {
	border-width: 2px;
	border-color: var(--gold) !important;
	color: var(--gold) !important;
}
.is-style-outline .wp-block-button__link:hover {
	background: var(--gold) !important;
	color: var(--midnight) !important;
}

/* ── Hero cover overlay styling ──────────────────── */
.hero-cover .wp-block-cover__background {
	background: linear-gradient(
		180deg,
		rgba(11, 17, 33, 0.35) 0%,
		rgba(11, 17, 33, 0.55) 40%,
		rgba(11, 17, 33, 0.8) 100%
	) !important;
}

/* ── Animated underlines on links ────────────────── */
.wp-block-navigation a,
.has-link-color a:not(.wp-block-button__link) {
	position: relative;
}
.wp-block-navigation a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #C9A84C, transparent);
	transform: translateX(-50%);
	transition: width 0.35s ease;
	border-radius: 1px;
}
.wp-block-navigation a:hover::after {
	width: 100%;
}

/* Submenu chevron indicator on parent items */
.wp-block-navigation-item.has-child > .wp-block-navigation-item__content .wp-block-navigation-item__label::after,
.wp-block-navigation-submenu.has-child > .wp-block-navigation-item__content .wp-block-navigation-item__label::after {
	content: '•';
	display: inline-block;
	font-size: 0.85em;
	margin-left: 0.3em;
	vertical-align: middle;
	color: #C9A84C;
	opacity: 0.85;
	text-shadow: 0 0 4px rgba(201, 168, 76, 0.35);
	transition: opacity 0.3s ease, text-shadow 0.3s ease;
}
.wp-block-navigation-item.has-child:hover > .wp-block-navigation-item__content .wp-block-navigation-item__label::after,
.wp-block-navigation-submenu.has-child:hover > .wp-block-navigation-item__content .wp-block-navigation-item__label::after {
	opacity: 1;
	text-shadow: 0 0 8px rgba(201, 168, 76, 0.7), 0 0 16px rgba(201, 168, 76, 0.3);
}

/* Active / current page — 30% width gold line */
.wp-block-navigation-item.is-active-page > a::after,
.wp-block-navigation-item.current-menu-item > a::after,
.wp-block-navigation a[aria-current="page"]::after {
	width: 30%;
}
.wp-block-navigation-item.is-active-page > a:hover::after,
.wp-block-navigation-item.current-menu-item > a:hover::after,
.wp-block-navigation a[aria-current="page"]:hover::after {
	width: 100%;
}

/* ── Image overlays for atmosphere ───────────────── */
.atmospheric-image {
	position: relative;
	overflow: hidden;
}
.atmospheric-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(11, 17, 33, 0.3) 0%, transparent 100%);
	pointer-events: none;
}

/* ── The Novelist section ────────────────────────── */
.novelist-section {
	position: relative;
	overflow: hidden;
}
.novelist-section::before {
	content: '';
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 800px;
	background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}
.novelist-icon {
	margin: 0 !important;
}
.novelist-icon img {
	border-radius: 12px;
	filter: drop-shadow(0 0 12px rgba(201, 168, 76, 0.3));
}

/* Hero screenshot — elevated with perspective */
.novelist-hero-screenshot {
	perspective: 1200px;
	margin-bottom: 0 !important;
}
.novelist-hero-screenshot img {
	border-radius: 12px !important;
	border: 1px solid var(--glass-border);
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.5),
		0 0 40px rgba(201, 168, 76, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
				box-shadow 0.6s ease;
}
.novelist-hero-screenshot:hover img {
	transform: rotateX(2deg) rotateY(-1deg) scale(1.01);
	box-shadow:
		0 32px 100px rgba(0, 0, 0, 0.6),
		0 0 60px rgba(201, 168, 76, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
/* Reflection gradient below screenshot */
.novelist-showcase {
	position: relative;
}
.novelist-showcase::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 10%;
	right: 10%;
	height: 80px;
	background: radial-gradient(ellipse at center, rgba(201,168,76,0.08) 0%, transparent 70%);
	filter: blur(20px);
	pointer-events: none;
}

/* Feature cards — edge-to-edge image with text below */
.novelist-feature-glass {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.novelist-feature-icon {
	margin: 0 !important;
	flex-shrink: 0;
	filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.5));
}
.novelist-feature-icon img {
	width: 36px !important;
	height: 36px !important;
}

/* Feature card text — centered, consistent alignment */
.novelist-feature-glass > .wp-block-group {
	text-align: center;
	flex: 1;
}
.novelist-feature-glass > .wp-block-group > .is-layout-flex {
	justify-content: center;
	gap: 0.6rem !important;
}
.novelist-feature-glass h3 {
	font-size: 1.25rem !important;
	letter-spacing: 0.01em;
}

/* ── Homepage Tools Strip ──────────────────────── */
.hp-tools {
	text-align: center;
}
.hp-tools__label {
	font-family: var(--wp--preset--font-family--dm-sans);
	font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--wp--preset--color--gold);
	margin: 0 0 0.35rem;
}
.hp-tools__title {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: var(--wp--preset--font-size--x-large);
	color: var(--wp--preset--color--gold-light);
	margin: 0 0 2rem;
}
.hp-tools__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	max-width: 820px;
	margin: 0 auto;
}
.hp-tool {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	background: var(--glass-bg, rgba(15, 22, 40, 0.55));
	border: 1px solid var(--glass-border, rgba(201, 168, 76, 0.08));
	text-decoration: none;
	transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.hp-tool:hover {
	background: rgba(201, 168, 76, 0.10);
	border-color: var(--gold);
	box-shadow: 0 2px 16px 0 rgba(201,168,76,0.13);
	transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.25s;
	transform: translateY(-2px) scale(1.025);
}
.hp-tool__icon {
	flex-shrink: 0;
	width: 32px !important;
	height: 32px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.35));
	align-self: flex-start;
}
.hp-tool__icon img,
.hp-tool__icon svg {
	width: 32px !important;
	height: 32px !important;
	display: block;
	margin: 0 auto;
}
.hp-tool__info {
	display: flex;
	flex-direction: column;
	text-align: left;
	line-height: 1.3;
}
.hp-tool__name {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--wp--preset--color--gold-light);
	letter-spacing: 0.01em;
	line-height: 1.1;
}
.hp-tool__desc {
	font-family: var(--wp--preset--font-family--dm-sans);
	font-size: 0.78rem;
	color: var(--wp--preset--color--text-secondary);
	line-height: 1.2;
	margin-top: 1px;
}
.hp-tools__cta {
	margin-top: 1.5rem;
}
.hp-tools__link {
	font-family: var(--wp--preset--font-family--dm-sans);
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--gold);
	text-decoration: none;
	letter-spacing: 0.04em;
	transition: color 0.2s;
}
.hp-tools__link:hover {
	color: var(--wp--preset--color--gold-light);
}

/* Responsive: 2-col on tablet, 1-col on mobile */
@media (max-width: 640px) {
	.hp-tools__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 400px) {
	.hp-tools__grid {
		grid-template-columns: 1fr;
	}
}
.novelist-feature-img {
	overflow: hidden;
	margin: 0 !important;
	aspect-ratio: 16 / 10;
}
.novelist-feature-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	border-bottom: 1px solid var(--glass-border);
}
.novelist-feature-card:hover .novelist-feature-img img {
	transform: scale(1.06);
}

/* Gold accent line on hover */
.novelist-feature-glass::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.novelist-feature-card:hover .novelist-feature-glass::after {
	opacity: 1;
}

/* Stagger feature cards entrance */
.novelist-features .novelist-feature-card:nth-child(1) { transition-delay: 0s; }
.novelist-features .novelist-feature-card:nth-child(2) { transition-delay: 0.1s; }
.novelist-features .novelist-feature-card:nth-child(3) { transition-delay: 0.2s; }

/* Novelist download buttons — glass pill style */
.novelist-buttons .wp-block-button__link {
	padding: 0.9rem 2.4rem !important;
	border-radius: 8px !important;
	font-weight: 700;
	position: relative;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Gumroad button — solid gold with deep shadow */
.novelist-btn-gumroad .wp-block-button__link {
	background: linear-gradient(135deg, var(--gold) 0%, #d4b35a 100%) !important;
	color: var(--midnight) !important;
	border: none !important;
	position: relative;
	overflow: hidden;
	box-shadow:
		0 4px 16px rgba(201, 168, 76, 0.3),
		0 8px 32px rgba(0, 0, 0, 0.2);
}
.novelist-btn-gumroad .wp-block-button__link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.novelist-btn-gumroad .wp-block-button__link:hover::after {
	opacity: 1;
}
.novelist-btn-gumroad .wp-block-button__link:hover {
	background: linear-gradient(135deg, #d4b35a 0%, var(--gold-light) 100%) !important;
	transform: translateY(-3px) !important;
	box-shadow:
		0 8px 28px rgba(201, 168, 76, 0.45),
		0 16px 48px rgba(0, 0, 0, 0.25),
		0 0 20px rgba(201, 168, 76, 0.15) !important;
}

/* GitHub button — glass outline with glow */
.novelist-btn-github .wp-block-button__link {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1.5px solid rgba(201, 168, 76, 0.4) !important;
	color: var(--gold) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow:
		0 4px 16px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.novelist-btn-github .wp-block-button__link:hover {
	background: rgba(201, 168, 76, 0.1) !important;
	border-color: var(--gold) !important;
	color: var(--gold-light) !important;
	transform: translateY(-3px) !important;
	box-shadow:
		0 8px 28px rgba(0, 0, 0, 0.3),
		0 0 20px rgba(201, 168, 76, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

/* ── Navigation overlay mobile polish ────────────── */
.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--preset--spacing--50);
	background: rgba(11, 17, 33, 0.98) !important;
	backdrop-filter: blur(20px);
}

/* Force light text in mobile overlay */
.wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open a {
	color: var(--gold-light, #F5ECD7) !important;
}

/* Close button visible */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
	fill: var(--gold-light, #F5ECD7) !important;
}

/* Mobile overlay — top-level links */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 1.4rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	padding: 0.7rem 0 !important;
	border-bottom: 1px solid rgba(201, 168, 76, 0.1);
	transition: color 0.2s ease;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover {
	color: var(--gold, #C9A84C) !important;
}

/* Mobile overlay — remove desktop underline animation */
.wp-block-navigation__responsive-container.is-menu-open a::after {
	display: none !important;
}

/* Mobile overlay — submenus */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	background: rgba(255, 255, 255, 0.03) !important;
	border: none !important;
	border-left: 2px solid rgba(201, 168, 76, 0.25) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0.3rem 0 0.3rem 1rem !important;
	margin: 0.2rem 0 0.5rem !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	min-width: unset;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	font-family: 'DM Sans', system-ui, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	letter-spacing: 0;
	padding: 0.45rem 0 !important;
	border-bottom: none;
	color: #94a3b8 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	color: var(--gold, #C9A84C) !important;
	background: none !important;
}

/* Mobile overlay — submenu toggle arrow */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-icon svg {
	fill: var(--gold, #C9A84C) !important;
}



/* ── Post grid cards (blog section) ──────────────── */
.wp-block-post-template.is-layout-grid {
	gap: var(--wp--preset--spacing--40);
}
.wp-block-post-featured-image img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.wp-block-post-featured-image {
	margin: 0;
}

/* Blog card — glass with gold accent ────────────── */
.blog-card {
	background: var(--glass-bg) !important;
	border: 1px solid var(--glass-border);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				border-color 0.4s ease,
				box-shadow 0.4s ease;
}
.blog-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.blog-card:hover {
	transform: translateY(-8px);
	border-color: rgba(201, 168, 76, 0.3);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.35),
		0 0 30px rgba(201, 168, 76, 0.08);
}
.blog-card:hover::after {
	opacity: 1;
}

/* Blog card image — zoom on hover */
.blog-card-image img,
.blog-card .wp-block-post-featured-image img {
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.blog-card:hover .blog-card-image img,
.blog-card:hover .wp-block-post-featured-image img {
	transform: scale(1.06);
}
.blog-card .wp-block-post-featured-image {
	overflow: hidden;
	border-bottom: 1px solid var(--glass-border);
}

/* Blog card meta — category & date as subtle pills */
.blog-card .taxonomy-category a,
.blog-card .wp-block-post-terms a {
	color: var(--gold) !important;
	text-decoration: none;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.7rem !important;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(201, 168, 76, 0.08);
	padding: 0.2em 0.65em;
	border-radius: 4px;
	border: 1px solid rgba(201, 168, 76, 0.15);
	transition: background 0.3s ease, border-color 0.3s ease;
}
.blog-card .taxonomy-category a:hover,
.blog-card .wp-block-post-terms a:hover {
	background: rgba(201, 168, 76, 0.15);
	border-color: rgba(201, 168, 76, 0.3);
}
.blog-card .wp-block-post-date {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.75rem !important;
	color: var(--wp--preset--color--text-secondary, #8B93A8) !important;
	opacity: 0.7;
}

/* Blog card title link */
.blog-card .wp-block-post-title a {
	text-decoration: none !important;
	transition: color 0.3s ease;
}
.blog-card .wp-block-post-title a:hover {
	color: var(--gold) !important;
}

/* Blog card "Read Article →" link */
.blog-card .wp-block-read-more {
	color: var(--gold);
	text-decoration: none;
	font-size: 0.85rem;
	letter-spacing: 0.02em;
	transition: color 0.3s ease, letter-spacing 0.3s ease;
}
.blog-card .wp-block-read-more:hover {
	color: var(--gold-light);
	letter-spacing: 0.04em;
}

/* Fallback generic blog post cards (non-blog-card) */
.wp-block-post-template .wp-block-group:not(.blog-card) {
	background: var(--glass-bg) !important;
	border: 1px solid var(--glass-border);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				border-color 0.4s ease,
				box-shadow 0.4s ease;
	overflow: hidden;
}
.wp-block-post-template .wp-block-group:not(.blog-card):hover {
	transform: translateY(-4px);
	border-color: rgba(201, 168, 76, 0.2);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
}

/* ── Noptin form inside newsletter CTA ───────────── */
.newsletter-section .noptin-optin-form-wrapper {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.newsletter-section .noptin-optin-form-wrapper input[type="email"] {
	border-radius: 4px;
	padding: 0.8rem 1.2rem;
	border: 1px solid rgba(201, 168, 76, 0.3);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 1rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.newsletter-section .noptin-optin-form-wrapper input[type="email"]:focus {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 16px rgba(201,168,76,0.2);
}
.newsletter-section .noptin-optin-form-wrapper input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.newsletter-section .noptin-optin-form-wrapper input[type="submit"],
.newsletter-section .noptin-optin-form-wrapper button {
	border-radius: 4px;
	padding: 0.8rem 2rem;
	background: var(--gold);
	color: var(--midnight);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.newsletter-section .noptin-optin-form-wrapper input[type="submit"]:hover,
.newsletter-section .noptin-optin-form-wrapper button:hover {
	background: var(--gold-light);
	box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
	transform: translateY(-1px);
}

/* ── Gold bullet list ────────────────────────────── */
.gold-list {
	list-style: none;
	padding-left: 0;
}
.gold-list li {
	padding-left: 1.5em;
	position: relative;
}
.gold-list li::before {
	content: '◆';
	position: absolute;
	left: 0;
	color: var(--gold);
	font-size: 0.6em;
	top: 0.5em;
}

/* ── Gold scrollbar ──────────────────────────────── */
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: var(--midnight);
}
::-webkit-scrollbar-thumb {
	background: rgba(201, 168, 76, 0.3);
	border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(201, 168, 76, 0.5);
}

/* ── Gold text selection ─────────────────────────── */
::selection {
	background: rgba(201, 168, 76, 0.3);
	color: var(--gold-light);
}

/* ── Responsive refinements ──────────────────────── */
@media (max-width: 781px) {
	.wp-block-columns {
		flex-direction: column !important;
	}
	.wp-block-column {
		flex-basis: 100% !important;
	}
	.hero-cover .wp-block-cover__inner-container {
		padding-top: 100px;
		padding-bottom: 60px;
	}
}

/* ── Separator polish ────────────────────────────── */
.wp-block-separator {
	opacity: 1;
}

/* ── Section label / eyebrow text ────────────────── */
.section-eyebrow {
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 600;
}

/* ── Feature list with gold bullets ──────────────── */
.gold-list li {
	position: relative;
	padding-left: 1.5em;
}
.gold-list li::before {
	content: '◆';
	position: absolute;
	left: 0;
	color: var(--gold);
	font-size: 0.7em;
	top: 0.35em;
}

/* ── Responsive columns → stack on mobile ────────── */
@media (max-width: 781px) {
	.wp-block-columns {
		flex-direction: column !important;
	}
	.wp-block-column {
		flex-basis: 100% !important;
	}
}

/* ── Selection color ─────────────────────────────── */
::selection {
	background: rgba(201, 168, 76, 0.3);
	color: var(--gold-light);
}

/* ── Scrollbar styling ───────────────────────────── */
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: var(--midnight);
}
::-webkit-scrollbar-thumb {
	background: rgba(201, 168, 76, 0.3);
	border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(201, 168, 76, 0.5);
}

/* ── Fiction-style logo ──────────────────────────── */
.site-logo-row {
	align-items: center;
	gap: 0.5rem !important;
}
.site-logo-icon {
	margin: 0 !important;
	flex-shrink: 0;
	transition: transform 0.4s ease, filter 0.4s ease;
    display: flex;
    align-items: center;
}
.site-logo-icon img {
	display: block;
}
.site-logo-row:hover .site-logo-icon {
	transform: scale(1.08);
	filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.4));
}
.site-logo-fiction a {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-decoration: none !important;
	transition: background-position 0.6s ease;
}
.site-logo-fiction a:hover {
	background-position: 100% 0;
}
.site-logo-text {
	gap: 0 !important;
}
.site-logo-text > * {
	margin-block: 0 !important;
	padding-block: 0 !important;
}
.site-logo-fiction {
	line-height: 1.1 !important;
	margin-bottom: 0 !important;
}
.site-tagline-fiction {
	margin-top: 2px !important;
	margin-bottom: 0 !important;
}
.site-logo-fiction {
	line-height: 1.1 !important;
}
.site-tagline-fiction {
	text-align: left;
	opacity: 0.55;
	transition: opacity 0.3s ease;
	line-height: 1 !important;
	margin-top: 2px !important;
}
.site-header:hover .site-tagline-fiction {
	opacity: 0.8;
}

/* ── Books mega-menu ─────────────────────────────── */
.mega-menu-books {
	position: fixed;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
}
.mega-menu-books.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.mega-menu-books__inner {
	display: flex;
	gap: 1.75rem;
	padding: 2rem 2.5rem;
	background: rgba(11, 17, 33, 0.94);
	-webkit-backdrop-filter: blur(24px) saturate(1.6);
	backdrop-filter: blur(24px) saturate(1.6);
	border: 1px solid rgba(201, 168, 76, 0.12);
	border-radius: 12px;
	box-shadow:
		0 20px 60px rgba(0, 0, 0, 0.5),
		0 0 30px rgba(201, 168, 76, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Individual book card in mega-menu */
.mega-menu-book {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
	padding: 1rem;
	border-radius: 10px;
	text-decoration: none !important;
	transition: all 0.25s ease;
	width: 150px;
	text-align: center;
}
.mega-menu-book:hover {
	background: rgba(201, 168, 76, 0.06);
	transform: translateY(-4px);
}
.mega-menu-book__cover {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	transition: box-shadow 0.25s ease;
}
.mega-menu-book:hover .mega-menu-book__cover {
	box-shadow:
		0 8px 24px rgba(0, 0, 0, 0.5),
		0 0 16px rgba(201, 168, 76, 0.15);
}
.mega-menu-book__cover img {
	width: 120px;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.mega-menu-book:hover .mega-menu-book__cover img {
	transform: scale(1.04);
}
.mega-menu-book__title {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--gold-light);
	line-height: 1.25;
}
.mega-menu-book__genre {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--gold);
	opacity: 0.6;
}

/* Spine highlight on covers */
.mega-menu-book__cover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(to bottom, rgba(201, 168, 76, 0.3), transparent 70%);
	pointer-events: none;
}

/* ── Default submenu — dark glassmorphic style ───── */
.wp-block-navigation__submenu-container {
	background: rgba(11, 17, 33, 0.94) !important;
	-webkit-backdrop-filter: blur(24px) saturate(1.6);
	backdrop-filter: blur(24px) saturate(1.6);
	border: 1px solid rgba(201, 168, 76, 0.12) !important;
	border-radius: 10px !important;
	box-shadow:
		0 16px 48px rgba(0, 0, 0, 0.5),
		0 0 20px rgba(201, 168, 76, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
	padding: 0.5rem 0 !important;
	min-width: 200px;
	overflow: hidden;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	color: var(--gold-light) !important;
	font-family: 'DM Sans', system-ui, sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	padding: 0.6rem 1.25rem !important;
	transition: background 0.2s ease, color 0.2s ease;
	display: block;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	background: rgba(201, 168, 76, 0.08) !important;
	color: var(--gold) !important;
}
/* Remove default underline animation inside submenus */
.wp-block-navigation__submenu-container a::after {
	display: none !important;
}
/* Hide default WP submenu arrow — replaced by custom CSS chevron */
.wp-block-navigation__submenu-icon {
	display: none !important;
}

/* Hide default WP submenu on the Books nav item */
.has-mega-menu > .wp-block-navigation__submenu-container,
.has-mega-menu > .wp-block-navigation-submenu__toggle,
.has-mega-menu > .wp-block-navigation__submenu-icon {
	display: none !important;
}

/* Hide mega-menu on mobile */
@media (max-width: 768px) {
	.mega-menu-books {
		display: none !important;
	}
}

/* ── About page — portrait ───────────────────────── */
.about-portrait img {
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 24px rgba(201, 168, 76, 0.08);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-portrait:hover img {
	transform: translateY(-4px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 32px rgba(201, 168, 76, 0.12);
}

/* ── Journey timeline — dark cinematic ───────────── */
.timeline {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 32px;
	border-left: 2px solid rgba(201, 168, 76, 0.25);
}

.timeline-item {
	margin-bottom: 48px;
	position: relative;
	padding-left: 28px;
}
.timeline-item:last-child {
	margin-bottom: 0;
}

/* Gold glowing dot on the timeline */
.timeline-item::before {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--gold);
	border: 2px solid var(--gold);
	border-radius: 50%;
	position: absolute;
	left: -39px;
	top: 6px;
	box-shadow: 0 0 10px rgba(201, 168, 76, 0.4);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.timeline-item:hover::before {
	box-shadow: 0 0 18px rgba(201, 168, 76, 0.7);
	transform: scale(1.15);
}

/* Year label */
.timeline-date {
	font-family: 'DM Sans', system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 8px;
}

/* Content card — glassmorphic */
.timeline-content {
	background: rgba(255, 255, 255, 0.03);
	padding: 1.25rem 1.5rem;
	border-radius: 12px;
	border: 1px solid rgba(201, 168, 76, 0.08);
	position: relative;
	overflow: hidden;
	transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
.timeline-content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.timeline-item:hover .timeline-content {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(201, 168, 76, 0.25);
	transform: translateX(4px);
	box-shadow:
		0 12px 36px rgba(0, 0, 0, 0.3),
		0 0 20px rgba(201, 168, 76, 0.06);
}
.timeline-item:hover .timeline-content::after {
	opacity: 1;
}

.timeline-content h3 {
	margin: 0 0 8px;
	font-family: 'DM Sans', system-ui, sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--gold-light);
}

.timeline-content p {
	margin: 0;
	font-family: 'DM Sans', system-ui, sans-serif;
	font-size: 1.2rem;
	color: #8B93A8;
	line-height: 1.7;
}

/* Timeline responsive */
@media (max-width: 600px) {
	.timeline {
		padding-left: 20px;
	}
	.timeline-item {
		padding-left: 18px;
	}
	.timeline-item::before {
		left: -28px;
	}
}


/* ───────────────────────────────────────────────────
   THE NOVELIST PAGE
   ─────────────────────────────────────────────────── */

/* Hero */
.novelist-page-hero .wp-block-cover__image-background {
	filter: blur(2px) brightness(0.3);
}
.novelist-hero-screenshot img {
	box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 0 40px rgba(201,168,76,0.1);
	transition: transform 0.4s ease;
}
.novelist-hero-screenshot img:hover {
	transform: scale(1.02);
}

/* Feature Cards */
.novelist-feature-card {
	display: flex;
	flex-direction: column;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				border-color 0.4s ease,
				box-shadow 0.4s ease,
				background 0.3s ease;
}
.novelist-feature-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.novelist-feature-card:hover {
	border-color: rgba(201,168,76,0.3);
	background: rgba(255,255,255,0.06);
	transform: translateY(-8px);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.35),
		0 0 30px rgba(201, 168, 76, 0.08);
}
.novelist-feature-card:hover::after {
	opacity: 1;
}
.novelist-feature-card h3 {
	margin-bottom: 0.4em;
}
/* Emoji in feature card headings — golden glow */
.novelist-feature-card h3 .feature-icon {
	display: inline-block;
	font-size: 1.6em;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.15em;
	filter: drop-shadow(0 4px 10px rgba(201, 168, 76, 0.35));
	transition: filter 0.4s ease, transform 0.4s ease;
}
.novelist-feature-card:hover h3 .feature-icon {
	filter: drop-shadow(0 6px 16px rgba(201, 168, 76, 0.55))
		   drop-shadow(0 0 8px rgba(201, 168, 76, 0.3));
	transform: scale(1.1);
}
.novelist-feature-card h3 .emoji,
.novelist-features-section .novelist-feature-card h3 {
	line-height: 1.3;
}

/* Buttons */
.novelist-page-hero .wp-block-buttons,
.wp-block-buttons:has(.novelist-btn-gumroad) {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.novelist-btn-gumroad,
.novelist-btn-github {
	min-width: 220px;
}
.novelist-btn-gumroad .wp-block-button__link,
.novelist-btn-github .wp-block-button__link {
	width: 100%;
	text-align: center;
	justify-content: center;
	display: inline-flex;
	align-items: center;
	padding: 0.85em 1.8em;
	font-size: 0.95rem;
	line-height: 1.4;
	box-sizing: border-box;
}
.novelist-btn-gumroad .wp-block-button__link {
	background: linear-gradient(135deg, #C9A84C, #a8893a) !important;
	color: #0B1121 !important;
	font-weight: 600;
	border: 1px solid transparent;
}
.novelist-btn-gumroad .wp-block-button__link:hover {
	background: linear-gradient(135deg, #d4b65c, #C9A84C) !important;
	box-shadow: 0 0 20px rgba(201,168,76,0.4);
}
.novelist-btn-github .wp-block-button__link {
	background: transparent !important;
	color: var(--wp--preset--color--text-primary) !important;
	border: 1px solid rgba(255,255,255,0.15) !important;
	font-weight: 500;
}
.novelist-btn-github .wp-block-button__link:hover {
	border-color: rgba(201,168,76,0.4) !important;
	color: var(--wp--preset--color--primary) !important;
}

/* Screenshot Gallery */
.novelist-screenshots-section > .wp-block-group {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.novelist-gallery__category-label {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--wp--preset--color--text-primary);
	margin: 2.5rem 0 1.25rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	letter-spacing: 0.03em;
}
.novelist-gallery__category-label:first-child {
	margin-top: 0;
}
.novelist-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
.novelist-gallery__item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.06);
	background: rgba(0,0,0,0.2);
	transition: border-color 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
	cursor: pointer;
}
.novelist-gallery__item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
}
.novelist-gallery__item:hover {
	border-color: rgba(201,168,76,0.3);
	transform: translateY(-8px);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.35),
		0 0 30px rgba(201, 168, 76, 0.08);
}
.novelist-gallery__item:hover::after {
	opacity: 1;
}
.novelist-gallery__item img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.novelist-gallery__item:hover img {
	transform: scale(1.04);
}
.novelist-gallery__caption {
	display: block;
	padding: 0.65rem 0.85rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.78rem;
	color: var(--wp--preset--color--text-secondary);
	background: rgba(11,17,33,0.9);
	text-align: center;
	letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
	.novelist-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 640px) {
	.novelist-gallery {
		grid-template-columns: 1fr;
	}
}

/* Requirements Cards */
.novelist-requirements {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.novelist-requirement-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 2.5rem 2rem 2rem;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				border-color 0.4s ease,
				box-shadow 0.4s ease,
				background 0.3s ease;
}
.novelist-requirement-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.novelist-requirement-card:hover {
	border-color: rgba(201,168,76,0.3);
	background: rgba(255,255,255,0.06);
	transform: translateY(-8px);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.35),
		0 0 30px rgba(201, 168, 76, 0.08);
}
.novelist-requirement-card:hover::after {
	opacity: 1;
}
.novelist-requirement__number {
	position: absolute;
	top: 1rem;
	left: 1.25rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	color: rgba(201, 168, 76, 0.08);
	pointer-events: none;
	transition: color 0.4s ease;
}
.novelist-requirement-card:hover .novelist-requirement__number {
	color: rgba(201, 168, 76, 0.15);
}
.novelist-requirement__icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	border-radius: 50%;
	background: rgba(201, 168, 76, 0.06);
	border: 1px solid rgba(201, 168, 76, 0.12);
	color: var(--wp--preset--color--text-secondary);
	transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.novelist-requirement-card:hover .novelist-requirement__icon {
	background: rgba(201, 168, 76, 0.1);
	border-color: rgba(201, 168, 76, 0.25);
	box-shadow: 0 0 20px rgba(201, 168, 76, 0.15);
}
.novelist-requirement__title {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	margin: 0 0 0.5rem;
}
.novelist-requirement__desc {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	color: var(--wp--preset--color--text-secondary);
	line-height: 1.6;
	margin: 0 0 1rem;
}
.novelist-requirement__link {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: color 0.3s ease;
}
.novelist-requirement__link:hover {
	color: var(--wp--preset--color--primary-light, #F5ECD7);
}
@media (max-width: 640px) {
	.novelist-requirements {
		grid-template-columns: 1fr;
	}
}

/* Installation Steps */
.novelist-steps {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.novelist-step {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
	padding: 1.5rem;
	border-radius: 12px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.06);
	position: relative;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				border-color 0.4s ease,
				box-shadow 0.4s ease;
}
.novelist-step::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.novelist-step:hover {
	transform: translateY(-4px);
	border-color: rgba(201, 168, 76, 0.3);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3),
		0 0 20px rgba(201, 168, 76, 0.06);
}
.novelist-step:hover::after {
	opacity: 1;
}
.novelist-step__number {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #C9A84C, #a8893a);
	color: #0B1121;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.25rem;
	font-weight: 700;
}
.novelist-step__content h3 {
	font-family: var(--wp--preset--font-family--heading);
	color: var(--wp--preset--color--text-primary);
	font-size: 1.2rem;
	margin: 0 0 0.4rem;
}
.novelist-step__content p {
	color: var(--wp--preset--color--text-secondary);
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 0;
}
.novelist-step__content a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}
.novelist-step__content a:hover {
	text-decoration: underline;
}
.novelist-step__substeps {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
	list-style: none;
	counter-reset: substep;
}
.novelist-step__substeps li {
	position: relative;
	padding-left: 1.75rem;
	margin-bottom: 0.45rem;
	color: var(--wp--preset--color--text-secondary);
	font-size: 0.92rem;
	line-height: 1.6;
}
.novelist-step__substeps li::before {
	counter-increment: substep;
	content: counter(substep);
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 1.25rem;
	height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--wp--preset--color--primary);
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.2);
	border-radius: 50%;
}


/* ───────────────────────────────────────────────────
   BOOK PAGE TEMPLATE
   ─────────────────────────────────────────────────── */

/* Hero — Cinematic background */
.book-hero {
	position: relative;
	overflow: hidden;
}
.book-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 60% at 15% 85%, rgba(201,168,76,0.10) 0%, transparent 60%),
		radial-gradient(ellipse 50% 70% at 85% 20%, rgba(201,168,76,0.07) 0%, transparent 60%),
		radial-gradient(circle at 50% 50%, rgba(15,22,40,0) 40%, rgba(201,168,76,0.03) 100%);
	pointer-events: none;
	z-index: 0;
}
.book-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 2px,
			rgba(201,168,76,0.012) 2px,
			rgba(201,168,76,0.012) 4px
		);
	pointer-events: none;
	z-index: 0;
	opacity: 0.5;
}
.book-hero > * {
	position: relative;
	z-index: 1;
}

/* Cover — full image, no crop */
.book-hero__cover {
	max-width: 380px;
}
.book-hero__cover .wp-block-post-featured-image {
	line-height: 0;
	width: 100%;
	height: auto !important;
	max-height: none !important;
	aspect-ratio: unset !important;
}
.book-hero__cover .wp-block-post-featured-image img {
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	aspect-ratio: unset !important;
	object-fit: contain !important;
	border-radius: 8px;
	box-shadow:
		0 30px 70px rgba(0,0,0,0.55),
		0 0 50px rgba(201,168,76,0.10),
		-6px 0 25px rgba(0,0,0,0.45),
		inset 0 0 0 1px rgba(255,255,255,0.04);
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
}
.book-hero__cover .wp-block-post-featured-image img:hover {
	transform: scale(1.04) rotateY(-3deg) translateY(-4px);
	box-shadow:
		0 40px 80px rgba(0,0,0,0.65),
		0 0 60px rgba(201,168,76,0.15),
		-10px 0 30px rgba(0,0,0,0.55),
		0 0 120px rgba(201,168,76,0.06);
}

/* Info column */
.book-hero__info .wp-block-post-title {
	margin: 0;
}
.book-hero__meta {
	gap: 0.75rem;
}
.book-hero__meta .wp-block-post-terms a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Book Hero Tags — small pills above title */
.book-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.book-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.3em;
	padding: 0.35em 0.85em;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--wp--preset--color--text-secondary);
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 6px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				border-color 0.4s ease,
				box-shadow 0.4s ease,
				color 0.3s ease,
				background 0.3s ease;
	cursor: default;
}
.book-tag:hover {
	transform: translateY(-4px);
	border-color: rgba(201,168,76,0.35);
	box-shadow: 0 10px 30px rgba(0,0,0,0.25), 0 0 18px rgba(201,168,76,0.1);
	color: var(--wp--preset--color--primary);
	background: rgba(201,168,76,0.06);
}

/* Book buttons */
.book-btn-primary .wp-block-button__link {
	background: linear-gradient(135deg, #C9A84C, #a8893a) !important;
	color: #0B1121 !important;
	font-weight: 600;
	border: none;
	padding: 0.85em 2em;
	transition: all 0.3s ease;
}
.book-btn-primary .wp-block-button__link:hover {
	background: linear-gradient(135deg, #d4b65c, #C9A84C) !important;
	box-shadow: 0 0 24px rgba(201,168,76,0.4);
	transform: translateY(-2px);
}
.book-btn-secondary .wp-block-button__link {
	background: transparent !important;
	color: var(--wp--preset--color--text-primary) !important;
	border: 1px solid rgba(255,255,255,0.15) !important;
	font-weight: 500;
	padding: 0.85em 2em;
	transition: all 0.3s ease;
}
.book-btn-secondary .wp-block-button__link:hover {
	border-color: rgba(201,168,76,0.4) !important;
	color: var(--wp--preset--color--primary) !important;
	transform: translateY(-2px);
}

/* Book page content area */
.book-page .wp-block-post-content h2 {
	margin-top: 2.5em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.book-page .wp-block-post-content h2:first-child {
	margin-top: 0;
}

/* Responsive */
@media (max-width: 768px) {
	.book-hero__cover {
		max-width: 240px;
		margin: 0 auto;
	}
	.book-hero .wp-block-columns {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.book-hero__info .wp-block-buttons {
		justify-content: center;
	}
	.book-hero__meta {
		justify-content: center !important;
	}
}

/* ── Books Listing Page ──────────────────────────── */
.books-listing-hero {
	position: relative;
	overflow: hidden;
}
.books-listing-hero::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.books-listing-entry .books-listing-cover img {
	max-width: 100%;
	height: auto !important;
	aspect-ratio: unset !important;
	object-fit: contain !important;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.4),
		0 2px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease;
}
.books-listing-entry .books-listing-cover img:hover {
	transform: scale(1.03);
	box-shadow:
		0 16px 48px rgba(0, 0, 0, 0.5),
		0 4px 12px rgba(0, 0, 0, 0.3),
		0 0 24px rgba(201, 168, 76, 0.15);
}
.books-listing-entry--reversed > .wp-block-columns {
	flex-direction: row-reverse;
}

/* Responsive — books listing */
@media (max-width: 768px) {
	.books-listing-entry .wp-block-columns {
		flex-direction: column !important;
		align-items: center;
		text-align: center;
	}
	.books-listing-entry .book-hero__cover {
		max-width: 240px;
		margin: 0 auto;
	}
	.books-listing-entry .book-hero__info .wp-block-buttons {
		justify-content: center;
	}
	.books-listing-entry .book-hero__tags {
		justify-content: center !important;
	}
}

/* ==========================================================================
   TOOLS SHOWCASE PAGE
   ========================================================================== */

.tools-showcase__header {
	text-align: center;
	margin-bottom: 3rem;
}
.tools-showcase__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #C9A84C;
	background: rgba(201, 168, 76, 0.12);
	border: 1px solid rgba(201, 168, 76, 0.15);
	border-radius: 100px;
	padding: 0.35em 1.3em;
	margin-bottom: 1rem;
}
.tools-showcase__title {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 700;
	color: #F5ECD7;
	margin: 0 0 0.5rem;
	line-height: 1.15;
}
.tools-showcase__desc {
	font-size: 1.05rem;
	color: #94a3b8;
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ── Card Grid ── */
.tools-showcase__grid {
	display: grid;
	gap: 1.5rem;
}

/* ── Section Divider ── */
.tools-showcase__section {
	margin-top: 3.5rem;
	margin-bottom: 0.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}
.tools-showcase__section-title {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: #C9A84C;
	margin: 0 0 0.35rem;
}
.tools-showcase__section-desc {
	font-size: 0.95rem;
	color: rgba(245, 236, 215, 0.55);
	margin: 0;
	line-height: 1.5;
}

/* ── Tool Card ── */
.tools-card {
	display: grid;
	grid-template-columns: 80px 1fr 40px;
	align-items: center;
	gap: 1.5rem;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 168, 76, 0.1);
	border-radius: 16px;
	text-decoration: none;
	color: inherit;
	position: relative;
	transition: all 0.35s ease;
}
.tools-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2rem;
	right: 2rem;
	height: 2px;
	background: linear-gradient(90deg, transparent, #C9A84C, transparent);
	opacity: 0;
	transition: opacity 0.35s ease;
}
.tools-card:hover {
	transform: translateY(-4px);
	border-color: rgba(201, 168, 76, 0.25);
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.tools-card:hover::after {
	opacity: 1;
}

/* Icon */
.tools-card__icon {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(201, 168, 76, 0.08);
	border: 1px solid rgba(201, 168, 76, 0.12);
	border-radius: 16px;
	flex-shrink: 0;
	transition: all 0.35s ease;
}

/* ── Global inline SVG icon ── */
.icon-svg {
	display: inline-block;
	vertical-align: -0.15em;
	color: #C9A84C;
	flex-shrink: 0;
	filter: drop-shadow(0 0 3px rgba(201,168,76,0.15));
	transition: filter 0.3s ease;
}
.tools-card:hover .tools-card__icon {
	border-color: rgba(201, 168, 76, 0.3);
	box-shadow: 0 4px 16px rgba(201, 168, 76, 0.15);
}
.tools-card__icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}
.tools-card__icon--emoji {
	font-size: 2rem;
	line-height: 1;
}
.tools-card__icon--svg svg {
	width: 40px;
	height: 40px;
	filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.2));
	transition: filter 0.35s ease;
}
.tools-card:hover .tools-card__icon--svg svg {
	filter: drop-shadow(0 0 10px rgba(201, 168, 76, 0.45));
}

/* Body */
.tools-card__body {
	min-width: 0;
}
.tools-card__title {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #F5ECD7;
	margin: 0 0 0.3rem;
	line-height: 1.2;
}
.tools-card__tag {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #C9A84C;
	background: rgba(201, 168, 76, 0.1);
	border-radius: 100px;
	padding: 0.2em 0.8em;
	margin-bottom: 0.6rem;
}
.tools-card__desc {
	font-size: 0.92rem;
	color: #94a3b8;
	line-height: 1.6;
	margin: 0;
}

/* Arrow */
.tools-card__arrow {
	font-size: 1.4rem;
	color: rgba(201, 168, 76, 0.3);
	transition: all 0.35s ease;
	justify-self: end;
}
.tools-card:hover .tools-card__arrow {
	color: #C9A84C;
	transform: translateX(4px);
}

/* ── Responsive ── */
@media (max-width: 640px) {
	.tools-card {
		grid-template-columns: 60px 1fr 32px;
		gap: 1rem;
		padding: 1.4rem;
	}
	.tools-card__icon {
		width: 56px;
		height: 56px;
		border-radius: 12px;
	}
	.tools-card__title {
		font-size: 1.25rem;
	}
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.contact-page__header {
	text-align: center;
	margin-bottom: 3rem;
}
.contact-page__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #C9A84C;
	background: rgba(201, 168, 76, 0.12);
	border: 1px solid rgba(201, 168, 76, 0.15);
	border-radius: 100px;
	padding: 0.35em 1.3em;
	margin-bottom: 1rem;
}
.contact-page__title {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 700;
	color: #F5ECD7;
	margin: 0 0 0.5rem;
	line-height: 1.15;
}
.contact-page__desc {
	font-size: 1.05rem;
	color: #94a3b8;
	max-width: 520px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ── Grid ── */
.contact-page__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	align-items: start;
}

/* ── Card ── */
.contact-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 168, 76, 0.1);
	border-radius: 16px;
	padding: 2rem;
	position: relative;
}
.contact-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2rem;
	right: 2rem;
	height: 2px;
	background: linear-gradient(90deg, transparent, #C9A84C, transparent);
	opacity: 0.3;
	border-radius: 1px;
}
.contact-card__heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #F5ECD7;
	margin: 0 0 1.5rem;
}

/* ── CF7 Form Styling ── */
.contact-card--form .wpcf7-form label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #C9A84C;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.3rem;
}
.contact-card--form .wpcf7-form input[type="text"],
.contact-card--form .wpcf7-form input[type="email"],
.contact-card--form .wpcf7-form textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	background: rgba(20, 28, 48, 0.8);
	border: 1px solid rgba(201, 168, 76, 0.12);
	border-radius: 10px;
	color: #e2e8f0;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
	transition: all 0.3s ease;
	margin-bottom: 1rem;
}
.contact-card--form .wpcf7-form input[type="text"]:focus,
.contact-card--form .wpcf7-form input[type="email"]:focus,
.contact-card--form .wpcf7-form textarea:focus {
	outline: none;
	border-color: #C9A84C;
	box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.contact-card--form .wpcf7-form textarea {
	min-height: 140px;
	resize: vertical;
}
.contact-card--form .wpcf7-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 2rem;
	background: linear-gradient(135deg, #C9A84C, #b8952f);
	color: #0B1121;
	border: none;
	border-radius: 10px;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}
.contact-card--form .wpcf7-form input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(201, 168, 76, 0.3);
}
.contact-card--form .wpcf7-form .wpcf7-response-output {
	border-radius: 8px;
	font-size: 0.85rem;
	margin-top: 1rem;
}
.contact-card--form .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 0.78rem;
	color: #ef4444;
	margin-top: -0.6rem;
	margin-bottom: 0.6rem;
}
.contact-card--form .wpcf7-form p {
	margin: 0;
}

/* ── Info Card ── */
.contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}
.contact-info-item:last-of-type {
	border-bottom: none;
}
.contact-info-item__icon {
	font-size: 1.3rem;
	line-height: 1;
	flex-shrink: 0;
	margin-top: 0.1rem;
}
.contact-info-item__body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.contact-info-item__label {
	font-size: 0.72rem;
	font-weight: 600;
	color: #C9A84C;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	opacity: 0.85;
}
.contact-info-item__value {
	font-size: 0.92rem;
	color: #e2e8f0;
	text-decoration: none;
	transition: color 0.3s ease;
}
a.contact-info-item__value:hover {
	color: #C9A84C;
}
.contact-card__note {
	font-size: 0.82rem;
	color: #94a3b8;
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(201, 168, 76, 0.08);
}

/* ── Responsive ── */
@media (max-width: 768px) {
	.contact-page__grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   TEXT CLEANER & FORMATTER TOOL
   All styles scoped under .tc-app to prevent conflicts with WordPress
   ========================================================================== */

/* ── Container ── */
.tc-app {
	--tc-gold: #C9A84C;
	--tc-gold-light: #F5ECD7;
	--tc-gold-dim: rgba(201, 168, 76, 0.15);
	--tc-midnight: #0B1121;
	--tc-surface: #0F1628;
	--tc-muted: #141C30;
	--tc-border: rgba(201, 168, 76, 0.12);
	--tc-text: #e2e8f0;
	--tc-text-dim: #94a3b8;
	--tc-radius: 12px;
	--tc-transition: all 0.3s ease;
	font-family: 'DM Sans', sans-serif;
	color: var(--tc-text);
}

/* ── Hero ── */
.tc-hero {
	text-align: center;
	margin-bottom: 2.5rem;
	position: relative;
}
.tc-hero-label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--tc-gold);
	background: var(--tc-gold-dim);
	border: 1px solid var(--tc-border);
	border-radius: 100px;
	padding: 0.4em 1.4em;
	margin-bottom: 1rem;
}
.tc-hero-title {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: var(--tc-gold-light);
	margin: 0 0 0.6rem;
	line-height: 1.2;
}
.tc-hero-desc {
	font-size: 1.05rem;
	color: var(--tc-text-dim);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ── Tab Navigation ── */
.tc-tabs {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--tc-border);
	padding-bottom: 0.5rem;
}
.tc-tab {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.6rem 1.1rem;
	background: transparent;
	border: 1px solid transparent;
	border-radius: var(--tc-radius);
	color: var(--tc-text-dim);
	font-size: 0.85rem;
	font-weight: 500;
	cursor: pointer;
	transition: var(--tc-transition);
}
.tc-tab:hover {
	background: var(--tc-muted);
	color: var(--tc-text);
}
.tc-tab.active {
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.15), rgba(201, 168, 76, 0.08));
	border-color: var(--tc-gold);
	color: var(--tc-gold-light);
}
.tc-tab-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C9A84C;
}
.tc-tab-label { white-space: nowrap; }

/* ── Options Panel ── */
.tc-options {
	margin-bottom: 2rem;
	background: var(--tc-surface);
	border: 1px solid var(--tc-border);
	border-radius: var(--tc-radius);
	padding: 1.5rem;
}
.tc-section {
	display: none;
	animation: tcSlideIn 0.3s ease;
}
.tc-section.active {
	display: block;
}
@keyframes tcSlideIn {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}
.tc-section-title {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--tc-gold-light);
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.tc-section-title::before {
	content: '';
	width: 3px;
	height: 18px;
	background: linear-gradient(180deg, var(--tc-gold), transparent);
	border-radius: 2px;
}

/* ── Options Grid ── */
.tc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0.6rem;
}

/* ── Option Card (checkbox) ── */
.tc-option {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.6rem 0.8rem;
	background: var(--tc-muted);
	border: 1px solid var(--tc-border);
	border-radius: 8px;
	cursor: pointer;
	transition: var(--tc-transition);
	user-select: none;
}
.tc-option:hover {
	border-color: rgba(201, 168, 76, 0.3);
	background: rgba(201, 168, 76, 0.06);
	transform: translateY(-1px);
}
.tc-option input[type="checkbox"] {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	cursor: pointer;
	accent-color: var(--tc-gold);
}
.tc-option-body {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex: 1;
}
.tc-option-label {
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--tc-text);
	line-height: 1.3;
}

/* ── Tooltip Trigger ── */
.tc-tip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--tc-gold-dim);
	color: var(--tc-gold);
	font-size: 10px;
	font-weight: 700;
	cursor: help;
	flex-shrink: 0;
	transition: var(--tc-transition);
}
.tc-tip:hover {
	background: var(--tc-gold);
	color: var(--tc-midnight);
	transform: scale(1.15);
}

/* ── Tooltip ── */
.tc-tooltip {
	position: fixed;
	background: var(--tc-midnight);
	color: var(--tc-gold-light);
	padding: 0.6rem 1rem;
	border-radius: 8px;
	font-size: 0.8rem;
	max-width: 260px;
	z-index: 1000;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	border: 1px solid var(--tc-border);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
	transition: opacity 0.2s ease, visibility 0.2s ease;
	word-wrap: break-word;
}
.tc-tooltip.visible {
	opacity: 1;
	visibility: visible;
}

/* ── Option Group (radio) ── */
.tc-option-group {
	grid-column: 1 / -1;
	padding: 1rem;
	background: var(--tc-muted);
	border: 1px solid var(--tc-border);
	border-radius: var(--tc-radius);
}
.tc-group-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--tc-gold);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.8rem;
	opacity: 0.9;
}
.tc-radio-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 0.4rem;
}
.tc-radio {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem 0.6rem;
	cursor: pointer;
	user-select: none;
	border-radius: 6px;
	transition: var(--tc-transition);
}
.tc-radio:hover {
	background: rgba(201, 168, 76, 0.06);
}
.tc-radio input[type="radio"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	accent-color: var(--tc-gold);
}
.tc-radio span {
	font-size: 0.85rem;
	color: var(--tc-text);
}

/* ── Nested Options ── */
.tc-nested {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 0.4rem;
	padding: 0.8rem;
	background: rgba(201, 168, 76, 0.04);
	border: 1px solid var(--tc-border);
	border-radius: 8px;
	margin-top: -0.3rem;
	margin-left: 1rem;
}

/* ── Editor ── */
.tc-editor {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 0.5rem;
}
.tc-editor-half {
	display: flex;
	flex-direction: column;
}
.tc-textarea-label {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--tc-gold);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.6rem;
	opacity: 0.85;
}
.tc-textarea {
	flex: 1;
	min-height: 360px;
	padding: 1rem;
	border: 1px solid var(--tc-border);
	border-radius: var(--tc-radius);
	background: var(--tc-muted);
	color: var(--tc-text);
	font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
	font-size: 0.85rem;
	line-height: 1.7;
	resize: vertical;
	transition: var(--tc-transition);
}
.tc-textarea:focus {
	outline: none;
	border-color: var(--tc-gold);
	box-shadow: 0 0 0 3px var(--tc-gold-dim);
}
.tc-textarea::placeholder {
	color: var(--tc-text-dim);
}
.tc-preview {
	flex: 1;
	min-height: 360px;
	padding: 1rem;
	border: 1px solid var(--tc-border);
	border-radius: var(--tc-radius);
	background: var(--tc-muted);
	color: var(--tc-text);
	font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
	font-size: 0.85rem;
	line-height: 1.7;
	overflow-y: auto;
	word-wrap: break-word;
	white-space: pre-wrap;
}
.tc-editor-info {
	font-size: 0.8rem;
	color: var(--tc-text-dim);
	text-align: center;
	margin-bottom: 2rem;
}

/* ── Export ── */
.tc-export {
	background: var(--tc-surface);
	padding: 1.5rem;
	border-radius: var(--tc-radius);
	border: 1px solid var(--tc-border);
}
.tc-export-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 0.8rem;
	margin-top: 1rem;
}
.tc-export-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 1.1rem 0.8rem;
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.15), rgba(201, 168, 76, 0.08));
	color: var(--tc-gold-light);
	border: 1px solid var(--tc-border);
	border-radius: var(--tc-radius);
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: var(--tc-transition);
}
.tc-export-btn:hover {
	transform: translateY(-3px);
	border-color: var(--tc-gold);
	box-shadow: 0 6px 20px rgba(201, 168, 76, 0.2);
}
.tc-export-btn:active {
	transform: translateY(-1px);
}
.tc-btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C9A84C;
}
.tc-btn-text { font-size: 0.8rem; }
.tc-export-btn.copy-success {
	background: linear-gradient(135deg, #10b981, #059669);
	border-color: #10b981;
	color: #fff;
}

/* ── Responsive ── */
@media (max-width: 768px) {
	.tc-editor {
		grid-template-columns: 1fr;
	}
	.tc-textarea,
	.tc-preview {
		min-height: 260px;
	}
	.tc-grid {
		grid-template-columns: 1fr;
	}
	.tc-option-group {
		grid-column: 1;
	}
	.tc-export-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.tc-hero-title {
		font-size: 1.8rem;
	}
	.tc-tabs {
		gap: 0.3rem;
	}
	.tc-tab {
		padding: 0.5rem 0.8rem;
		font-size: 0.8rem;
	}
}
@media (max-width: 480px) {
	.tc-export-grid {
		grid-template-columns: 1fr;
	}
	.tc-options {
		padding: 1rem;
	}
	.tc-tab-label {
		display: none;
	}
	.tc-tab-icon .icon-svg {
		width: 20px;
		height: 20px;
	}
}

/* ── Accessibility ── */
.tc-app :focus-visible {
	outline: 2px solid var(--tc-gold);
	outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
	.tc-app * {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

/* ── Print ── */
@media print {
	.tc-tabs,
	.tc-options,
	.tc-export,
	.tc-hero-label {
		display: none;
	}
	.tc-app {
		color: #000;
	}
	.tc-textarea,
	.tc-preview {
		border: none;
		padding: 0;
	}
}

/* ── Table Block — Default style ─────────────────── */
.wp-block-table {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--glass-border);
	background: var(--glass-bg);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 2px solid var(--gold);
	background: rgba(201, 168, 76, 0.08);
}

.wp-block-table thead th {
	color: var(--gold);
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 0.85em 1.15em;
	border: none;
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	text-align: left;
}

.wp-block-table thead th:last-child {
	border-right: none;
}

.wp-block-table td {
	color: var(--gold-light);
	padding: 0.75em 1.15em;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	transition: background 0.2s ease;
}

.wp-block-table td:last-child {
	border-right: none;
}

.wp-block-table tbody tr:first-child td {
	border-top: none;
}

.wp-block-table tbody tr:hover td {
	background: rgba(201, 168, 76, 0.06);
}

.wp-block-table tfoot {
	border-top: 2px solid var(--gold);
	background: rgba(201, 168, 76, 0.05);
}

.wp-block-table tfoot td {
	color: var(--gold);
	font-weight: 600;
	border-top: none;
}

.wp-block-table figcaption {
	color: rgba(245, 236, 215, 0.5);
	font-size: 0.82rem;
	margin-top: 0.6em;
	text-align: center;
}

/* ── Table Block — Stripes style ─────────────────── */
.wp-block-table.is-style-stripes {
	border: 1px solid var(--glass-border);
	border-bottom: 1px solid var(--glass-border);
	background: transparent;
	border-radius: 10px;
	overflow: hidden;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.wp-block-table.is-style-stripes thead {
	border-bottom: 2px solid var(--gold);
	background: rgba(201, 168, 76, 0.10);
}

.wp-block-table.is-style-stripes thead th {
	color: var(--gold);
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 0.85em 1.15em;
	border-color: transparent;
	text-align: left;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent;
}

.wp-block-table.is-style-stripes td {
	color: var(--gold-light);
	padding: 0.75em 1.15em;
	transition: background 0.2s ease
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.03);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
	background-color: transparent;
}

.wp-block-table.is-style-stripes tbody tr:hover td {
	background: rgba(201, 168, 76, 0.06);
}

.wp-block-table.is-style-stripes tfoot {
	border-top: 2px solid var(--gold);
	background: rgba(201, 168, 76, 0.05);
}

.wp-block-table.is-style-stripes tfoot td {
	color: var(--gold);
	font-weight: 600;
}

.price-badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 0.6em;
    height: 1.65em;
    border-radius: 6px;
    background: rgba(201, 168, 76, 0.12);
    color: var(--gold);
    font-family: 'DM Sans', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    border: 1px solid rgba(201, 168, 76, 0.2);
}

/* Prevent ANY badge styling from affecting list numbers */
ol.wp-block-list > li::before,
.wp-block-list.is-ordered > li::before {
    all: unset;
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 1.65em;
    height: 1.65em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(201, 168, 76, 0.12);
    color: var(--gold);
    font-family: 'DM Sans', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    border: 1px solid rgba(201, 168, 76, 0.2);
}

/* ── List Block — Ordered (numbered) ─────────────── */
.wp-block-list.is-ordered,
ol.wp-block-list {
	list-style: none;
	counter-reset: list-counter;
	padding-left: 0;
}

.wp-block-list.is-ordered > li,
ol.wp-block-list > li {
	counter-increment: list-counter;
	position: relative;
	padding-left: 2.6em;
	margin-bottom: 0.65em;
	color: var(--gold-light);
	line-height: 1.7;
}

.wp-block-list.is-ordered > li::before,
ol.wp-block-list > li::before {
	content: counter(list-counter);
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1.65em;
	height: 1.65em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: rgba(201, 168, 76, 0.12);
	color: var(--gold);
	font-family: 'DM Sans', system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	border: 1px solid rgba(201, 168, 76, 0.2);
}

/* Nested ordered lists */
.wp-block-list.is-ordered > li > ol,
ol.wp-block-list > li > ol {
	list-style: none;
	counter-reset: list-counter;
	padding-left: 0;
	margin-top: 0.5em;
}

.wp-block-list.is-ordered > li > ol > li,
ol.wp-block-list > li > ol > li {
	counter-increment: list-counter;
	position: relative;
	padding-left: 2.6em;
}

.wp-block-list.is-ordered > li > ol > li::before,
ol.wp-block-list > li > ol > li::before {
	content: counter(list-counter);
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1.65em;
	height: 1.65em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: rgba(201, 168, 76, 0.07);
	color: var(--gold);
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 1;
	border: 1px solid rgba(201, 168, 76, 0.12);
}

/* ── List Block — Unordered (bullets) ────────────── */
ul.wp-block-list:not(.is-ordered) {
	list-style: none;
	padding-left: 0;
}

ul.wp-block-list:not(.is-ordered) > li {
	position: relative;
	padding-left: 2.2em;
	margin-bottom: 0.65em;
	color: var(--gold-light);
	line-height: 1.7;
}

ul.wp-block-list:not(.is-ordered) > li::before {
	content: '';
	position: absolute;
	left: 0.35em;
	top: 0.6em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 6px rgba(201, 168, 76, 0.4);
}

/* Nested unordered */
ul.wp-block-list:not(.is-ordered) > li > ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0.5em;
}

ul.wp-block-list:not(.is-ordered) > li > ul > li {
	position: relative;
	padding-left: 2.2em;
}

ul.wp-block-list:not(.is-ordered) > li > ul > li::before {
	content: '';
	position: absolute;
	left: 0.35em;
	top: 0.7em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--gold);
	box-shadow: 0 0 4px rgba(201, 168, 76, 0.25);
}

/* ─────────────────────────────────────────────────────
   Rank Math — Review Block
   ───────────────────────────────────────────────────── */
#rank-math-rich-snippet-wrapper {
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	border-radius: 12px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 2em 2.2em;
	margin: 2em 0;
	position: relative;
	overflow: hidden;
}

#rank-math-rich-snippet-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
}

#rank-math-rich-snippet-wrapper h5.rank-math-title {
	color: var(--gold);
	font-family: 'DM Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1em;
}

#rank-math-rich-snippet-wrapper .rank-math-review-data {
	color: var(--gold-light);
}

#rank-math-rich-snippet-wrapper .rank-math-review-data p {
	color: var(--gold-light);
	margin-bottom: 0.4em;
}

#rank-math-rich-snippet-wrapper .rank-math-review-data strong {
	color: var(--gold);
}

#rank-math-rich-snippet-wrapper .rank-math-total-wrapper {
	background: rgba(201, 168, 76, 0.06);
	border: 1px solid rgba(201, 168, 76, 0.15);
	border-radius: 8px;
	padding: 1em 1.2em;
	margin-top: 0.5em;
}

#rank-math-rich-snippet-wrapper .rank-math-total-wrapper strong {
	color: var(--gold);
}

#rank-math-rich-snippet-wrapper .rank-math-total {
	color: var(--gold);
	font-family: 'DM Sans', sans-serif;
	font-size: 2rem;
	font-weight: 700;
}

#rank-math-rich-snippet-wrapper .rank-math-review-star .rank-math-review-result-wrapper {
	color: rgba(255, 255, 255, 0.15);
}

#rank-math-rich-snippet-wrapper .rank-math-review-star .rank-math-review-result {
	color: var(--gold);
}

/* Pros & Cons */
#rank-math-rich-snippet-wrapper .rank-math-review-notes {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--glass-border);
	border-radius: 10px;
	padding: 1.4em 1.6em;
	margin-top: 1.2em;
}

#rank-math-rich-snippet-wrapper .rank-math-review-notes h4 {
	color: var(--gold);
	font-family: 'DM Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-top: 0;
	margin-bottom: 0.8em;
}

#rank-math-rich-snippet-wrapper .rank-math-review-pros h4::before {
	content: '✓ ';
	color: #4CAF50;
}

#rank-math-rich-snippet-wrapper .rank-math-review-cons h4::before {
	content: '✗ ';
	color: #ef5350;
}

#rank-math-rich-snippet-wrapper .rank-math-review-notes ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

#rank-math-rich-snippet-wrapper .rank-math-review-notes li {
	position: relative;
	padding-left: 1.6em;
	margin-bottom: 0.55em;
	color: var(--gold-light);
	line-height: 1.7;
}

#rank-math-rich-snippet-wrapper .rank-math-review-pros li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4CAF50;
	box-shadow: 0 0 6px rgba(76, 175, 80, 0.4);
}

#rank-math-rich-snippet-wrapper .rank-math-review-cons li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ef5350;
	box-shadow: 0 0 6px rgba(239, 83, 80, 0.4);
}

/* ─────────────────────────────────────────────────────
   Rank Math — FAQ Block
   ───────────────────────────────────────────────────── */
#rank-math-faq.rank-math-block {
	margin: 2em 0;
}

#rank-math-faq .rank-math-list-item {
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	border-radius: 10px;
	padding: 1.4em 1.6em;
	margin-bottom: 0.8em;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#rank-math-faq .rank-math-list-item:hover {
	border-color: rgba(201, 168, 76, 0.25);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

#rank-math-faq .rank-math-question {
	color: var(--gold);
	font-family: 'DM Sans', system-ui, -apple-system;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 0.6em 0;
	display: flex;
	align-items: center;
	gap: 0.6em;
}

#rank-math-faq .rank-math-question::before {
	content: 'Q';
	flex-shrink: 0;
	width: 1.5em;
	height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: rgba(201, 168, 76, 0.12);
	color: var(--gold);
	font-family: 'DM Sans', system-ui, -apple-system;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	border: 1px solid rgba(201, 168, 76, 0.2);
}

#rank-math-faq .rank-math-answer {
	color: var(--gold-light);
	padding-left: 1.6em;
	border-left: 2px solid rgba(201, 168, 76, 0.15);
	margin-left: 0.35em;
}

#rank-math-faq .rank-math-answer p {
	margin: 0;
	line-height: 1.75;
}

/* ─────────────────────────────────────────────────────
   Rank Math — HowTo Block
   ───────────────────────────────────────────────────── */
#rank-math-howto {
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	border-radius: 12px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 2em 2.2em;
	margin: 2em 0;
	position: relative;
	overflow: hidden;
}

#rank-math-howto::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
}

#rank-math-howto .rank-math-howto-description {
	color: var(--gold-light);
	margin-bottom: 1.2em;
}

#rank-math-howto .rank-math-howto-duration {
	color: var(--gold-light);
}

#rank-math-howto .rank-math-howto-duration strong {
	color: var(--gold);
}

#rank-math-howto .rank-math-steps {
	list-style: none;
	padding-left: 0;
	counter-reset: howto-step;
}

#rank-math-howto .rank-math-step {
	position: relative;
	padding-left: 3em;
	margin-bottom: 1.5em;
	counter-increment: howto-step;
}

#rank-math-howto .rank-math-step::before {
	content: counter(howto-step);
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: rgba(201, 168, 76, 0.12);
	color: var(--gold);
	font-family: 'DM Sans', system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	border: 1px solid rgba(201, 168, 76, 0.2);
}

#rank-math-howto .rank-math-step-title {
	color: var(--gold);
	font-family: 'DM Sans', system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 0.4em;
}

#rank-math-howto .rank-math-step-content {
	color: var(--gold-light);
	line-height: 1.75;
}

#rank-math-howto .rank-math-step-content img,
#rank-math-faq .rank-math-answer img {
	border-radius: 8px;
	margin-top: 0.8em;
	border: 1px solid var(--glass-border);
	display: block;
	height: auto !important;
	width: 100% !important;
	max-width: var(--wp--style--global--content-size, 1200px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

/* Force override of inline width on images in Rank Math blocks */
#rank-math-howto .rank-math-step-content img[style],
#rank-math-faq .rank-math-answer img[style] {
	width: 100% !important;
	max-width: var(--wp--style--global--content-size, 1200px) !important;
	min-width: 0 !important;
}

/* Make images inside HowTo and FAQ blocks respect alignwide/alignfull */
# Force images inside List blocks to alignwide
.wp-block-list img {
	width: var(--wp--style--global--content-size, 1200px) !important;
	max-width: 100vw !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	height: auto !important;
	box-sizing: border-box !important;
}
#rank-math-howto .rank-math-step-content .alignwide,
#rank-math-faq .rank-math-answer .alignwide {
	width: var(--wp--style--global--content-size, 1200px);
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#rank-math-howto .rank-math-step-content .alignfull,
#rank-math-faq .rank-math-answer .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
	display: block;
}

@media (max-width: 600px) {
	#rank-math-rich-snippet-wrapper {
		padding: 1.4em 1.2em;
	}
	#rank-math-rich-snippet-wrapper .rank-math-review-notes {
		padding: 1em 1.2em;
	}
	#rank-math-faq .rank-math-list-item {
		padding: 1em 1.2em;
	}
	#rank-math-howto {
		padding: 1.4em 1.2em;
	}
}

/* ─────────────────────────────────────────────────────
   Accordion / Details Block
   ───────────────────────────────────────────────────── */
.wp-block-accordion {
	margin: 2em 0;
}

.wp-block-accordion-item {
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	border-radius: 10px;
	margin-bottom: 0.6em;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	overflow: hidden;
}

.wp-block-accordion-item:hover {
	border-color: rgba(201, 168, 76, 0.2);
}

.wp-block-accordion-item.is-open {
	border-color: rgba(201, 168, 76, 0.25);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.wp-block-accordion-heading {
	margin: 0;
}

.wp-block-accordion-heading__toggle {
	padding: 1em 1.4em !important;
	color: var(--gold) !important;
	font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-weight: 600 !important;
	font-size: 1.1rem !important;
	background: transparent !important;
	transition: background 0.2s ease;
}

.wp-block-accordion-heading__toggle:hover {
	background: rgba(201, 168, 76, 0.04) !important;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
	text-decoration: none !important;
}

.wp-block-accordion-heading__toggle-icon {
	color: var(--gold);
	font-size: 1.3em;
	opacity: 0.6;
	transition: opacity 0.2s ease, transform 0.3s ease;
}

.wp-block-accordion-item:hover .wp-block-accordion-heading__toggle-icon {
	opacity: 1;
}

.wp-block-accordion-panel {
	padding: 0 1.4em 1.4em;
	color: var(--gold-light);
	line-height: 1.75;
}

.wp-block-accordion-panel p {
	color: var(--gold-light);
}

/* ── Legacy Details block (< WP 6.9) ────────────── */
.wp-block-details {
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	border-radius: 10px;
	margin-bottom: 0.6em;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-details[open] {
	border-color: rgba(201, 168, 76, 0.25);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.wp-block-details summary {
	padding: 1em 1.4em;
	color: var(--gold);
	font-family: 'DM Sans', system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.6em;
	transition: background 0.2s ease;
}

.wp-block-details summary:hover {
	background: rgba(201, 168, 76, 0.04);
}

.wp-block-details summary::-webkit-details-marker {
	display: none;
}

.wp-block-details summary::before {
	content: '+';
	flex-shrink: 0;
	width: 1.4em;
	height: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: rgba(201, 168, 76, 0.12);
	color: var(--gold);
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1;
	border: 1px solid rgba(201, 168, 76, 0.2);
	transition: transform 0.3s ease;
}

.wp-block-details[open] summary::before {
	content: '−';
}

.wp-block-details > *:not(summary) {
	padding: 0 1.4em 1.2em;
	color: var(--gold-light);
	line-height: 1.75;
}

@media (max-width: 600px) {
	.wp-block-accordion-heading__toggle {
		padding: 0.8em 1em !important;
	}
	.wp-block-accordion-panel {
		padding: 0 1em 1em;
	}
	.wp-block-details summary {
		padding: 0.8em 1em;
	}
	.wp-block-details > *:not(summary) {
		padding: 0 1em 1em;
	}
}

/* ===================================================================
   BOOK EDITING COST CALCULATOR
   =================================================================== */

.bec-app {
	--bec-gold: #C9A84C;
	--bec-gold-light: #F5ECD7;
	--bec-midnight: #0B1121;
	--bec-surface: #0F1628;
	--bec-muted: #141C30;
	--bec-glass-bg: rgba(255,255,255,0.04);
	--bec-glass-border: rgba(255,255,255,0.08);
	--bec-radius: 14px;
	font-family: 'DM Sans', sans-serif;
	color: var(--bec-gold-light);
	max-width: 860px;
	margin: 0 auto;
}

/* ── Header ── */
.bec-header {
	text-align: center;
	margin-bottom: 2.5rem;
}
.bec-header__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bec-gold);
	background: rgba(201,168,76,0.12);
	padding: 0.3em 1em;
	border-radius: 999px;
	margin-bottom: 0.75rem;
}
.bec-header__title {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	color: var(--bec-gold-light);
	margin: 0 0 0.5rem;
	line-height: 1.2;
}
.bec-header__desc {
	font-size: 1.05rem;
	color: rgba(245,236,215,0.6);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ── Cards ── */
.bec-card {
	background: var(--bec-glass-bg);
	border: 1px solid var(--bec-glass-border);
	border-radius: var(--bec-radius);
	padding: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.bec-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--bec-gold), transparent);
	border-radius: 2px;
	opacity: 0.5;
}
.bec-card__heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--bec-gold-light);
	margin: 0 0 0.5rem;
}

/* ── Fields ── */
.bec-field {
	margin-bottom: 1.5rem;
}
.bec-field:last-child {
	margin-bottom: 0;
}
.bec-label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bec-gold);
	margin-bottom: 0.5rem;
}
.bec-hint {
	font-size: 0.875rem;
	color: rgba(245,236,215,0.45);
	margin: -0.25rem 0 0.75rem;
	line-height: 1.5;
}

/* ── Inputs ── */
.bec-input,
.bec-select {
	display: block;
	width: 100%;
	padding: 0.75rem 1rem;
	background: var(--bec-muted);
	border: 1px solid var(--bec-glass-border);
	border-radius: 8px;
	color: var(--bec-gold-light);
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.bec-input:focus,
.bec-select:focus {
	outline: none;
	border-color: var(--bec-gold);
	box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.bec-input::placeholder {
	color: rgba(245,236,215,0.3);
}
.bec-input--small {
	max-width: 160px;
	text-align: center;
	font-weight: 600;
}
.bec-input--tiny {
	width: 70px;
	flex-shrink: 0;
	text-align: center;
	font-weight: 600;
}
.bec-input--date {
	max-width: 220px;
	color-scheme: dark;
}

/* Word count row */
.bec-word-row {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.bec-word-row .bec-input {
	width: 140px;
	flex-shrink: 0;
	text-align: center;
	font-weight: 600;
}
.bec-word-row .bec-slider {
	flex: 1;
}

/* ── Range Slider ── */
.bec-slider {
	-webkit-appearance: none;
	appearance: none;
	height: 6px;
	background: var(--bec-muted);
	border-radius: 3px;
	outline: none;
	cursor: pointer;
}
.bec-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: var(--bec-gold);
	border: 2px solid var(--bec-midnight);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(201,168,76,0.4);
	transition: box-shadow 0.2s;
}
.bec-slider::-webkit-slider-thumb:hover {
	box-shadow: 0 0 14px rgba(201,168,76,0.6);
}
.bec-slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: var(--bec-gold);
	border: 2px solid var(--bec-midnight);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(201,168,76,0.4);
}

/* ── Toggle Buttons (Tier & Currency) ── */
.bec-toggle-group {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.bec-toggle {
	padding: 0.6rem 1.25rem;
	border: 1px solid var(--bec-glass-border);
	border-radius: 8px;
	background: var(--bec-muted);
	color: rgba(245,236,215,0.5);
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
}
.bec-toggle:hover {
	border-color: rgba(201,168,76,0.3);
	color: var(--bec-gold-light);
}
.bec-toggle.is-active {
	background: rgba(201,168,76,0.12);
	border-color: var(--bec-gold);
	color: var(--bec-gold);
	font-weight: 600;
}
.bec-toggle--sm {
	padding: 0.45rem 0.9rem;
	font-size: 0.835rem;
}

/* ── Service Checkboxes ── */
.bec-services {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.bec-service {
	display: block;
	cursor: pointer;
}
.bec-service__box {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	background: var(--bec-muted);
	border: 1px solid var(--bec-glass-border);
	border-radius: 10px;
	padding: 0.85rem 1rem;
	transition: all 0.2s;
}
.bec-service input {
	display: none;
}
.bec-service input:checked + .bec-service__box {
	background: rgba(201,168,76,0.08);
	border-color: var(--bec-gold);
	box-shadow: 0 0 12px rgba(201,168,76,0.1);
}
.bec-service__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C9A84C;
}
.bec-service__name {
	flex: 1;
	font-weight: 500;
	color: var(--bec-gold-light);
}

/* Tooltip trigger */
.bec-tip-btn {
	width: 22px;
	height: 22px;
	border: 1px solid rgba(245,236,215,0.2);
	border-radius: 50%;
	background: transparent;
	color: rgba(245,236,215,0.4);
	font-size: 0.75rem;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.2s;
}
.bec-tip-btn:hover {
	border-color: var(--bec-gold);
	color: var(--bec-gold);
}

/* Tooltip body */
.bec-tip {
	display: none;
	font-size: 0.835rem;
	color: rgba(245,236,215,0.55);
	line-height: 1.55;
	padding: 0.6rem 1rem 0.6rem 3.75rem;
}
.bec-tip.is-open {
	display: block;
}

/* ── Result Panel ── */
.bec-result {
	margin-bottom: 1.5rem;
}
.bec-result:empty {
	display: none;
}

/* Summary Card */
.bec-summary {
	background: var(--bec-glass-bg);
	border: 1px solid var(--bec-glass-border);
	border-radius: var(--bec-radius);
	padding: 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.bec-summary::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--bec-gold), transparent);
}
.bec-summary__label {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bec-gold);
	margin: 0 0 0.75rem;
}
.bec-summary__range {
	font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	color: var(--bec-gold-light);
	margin: 0 0 0.3rem;
	line-height: 1.2;
}
.bec-summary__avg {
	font-size: 1rem;
	color: rgba(245,236,215,0.5);
	margin: 0 0 1.25rem;
}

/* Cost Driver Note */
.bec-driver {
	font-size: 0.85rem;
	color: rgba(245,236,215,0.45);
	background: rgba(201,168,76,0.06);
	border-radius: 8px;
	padding: 0.65rem 1rem;
	display: inline-block;
	margin-top: 0.5rem;
}

/* Breakdown Table */
.bec-breakdown {
	margin-top: 1.5rem;
}
.bec-breakdown__title {
	font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--bec-gold-light);
	margin: 0 0 1rem;
}
.bec-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.04);
}
.bec-row:last-child {
	border-bottom: none;
}
.bec-row__icon {
	font-size: 1.1rem;
	width: 1.75rem;
	text-align: center;
	flex-shrink: 0;
}
.bec-row__name {
	flex: 1;
	font-size: 0.9rem;
	color: var(--bec-gold-light);
}
.bec-row__bar {
	width: 100px;
	height: 6px;
	background: rgba(255,255,255,0.06);
	border-radius: 3px;
	overflow: hidden;
	flex-shrink: 0;
}
.bec-row__bar-fill {
	height: 100%;
	background: linear-gradient(90deg, var(--bec-gold), #e8c84a);
	border-radius: 3px;
	transition: width 0.4s ease;
}
.bec-row__cost {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--bec-gold);
	min-width: 100px;
	text-align: right;
	white-space: nowrap;
}

/* ── Budget Advisor ── */
.bec-card--budget {
	border-color: rgba(201,168,76,0.15);
}
.bec-status-icon {
	color: #C9A84C;
	font-weight: 700;
	margin-right: 0.2em;
}
.bec-budget-ok {
	padding: 0.75rem 0 0;
}
.bec-budget-ok .bec-status-icon {
	color: #4ade80;
}
.bec-budget-ok__item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem 0;
	font-size: 0.9rem;
	color: var(--bec-gold-light);
}
.bec-budget-ok__icon {
	color: #4ade80;
}
.bec-budget-warn {
	font-size: 0.9rem;
	color: #fb923c;
	padding: 0.75rem 0 0;
	line-height: 1.5;
}

/* ── Disclaimer ── */
.bec-disclaimer {
	font-size: 0.8rem;
	color: rgba(245,236,215,0.3);
	text-align: center;
	line-height: 1.6;
	margin-top: 1rem;
}

/* ── Responsive ── */
@media (max-width: 600px) {
	.bec-card {
		padding: 1.25rem;
	}
	.bec-word-row {
		flex-direction: column;
		align-items: stretch;
	}
	.bec-word-row .bec-input {
		width: 100%;
	}
	.bec-toggle-group {
		flex-wrap: wrap;
	}
	.bec-toggle {
		flex: 1;
		text-align: center;
		min-width: 0;
		font-size: 0.8rem;
		padding: 0.5rem 0.6rem;
	}
	.bec-slider-row {
		flex-direction: column;
		align-items: stretch;
	}
	.bec-slider-row .wtc-input--tiny {
		width: 100%;
	}
	.bec-summary {
		padding: 1.25rem;
	}
	.bec-summary__value {
		font-size: 1.5rem;
	}
}

/* ===================================================================
   BOOK PROFIT CALCULATOR
   =================================================================== */

.bpc-app {
	--bpc-gold: #C9A84C;
	--bpc-gold-light: #F5ECD7;
	--bpc-midnight: #0B1121;
	--bpc-surface: #0F1628;
	--bpc-muted: #141C30;
	--bpc-glass-bg: rgba(255,255,255,0.04);
	--bpc-glass-border: rgba(255,255,255,0.08);
	--bpc-radius: 14px;
	font-family: 'DM Sans', sans-serif;
	color: var(--bpc-gold-light);
	max-width: 900px;
	margin: 0 auto;
}

/* ── Header ── */
.bpc-header {
	text-align: center;
	margin-bottom: 2.5rem;
}
.bpc-header__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bpc-gold);
	background: rgba(201,168,76,0.12);
	padding: 0.3em 1em;
	border-radius: 999px;
	margin-bottom: 0.75rem;
}
.bpc-header__title {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	color: var(--bpc-gold-light);
	margin: 0 0 0.5rem;
	line-height: 1.2;
}
.bpc-header__desc {
	font-size: 1.05rem;
	color: rgba(245,236,215,0.6);
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ── Cards ── */
.bpc-card {
	background: var(--bpc-glass-bg);
	border: 1px solid var(--bpc-glass-border);
	border-radius: var(--bpc-radius);
	padding: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.bpc-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--bpc-gold), transparent);
	border-radius: 2px;
	opacity: 0.5;
}
.bpc-card__heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--bpc-gold-light);
	margin: 0 0 0.75rem;
}

/* ── Fields & Inputs ── */
.bpc-field {
	margin-bottom: 1.5rem;
}
.bpc-label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bpc-gold);
	margin-bottom: 0.5rem;
}
.bpc-hint {
	font-size: 0.875rem;
	color: rgba(245,236,215,0.45);
	margin: -0.25rem 0 0.75rem;
	line-height: 1.5;
}
.bpc-input {
	display: block;
	width: 100%;
	padding: 0.75rem 1rem;
	background: var(--bpc-muted);
	border: 1px solid var(--bpc-glass-border);
	border-radius: 8px;
	color: var(--bpc-gold-light);
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.bpc-input:focus {
	outline: none;
	border-color: var(--bpc-gold);
	box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.bpc-input::placeholder {
	color: rgba(245,236,215,0.3);
	padding: 30px 1rem 0.75.rem;
	margin-top: 30px;
	padding-top: 30px;
	margin: 10px 9; 0;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	font-family: system ui;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	::shadow
	
}
.bpc-input--price {
	max-width: 180px;
	font-size: 1.15rem;
	font-weight: 600;
	text-align: center;
}

/* Page row (input + slider) */
.bpc-page-row {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.bpc-page-row .bpc-input {
	width: 120px;
	flex-shrink: 0;
	text-align: center;
	font-weight: 600;
}
.bpc-page-row .bpc-slider {
	flex: 1;
}

/* ── Range Slider ── */
.bpc-slider {
	-webkit-appearance: none;
	appearance: none;
	height: 6px;
	background: var(--bpc-muted);
	border-radius: 3px;
	outline: none;
	cursor: pointer;
}
.bpc-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: var(--bpc-gold);
	border: 2px solid var(--bpc-midnight);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(201,168,76,0.4);
	transition: box-shadow 0.2s;
}
.bpc-slider::-webkit-slider-thumb:hover {
	box-shadow: 0 0 14px rgba(201,168,76,0.6);
}
.bpc-slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: var(--bpc-gold);
	border: 2px solid var(--bpc-midnight);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(201,168,76,0.4);
}

/* ── Toggle Buttons ── */
.bpc-toggle-group {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.bpc-toggle {
	padding: 0.6rem 1.25rem;
	border: 1px solid var(--bpc-glass-border);
	border-radius: 8px;
	background: var(--bpc-muted);
	color: rgba(245,236,215,0.5);
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
}
.bpc-toggle:hover {
	border-color: rgba(201,168,76,0.3);
	color: var(--bpc-gold-light);
}
.bpc-toggle.is-active {
	background: rgba(201,168,76,0.12);
	border-color: var(--bpc-gold);
	color: var(--bpc-gold);
	font-weight: 600;
}
.bpc-toggle--sm {
	padding: 0.45rem 0.9rem;
	font-size: 0.835rem;
}

/* ── Platform Buttons ── */
.bpc-platforms {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}
.bpc-platform {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	background: var(--bpc-muted);
	border: 1px solid var(--bpc-glass-border);
	border-radius: 10px;
	padding: 0.8rem 1rem;
	cursor: pointer;
	transition: all 0.2s;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	color: rgba(245,236,215,0.5);
	position: relative;
	text-align: left;
}
.bpc-platform:hover {
	border-color: rgba(201,168,76,0.3);
	color: var(--bpc-gold-light);
}
.bpc-platform.is-active {
	background: rgba(201,168,76,0.08);
	border-color: var(--bpc-gold);
	color: var(--bpc-gold);
	box-shadow: 0 0 12px rgba(201,168,76,0.1);
}
.bpc-platform__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C9A84C;
}
.bpc-platform__name {
	flex: 1;
	font-weight: 500;
}

/* Platform tooltip trigger */
.bpc-platform .bpc-tip-btn {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(245,236,215,0.2);
	border-radius: 50%;
	background: transparent;
	color: rgba(245,236,215,0.35);
	font-size: 0.7rem;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.2s;
	padding: 0;
}
.bpc-platform .bpc-tip-btn:hover {
	border-color: var(--bpc-gold);
	color: var(--bpc-gold);
}
.bpc-platform .bpc-tip {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	font-size: 0.8rem;
	color: rgba(245,236,215,0.6);
	line-height: 1.5;
	padding: 0.6rem 1rem;
	margin-top: 0.25rem;
	background: var(--bpc-surface);
	border: 1px solid var(--bpc-glass-border);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.bpc-platform .bpc-tip.is-open {
	display: block;
}

/* ── Fixed Costs Grid ── */
.bpc-costs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.bpc-costs-grid .bpc-field {
	margin-bottom: 0;
}

/* ── Result Panel ── */
.bpc-result {
	margin-bottom: 1.5rem;
}
.bpc-result:empty {
	display: none;
}
.bpc-empty {
	text-align: center;
	color: rgba(245,236,215,0.4);
	padding: 2rem 1rem;
}

/* Summary */
.bpc-summary {
	background: var(--bpc-glass-bg);
	border: 1px solid var(--bpc-glass-border);
	border-radius: var(--bpc-radius);
	padding: 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.bpc-summary::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--bpc-gold), transparent);
}

.bpc-stat {
	padding: 0.5rem 0;
}
.bpc-stat--main {
	padding: 0.75rem 0 1rem;
}
.bpc-stat__label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bpc-gold);
	margin-bottom: 0.35rem;
}
.bpc-stat__value {
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	color: var(--bpc-gold-light);
	line-height: 1.2;
}
.bpc-stat--main + .bpc-stat .bpc-stat__value {
	font-size: 1.35rem;
}
.bpc-stat__value--muted {
	color: rgba(245,236,215,0.5);
}
.bpc-stat__value--neg {
	color: #fb923c;
}

.bpc-hint-note {
	font-size: 0.85rem;
	color: rgba(245,236,215,0.45);
	background: rgba(201,168,76,0.06);
	border-radius: 8px;
	padding: 0.5rem 1rem;
	margin: 0.25rem auto 0.5rem;
	display: inline-block;
}

/* ── Projections Table ── */
.bpc-projections {
	background: var(--bpc-glass-bg);
	border: 1px solid var(--bpc-glass-border);
	border-radius: var(--bpc-radius);
	padding: 2rem;
	margin-bottom: 1.5rem;
}
.bpc-projections__title {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--bpc-gold-light);
	margin: 0 0 1rem;
}
.bpc-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.bpc-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}
.bpc-table th {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--bpc-gold);
	text-align: left;
	padding: 0.6rem 0.75rem;
	border-bottom: 2px solid rgba(201,168,76,0.2);
	white-space: nowrap;
}
.bpc-table td {
	padding: 0.55rem 0.75rem;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	color: var(--bpc-gold-light);
	white-space: nowrap;
}
.bpc-table tbody tr:hover td {
	background: rgba(201,168,76,0.04);
}
.bpc-pos {
	color: #4ade80;
	font-weight: 600;
}
.bpc-neg {
	color: #fb923c;
	font-weight: 600;
}

/* ── Warning ── */
.bpc-warn {
	font-size: 0.9rem;
	color: #fb923c;
	background: rgba(251,146,60,0.08);
	border: 1px solid rgba(251,146,60,0.2);
	border-radius: 10px;
	padding: 1rem 1.25rem;
	line-height: 1.55;
	margin-bottom: 1.5rem;
}

/* ── Disclaimer ── */
.bpc-disclaimer {
	font-size: 0.8rem;
	color: rgba(245,236,215,0.3);
	text-align: center;
	line-height: 1.6;
	margin-top: 1rem;
}

/* ── Responsive ── */
@media (max-width: 600px) {
	.bpc-card {
		padding: 1.25rem;
	}
	.bpc-platforms {
		grid-template-columns: 1fr;
	}
	.bpc-costs-grid {
		grid-template-columns: 1fr 1fr;
	}
	.bpc-page-row {
		flex-direction: column;
		align-items: stretch;
	}
	.bpc-page-row .bpc-input {
		width: 100%;
	}
	.bpc-toggle {
		flex: 1;
		text-align: center;
		min-width: 0;
		font-size: 0.8rem;
		padding: 0.5rem 0.6rem;
	}
	.bpc-slider-row {
		flex-direction: column;
		align-items: stretch;
	}
	.bpc-slider-row .wtc-input--tiny {
		width: 100%;
	}
	.bpc-summary {
		padding: 1.25rem;
	}
	.bpc-summary__value {
		font-size: 1.5rem;
	}
}

/* ===================================================================
   WRITING TIME CALCULATOR
   =================================================================== */

.wtc-app {
	--wtc-gold: #C9A84C;
	--wtc-gold-light: #F5ECD7;
	--wtc-midnight: #0B1121;
	--wtc-surface: #0F1628;
	--wtc-muted: #141C30;
	--wtc-glass-bg: rgba(255,255,255,0.04);
	--wtc-glass-border: rgba(255,255,255,0.08);
	--wtc-radius: 14px;
	font-family: 'DM Sans', sans-serif;
	color: var(--wtc-gold-light);
	max-width: 860px;
	margin: 0 auto;
}

/* ── Header ── */
.wtc-header {
	text-align: center;
	margin-bottom: 2.5rem;
}
.wtc-header__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wtc-gold);
	background: rgba(201,168,76,0.12);
	padding: 0.3em 1em;
	border-radius: 999px;
	margin-bottom: 0.75rem;
}
.wtc-header__title {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	color: var(--wtc-gold-light);
	margin: 0 0 0.5rem;
	line-height: 1.2;
}
.wtc-header__desc {
	font-size: 1.05rem;
	color: rgba(245,236,215,0.6);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ── Cards ── */
.wtc-card {
	background: var(--wtc-glass-bg);
	border: 1px solid var(--wtc-glass-border);
	border-radius: var(--wtc-radius);
	padding: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.wtc-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--wtc-gold), transparent);
	border-radius: 2px;
	opacity: 0.5;
}
.wtc-card__heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--wtc-gold-light);
	margin: 0 0 0.75rem;
}

/* ── Fields & Inputs ── */
.wtc-field {
	margin-bottom: 1rem;
}
.wtc-label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wtc-gold);
	margin-bottom: 0.5rem;
}
.wtc-hint {
	font-size: 0.875rem;
	color: rgba(245,236,215,0.45);
	margin: -0.25rem 0 0.75rem;
	line-height: 1.5;
}
.wtc-input {
	display: block;
	width: 100%;
	padding: 0.75rem 1rem;
	background: var(--wtc-muted);
	border: 1px solid var(--wtc-glass-border);
	border-radius: 8px;
	color: var(--wtc-gold-light);
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.wtc-input:focus {
	outline: none;
	border-color: var(--wtc-gold);
	box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.wtc-input::placeholder {
	color: rgba(245,236,215,0.3);
}
.wtc-input--small {
	max-width: 160px;
	text-align: center;
	font-weight: 600;
}
.wtc-input--tiny {
	width: 70px;
	flex-shrink: 0;
	text-align: center;
	font-weight: 600;
}
.wtc-input--date {
	max-width: 220px;
	color-scheme: dark;
}

/* Word count row */
.wtc-word-row {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.wtc-word-row .wtc-input {
	width: 140px;
	flex-shrink: 0;
	text-align: center;
	font-weight: 600;
}
.wtc-word-row .wtc-slider {
	flex: 1;
}

/* Slider row (hpd / dpw) */
.wtc-slider-row {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.wtc-slider-row .wtc-slider {
	flex: 1;
}

/* Schedule grid */
.wtc-schedule-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

/* ── Range Slider ── */
.wtc-slider {
	-webkit-appearance: none;
	appearance: none;
	height: 6px;
	background: var(--wtc-muted);
	border-radius: 3px;
	outline: none;
	cursor: pointer;
}
.wtc-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: var(--wtc-gold);
	border: 2px solid var(--wtc-midnight);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(201,168,76,0.4);
	transition: box-shadow 0.2s;
}
.wtc-slider::-webkit-slider-thumb:hover {
	box-shadow: 0 0 14px rgba(201,168,76,0.6);
}
.wtc-slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: var(--wtc-gold);
	border: 2px solid var(--wtc-midnight);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(201,168,76,0.4);
}

/* ── Toggle Buttons ── */
.wtc-toggle-group {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.wtc-toggle {
	padding: 0.6rem 1.1rem;
	border: 1px solid var(--wtc-glass-border);
	border-radius: 8px;
	background: var(--wtc-muted);
	color: rgba(245,236,215,0.5);
	font-family: 'DM Sans', sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
}
.wtc-toggle:hover {
	border-color: rgba(201,168,76,0.3);
	color: var(--wtc-gold-light);
}
.wtc-toggle.is-active {
	background: rgba(201,168,76,0.12);
	border-color: var(--wtc-gold);
	color: var(--wtc-gold);
	font-weight: 600;
}

/* ── Phase Checkboxes ── */
.wtc-phases-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}
.wtc-phase-check {
	display: block;
	cursor: pointer;
}
.wtc-phase-check input {
	display: none;
}
.wtc-phase-check__box {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	background: var(--wtc-muted);
	border: 1px solid var(--wtc-glass-border);
	border-radius: 10px;
	padding: 0.85rem 1rem;
	transition: all 0.2s;
}
.wtc-phase-check input:checked + .wtc-phase-check__box {
	background: rgba(201,168,76,0.08);
	border-color: var(--wtc-gold);
	box-shadow: 0 0 12px rgba(201,168,76,0.1);
}
.wtc-phase-check__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C9A84C;
}
.wtc-phase-check__text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.wtc-phase-check__name {
	font-weight: 500;
	font-size: 0.9rem;
	color: var(--wtc-gold-light);
}
.wtc-phase-check__desc {
	font-size: 0.75rem;
	color: rgba(245,236,215,0.4);
}

/* ── Result Panel ── */
.wtc-result {
	margin-bottom: 1.5rem;
}
.wtc-result:empty {
	display: none;
}
.wtc-empty {
	text-align: center;
	color: rgba(245,236,215,0.4);
	padding: 2rem 1rem;
}

/* Summary Card */
.wtc-summary {
	background: var(--wtc-glass-bg);
	border: 1px solid var(--wtc-glass-border);
	border-radius: var(--wtc-radius);
	padding: 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.wtc-summary::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--wtc-gold), transparent);
}
.wtc-summary__main {
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid var(--wtc-glass-border);
}
.wtc-summary__label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wtc-gold);
	margin-bottom: 0.35rem;
}
.wtc-summary__value {
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 700;
	color: var(--wtc-gold-light);
	line-height: 1.3;
}

/* Stats row */
.wtc-summary__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.wtc-stat {
	text-align: center;
}
.wtc-stat__num {
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--wtc-gold-light);
	line-height: 1.2;
	margin-bottom: 0.2rem;
}
.wtc-stat__label {
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(245,236,215,0.4);
}

/* ── Deadline Banners ── */
.wtc-deadline {
	border-radius: 10px;
	padding: 1rem 1.25rem;
	font-size: 0.9rem;
	line-height: 1.55;
	margin-bottom: 1.5rem;
}
.wtc-deadline--ok {
	background: rgba(74,222,128,0.08);
	border: 1px solid rgba(74,222,128,0.2);
	color: #4ade80;
}
.wtc-deadline--warn {
	background: rgba(251,146,60,0.08);
	border: 1px solid rgba(251,146,60,0.2);
	color: #fb923c;
}
.wtc-deadline--past {
	background: rgba(248,113,113,0.08);
	border: 1px solid rgba(248,113,113,0.2);
	color: #f87171;
}

/* ── Phase Breakdown ── */
.wtc-phases {
	background: var(--wtc-glass-bg);
	border: 1px solid var(--wtc-glass-border);
	border-radius: var(--wtc-radius);
	padding: 2rem;
	margin-bottom: 1.5rem;
}
.wtc-phases__title {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--wtc-gold-light);
	margin: 0 0 1rem;
}
.wtc-phase-row {
	margin-bottom: 1rem;
}
.wtc-phase-row:last-child {
	margin-bottom: 0;
}
.wtc-phase-row__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 0.4rem;
}
.wtc-phase-row__label {
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--wtc-gold-light);
}
.wtc-phase-row__time {
	font-size: 0.8rem;
	color: var(--wtc-gold);
	font-weight: 600;
}
.wtc-phase-row__track {
	height: 8px;
	background: rgba(255,255,255,0.06);
	border-radius: 4px;
	overflow: hidden;
}
.wtc-phase-row__fill {
	height: 100%;
	background: linear-gradient(90deg, var(--wtc-gold), #e8c84a);
	border-radius: 4px;
	transition: width 0.4s ease;
}

/* ── Motivation Tip ── */
.wtc-tip {
	font-size: 0.875rem;
	color: rgba(245,236,215,0.5);
	background: rgba(201,168,76,0.06);
	border-radius: 10px;
	padding: 0.85rem 1.25rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 1.5rem;
}

/* ── Disclaimer ── */
.wtc-disclaimer {
	font-size: 0.8rem;
	color: rgba(245,236,215,0.3);
	text-align: center;
	line-height: 1.6;
	margin-top: 1rem;
}

/* ── Responsive ── */
@media (max-width: 600px) {
	.wtc-card {
		padding: 1.25rem;
	}
	.wtc-word-row {
		flex-direction: column;
		align-items: stretch;
	}
	.wtc-word-row .wtc-input {
		width: 100%;
	}
	.wtc-schedule-grid {
		grid-template-columns: 1fr;
	}
	.wtc-phases-grid {
		grid-template-columns: 1fr;
	}
	.wtc-summary__stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}
	.wtc-toggle {
		flex: 1;
		text-align: center;
		min-width: 0;
		font-size: 0.8rem;
		padding: 0.5rem 0.6rem;
	}
	.wtc-slider-row {
		flex-direction: column;
		align-items: stretch;
	}
	.wtc-slider-row .wtc-input--tiny {
		width: 100%;
	}
	.wtc-summary {
		padding: 1.25rem;
	}
	.wtc-summary__value {
		font-size: 1.5rem;
	}
}

/* ===================================================================
   BOOK WORD COUNT
   =================================================================== */

.bwc-app {
	--bwc-gold: #C9A84C;
	--bwc-gold-light: #F5ECD7;
	--bwc-midnight: #0B1121;
	--bwc-surface: #0F1628;
	--bwc-muted: #141C30;
	--bwc-glass-bg: rgba(255,255,255,0.04);
	--bwc-glass-border: rgba(255,255,255,0.08);
	--bwc-radius: 14px;
	font-family: 'DM Sans', sans-serif;
	color: var(--bwc-gold-light);
	max-width: 900px;
	margin: 0 auto;
}

/* ── Header ── */
.bwc-header {
	text-align: center;
	margin-bottom: 2.5rem;
}
.bwc-header__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bwc-gold);
	background: rgba(201,168,76,0.12);
	padding: 0.3em 1em;
	border-radius: 999px;
	margin-bottom: 0.75rem;
}
.bwc-header__title {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	color: var(--bwc-gold-light);
	margin: 0 0 0.5rem;
	line-height: 1.2;
}
.bwc-header__desc {
	font-size: 1.05rem;
	color: rgba(245,236,215,0.6);
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ── Cards ── */
.bwc-card {
	background: var(--bwc-glass-bg);
	border: 1px solid var(--bwc-glass-border);
	border-radius: var(--bwc-radius);
	padding: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.bwc-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--bwc-gold), transparent);
	border-radius: 2px;
	opacity: 0.5;
}
.bwc-card__heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--bwc-gold-light);
	margin: 0 0 0.75rem;
}

/* ── Fields & Inputs ── */
.bwc-field {
	margin-bottom: 1rem;
}
.bwc-label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bwc-gold);
	margin-bottom: 0.5rem;
}
.bwc-hint {
	font-size: 0.875rem;
	color: rgba(245,236,215,0.45);
	margin: -0.25rem 0 0.75rem;
	line-height: 1.5;
}
.bwc-input {
	display: block;
	width: 100%;
	padding: 0.75rem 1rem;
	background: var(--bwc-muted);
	border: 1px solid var(--bwc-glass-border);
	border-radius: 8px;
	color: var(--bwc-gold-light);
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.bwc-input:focus {
	outline: none;
	border-color: var(--bwc-gold);
	box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.bwc-input::placeholder {
	color: rgba(245,236,215,0.25);
}
.bwc-input--small {
	max-width: 180px;
	text-align: center;
	font-weight: 600;
}

/* ── Textarea ── */
.bwc-textarea {
	display: block;
	width: 100%;
	min-height: 200px;
	padding: 1rem;
	background: var(--bwc-muted);
	border: 1px solid var(--bwc-glass-border);
	border-radius: 10px;
	color: var(--bwc-gold-light);
	font-family: 'DM Sans', sans-serif;
	font-size: 0.95rem;
	line-height: 1.7;
	resize: vertical;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.bwc-textarea:focus {
	outline: none;
	border-color: var(--bwc-gold);
	box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.bwc-textarea::placeholder {
	color: rgba(245,236,215,0.25);
}

/* ── Stats Grid ── */
.bwc-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin-bottom: 1.5rem;
}
.bwc-stat {
	background: var(--bwc-glass-bg);
	border: 1px solid var(--bwc-glass-border);
	border-radius: 12px;
	padding: 1.25rem 1rem;
	text-align: center;
	transition: border-color 0.2s;
}
.bwc-stat:hover {
	border-color: rgba(201,168,76,0.25);
}
.bwc-stat--primary {
	background: rgba(201,168,76,0.08);
	border-color: var(--bwc-gold);
	grid-column: span 2;
}
.bwc-stat--primary .bwc-stat__num {
	font-size: 2.25rem;
}
.bwc-stat__num {
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--bwc-gold-light);
	line-height: 1.2;
	margin-bottom: 0.25rem;
}
.bwc-stat__label {
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(245,236,215,0.4);
}

/* ── Progress Bar ── */
.bwc-progress {
	margin-top: 1rem;
}
.bwc-progress__track {
	height: 10px;
	background: rgba(255,255,255,0.06);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.bwc-progress__fill {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, var(--bwc-gold), #e8c84a);
	border-radius: 5px;
	transition: width 0.3s ease;
}
.bwc-progress__text {
	font-size: 0.85rem;
	color: rgba(245,236,215,0.5);
	text-align: center;
	margin: 0;
}

/* ── Genre Toggle & Panel ── */
.bwc-genre-toggle {
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	color: var(--bwc-gold);
	font-family: 'DM Sans', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
	text-align: left;
	transition: color 0.2s;
}
.bwc-genre-toggle:hover {
	color: var(--bwc-gold-light);
}
.bwc-genre-panel {
	display: none;
	margin-top: 1.25rem;
}
.bwc-genre-panel.is-open {
	display: block;
}

/* Genre Table */
.bwc-genre-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}
.bwc-genre-table th {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--bwc-gold);
	text-align: left;
	padding: 0.6rem 0.75rem;
	border-bottom: 2px solid rgba(201,168,76,0.2);
	white-space: nowrap;
}
.bwc-genre-table td {
	padding: 0.5rem 0.75rem;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	color: var(--bwc-gold-light);
}
.bwc-genre-table tbody tr:hover td {
	background: rgba(201,168,76,0.04);
}

/* ── Progress Bar ── */
.bwc-progress {
	margin-top: 1rem;
}
.bwc-progress__track {
	height: 10px;
	background: rgba(255,255,255,0.06);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.bwc-progress__fill {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, var(--bwc-gold), #e8c84a);
	border-radius: 5px;
	transition: width 0.3s ease;
}
.bwc-progress__text {
	font-size: 0.85rem;
	color: rgba(245,236,215,0.5);
	text-align: center;
	margin: 0;
}

/* ── Disclaimer ── */
.bwc-disclaimer {
	font-size: 0.8rem;
	color: rgba(245,236,215,0.3);
	text-align: center;
	line-height: 1.6;
	margin-top: 1rem;
}

/* ── Responsive ── */
@media (max-width: 600px) {
	.bwc-card {
		padding: 1.25rem;
	}
	.bwc-stats {
		grid-template-columns: repeat(2, 1fr);
	}
	.bwc-stat--primary {
		grid-column: span 2;
	}
	.bwc-stat--primary .bwc-stat__num {
		font-size: 1.75rem;
	}
	.bwc-stat__num {
		font-size: 1.25rem;
	}
	.bwc-genre-table {
		font-size: 0.8rem;
	}
	.bwc-textarea {
		min-height: 150px;
	}
}


/* ═══════════════════════════════════════════════════
   TUTOR LMS — Dark Cinematic Theme Override
   Midnight base · Gold accents · Glassmorphism
   ═══════════════════════════════════════════════════ */

/* ── Variable overrides ── */
.tutor-lms,
.tutor-wrap,
.tutor-frontend {
	--tutor-color-primary: #C9A84C;
	--tutor-color-primary-hover: #D4B85E;
	--tutor-color-primary-rgb: 201, 168, 76;
	--tutor-body-color: #E8E6E3;
	--tutor-body-color-rgb: 232, 230, 227;
	--tutor-border-color: rgba(201, 168, 76, 0.12);
	--tutor-color-white: #0F1628;
	--tutor-color-secondary: #8B93A8;
	--tutor-color-subdued: #8B93A8;
	--tutor-color-hints: #6B7280;
	--tutor-color-muted: #6B7280;
	--tutor-color-gray: rgba(201, 168, 76, 0.12);
	--tutor-color-gray-10: rgba(255, 255, 255, 0.03);
	--tutor-color-success: #4ade80;
	--tutor-color-success-rgb: 74, 222, 128;
	--tutor-color-warning: #C9A84C;
	--tutor-color-warning-rgb: 201, 168, 76;
	--tutor-color-danger: #ef4444;
	--tutor-color-danger-rgb: 239, 68, 68;
	color: #E8E6E3;
}

/* ── Page background ── */
body.tutor-lms,
body.single-courses,
body.post-type-archive-courses,
body.single-lesson,
body.single-tutor_quiz {
	background-color: #0B1121;
}

/* ── Restore theme typography ──
   Tutor LMS resets body to 16px and headings to fixed px.
   Override to match the theme's fluid scale.             */
body.tutor-lms,
body.single-courses,
body.post-type-archive-courses,
body.single-lesson,
body.single-tutor_quiz {
	font-size: var(--wp--preset--font-size--medium);
	font-family: var(--wp--preset--font-family--body);
	line-height: 1.75;
}
/* Restore heading scale outside .tutor-wrap (header, footer, WP blocks) */
body.tutor-lms :not(.tutor-wrap) > h1,
body.tutor-lms .site-header h1,
body.tutor-lms .site-footer h1 {
	font-size: var(--wp--preset--font-size--display);
}
body.tutor-lms :not(.tutor-wrap) > h2,
body.tutor-lms .site-header h2,
body.tutor-lms .site-footer h2 {
	font-size: var(--wp--preset--font-size--xx-large);
}
body.tutor-lms :not(.tutor-wrap) > h3,
body.tutor-lms .site-header h3,
body.tutor-lms .site-footer h3 {
	font-size: var(--wp--preset--font-size--x-large);
}
body.tutor-lms :not(.tutor-wrap) > h4,
body.tutor-lms .site-header h4,
body.tutor-lms .site-footer h4 {
	font-size: var(--wp--preset--font-size--large);
}
body.tutor-lms :not(.tutor-wrap) > h5,
body.tutor-lms .site-header h5,
body.tutor-lms .site-footer h5 {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 600;
}
body.tutor-lms :not(.tutor-wrap) > h6,
body.tutor-lms .site-header h6,
body.tutor-lms .site-footer h6 {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
}
body.tutor-lms :not(.tutor-wrap) > h1,
body.tutor-lms :not(.tutor-wrap) > h2,
body.tutor-lms :not(.tutor-wrap) > h3,
body.tutor-lms :not(.tutor-wrap) > h4,
body.tutor-lms :not(.tutor-wrap) > h5,
body.tutor-lms :not(.tutor-wrap) > h6,
body.tutor-lms .site-header h1,
body.tutor-lms .site-header h2,
body.tutor-lms .site-header h3,
body.tutor-lms .site-header h4,
body.tutor-lms .site-header h5,
body.tutor-lms .site-header h6,
body.tutor-lms .site-footer h1,
body.tutor-lms .site-footer h2,
body.tutor-lms .site-footer h3,
body.tutor-lms .site-footer h4,
body.tutor-lms .site-footer h5,
body.tutor-lms .site-footer h6 {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: var(--wp--preset--color--text-primary);
}
/* Restore paragraph margins (Tutor resets p{margin:0}) */
body.tutor-lms .site-header p,
body.tutor-lms .site-footer p {
	margin-bottom: 1em;
}
/* Navigation font-size: ensure header nav matches theme */
body.tutor-lms .site-header .wp-block-navigation,
body.tutor-lms .site-header .has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}
/* Restore WP block navigation base styles on Tutor pages */
body.tutor-lms .wp-block-navigation {
	font-size: var(--wp--preset--font-size--small);
}

/* ── Typography ── */
.tutor-wrap h1,
.tutor-wrap h2,
.tutor-wrap h3,
.tutor-wrap h4,
.tutor-wrap h5,
.tutor-wrap h6,
.tutor-wrap .tutor-fs-4,
.tutor-wrap .tutor-fs-5,
.tutor-wrap .tutor-fs-3 {
	font-family: 'DM Sans', sans-serif;
	color: #F5ECD7;
}
.tutor-wrap,
.tutor-wrap p,
.tutor-wrap span,
.tutor-wrap li,
.tutor-wrap label,
.tutor-wrap .tutor-fs-6,
.tutor-wrap .tutor-fs-7 {
	font-family: 'DM Sans', sans-serif;
}

/* Force light text on all "black" utility classes */
.tutor-wrap .tutor-color-black,
.tutor-wrap .tutor-fw-bold.tutor-color-black,
.tutor-wrap .tutor-fw-medium.tutor-color-black,
.tutor-course-details-title,
.tutor-course-name,
.tutor-course-content-title {
	color: #F5ECD7 !important;
}

/* Secondary / subdued text */
.tutor-wrap .tutor-color-secondary,
.tutor-wrap .tutor-color-muted {
	color: #8B93A8 !important;
}

/* ── Main wrapper ── */
.tutor-wrap.tutor-page-wrap {
	background: #0B1121;
}

/* ── Course top banner area ── */
.tutor-course-top-info,
.tutor-full-width-course-top {
	background: linear-gradient(180deg, #0F1628 0%, #0B1121 100%) !important;
	border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}

/* ── Cards (course cards, sidebar card) ── */
.tutor-wrap .tutor-card,
.tutor-wrap .tutor-course-card,
.tutor-wrap .tutor-sidebar-card {
	display: flex;
	flex-direction: column;
	background: var(--glass-bg, rgba(15, 22, 40, 0.55));
	border: 1.5px solid var(--gold, #C9A84C);
	border-radius: 16px;
	box-shadow: 0 16px 48px rgba(0,0,0,0.28), 0 0 32px rgba(201,168,76,0.10);
	overflow: hidden;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.35s, box-shadow 0.35s;
	margin-bottom: 2.5rem;
	position: relative;
}

.tutor-wrap .tutor-course-card {
	padding: 0;
	min-height: 420px;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	background: var(--glass-bg, rgba(15, 22, 40, 0.55));
	border-radius: 16px;
	box-shadow: 0 16px 48px rgba(0,0,0,0.28), 0 0 32px rgba(201,168,76,0.10);
	border: 1.5px solid var(--gold, #C9A84C);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.35s, box-shadow 0.35s;
}
.tutor-wrap .tutor-course-card:hover {
	transform: translateY(-10px) scale(1.025);
	border-color: var(--gold-light, #F5ECD7);
	box-shadow: 0 32px 80px rgba(0,0,0,0.38), 0 0 48px rgba(201,168,76,0.18);
}
.tutor-wrap .tutor-course-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2.5px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
	opacity: 1;
	z-index: 2;
}
.tutor-wrap .tutor-course-thumbnail {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background: #181e2b;
	position: relative;
}
.tutor-wrap .tutor-course-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s;
}
.tutor-wrap .tutor-course-card:hover .tutor-course-thumbnail img {
	transform: scale(1.045);
	filter: brightness(1.08) saturate(1.1);
}
.tutor-wrap .tutor-card-body {
	background: transparent;
	padding: 1.5rem 1.5rem 1.25rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}
.tutor-wrap .tutor-course-name {
	color: var(--gold-light, #F5ECD7);
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 0.2em;
	letter-spacing: 0.01em;
}
.tutor-wrap .tutor-course-name a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}
.tutor-wrap .tutor-course-card:hover .tutor-course-name a {
	color: var(--gold, #C9A84C);
}
.tutor-wrap .tutor-course-card .tutor-meta {
	color: var(--wp--preset--color--text-secondary, #8B93A8);
	font-family: 'DM Sans', sans-serif;
	font-size: 0.92rem;
	display: flex;
	gap: 1.2rem;
	align-items: center;
	margin-bottom: 0.2em;
}
.tutor-wrap .tutor-course-card .tutor-meta-icon {
	color: rgba(201, 168, 76, 0.5);
	font-size: 1.1em;
}
.tutor-wrap .tutor-course-card .tutor-meta-value {
	color: var(--wp--preset--color--text-secondary, #8B93A8);
}
.tutor-wrap .tutor-course-card .tutor-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none;
	margin-right: 0.5em;
}
.tutor-wrap .tutor-course-card .tutor-avatar-text {
	font-size: 0.75rem;
	color: #C9A84C;
	background: rgba(201, 168, 76, 0.13);
}
.tutor-wrap .tutor-card-footer {
	background: transparent;
	border-top: 1px solid rgba(201, 168, 76, 0.10);
	padding: 1.1rem 1.5rem 1.2rem 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.tutor-wrap .tutor-card-footer .tutor-btn {
	background: linear-gradient(135deg, #C9A84C 0%, #A88A3A 100%);
	color: #0B1121 !important;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(201, 168, 76, 0.18);
	padding: 0.7em 1.5em;
	font-size: 1rem;
	border: none;
	transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}
.tutor-wrap .tutor-card-footer .tutor-btn:hover {
	background: linear-gradient(135deg, #D4B85E 0%, #C9A84C 100%);
	color: #0B1121 !important;
	box-shadow: 0 8px 32px rgba(201, 168, 76, 0.28);
}

/* Course card hover — matches glass-card from homepage */
.tutor-wrap .tutor-course-card {
	position: relative;
}
.tutor-wrap .tutor-course-card:hover {
	transform: translateY(-8px);
	border-color: rgba(201, 168, 76, 0.3) !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35),
	            0 0 30px rgba(201, 168, 76, 0.08);
}

/* Gold accent line at bottom — matches glass-card::after */
.tutor-wrap .tutor-course-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold, #C9A84C), var(--gold-light, #F5ECD7), var(--gold, #C9A84C), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 2;
}
.tutor-wrap .tutor-course-card:hover::after {
	opacity: 1;
}

/* ── Course thumbnail ── */
.tutor-wrap .tutor-course-thumbnail {
	overflow: hidden;
}
.tutor-wrap .tutor-course-card .tutor-ratio-16x9 {
	padding-top: 52% !important;
}
.tutor-wrap .tutor-course-thumbnail img {
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
	            filter 0.4s ease;
}
.tutor-wrap .tutor-course-card:hover .tutor-course-thumbnail img {
	transform: scale(1.05);
}

.tutor-wrap .tutor-card-body,
.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body,
.tutor-single-course-sidebar .tutor-card-body {
	background: transparent !important;
	background-color: transparent !important;
}
.tutor-wrap .tutor-card-body {
	padding: 1.25rem 1.25rem 0.75rem !important;
}
.tutor-wrap .tutor-card-footer {
	background: transparent !important;
	border-top: 1px solid rgba(201, 168, 76, 0.06) !important;
	padding: 0.85rem 1.25rem !important;
}
.tutor-single-course-sidebar .tutor-course-single-info-card {
	background-color: rgba(255, 255, 255, 0.03) !important;
}
.tutor-wrap .tutor-card-image-top img {
	border-radius: 0;
}

/* ── Star ratings ── */
.tutor-wrap .tutor-ratings-stars {
	gap: 2px;
	margin-top: 1.2em !important;
}
.tutor-wrap .tutor-ratings-stars span {
	color: rgba(201, 168, 76, 0.3) !important;
	font-size: 0.9rem !important;
}
.tutor-wrap .tutor-ratings-stars .tutor-icon-star-bold {
	color: #C9A84C !important;
}
.tutor-wrap .tutor-course-ratings {
	margin-bottom: 0.5rem !important;
}

/* ── Course card titles ── */
.tutor-wrap .tutor-course-name {
	color: var(--wp--preset--color--gold-light, #F5ECD7) !important;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.25rem !important;
	font-weight: 600;
	line-height: 1.25;
}
.tutor-wrap .tutor-course-name a {
	color: inherit !important;
	text-decoration: none !important;
	transition: none !important;
}
.tutor-wrap .tutor-course-card:hover .tutor-course-name a {
	color: inherit !important;
}

/* ── Meta row (students count) ── */
.tutor-wrap .tutor-course-card .tutor-meta {
	color: var(--wp--preset--color--text-secondary, #8B93A8) !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.8rem;
}
.tutor-wrap .tutor-course-card .tutor-meta-icon {
	color: rgba(201, 168, 76, 0.5) !important;
	font-size: 0.85rem;
}
.tutor-wrap .tutor-course-card .tutor-meta-value {
	color: var(--wp--preset--color--text-secondary, #8B93A8) !important;
}

/* ── Author line ── */
.tutor-wrap .tutor-course-card .tutor-meta a {
	color: var(--wp--preset--color--text-secondary, #8B93A8) !important;
	text-decoration: none !important;
	transition: none !important;
}
.tutor-wrap .tutor-course-card:hover .tutor-meta a {
	color: var(--wp--preset--color--text-secondary, #8B93A8) !important;
}
.tutor-wrap .tutor-course-card .tutor-avatar {
	width: 24px !important;
	height: 24px !important;
	border-radius: 50%;
	border: none !important;
}
.tutor-wrap .tutor-course-card .tutor-avatar-text {
	font-size: 0.65rem;
	color: #C9A84C;
	background: rgba(201, 168, 76, 0.1) !important;
}

/* ── Bookmark icon ── */
.tutor-wrap .tutor-course-bookmark .tutor-iconic-btn {
	background: rgba(11, 17, 33, 0.5) !important;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: none !important;
	color: rgba(255, 255, 255, 0.4) !important;
	transition: color 0.2s ease, background 0.2s ease;
}
.tutor-wrap .tutor-course-bookmark .tutor-iconic-btn:hover {
	background: rgba(201, 168, 76, 0.15) !important;
	color: #C9A84C !important;
}

/* ── Sidebar card (enrol / start learning) ── */
.tutor-single-course-sidebar .tutor-card {
	background: rgba(15, 22, 40, 0.85) !important;
	background-color: rgba(15, 22, 40, 0.85) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(201, 168, 76, 0.12) !important;
}
.tutor-single-course-sidebar .tutor-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #C9A84C, transparent);
	opacity: 0.5;
}

/* ── Primary buttons (Start Learning, Enroll, etc.) ── */
.tutor-wrap .tutor-btn-primary {
	background: linear-gradient(135deg, #C9A84C 0%, #A88A3A 100%);
	border: none;
	color: #0B1121 !important;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(201, 168, 76, 0.25);
	text-transform: none;
}
.tutor-wrap .tutor-btn-primary:hover,
.tutor-wrap .tutor-btn-primary:focus {
	background: linear-gradient(135deg, #D4B85E 0%, #C9A84C 100%);
	box-shadow: 0 6px 24px rgba(201, 168, 76, 0.4);
	transform: translateY(-1px);
	color: #0B1121 !important;
}

/* Outline / ghost buttons */
.tutor-wrap .tutor-btn-outline-primary {
	border-color: rgba(201, 168, 76, 0.3);
	color: #C9A84C !important;
	border-radius: 10px;
	background: transparent;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	transition: all 0.3s ease;
}
.tutor-wrap .tutor-btn-outline-primary:hover {
	background: rgba(201, 168, 76, 0.08);
	border-color: #C9A84C;
}
.tutor-wrap .tutor-btn-ghost {
	color: #8B93A8;
	transition: color 0.2s ease;
}
.tutor-wrap .tutor-btn-ghost:hover {
	color: #C9A84C;
	background: rgba(201, 168, 76, 0.05);
}

/* ── Accordion (Course Content / Topics) ── */
.tutor-wrap .tutor-accordion-item {
	background: rgba(255, 255, 255, 0.02) !important;
	background-color: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid rgba(201, 168, 76, 0.08) !important;
	border-radius: 12px;
	margin-bottom: 0.75rem;
	overflow: hidden;
}
.tutor-wrap .tutor-accordion-item-header,
.tutor-accordion-item-header {
	background: transparent !important;
	background-color: transparent !important;
	color: #F5ECD7;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	padding: 1rem 1.25rem;
	border: none;
	transition: background 0.25s ease;
}
.tutor-wrap .tutor-accordion-item-header:hover {
	background: rgba(201, 168, 76, 0.04) !important;
}
.tutor-wrap .tutor-accordion-item-header.is-active,
.tutor-accordion-item-header.is-active {
	background: rgba(201, 168, 76, 0.06) !important;
	background-color: rgba(201, 168, 76, 0.06) !important;
	border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}
.tutor-wrap .tutor-accordion-item-body {
	background: rgba(0, 0, 0, 0.15) !important;
	border-top: none;
}
.tutor-wrap .tutor-accordion-item-body-content {
	padding: 0.75rem 1.25rem;
}

/* Course content list items */
.tutor-wrap .tutor-course-content-list-item {
	background-color: transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	transition: background 0.2s ease;
}
.tutor-wrap .tutor-course-content-list-item:hover,
.tutor-course-content-list-item:hover {
	background: rgba(201, 168, 76, 0.03) !important;
	background-color: rgba(201, 168, 76, 0.03) !important;
}
.tutor-wrap .tutor-course-content-list-item a {
	color: #E8E6E3;
	text-decoration: none;
	transition: color 0.2s ease;
}
.tutor-wrap .tutor-course-content-list-item a:hover {
	color: #C9A84C;
}
.tutor-wrap .tutor-course-content-list-item-title {
	color: #E8E6E3;
}
.tutor-wrap .tutor-course-content-list-item-icon {
	color: #C9A84C;
	opacity: 0.7;
}

/* ── Tabs (Course Info / Reviews) ── */
.tutor-wrap .tutor-nav {
	border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}
.tutor-wrap .tutor-nav > li > a.is-active {
	background-color: transparent !important;
	box-shadow: none !important;
}
.tutor-wrap .tutor-nav-item .tutor-nav-link {
	color: #8B93A8;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.tutor-wrap .tutor-nav-item .tutor-nav-link:hover {
	color: #F5ECD7;
}
.tutor-wrap .tutor-nav-item .tutor-nav-link.is-active {
	color: #C9A84C;
	border-bottom-color: #C9A84C;
}

/* ── Star ratings ── */
.tutor-wrap .tutor-ratings-stars .tutor-icon-star-line,
.tutor-wrap .tutor-ratings-stars .tutor-icon-star-bold {
	color: #C9A84C;
}

/* ── Course details widgets (What You'll Learn, Materials, etc.) ── */
.tutor-wrap .tutor-course-details-widget {
	background: rgba(255, 255, 255, 0.02) !important;
	background-color: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid rgba(201, 168, 76, 0.08) !important;
	border-radius: 12px;
	padding: 1.5rem;
}
.tutor-wrap .tutor-course-details-widget-title {
	color: #C9A84C !important;
	font-family: 'DM Sans', sans-serif;
}
.tutor-wrap .tutor-course-details-widget-list {
	color: #E8E6E3 !important;
}
.tutor-wrap .tutor-course-details-widget-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding: 0.5rem 0;
}
.tutor-wrap .tutor-icon-bullet-point {
	color: #C9A84C !important;
}

/* ── Instructor avatar ── */
.tutor-wrap .tutor-avatar {
	border: 2px solid rgba(201, 168, 76, 0.2);
	border-radius: 50%;
}
.tutor-wrap .tutor-avatar-text {
	color: #F5ECD7;
}
.tutor-wrap .tutor-course-details-instructors a {
	color: #C9A84C;
	text-decoration: none;
}
.tutor-wrap .tutor-course-details-instructors a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ── Thumbnail / Feature Image ── */
.tutor-wrap .tutor-course-thumbnail {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background: transparent !important;
	position: relative;
}
.tutor-wrap .tutor-course-thumbnail img {
	border-radius: 16px;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* ── Form inputs ── */
.tutor-wrap .tutor-form-control,
.tutor-wrap select.tutor-form-control,
.tutor-wrap .tutor-form-select {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(201, 168, 76, 0.12);
	border-radius: 10px;
	color: #E8E6E3;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.tutor-wrap .tutor-form-control:focus,
.tutor-wrap .tutor-form-select:focus {
	border-color: #C9A84C;
	box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
	outline: none;
}
.tutor-wrap .tutor-form-control::placeholder {
	color: #6B7280;
}

/* ── Checkbox / radio ── */
.tutor-wrap .tutor-form-check-input {
	border-color: rgba(201, 168, 76, 0.25);
	background: transparent;
}
.tutor-wrap .tutor-form-check-input:checked {
	background-color: #C9A84C;
	border-color: #C9A84C;
}

/* ── Modal (login, share) ── */
.tutor-wrap .tutor-modal-content,
.tutor-modal-content {
	background: #0F1628 !important;
	background-color: #0F1628 !important;
	border: 1px solid rgba(201, 168, 76, 0.12);
	border-radius: 16px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
	color: #E8E6E3;
}
.tutor-wrap .tutor-modal-content-white,
.tutor-modal-content-white {
	background: #0F1628 !important;
	background-color: #0F1628 !important;
}
.tutor-modal-overlay {
	background: rgba(11, 17, 33, 0.8);
	backdrop-filter: blur(4px);
}
.tutor-wrap .tutor-iconic-btn {
	color: #8B93A8;
	transition: color 0.2s ease;
}
.tutor-wrap .tutor-iconic-btn:hover {
	color: #C9A84C;
}

/* ── Progress bars ── */
.tutor-wrap .tutor-progress-bar {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	overflow: hidden;
}
.tutor-wrap .tutor-progress-bar .tutor-progress-value {
	background: linear-gradient(90deg, #C9A84C, #D4B85E);
	border-radius: 8px;
}

/* ── Empty state ── */
.tutor-wrap .tutor-empty-state {
	color: #8B93A8;
}

/* ── Bookmark icon ── */
.tutor-wrap .tutor-course-bookmark .tutor-icon-bookmark-line,
.tutor-wrap .tutor-icon-bookmark-line {
	color: #C9A84C;
	opacity: 0.6;
	transition: opacity 0.2s ease;
}
.tutor-wrap .tutor-icon-bookmark-line:hover {
	opacity: 1;
}

/* ── Share buttons (override inline backgrounds) ── */
.tutor-wrap .tutor-social-share-wrap a,
.tutor-wrap .tutor_share {
	color: #F5ECD7;
	transition: all 0.2s ease;
	border-radius: 8px;
}
.tutor-wrap .tutor_share.s_facebook {
	background: rgba(56, 119, 234, 0.15) !important;
	color: #6BA0F5 !important;
}
.tutor-wrap .tutor_share.s_twitter {
	background: rgba(255, 255, 255, 0.06) !important;
	color: #E8E6E3 !important;
}
.tutor-wrap .tutor_share.s_linkedin {
	background: rgba(57, 103, 182, 0.15) !important;
	color: #7BAAF0 !important;
}
.tutor-wrap .tutor_share:hover {
	filter: brightness(1.2);
	transform: translateY(-1px);
}

/* ── Icon colors (lesson, level, enrolled, updated) ── */
.tutor-wrap [class*="tutor-icon-"] {
	color: inherit;
}
.tutor-wrap .tutor-icon-level,
.tutor-wrap .tutor-icon-mortarboard,
.tutor-wrap .tutor-icon-refresh-o,
.tutor-wrap .tutor-icon-document-text,
.tutor-wrap .tutor-meta-icon {
	color: #C9A84C !important;
	opacity: 0.7;
}

/* ── Show more / toggle button ── */
.tutor-wrap .tutor-btn-show-more {
	color: #C9A84C;
	border: none;
}
.tutor-wrap .tutor-btn-show-more:hover {
	color: #D4B85E;
	background: rgba(201, 168, 76, 0.05);
}

/* ── Toggle icon in accordion ── */
.tutor-wrap .tutor-toggle-btn-icon {
	color: #C9A84C;
	opacity: 0.6;
}

/* ── List bullets ── */
.tutor-wrap .tutor-ul li::marker,
.tutor-wrap ul li::marker {
	color: #C9A84C;
}

/* ── Filter bar on archive ── */
.tutor-wrap .tutor-course-filter {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(201, 168, 76, 0.08);
	border-radius: 12px;
	padding: 0.75rem 1rem;
}
/* Top spacing for archive grid */
.course-archive-page {
	padding-top: var(--wp--preset--spacing--60, 3rem) !important;
	margin-top: 0 !important;
}
.course-archive-page .tutor-course-list.tutor-grid {
	margin-top: var(--wp--preset--spacing--40, 1.5rem);
}

/* Hide the filter when few courses */
.course-archive-page .tutor-course-filter {
	display: none;
}
.course-archive-page .tutor-course-filter + br {
	display: none;
}

/* ── Course grid archive ── */
.tutor-wrap .tutor-course-list.tutor-grid {
	gap: 2rem;
}
/* Auto-fit grid matching book-showcase approach */
.course-archive-page .tutor-course-list.tutor-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
	gap: var(--wp--preset--spacing--40, 1.5rem);
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin-left: auto;
	margin-right: auto;
	padding: 0 var(--wp--preset--spacing--30, 1rem);
}
/* Single card — center and give it room */
.course-archive-page .tutor-course-list.tutor-grid > .tutor-course-card:only-child {
	max-width: 440px;
	justify-self: center;
}

/* ── Start Learning button — solid gold CTA ── */
.course-archive-page .tutor-card-footer .tutor-btn {
	background: linear-gradient(135deg, #C9A84C 0%, #A88A3A 100%) !important;
	border: none !important;
	color: #0B1121 !important;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(201, 168, 76, 0.2);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.course-archive-page .tutor-card-footer .tutor-btn:hover {
	background: linear-gradient(135deg, #D4B85E 0%, #C9A84C 100%) !important;
	box-shadow: 0 6px 24px rgba(201, 168, 76, 0.35);
	transform: translateY(-1px);
}

/* ── Meta items (Enrolled, Last Updated) ── */
.tutor-wrap .tutor-meta {
	color: #8B93A8;
}
.tutor-wrap .tutor-meta-value {
	color: #E8E6E3;
}

/* ── Pagination ── */
.tutor-wrap .tutor-pagination-wrapper-replaceable a {
	color: #8B93A8;
	border: none !important;
	border-radius: 8px;
	transition: all 0.2s ease;
}
.tutor-wrap .tutor-pagination-wrapper-replaceable a:hover,
.tutor-wrap .tutor-pagination-wrapper-replaceable .current {
	background: rgba(201, 168, 76, 0.1);
	border-color: #C9A84C;
	color: #C9A84C;
}

/* ── Dashboard ── */
.tutor-wrap .tutor-dashboard-content,
.tutor-wrap .tutor-dashboard-left-menu {
	background: transparent;
}
.tutor-wrap .tutor-dashboard-left-menu a {
	color: #8B93A8;
	transition: color 0.2s ease, background 0.2s ease;
	border-radius: 8px;
}
.tutor-wrap .tutor-dashboard-left-menu a:hover,
.tutor-wrap .tutor-dashboard-left-menu a.active {
	color: #C9A84C;
	background: rgba(201, 168, 76, 0.06);
}

/* ── Course price (free label) ── */
.tutor-wrap .tutor-course-price .tutor-fw-bold {
	color: #C9A84C !important;
}

/* ── Course details about text ── */
.tutor-wrap .tutor-course-details-content,
.tutor-wrap .tutor-toggle-more-content {
	background: transparent !important;
	background-color: transparent !important;
	color: #E8E6E3 !important;
	line-height: 1.75;
}

/* ── Responsive tweaks ── */
@media (max-width: 768px) {
	.tutor-wrap .tutor-course-details-widget {
		padding: 1rem;
	}
	.tutor-wrap .tutor-card {
		border-radius: 12px;
	}
}

/* ═══════════════════════════════════════════════════
   TUTOR LMS — Course Page Deep Overrides
   ═══════════════════════════════════════════════════ */

/* ── Sticky nav bar ── */
.tutor-wrap .tutor-is-sticky {
	background: rgba(11, 17, 33, 0.95) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	border-bottom: 1px solid rgba(201, 168, 76, 0.08) !important;
	z-index: 100;
}

/* ── Show More / toggle-more gradient overlay ── */
.tutor-wrap .tutor-toggle-more-collapsed::before,
.tutor-toggle-more-collapsed::before {
	background: linear-gradient(
		180deg,
		rgba(11, 17, 33, 0) 0%,
		rgba(11, 17, 33, 0.95) 85%,
		#0B1121 100%
	) !important;
}

/* ── Tooltip on accordion headers ── */
.tutor-wrap .tooltip-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-left: 0.5rem;
}
.tutor-wrap .tooltip-icon {
	cursor: help;
}
.tutor-wrap .tooltip-icon::before {
	color: #C9A84C;
	opacity: 0.6;
}
.tutor-wrap .tooltip-txt {
	background: rgba(15, 22, 40, 0.95);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(201, 168, 76, 0.15);
	border-radius: 10px;
	color: #E8E6E3;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	padding: 0.5rem 0.75rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	white-space: nowrap;
	max-width: 300px;
	white-space: normal;
}

/* ── Copy button in share modal ── */
.tutor-wrap .tutor-copy-text.tutor-bg-white,
.tutor-wrap button.tutor-bg-white {
	background: rgba(201, 168, 76, 0.12) !important;
	color: #C9A84C !important;
	border: 1px solid rgba(201, 168, 76, 0.2);
	border-radius: 8px;
	transition: all 0.2s ease;
}
.tutor-wrap .tutor-copy-text.tutor-bg-white:hover {
	background: rgba(201, 168, 76, 0.2) !important;
}

/* ── Sidebar card needs position:relative for ::after gold accent ── */
.tutor-single-course-sidebar .tutor-card {
	position: relative;
}

/* ── Sidebar "more" section (instructor, widgets) ── */
.tutor-single-course-sidebar-more {
	padding: 0;
}
.tutor-single-course-sidebar-more > div {
	background-color: transparent !important;
	border-color: rgba(201, 168, 76, 0.08) !important;
}
.tutor-single-course-sidebar-more > div:first-child {
	border-top-color: rgba(201, 168, 76, 0.08) !important;
}
.tutor-single-course-sidebar-more > div:last-child {
	border-bottom-color: rgba(201, 168, 76, 0.08) !important;
}
.tutor-single-course-sidebar-more .tutor-course-details-widget {
	margin-top: 1.5rem;
}

/* ── Sidebar meta icons ── */
.tutor-wrap .tutor-card-footer .tutor-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tutor-wrap .tutor-card-footer .tutor-ul li {
	padding: 0.4rem 0;
}

/* ── Course details header area ── */
.tutor-course-details-header {
	padding-bottom: 1.5rem;
}

/* ── Course details actions (wishlist, share) ── */
.tutor-wrap .tutor-course-wishlist-btn,
.tutor-wrap .tutor-course-share-btn {
	color: #8B93A8 !important;
	font-family: 'DM Sans', sans-serif;
}
.tutor-wrap .tutor-course-wishlist-btn:hover,
.tutor-wrap .tutor-course-share-btn:hover {
	color: #C9A84C !important;
	background: rgba(201, 168, 76, 0.05);
}
.tutor-wrap .tutor-course-wishlist-btn .tutor-icon-bookmark-line {
	color: inherit !important;
	opacity: 1;
}

/* ── Course details top meta row ── */
.tutor-wrap .tutor-course-details-info {
	color: #8B93A8;
}
.tutor-wrap .tutor-course-details-info a {
	color: #C9A84C;
	text-decoration: none;
}
.tutor-wrap .tutor-course-details-info a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ── Lesson title headings (h5) ── */
.tutor-wrap h5.tutor-course-content-list-item-title {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	color: #E8E6E3;
	margin: 0;
}
.tutor-wrap h5.tutor-course-content-list-item-title a {
	color: inherit;
}
.tutor-wrap h5.tutor-course-content-list-item-title a:hover {
	color: #C9A84C;
}

/* ── Eye icon (preview) on lessons ── */
.tutor-wrap .tutor-course-content-list-item-status {
	color: #C9A84C !important;
	opacity: 0.5;
}

/* ── Tab content area ── */
.tutor-wrap .tutor-tab {
	background: transparent;
}

/* ── "What Will You Learn?" 2-column widget ── */
.tutor-wrap .tutor-course-details-widget-col-2 .tutor-course-details-widget-list {
	columns: 2;
	column-gap: 2rem;
}
@media (max-width: 768px) {
	.tutor-wrap .tutor-course-details-widget-col-2 .tutor-course-details-widget-list {
		columns: 1;
	}
}

/* ── "Course Content" title ── */
.tutor-wrap .tutor-course-content-title {
	font-family: 'DM Sans', sans-serif;
}

/* ── Empty state (No Review Yet) ── */
.tutor-wrap .tutor-empty-state img {
	opacity: 0.35;
	filter: grayscale(0.3) brightness(0.8);
	max-width: 200px;
}

/* ── Login modal specifics ── */
.tutor-wrap .tutor-login-modal .tutor-modal-content,
.tutor-login-modal .tutor-modal-content {
	background: #0F1628;
}
.tutor-wrap .tutor-login-modal .tutor-py-48 {
	padding: 2rem 2rem 1rem;
}
.tutor-wrap .tutor-login-modal .tutor-form-check-input.tutor-bg-black-40 {
	background: rgba(255, 255, 255, 0.06) !important;
}

/* ── Rating stars in header ── */
.tutor-course-details-ratings .tutor-ratings-stars {
	display: flex;
	gap: 2px;
}
.tutor-course-details-ratings .tutor-icon-star-line {
	color: rgba(201, 168, 76, 0.3);
}
.tutor-course-details-ratings .tutor-icon-star-bold {
	color: #C9A84C;
}

/* ── Category / "Uncategorized" label in meta ── */
.tutor-wrap .tutor-course-details-info > div:last-child {
	color: #8B93A8;
}

/* ── Tab nav dropdown (More button) ── */
.tutor-wrap .tutor-nav-more-list.tutor-dropdown {
	background: rgba(15, 22, 40, 0.95);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(201, 168, 76, 0.12);
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.tutor-wrap .tutor-nav-more-list .tutor-nav-link {
	color: #8B93A8;
}
.tutor-wrap .tutor-nav-more-list .tutor-nav-link:hover {
	color: #C9A84C;
	background: rgba(201, 168, 76, 0.05);
}

/* ── Course thumbnail placeholder SVG ── */
.tutor-wrap .tutor-course-thumbnail img[src*="placeholder"] {
	background: linear-gradient(135deg, rgba(15, 22, 40, 0.8) 0%, rgba(201, 168, 76, 0.05) 100%);
	opacity: 0.4;
}

/* ── Accordion chevron / toggle icon ── */
.tutor-wrap .tutor-accordion-item-header::after {
	color: #C9A84C !important;
	opacity: 0.5;
}

/* ── Review section responsive ── */
@media (max-width: 768px) {
	.tutor-wrap .tutor-course-details-header {
		padding-bottom: 1rem;
	}
	.tutor-wrap .tutor-course-details-actions {
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.tutor-wrap h5.tutor-course-content-list-item-title {
		font-size: 0.875rem;
	}
}

/* ═══════════════════════════════════════════════════
   TUTOR LMS — Nuclear White Background Purge v2
   Catch-all approach: override --tutor-color-white
   on all descendants + blanket background reset
   ═══════════════════════════════════════════════════ */

/*
 * 1. Force --tutor-color-white to resolve to dark on all
 *    descendants. This catches all 24 var(--tutor-color-white)
 *    usages across tutor.min.css & tutor-front.min.css.
 *
 * 2. Blanket-reset any element under tutor scopes that
 *    still has a hardcoded #fff / near-white background.
 */

/* ── Global variable poison ──
   Scoped to Tutor containers only to avoid breaking
   the site header, footer, and WP blocks.              */
.tutor-wrap,
.tutor-wrap *,
.tutor-modal,
.tutor-modal *,
.tutor-course-single-content-wrapper,
.tutor-course-single-content-wrapper *,
.tutor-course-single-sidebar-wrapper,
.tutor-course-single-sidebar-wrapper *,
.tutor-frontend .tutor-page-wrap,
.tutor-frontend .tutor-page-wrap * {
	--tutor-color-white: #0F1628;
}

/* ── Blanket background reset for hardcoded #fff ──
   This uses attribute-free selectors that match every
   element Tutor renders, killing #fff everywhere.      */

/* Main containers / wrappers */
.tutor-bg-white {
	background-color: rgba(255, 255, 255, 0.04) !important;
}
.tutor-card,
.tutor-card-list-item,
.tutor-card-list-item:nth-child(2n) {
	background-color: rgba(255, 255, 255, 0.03) !important;
}
.tutor-accordion-item {
	background-color: rgba(255, 255, 255, 0.02) !important;
	border-color: rgba(201, 168, 76, 0.08) !important;
}
.tutor-course-content-list-item {
	background-color: transparent !important;
}

/* Modals */
.tutor-modal-content,
.tutor-modal-content-white,
.tutor-modal-header,
.tutor-modal-footer {
	background-color: #0F1628 !important;
}

/* Avatar */
.tutor-avatar {
	background-color: rgba(201, 168, 76, 0.1) !important;
}

/* Tables */
.tutor-table tr td,
.tutor-table tr th,
.course-single-gradebooks tbody td {
	background: transparent !important;
	border-bottom-color: rgba(201, 168, 76, 0.08) !important;
	color: #E8E6E3;
}

/* Alert boxes */
.tutor-alert.tutor-primary,
.tutor-alert.tutor-success,
.tutor-alert.tutor-danger,
.tutor-alert.tutor-warning {
	background: rgba(255, 255, 255, 0.03) !important;
	color: #E8E6E3 !important;
}

/* Offcanvas */
.tutor-offcanvas .tutor-offcanvas-main {
	background: #0F1628 !important;
}

/* Lesson sidebar */
.tutor-course-single-sidebar-title {
	background-color: rgba(15, 22, 40, 0.95) !important;
	border-bottom-color: rgba(201, 168, 76, 0.08) !important;
	color: #F5ECD7 !important;
}
.tutor-course-single-sidebar-wrapper {
	background-color: #0B1121 !important;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header {
	background-color: rgba(255, 255, 255, 0.03) !important;
	border-bottom-color: rgba(201, 168, 76, 0.08) !important;
	color: #F5ECD7 !important;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body {
	background: rgba(0, 0, 0, 0.15) !important;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a {
	background-color: transparent !important;
	color: #E8E6E3;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover {
	background-color: rgba(201, 168, 76, 0.04) !important;
}
.tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper {
	background-color: #0B1121 !important;
}

/* Course details content / toggle-more */
.tutor-course-details-content,
.tutor-wrap .tutor-course-details-content,
.tutor-toggle-more-content,
.tutor-wrap .tutor-toggle-more-content {
	background: transparent !important;
	background-color: transparent !important;
	color: #E8E6E3 !important;
	line-height: 1.75;
}

/* Form selects / dropdowns */
.tutor-form-select-dropdown,
.tutor-dropdown-select-options-container,
.tutor-dropdown-select-selected {
	background: #0F1628 !important;
	border-color: rgba(201, 168, 76, 0.12) !important;
	color: #E8E6E3 !important;
}

/* Nav tabs */
.tutor-nav-tabs-container {
	background-color: transparent !important;
	border-color: rgba(201, 168, 76, 0.1) !important;
}
.tutor-nav-tabs .tutor-nav-link.is-active {
	background-color: transparent !important;
	border-bottom-color: transparent !important;
}

/* Certificate template */
.tutor-certificate-template-inner {
	background: rgba(255, 255, 255, 0.03) !important;
}

/* Tertiary button */
.tutor-btn-tertiary {
	background-color: rgba(255, 255, 255, 0.04) !important;
	border-color: rgba(201, 168, 76, 0.12) !important;
	color: #E8E6E3 !important;
}

/* Progress circle center */
.tutor-progress-circle:before {
	background: #0B1121 !important;
}

/* Large notification */
.tutor-large-notification {
	background: rgba(15, 22, 40, 0.95) !important;
	border-color: rgba(201, 168, 76, 0.12) !important;
}

/* Lesson page topbar btn hover */
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn:hover {
	background-color: rgba(255, 255, 255, 0.08) !important;
	color: #F5ECD7 !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Mobile footer nav */
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation {
	background: #0F1628 !important;
	border-color: rgba(201, 168, 76, 0.08) !important;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3) !important;
}

/* Q&A / Comments */
.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment,
.tutor-qna-single-question .tutor-qna-text,
.tutor-qna-single-question .tutor-qa-reply,
.tutor-qna-single-question .tutor-qna-chat .tutor-qna-text {
	background: rgba(255, 255, 255, 0.03) !important;
	color: #E8E6E3 !important;
}
.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,
.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before,
.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,
.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after {
	background-color: rgba(255, 255, 255, 0.03) !important;
	border-color: rgba(255, 255, 255, 0.03) !important;
}

/* Datepicker */
.tutor-backend .ui-datepicker,
.tutor-screen-frontend-dashboard .ui-datepicker,
.react-datepicker,
.tutor-react-datepicker .react-datepicker,
.tutor-react-datepicker .dropdown-container .dropdown-list,
.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input > input {
	background: #0F1628 !important;
	border-color: rgba(201, 168, 76, 0.12) !important;
	color: #E8E6E3 !important;
}

/* Course filter container */
.tutor-course-filter-container {
	background-color: #0F1628 !important;
}

/* Lesson modal */
.lesson-modal-close-wrap a {
	background: rgba(255, 255, 255, 0.04) !important;
	color: #8B93A8 !important;
}
.tutor-lesson-modal-wrap .modal-footer {
	background: #0F1628 !important;
}

/* Quiz builder + Form inputs */
.tutor-quiz-builder-group textarea,
.tutor-quiz-builder-group input[type=text],
.tutor-quiz-builder-group input[type=email],
.tutor-quiz-builder-group input[type=number],
.tutor-quiz-builder-group input[type=password],
.tutor-option-field textarea,
.tutor-form-group textarea,
.tutor-option-field input[type=text],
.tutor-option-field input[type=number],
.tutor-form-group input[type=text],
.tutor-form-group input[type=number],
.tutor-form-group input[type=password],
.lesson-modal-field-row input[type=text],
.quiz-builder-question {
	background: rgba(255, 255, 255, 0.04) !important;
	border-color: rgba(201, 168, 76, 0.12) !important;
	color: #E8E6E3 !important;
}
.tutor-option-field textarea:focus,
.tutor-form-group textarea:focus,
.tutor-option-field input:not([type=submit]):focus,
.tutor-form-group input:not([type=submit]):focus {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: #C9A84C !important;
}
