:root {
	--shzdb-accent: #e11d48;
	--shzdb-accent-dark: #be123c;
	--shzdb-hero-start: #171923;
	--shzdb-hero-mid: #24151f;
	--shzdb-hero-end: #4a1625;
	--shzdb-text: #172033;
	--shzdb-muted: #526071;
	--shzdb-line: #e5e7eb;
	--shzdb-bg: #f4f6f8;
	--shzdb-surface: #ffffff;
}

.shzdb-db-surface {
	background: var(--shzdb-bg) !important;
	min-width: 0 !important;
	overflow-x: hidden;
}

.shzdb-db-surface *,
.shzdb-db-surface *::before,
.shzdb-db-surface *::after {
	box-sizing: border-box;
}

.shzdb-db-surface #container,
.shzdb-db-surface .wrap {
	max-width: 100% !important;
	min-width: 0 !important;
	overflow-x: hidden !important;
	width: 100% !important;
}

.shzdb-db-surface #content,
.shzdb-db-surface #inner-content {
	max-width: 1180px !important;
	min-width: 0 !important;
	width: min(100%, 1180px) !important;
}

.shzdb-db-surface #main,
.shzdb-db-surface #main.main {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	width: 100% !important;
}

.shzdb-db-surface .entry-content {
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

.shzdb-db-surface #content {
	padding-top: 28px !important;
}

.shzdb-db-surface article#entry {
	border-radius: 8px !important;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.shzdb-hide-theme-chrome .header,
.shzdb-hide-theme-chrome .article-header.entry-header,
.shzdb-hide-theme-chrome .sidebar,
.shzdb-hide-theme-chrome #sidebar,
.shzdb-hide-theme-chrome #sidebar1,
.shzdb-hide-theme-chrome .l-sidebar,
.shzdb-hide-theme-chrome .article-footer,
.shzdb-hide-theme-chrome footer.footer {
	display: none !important;
}

