/*
Theme Name: Mary Johnston Hospital Redesign
Theme URI: https://maryjohnstonhospital.org
Author: Mary Johnston Hospital
Author URI: https://maryjohnstonhospital.org
Description: A calm, patient-centered custom theme for Mary Johnston Hospital in Tondo, Manila.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: mjh
*/

@import url('assets/css/main.css');

/* Offset sticky header when logged into WordPress admin bar */
.admin-bar .site-chrome {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-chrome {
    top: 46px;
  }
}

/* Absolute image containment matching Next.js <Image fill /> */
.story-lead__image img,
.story-row__image img,
.hero__photo img,
.care-directory__visual img,
.about__image img,
.leader-message__portrait img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
