.cm-pm-custom-size {
	display: grid;
	gap: 7px;
	margin: 10px 0 4px;
	padding: 16px;
	border: 1px solid #e4d5ca;
	border-radius: 10px;
	background: #fbf7f3;
}

.cm-pm-custom-size[hidden] {
	display: none !important;
}

.cm-pm-custom-size label {
	color: #65351e;
	font-size: 14px;
	font-weight: 700;
}

.cm-pm-custom-size input {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid #d9c8bb;
	border-radius: 7px;
	background: #fff;
}

.cm-pm-custom-size input:focus {
	outline: 0;
	border-color: #8a4d2d;
	box-shadow: 0 0 0 2px rgba(138, 77, 45, .15);
}

.cm-pm-custom-size small {
	color: #74645a;
	font-size: 12px;
}
