/* MH Learning Hub 1.1.1 scoped display hardening */
.mhlh-wrap .screen-reader-text,
.mh-learning-hub .screen-reader-text,
[class*="mhlh"] .screen-reader-text {
  border: 0 !important; clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important; height: 1px !important; margin: -1px !important;
  overflow: hidden !important; padding: 0 !important; position: absolute !important;
  width: 1px !important; word-wrap: normal !important;
}
.mhlh-wrap img[class*="course"], .mhlh-wrap [class*="course"] img,
.mh-learning-hub img[class*="course"], .mh-learning-hub [class*="course"] img,
[class*="mhlh"] .woocommerce-loop-product__link img {
  aspect-ratio: 1 / 1; width: 100%; height: auto; object-fit: cover;
}
.mhlh-wrap .price del, .mhlh-wrap .price ins,
.mh-learning-hub .price del, .mh-learning-hub .price ins { display: inline-flex; align-items: center; gap: .25em; }
.mhlh-wrap .price ins, .mh-learning-hub .price ins { text-decoration: none; font-weight: 800; }
.mhlh-secure-access { margin: 22px 0; padding: 18px; border: 1px solid #d9e2ec; border-radius: 14px; background: #f8fafc; }
.mhlh-secure-access h3 { margin: 0 0 8px; font-size: 18px; }
.mhlh-secure-access p { margin: 0 0 12px; }
