.angie-pricing-list-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.angie-pricing-list-item {
	display: flex;
	flex-direction: column;
}

.angie-pricing-list-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 5px;
	width: 100%;
}

.angie-pricing-list-title {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.angie-pricing-list-separator {
	flex-grow: 1;
	border-bottom: 1px dotted #ccc;
	margin: 0 15px;
	opacity: 0.5;
}

.angie-pricing-list-price {
	font-weight: bold;
	white-space: nowrap;
}

.angie-pricing-list-desc {
	margin: 0;
	padding: 0;
}
