
.aboutLink{
	padding: 7px 15px;
	border-radius: 0;
	background: #f6f8fa;
	font-size: 14px;
	margin: 0;
	display: flex;
	gap: 10px;
	align-items: center;
	color: #222;
	border-bottom: solid 1px #d8dee4;
}

.aboutLink:last-of-type {
	border-bottom: none;
}

.aboutLink:hover{
	background: #edeff0;
}
.aboutInfo{
padding: 3px 15px;
border-radius: 4px;
font-size: 14px;
margin: 5px 0;
display: flex;
gap: 10px;
align-items: center;
color: #222;
border: solid 1px #d8dee4;
}
.link_set{
	border-radius: 4px;
	border: solid 1px #d8dee4;
	overflow: hidden;
}
.build_status{
	padding: 7px 15px;
	background: #f6f8fa;
	border-radius: 4px;
	margin-bottom: 20px;
	border: solid 1px #d8dee4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.numeric-prefix{
	display: none;
}

.mw_Quote_Actions input.acf-button.button.button-primary.button-large.et_pb_button {
	width: 100%;
}

.quote-status{
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	/* border: solid 1px #222; */
	margin-bottom: 10px;
}