.ihpb-wrap {
	line-height: 0;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}

.ihpb-wrap img {
	display: block;
	max-width: 100%;
}

.ihpb-button {
	align-items: center;
	background: #e60023;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	line-height: 1;
	opacity: 0;
	padding: 10px 13px;
	position: absolute;
	text-decoration: none;
	transform: translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
	z-index: 5;
}

.ihpb-button:hover,
.ihpb-button:focus {
	background: #ad081b;
	color: #fff;
	opacity: 1;
	text-decoration: none;
	transform: translateY(0);
}

.ihpb-wrap:hover .ihpb-button,
.ihpb-wrap:focus-within .ihpb-button {
	opacity: 1;
	transform: translateY(0);
}

.ihpb-icon {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #e60023;
	display: inline-flex;
	font-family: Georgia, serif;
	font-size: 13px;
	height: 18px;
	justify-content: center;
	line-height: 1;
	width: 18px;
}

.ihpb-position-top-left .ihpb-button {
	left: 12px;
	top: 12px;
}

.ihpb-position-top-right .ihpb-button {
	right: 12px;
	top: 12px;
}

.ihpb-position-bottom-left .ihpb-button {
	bottom: 12px;
	left: 12px;
}

.ihpb-position-bottom-right .ihpb-button {
	bottom: 12px;
	right: 12px;
}

@media (hover: none) {
	.ihpb-button {
		opacity: 1;
		transform: none;
	}
}
