/*
 * Pages that came across from the previous site (virtual smile preview, dental
 * vacations, the older TMJ pages and the rest) are ordinary HTML, not blocks, so the
 * theme wraps them in `.section > .container > .prose` at render time
 * (pws_wrap_legacy_page() in inc/content-fixes.php). `.prose` dresses the headings,
 * paragraphs and lists; this file covers what those pages have and the prose block
 * does not: an h1 in the body, bare images, star-rating images, quotes with a cite,
 * and the builder's button links.
 */
.prose--legacy h1{font-size:clamp(2rem,4vw,2.75rem);line-height:1.15;margin:0 0 1.25rem;text-wrap:balance}
.prose--legacy img{display:block;max-width:min(100%,36rem);height:auto;margin:1.5rem 0;border-radius:var(--radius-lg)}
.prose--legacy img[alt="rating"]{width:7rem;margin:.5rem 0 .25rem;border-radius:0}
.prose--legacy cite{display:block;font-style:italic;margin:0 0 1.75rem}
.prose--legacy p:empty{display:none}
.prose--legacy a[role="button"]{display:inline-block;margin:.5rem 0 1rem;padding:.85rem 1.5rem;background:rgb(var(--color-primary));color:#fff;border-radius:999px;text-decoration:none;font-weight:500}
.prose--legacy iframe{max-width:100%}
