.ddp-projectstage__price{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:28px;
	padding:6px 11px;
	border:1px solid rgba(255,209,102,.42);
	border-radius:999px;
	background:#ffd166;
	color:#16233d;
	box-shadow:0 8px 22px rgba(255,209,102,.14);
	font-size:12px;
	font-weight:900;
	line-height:1;
	letter-spacing:.01em;
	text-transform:none;
	white-space:nowrap;
}

.ddp-projectstage__price[hidden]{
	display:none!important;
}

@media(max-width:650px){
	.ddp-projectstage__price{
		min-height:26px;
		padding:6px 9px;
		font-size:8px;
	}
}
