/* Shared readable body copy for restaurant introductions across all themes. */
.restaurant-intro-body {
    font-size: 20px !important;
    line-height: 1.7 !important;
    overflow-wrap: anywhere;
}
/* Rich-text content can carry its own small font size from the editor. */
.restaurant-intro-body :where(p, span, div, li, a, strong, b, em, i, font) {
    font-size: inherit !important;
    line-height: inherit !important;
}
.restaurant-intro-body p {
    margin: 0 0 1em;
}
.restaurant-intro-body > :last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .restaurant-intro-body {
        font-size: 18px !important;
    }
}
