.fcwsi-option-wrap {
	border-bottom: 1px solid currentColor;
	border-top: 1px solid currentColor;
	box-sizing: border-box;
	margin: 0 0 16px;
	padding: 14px 20px 14px 24px;
}

.fcwsi-option {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	gap: 10px;
	margin: 0;
}

.fcwsi-option input {
	flex: 0 0 auto;
	margin-top: 4px;
}

.fcwsi-copy {
	display: grid;
	gap: 4px;
	line-height: 1.35;
	width: 100%;
}

.fcwsi-main {
	align-items: baseline;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.fcwsi-price {
	white-space: nowrap;
}

.fcwsi-description,
.fcwsi-status {
	display: block;
	font-size: 0.875em;
	opacity: 0.75;
}

.fcwsi-classic-row th {
	font-weight: inherit;
	padding-top: 16px;
	padding-bottom: 16px;
}

.fcwsi-option--classic {
	padding: 8px 0;
}


.fcwsi-cart-panel {
	border-bottom: 1px solid currentColor;
	border-top: 1px solid currentColor;
	box-sizing: border-box;
	margin: 0 0 16px;
	padding: 14px 20px 14px 24px;
}

.fcwsi-option--cart-panel {
	margin: 0;
}
