/* Fit the 'Phoebe's Cookbook' hero title on one line at tablet-portrait widths
   (e.g. iPad, ~768-900px). Unscoped by page ID so this covers every
   category/section hub page, Home, AND every individual recipe page that
   reuses these same cloned heading widgets (recipe pages all share 5373a20
   regardless of category). */
@media (min-width: 768px) and (max-width: 900px) {
.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: 74px !important;
}
}
