.responsive_block_addons__dot-description {
	display: none;
}

.responsive_block_addons__dot-icon, .responsive_block_addons__dot-content svg {
	display: block;
	height: 1.25em;
	width: 1.25em;
	position: relative;
	line-height: 1.25;
	text-align: center;
	font-style: normal;
}

.responsive_block_addons___tooltip {
	padding: 10px;
	text-align: center;

	&-title {
		font-size: 16px;
		font-weight: bold;

		&:last-child {
			margin-bottom: 0;
		}

		&:empty {
			display: none;
		}
	}

	&-content {
		font-size: 12px;
		margin-top: .75em;

		&:empty {
			display: none;
		}

		img {
			max-width: 100%;
		}

		iframe {
			max-width: 100%;
		}
	}

}

@keyframes rbeaHotspotAnimation {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.responsive_block_addons__dot::before, .responsive_block_addons___dot::before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: 50%;
    transition: all .3s ease-in;
    animation: rbeaHotspotAnimation 1.5s ease infinite;
}

.rbea-image-hotspot-hotspot-icon-container {
	margin-bottom: 24px;
}