.inner-modal
{
	display: flex;
}

.default-modal .modal-body
{
	display: flex;
	flex-direction: column;
}

a.modal-link
{
	color: black;
	background-color: white;
	padding: 0.8125rem 1.5rem;
	display: inline-block;
	margin: 0 auto;
}

a.modal-link::after
{
	content: "\e905";
	font-family: icomoon !important;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	float: right;
	height: 1.125rem;
	line-height: 1.125rem;
	font-size: 2.5rem;
	margin-left: 1.5rem;
}

.bg--gradient-blue-horizontal a.modal-link
{
	color: #32aaff;
}

.bg--gradient-pink-horizontal a.modal-link
{
	color: #D645CC;
}

.bg--gradient-green-horizontal a.modal-link
{
	color: #57DE52;
}

.bg--gradient-red-horizontal a.modal-link
{
	color: #FA6157;
}

.modal-row
{
	display: flex;
	flex-direction: row;
}

.modal-body-content
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal-body-content h4
{
	display: flex;
	flex-direction: row;
}

.modal-body-content h4 img
{
	display: block;
	height: 45px;
	object-fit: contain;
	margin-right: 15px;
}

.modal-row .left-picture img,
.modal-row .right-picture img
{
	display: block;
	object-fit: contain;
	max-width: none;
}

.modal-row .left-picture
{
	padding-right: 15px;
}

.modal-row .right-picture
{
	padding-left: 15px;
}

.modal-row .spacer
{
	display: block;
	width: 15px;
	height: 15px;
}
