/*
Theme Name: ClearMed - Pharmacy Mentor Child Theme
Theme URI: https://clearmed.co.uk/
Description: Fresh ClearMed child theme for Pharmacy Mentor and WooPW. Ports the standalone HTML design while leaving parent theme and plugin functionality unchanged.
Author: ClearMed
Author URI: https://clearmed.co.uk/
Template: pharmacymentor
Version: 1.1.92
Text Domain: clearmed
Requires at least: 6.0
Requires PHP: 8.0
*/

/* Modular component stylesheets are enqueued via functions.php. */

/* Final mobile header logo size (loads last — beats older cached component CSS) */
@media (max-width: 1024px) {
  header.site-header .header-inner {
    height: 5.25rem !important;
    min-height: 5.25rem !important;
  }

  header.site-header a.brand-logo img.site-brand-img,
  header.site-header .brand-logo img {
    height: 60px !important;
    max-height: 60px !important;
    min-height: 56px !important;
    width: auto !important;
    max-width: min(220px, 56vw) !important;
  }
}

@media (max-width: 480px) {
  header.site-header .header-inner {
    height: 5rem !important;
    min-height: 5rem !important;
  }

  header.site-header a.brand-logo img.site-brand-img,
  header.site-header .brand-logo img {
    height: 56px !important;
    max-height: 56px !important;
    min-height: 52px !important;
    max-width: min(210px, 54vw) !important;
  }
}
