/* Shrink/size the 'Phoebe's Cookbook' hero title on mobile. History: 54px ->
   26px -> 34px -> now doubled to 68px per explicit request, meant to wrap
   onto 2 lines and sit centered in the hero (see the hero-background-height
   snippet for the padding-top/align-items:center that centers it between
   the search bar and the bottom of the hero image). Also zeroes each
   widget's native negative top margin (e.g. -40px on the non-Home groups),
   which fought the flex centering and made the title sit unevenly. Unscoped
   by page ID so this covers every category/section hub page AND every
   individual recipe page that reuses these same cloned heading widgets. */
@media (max-width: 767px) {
.elementor-element-39e2699,
.elementor-element-1ec046e,
.elementor-element-80bb760,
.elementor-element-f634d24,
.elementor-element-5373a20 {
	margin: 0 !important;
}
.elementor-element-39e2699 .elementor-heading-title,
.elementor-element-1ec046e .elementor-heading-title,
.elementor-element-80bb760 .elementor-heading-title,
.elementor-element-f634d24 .elementor-heading-title,
.elementor-element-5373a20 .elementor-heading-title {
	font-size: 68px !important;
	line-height: 1.15 !important;
}
}
