//colors
$color_ship_gray_15_approx: rgba(63, 63, 68, .15);
$color_gallery_approx: #ebeef0;
$color_mercury_approx: #dfe3e8;
$color_shuttle_gray_approx: #576675;

.summary-body {
	text-decoration: none;
}
.summary-2-button {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	float: right;
	justify-content: flex-end;
	align-self: center;
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 5px;
}
.summary-div-block-8 {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	//Instead of the line below you could use @include box-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
	box-shadow: 0 0 6px 0 $color_ship_gray_15_approx;
}
.summary-div-block-9 {
	display: flex;
	height: auto;
	margin-top: 15px;
	flex-direction: row;
	justify-content: center;
	justify-items: center;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}
.summary-text-block-5 {
	font-size: 18px;
	line-height: 60px;
	font-weight: 600;
}
.summary-div-block-10 {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px solid $color_gallery_approx;
}
.summary-text-block-6 {
	display: inline-block;
	padding: 3px 8px;
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 12px;
	background-color: $color_mercury_approx;
	color: $color_shuttle_gray_approx;
	line-height: 15px;
}
.summary-div-block-11 {
	display: flex;
	margin-top: 10px;
	justify-content: flex-start;
}
.summary-text-block-7 {
	flex: 0 auto;
}
.summary-bold-text-2 {
	margin-left: 15px;
}
.summary-form-block {
	display: flex;
	height: 100%;
	margin-bottom: 0;
	flex-direction: column;
	justify-content: center;
	align-self: center;
}
.summary-text-field {
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.summary-text-block-8 {
	font-weight: 700;
}
.summary-text-block-9 {
	font-weight: 700;
}
.summary-text-block-10 {
	font-weight: 700;
}