.awwly-native-select {
	display: none;
}

.awwly-format-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 18px 0 0;
}

.awwly-format-option {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 68px;
	padding: 12px 16px;
	border: 1px solid #d8d2cd;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.awwly-format-option:hover {
	border-color: #8d8178;
	box-shadow: 0 4px 14px rgba( 35, 27, 22, 0.07 );
}

.awwly-format-option.is-selected {
	border-color: #8d2851;
	border-width: 2px;
	padding: 11px 15px;
	background: #fff7fa;
	box-shadow: 0 0 0 3px rgba( 141, 40, 81, 0.09 );
}

.awwly-format-option-input {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #8d2851;
}

.awwly-format-option-copy {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.awwly-format-option-label {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #241d19;
}

.awwly-format-option-detail {
	font-size: 12px;
	line-height: 1.35;
	color: #766b64;
}

.awwly-format-option-price {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	color: #241d19;
}

.awwly-format-option-price .price {
	font: inherit;
	color: inherit;
}
