.bonus-card {
	position:relative;
	/*width:245px;*/
}
.bonus-card img {
	/*margin-left: 15px;*/
}
.bonus-card-img {
	display:inline-block;
	background:url(../img/card.png);
	width:185px;
	height:117px;
}
.bonus-card .bonus-card-img:not(.bonus-card-small) {
	margin-left:30px;
}
.bonus-card-blur {
	filter: blur(2px);
}
.bonus-card-small {
	width:111px;
	height:70px;
	background-size: 111px 70px;
}
.bonus-card-summary {
	position: absolute;
	left: 0;
    right: auto;
	bottom: 15px;
	background: #4e4e4e;
	border: solid 1px #ccc;
	padding: 10px;
	color: #FFF;
	border-radius: 0.5rem;
	text-align: right;
	box-shadow: 0px 2px 10px 0 rgb(0 0 0 / 30%);
}
.bonus-card-total {
	line-height: 100%;
	font-size:24px;
}
.bonus-card-next small {
	line-height: 100%;
	display:block;
}
.bonus-card-register {
	position: absolute;
	/*right: 10px;
	bottom: 7px;*/
	left: 32px;
	top: 38px;
	margin-left:30px;
}
.bonus-card-person {
	position: absolute;
	top: 15px;
	margin-left: 50px;
	width: calc(100% - 50px);
}