/* Ready-made product-category content blocks. Scoped to avoid theme conflicts. */
.wcw-content-box {
	box-sizing: border-box;
	margin: 1.25em 0;
	padding: 1em 1.15em;
	border: 1px solid #d9e4f5;
	border-inline-start: 5px solid #3b82f6;
	border-radius: 12px;
	background: #eff6ff;
	color: #1e3a5f;
	line-height: 1.8;
}

.wcw-content-box--warning {
	border-color: #f5d58a;
	border-inline-start-color: #d97706;
	background: #fffbeb;
	color: #78350f;
}

.wcw-content-box--success {
	border-color: #a7e3c1;
	border-inline-start-color: #169c55;
	background: #ecfdf3;
	color: #14532d;
}

.wcw-content-box > strong {
	display: block;
	margin-bottom: .3em;
	color: inherit;
	font-size: 1.05em;
}

.wcw-content-box > p:last-child {
	margin-bottom: 0;
}

.wcw-content-heading {
	margin: 1.6em 0 .65em;
	padding-inline-start: .7em;
	border-inline-start: 4px solid currentColor;
	color: inherit;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	line-height: 1.5;
}

.wcw-content-table-wrap {
	max-width: 100%;
	margin: 1.25em 0;
	overflow-x: auto;
	border: 1px solid #e3e7ed;
	border-radius: 12px;
	-webkit-overflow-scrolling: touch;
}

.wcw-content-table {
	width: 100%;
	min-width: 420px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
	color: inherit;
}

.wcw-content-table th,
.wcw-content-table td {
	padding: .85em 1em;
	border: 0;
	border-bottom: 1px solid #e3e7ed;
	text-align: start;
	vertical-align: top;
}

.wcw-content-table th {
	background: rgba(127, 127, 127, .08);
	font-weight: 700;
}

.wcw-content-table tbody tr:last-child td {
	border-bottom: 0;
}

.wcw-content-faq {
	margin: 1.25em 0;
	padding: .2em 1em;
	border: 1px solid #e3e7ed;
	border-radius: 12px;
	background: rgba(127, 127, 127, .04);
	color: inherit;
}

.wcw-content-faq summary {
	padding: .85em 0;
	cursor: pointer;
	font-weight: 700;
}

.wcw-content-faq > p {
	margin-top: 0;
	padding-bottom: .8em;
}

@media (max-width: 600px) {
	.wcw-content-box {
		padding: .85em 1em;
		border-radius: 9px;
	}

	.wcw-content-table th,
	.wcw-content-table td {
		padding: .7em .8em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcw-content-faq summary {
		scroll-behavior: auto;
	}
}

/* Responsive multi-section showcase created by the fill-in builder. */
.wcw-showcase-box {
	--wcw-showcase-accent: #c78914;
	--wcw-showcase-border: #e7bd62;
	--wcw-showcase-bg: #fffaf0;
	--wcw-showcase-soft: #fff5d8;
	--wcw-showcase-text: #76530e;
	box-sizing: border-box;
	max-width: 100%;
	margin: 1.5em 0;
	padding: clamp(1.15em, 3vw, 2em);
	border: 1px solid var(--wcw-showcase-border);
	border-radius: 20px;
	background: var(--wcw-showcase-bg);
	color: var(--wcw-showcase-text);
	line-height: 1.9;
}

.wcw-showcase--blue {
	--wcw-showcase-accent: #2f6fc8;
	--wcw-showcase-border: #a9c8ef;
	--wcw-showcase-bg: #f5f9ff;
	--wcw-showcase-soft: #eaf3ff;
	--wcw-showcase-text: #234f88;
}

.wcw-showcase--green {
	--wcw-showcase-accent: #258052;
	--wcw-showcase-border: #9bd1b4;
	--wcw-showcase-bg: #f3fcf7;
	--wcw-showcase-soft: #e7f8ee;
	--wcw-showcase-text: #235f40;
}

.wcw-showcase-title {
	margin: 0 0 .45em;
	color: var(--wcw-showcase-text);
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.55;
}

.wcw-showcase-intro {
	margin: 0 0 1.35em;
	color: inherit;
	opacity: .82;
}

.wcw-showcase-panel {
	padding: clamp(1em, 2.5vw, 1.6em);
	border: 1px solid var(--wcw-showcase-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, .78);
	text-align: start;
}

.wcw-showcase-panel h3 {
	margin: 0 0 .4em;
	color: var(--wcw-showcase-text);
	font-size: clamp(1.15rem, 2.4vw, 1.55rem);
	line-height: 1.6;
}

.wcw-showcase-panel > p {
	margin: 0 0 1.25em;
	color: inherit;
	opacity: .82;
}

.wcw-showcase-grid {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.wcw-showcase-card {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 180px;
	max-width: 240px;
	min-height: 58px;
	padding: .75em 1em;
	border: 1px solid var(--wcw-showcase-border);
	border-radius: 12px;
	background: var(--wcw-showcase-soft);
	box-shadow: 0 3px 10px rgba(50, 42, 25, .04);
	color: var(--wcw-showcase-text);
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
	text-decoration: none;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

a.wcw-showcase-card:hover,
a.wcw-showcase-card:focus {
	border-color: var(--wcw-showcase-accent);
	box-shadow: 0 7px 18px rgba(50, 42, 25, .1);
	color: var(--wcw-showcase-text);
	text-decoration: none;
	transform: translateY(-2px);
	outline: 0;
}

.wcw-showcase-note {
	margin-top: 1em;
	padding: 1em 1.1em;
	border: 1px solid var(--wcw-showcase-border);
	border-inline-start: 5px solid var(--wcw-showcase-accent);
	border-radius: 13px;
	background: var(--wcw-showcase-soft);
	color: var(--wcw-showcase-text);
}

.wcw-showcase-note strong {
	display: block;
	margin-bottom: .25em;
}

.wcw-showcase-note p {
	margin: 0;
}

@media (max-width: 600px) {
	.wcw-showcase-box {
		padding: 1em;
		border-radius: 14px;
	}

	.wcw-showcase-panel {
		padding: .9em;
		border-radius: 12px;
	}

	.wcw-showcase-grid {
		gap: 9px;
	}

	.wcw-showcase-card {
		flex-basis: 100%;
		max-width: none;
		min-height: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcw-showcase-card {
		transition: none;
	}
}
