.offer-card{

}

.offer-card i {
    margin-right: 3px;
    width: 20px;
}
.offer-card .premium {
    right: 10px;
    top: 10px;
    z-index: 100;
    color: #f5821f;
}


.offer-card {
	border: none;
	border-top: 4px solid #0089CF;
	transition: all .2s linear;
    height: 100%;

}.offer-card .merchant-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.offer-card h5 {
	color: #0089CF;
}

.offer-card:hover {
	background: radial-gradient(136.08% 136.08% at 50.07% 0%, #0080C8 0%, #5DB6E9 100%);
	box-shadow: 0px 8px 16px rgba(0, 137, 207, 0.3);
	transform: translateY(-4px);
}

.offer-card .card-body {
	background: #E9F7FF;
	color: #666666;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    height: 100%;
}

.offer-card .card-body .badge {
	border-bottom: 1px dashed;
	border-radius: 0;
}

.offer-card .card-body a {
	transition: all .2s linear;
	background: #0089CF;
	color: white;
	border-radius: 4px;
    margin-top: 5px;
}
.offer-card .card-body p {
	font-size: 12px;
}
