/*
Theme Name: Manor Heights Rochester Child
Theme URI: https://manorheightsrochester.com/
Description: Child theme for Manor Heights Rochester. Holds presentation tweaks and front-end performance changes so the parent Nestin theme is never edited directly.
Author: Manor Heights Rochester
Template: nestin
Version: 1.0.0
Text Domain: mh-child
*/

/* -------------------------------------------------------------------------
   Hero eyebrow / headline spacing fix
   Audit: the slider eyebrow and headline render run-together
   ("INNOVATIONWhere Comfort Meets Style"). The real text fix is done in the
   Bold Page Builder (see plan step B4); this is a CSS safety net that forces
   the super/sub headline parts onto their own lines with breathing room.
   Verify selectors against the live markup if spacing still looks off.
   ------------------------------------------------------------------------- */
.bt_bb_headline_superheadline,
.bt_bb_headline_subheadline {
	display: block;
	margin-bottom: .35em;
}

.bt_bb_headline_subheadline {
	margin-top: .35em;
	margin-bottom: 0;
}

/* -------------------------------------------------------------------------
   Unit comparison table — responsive fallback for very small screens.
   (Main table styling ships with the plugin in assets/mhr.css.)
   ------------------------------------------------------------------------- */
@media (max-width: 600px) {
	.mhr-units-table table {
		font-size: 14px;
	}
}
