.wcsc-choice {
	border: 0;
	margin: 1rem 0 1.25rem;
	min-width: 0;
	padding: 0;
}

.wcsc-choice .wcsc-choice__legend {
	display: block !important;
	font-family: 'gothambook', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin-bottom: 9px;
	padding: 0;
	text-transform: uppercase;
}

.wcsc-choice__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.wcsc-choice__option {
	min-width: 0;
	position: relative;
}

.wcsc-choice__input {
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.wcsc-choice__label {
	align-items: center;
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 0;
	box-sizing: border-box;
	color: #111;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	min-height: 72px;
	min-width: 0;
	padding: 10px 9px;
	text-align: center;
	transition: border-color 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
	width: 100%;
}

.wcsc-choice__name {
	font-family: 'gothambook', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.wcsc-choice__help {
	color: #555;
	font-family: 'gothambook', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	margin-top: 3px;
}

.wcsc-choice__option:hover .wcsc-choice__label {
	border-color: #111;
}

.wcsc-choice__input:checked + .wcsc-choice__label {
	background: #f7f6f4;
	border-color: #111;
	box-shadow: inset 0 0 0 1px #111;
}

.wcsc-choice__input:focus-visible + .wcsc-choice__label {
	outline: 2px solid #111;
	outline-offset: 2px;
}
