/**
 * MBBS university mirror (Elementor HTML “pavia” deep-dive): WP post CSS keeps
 * section wrappers at opacity:0 until a site script adds .is-visible — that
 * script is not in REST content, so we reveal layout here for /v3 mirrors.
 */
#ke-wp-mirror-root .pavia-deep-dive-section .pavia-section-content-wrapper,
#ke-wp-mirror-root .pavia-deep-dive-section .pavia-contained-section {
  opacity: 1 !important;
  transform: none !important;
}
