
.design-pre-order-template-wrapper [data-editable="pre-order-button"] {
	background-color: #424242;
	padding-left: 60px;
	padding-top: 10px;
	border-radius: 20px;
	border-color: rgb(255, 255, 255);
	border-width: 0px;
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none solid rgb(255, 255, 255);
	padding-bottom: 10px;
	padding-right: 60px;
}
.design-pre-order-template-wrapper [data-editable="pre-order-message"] {
	background-color: #F4F4F4;
	border-radius: 20px;
	border-color: #D7D7D7;
	border-width: 0px;
	color: #232323;
	font-size: 14px;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.design-pre-order-template-wrapper [data-editable="pre-order-button-hover"] {
	background-color: rgb(66, 66, 66);
	border-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none solid rgb(255, 255, 255);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 20px;
	border-width: 0px;
}