.wacs-shape-help {
	margin: -.55rem 0 1.1rem;
}

.wacs-addons {
	padding: .9rem;
	border: 1px solid #dedbd6;
	background: #fff;
}

.wacs-addons > label:first-child {
	margin-bottom: .55rem;
}

.wacs-choice {
	display: flex !important;
	align-items: flex-start;
	gap: .55rem;
	font-weight: 500 !important;
}

.wacs-choice input {
	flex: 0 0 auto;
	margin-top: .22rem;
}

.wacs-custom-quote {
	margin: .2rem 0 1.2rem;
	padding: 1rem;
	border: 1px solid #d7c7ad;
	background: #fff8ea;
}

.wacs-custom-quote p {
	margin: .35rem 0 .75rem;
	color: #5c554f;
}

.wacs-custom-quote .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wacs-quote-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 1rem;
}

.wacs-quote-grid small {
	display: block;
	margin-top: .3rem;
	color: #68615a;
}

.wacs-quote-consent {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	margin: .25rem 0 1rem;
	font-size: .88rem;
	line-height: 1.45;
}

.wacs-quote-consent input { flex: 0 0 auto; margin-top: .25rem; }

.wacs-quote-success {
	margin: 0 0 1.2rem;
	padding: 1rem;
	border-left: 4px solid #2f7d46;
	background: #edf8f0;
	color: #183d24;
}

.wacs-quote-success p { margin: .3rem 0 0; }

@media (max-width: 767px) {
	.wacs-quote-grid { grid-template-columns: 1fr; }
}

.wacs-text-options { margin-bottom: 0; }

.wacs-text-preview {
	margin: .25rem 0 .55rem;
	padding: 1rem;
	border: 1px solid #dedbd6;
	border-radius: 4px;
	background: linear-gradient(135deg, #25221f, #080808);
	text-align: center;
	overflow: hidden;
}

.wacs-text-preview.is-print-preview {
	background: linear-gradient(135deg, #ffffff, #eee9e2);
}

.wacs-text-preview.is-print-preview > span,
.wacs-text-preview.is-print-preview small {
	color: #4b4641;
}

.wacs-text-preview > span,
.wacs-text-preview small {
	display: block;
	color: #d8d2ca;
	font: 600 .75rem/1.4 Montserrat, Arial, sans-serif;
	letter-spacing: .04em;
}

#wacs-text-preview-sample {
	margin: .65rem auto .45rem;
	max-width: 100%;
	font-size: clamp(2rem, 8vw, 4rem);
	font-weight: 600;
	line-height: 1.25;
	overflow-wrap: anywhere;
	transition: color .2s ease, text-shadow .2s ease;
}

#wacs-text-preview-stage {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 6.75rem;
	margin: .25rem auto;
	padding: .75rem 1rem;
}

#wacs-text-preview-stage #wacs-text-preview-sample {
	position: relative;
	z-index: 2;
	margin: 0;
}

#wacs-text-accent-preview {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

#wacs-text-accent-preview.is-rounded-frame {
	inset: .3rem 6%;
	border: .35rem solid currentColor;
	border-radius: 1.4rem;
	box-shadow: 0 0 4px currentColor, 0 0 10px currentColor, 0 0 20px currentColor;
}

#wacs-text-accent-preview.is-wave {
	left: 7%;
	right: 7%;
	bottom: -.05rem;
	height: 2.5rem;
	filter: drop-shadow(0 0 3px currentColor) drop-shadow(0 0 7px currentColor);
}

#wacs-text-accent-preview.is-double-wave {
	height: 3.7rem;
	bottom: -.45rem;
}

#wacs-text-accent-preview.is-wave svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

#wacs-text-accent-preview.is-wave path {
	fill: none;
	stroke: currentColor;
	stroke-width: 12;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

#wacs-text-preview-stage.has-led-accent {
	padding-bottom: 2.4rem;
}

#wacs-text-accent-preview.is-full-lettering + #wacs-text-preview-sample {
	color: #fff4cf !important;
	-webkit-text-stroke: 1px currentColor;
	text-shadow: 0 0 3px currentColor, 0 0 8px currentColor, 0 0 18px currentColor;
}

#wacs-text-preview-sample.is-led {
	-webkit-text-stroke: 1px currentColor;
	text-shadow: 0 0 3px currentColor, 0 0 8px currentColor, 0 0 18px currentColor;
}

#wacs-text-preview-sample.is-led {
	font-kerning: none;
}

#wacs-text-preview-sample.is-light-print {
	-webkit-text-stroke: 1px #383838;
	text-shadow: none;
}

.wacs-mirror-text-note { margin-top: -.45rem; }
