/* Long unbroken words (e.g. "@mmmosaics_mehtap") wrap instead of overflowing on phones. */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content p { overflow-wrap: break-word; }

/* The home page's 36px "Follow Us @mmmosaics_mehtap" heading is too wide for a phone in Lora. */
@media (max-width: 600px) {
  .entry-content h2.wp-block-heading[style*="font-size:36px"] { font-size: 28px !important; }
}