.shzdb-page {
	color: var(--shzdb-text);
	font-family: inherit;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

.shzdb-page a {
	text-decoration: none;
}

.shzdb-site-nav {
	align-items: center;
	border-bottom: 1px solid var(--shzdb-line);
	display: flex !important;
	gap: 18px;
	justify-content: space-between;
	margin: 0 0 22px;
	padding: 2px 0 16px;
}

.shzdb-site-brand {
	color: #111827 !important;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	text-decoration: none !important;
	white-space: nowrap;
}

.shzdb-site-nav nav,
.shzdb-site-links {
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.shzdb-site-nav nav a,
.shzdb-site-links a {
	background: #f8fafc !important;
	border: 1px solid var(--shzdb-line) !important;
	border-radius: 8px !important;
	color: #334155 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	padding: 10px 12px !important;
	text-decoration: none !important;
}

.shzdb-site-nav nav a:hover,
.shzdb-site-links a:hover {
	background: var(--shzdb-accent) !important;
	border-color: var(--shzdb-accent) !important;
	color: #fff !important;
}

.shzdb-archive-nav-wrap {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	margin: 28px auto 18px;
	max-width: 1080px;
	padding: 18px 32px;
}

.shzdb-archive-nav-wrap .shzdb-site-nav {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.shzdb-page h1,
.shzdb-page h2,
.shzdb-page h3 {
	letter-spacing: 0;
	line-height: 1.35;
	overflow-wrap: anywhere !important;
	white-space: normal !important;
	word-break: break-all !important;
}

.shzdb-page h1 {
	font-size: clamp(30px, 4vw, 48px);
	margin: 0 0 14px;
}

.shzdb-page h2 {
	font-size: clamp(22px, 2.6vw, 30px);
	margin: 44px 0 16px;
}

.shzdb-page h3 {
	font-size: 18px;
	margin: 0 0 8px;
}

.shzdb-page p {
	line-height: 1.9;
	margin: 0 0 14px;
	overflow-wrap: anywhere !important;
	white-space: normal !important;
	word-break: break-all !important;
}

.shzdb-hero {
	background: linear-gradient(135deg, var(--shzdb-hero-start), var(--shzdb-hero-mid) 52%, var(--shzdb-hero-end));
	border-radius: 8px;
	color: #fff;
	margin: 12px 0 28px;
	overflow: hidden;
	padding: 42px 36px;
	width: 100%;
}

.shzdb-hero p {
	color: #ffe8ee;
	max-width: 760px;
}

.shzdb-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
	min-width: 0;
}

.shzdb-btn {
	align-items: center;
	background: var(--shzdb-accent);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
}

.shzdb-btn:hover {
	background: var(--shzdb-accent-dark);
	color: #fff;
}

.shzdb-btn--sub {
	background: #fff;
	color: #272132;
}

.shzdb-btn--sub:hover {
	background: #f8fafc;
	color: #111827;
}

.shzdb-section {
	margin: 30px 0;
}

.shzdb-card-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 18px 0;
}

.shzdb-card-link,
.shzdb-info-box {
	background: var(--shzdb-surface);
	border: 1px solid #e6e8ee;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	display: block;
	padding: 18px;
}

.shzdb-card-link strong {
	color: #111827;
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.shzdb-card-link span {
	color: var(--shzdb-muted);
	display: block;
	font-size: 14px;
	line-height: 1.7;
	overflow-wrap: anywhere !important;
	white-space: normal !important;
	word-break: break-all !important;
}

.shzdb-card-link:hover {
	border-color: var(--shzdb-accent);
	box-shadow: 0 10px 28px rgba(225, 29, 72, 0.12);
}

.shzdb-mini-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 18px 0;
}

.shzdb-mini {
	background: #f8fafc;
	border: 1px solid var(--shzdb-line);
	border-radius: 8px;
	color: var(--shzdb-text);
	font-weight: 800;
	padding: 13px;
	text-align: center;
}

.shzdb-flow {
	counter-reset: step;
	display: grid;
	gap: 12px;
	margin: 18px 0;
}

.shzdb-flow div {
	background: var(--shzdb-surface);
	border: 1px solid var(--shzdb-line);
	border-radius: 8px;
	padding: 16px 18px;
}

.shzdb-flow div::before {
	background: #111827;
	border-radius: 999px;
	color: #fff;
	content: counter(step);
	counter-increment: step;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	margin-right: 8px;
	vertical-align: middle;
	width: 24px;
}

.shzdb-note,
.shzdb-age-note {
	background: #fff8e6;
	border: 1px solid #f0dba4;
	border-radius: 8px;
	color: #55431a;
	font-size: 14px;
	line-height: 1.8;
	margin: 18px 0;
	padding: 13px 16px;
}

.shzdb-page-footer {
	border-top: 1px solid var(--shzdb-line);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 46px;
	padding-top: 20px;
}

.shzdb-page-footer a {
	color: #334155;
	font-weight: 700;
}

.shzdb-contact {
	margin-top: 22px;
}

.shzdb-contact .hidden-fields-container,
.shzdb-contact fieldset.hidden-fields-container,
.shzdb-page .wpcf7 .hidden-fields-container,
.shzdb-page .wpcf7 fieldset.hidden-fields-container {
	display: none !important;
}

.shzdb-contact .wpcf7 form {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.shzdb-contact .wpcf7 p {
	margin: 0;
}

.shzdb-contact .wpcf7 label {
	color: var(--shzdb-text);
	font-weight: 800;
}

.shzdb-contact .wpcf7 input[type="text"],
.shzdb-contact .wpcf7 input[type="email"],
.shzdb-contact .wpcf7 textarea {
	background: #fff;
	border: 1px solid var(--shzdb-line);
	border-radius: 8px;
	box-sizing: border-box;
	margin-top: 6px;
	max-width: 100%;
	padding: 12px 13px;
	width: 100%;
}

.shzdb-contact .wpcf7 input[type="submit"] {
	background: var(--shzdb-accent);
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	padding: 13px 20px;
}

.shzdb-split {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0;
}

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

.shzdb-table th,
.shzdb-table td {
	border: 1px solid var(--shzdb-line);
	padding: 12px;
	text-align: left;
	vertical-align: top;
}

.shzdb-table th {
	background: #f8fafc;
	width: 28%;
}

.shzdb-list {
	display: grid;
	gap: 10px;
	margin: 18px 0;
}

.shzdb-list div {
	background: #f8fafc;
	border: 1px solid var(--shzdb-line);
	border-radius: 8px;
	padding: 13px 15px;
}

.shzdb-legal,
.shzdb-guide {
	display: grid;
	gap: 24px;
}

.shzdb-legal .shzdb-section,
.shzdb-guide .shzdb-section {
	margin: 10px 0;
}

.shzdb-legal h2,
.shzdb-guide h2 {
	border-bottom: 1px solid var(--shzdb-line);
	padding-bottom: 10px;
}

.shzdb-check-list,
.shzdb-link-list,
.shzdb-policy-list {
	display: grid;
	gap: 10px;
	margin: 16px 0;
	padding: 0;
}

.shzdb-check-list li,
.shzdb-link-list li,
.shzdb-policy-list li {
	background: #f8fafc;
	border: 1px solid var(--shzdb-line);
	border-radius: 8px;
	list-style: none;
	padding: 13px 15px;
}

.shzdb-policy-list strong {
	color: #111827;
	display: block;
	margin-bottom: 4px;
}

.shzdb-external-list {
	display: grid;
	gap: 12px;
	margin: 16px 0;
}

.shzdb-external-list div {
	background: var(--shzdb-surface);
	border: 1px solid var(--shzdb-line);
	border-radius: 8px;
	padding: 15px 16px;
}

.shzdb-external-list strong {
	display: block;
	margin-bottom: 6px;
}

.shzdb-notice {
	background: #fff8e6;
	border: 1px solid #f0dba4;
	border-radius: 8px;
	color: #55431a;
	font-size: 0.92rem;
	line-height: 1.7;
	margin: 16px 0;
	padding: 12px 14px;
}

.shzdb-disclosure {
	color: #667085;
	font-size: 0.82rem;
	line-height: 1.6;
	margin: 10px 0 0;
}

.shzdb-work-hero {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
	margin: 24px 0 32px;
}

.shzdb-work-hero__image,
.shzdb-card__image {
	background: #f6f7f9;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	display: block;
	overflow: hidden;
}

.shzdb-work-hero__image img,
.shzdb-card__image img {
	aspect-ratio: 320 / 452;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.shzdb-image-placeholder {
	align-items: center;
	color: #6b7280;
	display: flex;
	font-size: 0.9rem;
	justify-content: center;
	min-height: 220px;
	padding: 16px;
	text-align: center;
}

.shzdb-work-title {
	font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	line-height: 1.35;
	margin: 8px 0 14px;
}

.shzdb-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 10px;
}

.shzdb-badge {
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	border-radius: 999px;
	color: #2f3a8f;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	padding: 7px 10px;
	text-decoration: none;
}

.shzdb-badge--sale {
	background: #fff1f2;
	border-color: #fecdd3;
	color: var(--shzdb-accent-dark);
}

.shzdb-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 12px 0 16px;
}

.shzdb-price__main,
.shzdb-price__sale {
	color: var(--shzdb-accent-dark);
	font-size: 1.5rem;
	font-weight: 800;
}

.shzdb-price__regular {
	color: #6b7280;
	text-decoration: line-through;
}

.shzdb-price__end {
	color: #6b7280;
	font-size: 0.9rem;
}

.shzdb-facts {
	border-collapse: collapse;
	margin: 16px 0;
	width: 100%;
}

.shzdb-facts th,
.shzdb-facts td {
	border-bottom: 1px solid #e5e7eb;
	padding: 10px 8px;
	text-align: left;
	vertical-align: top;
}

.shzdb-facts th {
	color: #4b5563;
	font-weight: 700;
	width: 140px;
}

.shzdb-cta,
.shzdb-mini-cta {
	background: var(--shzdb-accent-dark);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 13px 18px;
	text-decoration: none;
}

.shzdb-cta:hover,
.shzdb-mini-cta:hover {
	background: var(--shzdb-accent);
	color: #fff;
}

.shzdb-work-notes {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 28px 0;
}

.shzdb-work-notes > div {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
}

.shzdb-work-notes h2,
.shzdb-related h2 {
	font-size: 1.15rem;
	line-height: 1.4;
	margin: 0 0 10px;
}

.shzdb-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	margin: 18px 0;
}

