/* Shared site perf helpers (masters + public pages) */
.hi-devanagari,
a.popup-youtube.video {
	font-family: "Noto Sans Devanagari", Poppins, "Open Sans", sans-serif;
}

/* YouTube thumbs only (not title links that also use .popup-youtube.video) */
.single-news > div > a.popup-youtube.video {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}
.single-news > div > a.popup-youtube.video > img:first-of-type {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.h4, h4 {
	font-size: 1.2rem !important;
}

img[loading="lazy"] {
	content-visibility: auto;
}

/*
  Article grid thumbs (Spiritual Column): keep 200px frame, no stretch.
  Scoped to .col-lg-3 cards so store/slider offer cards are unchanged.
*/
.col-lg-3 > .single-what-we-offer > a:first-child {
	display: block;
	position: relative;
	height: 200px;
	overflow: hidden;
	background: #f0ebe0;
	line-height: 0;
}
.col-lg-3 > .single-what-we-offer > a:first-child > img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto !important;
	height: auto !important;
	max-width: none !important;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	border: 0 !important;
}
