.bwes-services {
	margin: 1.5em 0;
	padding: 1.25em;
	border: 1px solid rgba( 0, 0, 0, 0.1 );
	border-radius: 8px;
	background: rgba( 0, 0, 0, 0.015 );
}

.bwes-services__heading {
	margin: 0 0 0.75em;
	font-size: 1.1em;
}

.bwes-service {
	padding: 0.75em 0;
	border-top: 1px solid rgba( 0, 0, 0, 0.08 );
}

.bwes-service:first-of-type {
	border-top: 0;
}

.bwes-service__title {
	font-weight: 600;
	margin-bottom: 0.15em;
}

.bwes-service__desc {
	font-size: 0.9em;
	opacity: 0.8;
	margin-bottom: 0.4em;
}

.bwes-option {
	display: block;
	margin: 0.3em 0;
	cursor: pointer;
}

.bwes-option .bwes-price {
	font-weight: 600;
	opacity: 0.9;
}

.bwes-hint {
	margin: 0.4em 0 0;
	font-size: 0.85em;
	font-style: italic;
	opacity: 0.75;
}

.bwes-service--disabled {
	opacity: 0.45;
	pointer-events: none;
}

.bwes-service--disabled .bwes-option {
	cursor: not-allowed;
}

.bwes-message {
	margin: 0.5em 0 0;
}

.bwes-message label {
	display: block;
	font-size: 0.9em;
	margin-bottom: 0.2em;
}

.bwes-message-input {
	width: 100%;
	max-width: 100%;
}

.bwes-order-list {
	margin: 0 0 1em;
	padding-left: 1.2em;
}
