.d73-news-tip {
	display: block !important;
	width: min(100%, 300px);
	max-width: 300px;
	margin: 18px auto 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.d73-news-tip__media {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
	background: #080808;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	line-height: 0;
}

.d73-news-tip__hotspot {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	text-decoration: none !important;
	cursor: pointer;
}

.d73-news-tip__hotspot--whatsapp {
	top: 0;
	height: 93%;
}

.d73-news-tip__hotspot--instagram {
	bottom: 0;
	height: 7%;
}

.d73-news-tip__hotspot:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -4px;
}

.d73-news-tip img {
	display: block !important;
	width: 100% !important;
	max-width: 300px !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: contain !important;
	transition: transform .25s ease, filter .25s ease;
}

.d73-news-tip__media:hover img,
.d73-news-tip__media:focus-within img {
	transform: scale(1.012);
	filter: brightness(1.035);
}

@media (max-width: 767px) {
	.d73-news-tip {
		margin-inline: auto !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.d73-news-tip img {
		transition: none;
	}
}