.shzdb-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.shzdb-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 14px;
}

.shzdb-card h3 {
	font-size: 1rem;
	line-height: 1.45;
	margin: 0;
}

.shzdb-card h3 a {
	color: #111827;
	text-decoration: none;
}

.shzdb-card p {
	color: #4b5563;
	font-size: 0.92rem;
	line-height: 1.65;
	margin: 0;
}

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

.shzdb-link {
	color: var(--shzdb-accent-dark);
	font-weight: 700;
	text-decoration: none;
}

.shzdb-mini-cta {
	font-size: 0.86rem;
	padding: 9px 12px;
}

.shzdb-empty {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #4b5563;
	padding: 16px;
}

.shzdb-related {
	margin: 32px 0;
}

.shzdb-admin-grid {
	display: grid;
	gap: 14px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shzdb-admin-field {
	margin: 0;
}

.shzdb-admin-field label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.shzdb-admin-field input[type="text"],
.shzdb-admin-field input[type="url"],
.shzdb-admin-field input[type="number"],
.shzdb-admin-field input[type="date"],
.shzdb-admin-field textarea {
	width: 100%;
}

.shzdb-admin-field textarea {
	min-height: 92px;
}

.shzdb-checkbox {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.shzdb-admin-help {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	max-width: 980px;
	padding: 14px 18px;
}

.shzdb-admin-help p {
	margin: 0 0 10px;
}

@media (max-width: 760px) {
	.shzdb-site-nav {
		align-items: flex-start;
		flex-direction: column;
	}

	.shzdb-site-nav nav,
	.shzdb-site-links {
		justify-content: flex-start;
	}

	.shzdb-hero {
		padding: 30px 22px;
	}

	.shzdb-card-grid,
	.shzdb-split {
		grid-template-columns: 1fr;
	}

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

	.shzdb-work-hero,
	.shzdb-work-notes,
	.shzdb-admin-grid {
		grid-template-columns: 1fr;
	}

	.shzdb-work-title {
		font-size: 1.45rem;
	}

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

@media (max-width: 480px) {
	.shzdb-db-surface #container,
	.shzdb-db-surface #content {
		max-width: 100vw !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100vw !important;
	}

	.shzdb-db-surface #inner-content {
		max-width: 100vw !important;
		width: 100vw !important;
	}

	.shzdb-db-surface article#entry {
		border-radius: 0 !important;
	}

	.shzdb-page h1 {
		font-size: 30px;
		overflow-wrap: anywhere;
	}

	.shzdb-hero {
		padding: 28px 22px;
	}

	.shzdb-mini-grid {
		grid-template-columns: 1fr;
	}

	.shzdb-actions {
		display: grid;
	}

	.shzdb-btn {
		width: 100%;
	}

	.shzdb-grid {
		grid-template-columns: 1fr;
	}
}
