.nm-product-options,
.brw-variable-rental {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0 0 4px;
}

.nm-product-options__head {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 0 12px;
}

.nm-product-options__title {
	color: #0c142e;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.nm-product-options__hint {
	color: #696969;
	font-size: 12px;
	line-height: 1.4;
}

.nm-product-options__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.nm-product-options__grid.is-multi {
	grid-template-columns: 1fr;
}

.nm-product-options__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
}

.nm-product-options__label {
	margin: 0;
	color: #0c142e;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.nm-product-options__control {
	position: relative;
}

.nm-product-options__control::after {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #0c142e;
	border-bottom: 1.5px solid #0c142e;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
	content: "";
}

.nm-product-options__control select,
.brw-variable-rental__select {
	width: 100%;
	height: 48px;
	padding: 0 36px 0 14px;
	border: 1px solid #d0d7de !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #0c142e !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	appearance: none;
	-webkit-appearance: none;
}

.nm-product-options__control select:focus,
.brw-variable-rental__select:focus {
	border-color: #0083db;
	outline: none;
}

.nm-product-options__control select option {
	white-space: normal;
}
