.bonus-tooltip__wrapper {
	padding: 16px;
	display: flex;
	flex-direction: column;
	width: 275px;
}
.base-tooltip .bonus-tooltip__wrapper__close-icon {
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 1rem;
	right: 1rem;
}
@media (min-width: 768px) {
	.base-tooltip .bonus-tooltip__wrapper__close-icon {
		display: none;
	}
}
.base-tooltip .bonus-tooltip__wrapper__close-icon svg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: unset;
}
.bonus-tooltip__list {
	margin: 0;
	padding: 0 1.5625rem 0 0;
	list-style: none;
}
@media (min-width: 768px) {
	.bonus-tooltip__list {
		padding: 0;
	}
}
.bonus-tooltip__list-item {
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	color: #002822;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 600;
}
.bonus-tooltip__list-item span {
	font-weight: normal;
}
.bonus-tooltip__list-item span[class*='--bold'] {
	font-weight: 600;
}
.bonus-tooltip__list-item__label {
	font-weight: normal;
}
.bonus-tooltip__wrapper .bonus-tooltip__link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	color: #489900;
	justify-self: flex-end;
	text-align: right;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	align-self: flex-end;
}
.bonus-tooltip__wrapper .bonus-tooltip__link:hover,
.bonus-tooltip__wrapper .bonus-tooltip__link:focus,
.bonus-tooltip__wrapper .bonus-tooltip__link:active {
	color: #1549b1;
}
.bonus-tooltip__wrapper .bonus-tooltip__link:hover .bonus-tooltip__link__icon,
.bonus-tooltip__wrapper .bonus-tooltip__link:focus .bonus-tooltip__link__icon,
.bonus-tooltip__wrapper .bonus-tooltip__link:active .bonus-tooltip__link__icon {
	fill: #1549b1;
}
.bonus-tooltip__wrapper .bonus-tooltip__link__icon {
	width: 19.91px;
	height: 14.41px;
	margin-left: 8px;
	fill: #489900;
}
