.wave-card{
	border-radius: 8px;
}

.wave-card .main-title{
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0;
}
.wave-card .cont-container{
	padding: 0rem 2rem 1rem 2rem;
	z-index: 10;
	background: #f8e3d5;
	border-radius: 0 0 8px 8px;
	position: relative;
	
}

.wave-card .cont *{
	margin: 0 0 .33rem 0;
}


.wave-card .media-container .image{
	margin: 0;
}

.wave-card-xl-large .media-container .image{
	height: 600px;
}
.wave-card-large .media-container .image{
	height: 400px;
}


/* Medium sized images in card, must be higher on mobile devices beacuse of object-fit.*/
.wave-card-medium .media-container .image{
	height: 325px;
}


.wave-card .media-container .image img {
	height: inherit;
	width: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
	vertical-align: top;
	object-position: 50% 50%;
}



.container-svg svg{
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
}

.wave-card .media-container{
	position: relative;
	width: 100%;
}
.wave-card .media-container .hh-badge {
	position: absolute;
	left: 0rem;
	top: 0rem;
	background-image: radial-gradient(#5959593b 20%, #972a2a00 80%, #972a2a00 100%, #ea180000 0%);
	padding: 2rem;
}

.hh-badge figure {
	margin: 0;
}

.wave-card .media-container .wave-svg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 65px;
	width: 100%;
	
}



.wave-block .dark-theme *, .wave-block .dark-theme a{
	color: #000000;
	font-weight: 500;
}


.wave-block .light-theme *, .wave-block .light-theme a{
	color: #ffffff;
	font-weight: 500;
}
