.coupons-component {
	box-sizing: border-box;
	padding: 16px;
}

.coupons__card {
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}

.coupons__card-header {
	background: #f6c90a;
	border-bottom: 1px solid #e7e7e7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
