/* Operational audience metrics stay private while their collection remains active. */
.p-postList__views {
	display: none !important;
}

/* Missing media stays legible without exposing the browser's broken-image icon. */
.mg-publicImageFallback {
	display: grid;
	box-sizing: border-box;
	width: 100%;
	min-height: clamp(10rem, 32vw, 22rem);
	place-content: center;
	gap: 0.65rem;
	padding: clamp(1.25rem, 4vw, 3rem);
	border: 1px solid rgb(22 78 99 / 18%);
	border-radius: 0.65rem;
	background:
		linear-gradient(135deg, rgb(14 116 144 / 8%) 25%, transparent 25%) 0 0 / 2.25rem 2.25rem,
		linear-gradient(315deg, rgb(14 116 144 / 8%) 25%, transparent 25%) 0 0 / 2.25rem 2.25rem,
		linear-gradient(145deg, #f8fafc, #ecfeff);
	color: #164e63;
	text-align: center;
}

.mg-publicImageFallback__brand {
	font-size: clamp(0.72rem, 1.7vw, 0.92rem);
	font-weight: 800;
	letter-spacing: 0.18em;
}

.mg-publicImageFallback__label {
	display: block;
	max-width: 46rem;
	font-size: clamp(0.82rem, 2vw, 1rem);
	font-weight: 600;
	line-height: 1.75;
	overflow-wrap: anywhere;
}
