@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&family=Nunito:wght@900&display=swap');

:root {
  --paper: #fffdf8;
  --ink: #292523;
  --muted: #706a63;
  --red: #9d2438;
  --red-dark: #7d1b2b;
  --line: #dcd6ce;
  --soft: #f5f1eb;
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
a { color: inherit; text-underline-offset: 4px; }
button { cursor: pointer; }
button:disabled { cursor: default; }
a, button, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #276183; outline-offset: 5px; }
h1, h2, h3, p, figure, dl { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; text-wrap: pretty; overflow-wrap: break-word; }
p { margin-bottom: 1em; }
img { display: block; width: 100%; height: auto; }
.shell { width: 100%; max-width: 1248px; margin-inline: auto; padding-inline: 64px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip { position: fixed; top: -80px; left: 20px; padding: 10px 18px; background: var(--paper); z-index: 40; }
.skip:focus { top: 12px; }
.small, .muted { font-size: .875rem; color: var(--muted); }

/* The rounded wordmark anchors a quiet publication-style masthead. */
.masthead { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; padding: 25px 0 0; border-bottom: 1px solid var(--ink); }
.logo { display: inline-flex; align-items: center; gap: 10px; font: 900 3.45rem/1.15 'Nunito', var(--sans); letter-spacing: -.055em; color: var(--red); white-space: nowrap; text-decoration: none; }
.logo .brand-word { font: inherit; letter-spacing: inherit; }
.logo img { width: 46px; height: 46px; object-fit: contain; }
.logo--editorial, .logo--seal { font-family: var(--serif); font-weight: 500; letter-spacing: -.03em; }
.masthead nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 35px; padding: 15px 0 18px; font-size: .875rem; }
.masthead nav a { text-decoration: none; }
.masthead nav a:hover { color: var(--red); text-decoration: underline; }
.masthead:not(:has(nav)) { padding-bottom: 24px; }
footer.shell { max-width: 1120px; padding: 30px 0 36px; border-top: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
footer .logo { font-size: 2rem; }
footer>span { font-size: .8125rem; color: var(--muted); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 46px; padding: 11px 20px; border: 1px solid var(--red); border-radius: 2px; background: var(--red); color: white; font-size: .875rem; font-weight: 500; text-decoration: none; transition: background .15s; }
.button:hover { background: var(--red-dark); }
.button.outline { background: transparent; color: var(--red); }
.button.outline:hover { background: var(--soft); }
.quiet-button { appearance: none; border: 0; border-radius: 0; padding: 8px 0; background: none; color: var(--ink); font-size: .875rem; line-height: 1.5; text-decoration: underline; text-decoration-color: #b7aca1; text-underline-offset: 5px; }
.quiet-button:hover { color: var(--red); text-decoration-color: var(--red); }
.quiet-button[aria-pressed=true] { color: var(--red); }
.text-button { padding: 0; background: none; border: 0; color: var(--ink); font-size: .8125rem; text-decoration: underline; text-underline-offset: 3px; }
.text-button:disabled { color: var(--muted); opacity: .6; text-decoration: none; }

/* Recipe opening: the recipe name, the food, and the useful actions. */
.recipe-hero { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: 68px; padding-top: 53px; padding-bottom: 52px; }
.recipe-category { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--red); font-size: .8125rem; margin: 0 0 21px; }
.recipe-category a { text-decoration: none; }
.recipe-category a:hover { text-decoration: underline; }
.recipe-category>span { color: #bdb1a6; }
.recipe-hero h1 { font-size: clamp(2.6rem, 4.35vw, 3.75rem); line-height: 1.035; letter-spacing: -.035em; margin-bottom: 23px; max-width: 490px; }
.dek { font-size: 1.0625rem; line-height: 1.7; max-width: 415px; color: #57514b; margin-bottom: 21px; }
.recipe-byline { font-size: .8125rem; color: var(--muted); margin: 0; }
.recipe-byline strong { font-weight: 500; color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 25px; }
.hero-photo { min-width: 0; }
.hero-photo img { aspect-ratio: 4/3; object-fit: cover; border-radius: 0; }
.hero-photo figcaption { color: var(--muted); font-size: .8125rem; line-height: 1.5; padding-top: 12px; }
.recipe-overview { padding-top: 4px; }
.recipe-overview-top { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding-top: 31px; border-top: 1px solid var(--ink); }
.recipe-overview h2 { font-size: 2rem; }
.recipe-tools { display: flex; flex-wrap: wrap; align-items: baseline; gap: 24px; font-size: .875rem; }
.rating-link { color: var(--ink); text-decoration-color: #b7aca1; }
.recipe-tools a:hover { color: var(--red); }
.recipe-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 25px 0 29px; border-bottom: 1px solid var(--line); gap: 24px; }
.recipe-facts dt { color: var(--muted); font-size: .8125rem; margin-bottom: 5px; }
.recipe-facts dd { margin: 0; font-size: .9375rem; line-height: 1.6; }
.print-title { display: none; }
.recipe-content { display: grid; grid-template-columns: minmax(0, 310px) minmax(0, 1fr); gap: 70px; padding-top: 38px; padding-bottom: 65px; align-items: start; }

/* A compact checklist, without a decorative card around it. */
.ingredient-panel { min-width: 0; }
.ingredient-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.ingredient-top h2, .method>h2 { font-size: 1.8rem; }
.batch { margin: 0; }
.batch select { border: 1px solid var(--line); border-radius: 2px; background: transparent; padding: 8px 9px; min-height: 40px; font-size: .8125rem; color: var(--ink); }
.ingredient-hint { font-size: .8125rem; color: var(--muted); margin: 11px 0 18px; }
.checklist-status { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .8125rem; color: var(--muted); }
.ingredient-progress-bar { appearance: none; display: block; width: 100%; height: 2px; border: 0; margin-top: 10px; background: #e8e2da; }
.ingredient-progress-bar::-webkit-progress-bar { background: #e8e2da; }
.ingredient-progress-bar::-webkit-progress-value { background: var(--red); }
.ingredient-progress-bar::-moz-progress-bar { background: var(--red); }
.ingredient-heading { font-family: var(--sans); font-size: .875rem; line-height: 1.5; font-weight: 600; letter-spacing: 0; margin: 25px 0 7px; }
.ingredients { margin: 0; padding: 0; list-style: none; }
.ingredients li { border-bottom: 1px solid #e8e3dc; }
.ingredients label { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; font-size: 1rem; line-height: 1.55; cursor: pointer; }
.ingredients input { appearance: none; width: 18px; height: 18px; border: 1px solid #9a9086; border-radius: 2px; margin: 3px 0 0; flex-shrink: 0; background: transparent; display: grid; place-content: center; cursor: pointer; }
.ingredients input:checked { background: var(--red); border-color: var(--red); }
.ingredients input:checked:after { content: ''; width: 8px; height: 4px; border: solid white; border-width: 0 0 2px 2px; transform: rotate(-45deg) translateY(-1px); }
.ingredients input:checked+span { color: var(--muted); text-decoration: line-through; text-decoration-thickness: 1px; }
.ingredients b { font-weight: 500; }
.ingredient-detail { display: block; color: var(--muted); font-size: .8125rem; line-height: 1.55; margin-top: 4px; }
.ingredient-or { color: var(--muted); }
.batch-note { font-size: .8125rem; color: var(--muted); line-height: 1.65; margin: 19px 0 12px; }
.checklist-save-note { font-size: .8125rem; color: var(--muted); margin-bottom: 20px; }
.equipment { border-block: 1px solid var(--line); padding: 14px 0; font-size: .875rem; }
.equipment summary { font-weight: 500; cursor: pointer; }
.equipment p { color: var(--muted); margin: 12px 0 0; line-height: 1.7; }
.allergen { font-size: .8125rem; color: var(--muted); line-height: 1.65; margin-top: 17px; }

/* Method steps share one reading edge and a consistent photo rhythm. */
.method { min-width: 0; }
.method>h2 { margin: 5px 0 28px; }
.step { margin-bottom: 37px; padding-bottom: 34px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.step-heading { margin-bottom: 13px; }
.step-number { display: block; color: var(--red); font-family: var(--sans); font-weight: 500; font-size: .875rem; margin-bottom: 8px; }
.step h3 { font-size: 1.7rem; line-height: 1.18; letter-spacing: -.02em; }
.step>p { max-width: 66ch; font-size: 1rem; line-height: 1.8; margin-bottom: 16px; }
.step .step-tip { color: var(--muted); font-size: .9375rem; line-height: 1.7; margin-bottom: 19px; padding-left: 16px; border-left: 1px solid #c4b4a6; }
.step-images { margin-top: 22px; }
.step-images--pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.step-photo img { aspect-ratio: 4/3; object-fit: contain; }
.step-photo figcaption { font-size: .8125rem; line-height: 1.6; color: var(--muted); margin-top: 10px; }
.recipe-notes h2 { font-size: 1.8rem; margin-bottom: 10px; }
.recipe-faq { border-bottom: 1px solid var(--line); padding: 17px 0; }
.recipe-faq summary { cursor: pointer; font-size: .9375rem; line-height: 1.55; font-weight: 500; }
.recipe-faq p { margin: 12px 0 0; color: var(--muted); font-size: .9375rem; line-height: 1.7; }
.recipe-jump-nav { display: none; }

/* Personal notes remain clearly local until shared reader features exist. */
.engagement { padding-top: 0; padding-bottom: 65px; }
.engagement-inner { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 70px; border-top: 1px solid var(--ink); padding-top: 38px; }
.engagement h2 { font-size: 2rem; margin-bottom: 15px; }
.engagement-intro>p { font-size: .9375rem; max-width: 285px; color: var(--muted); }
.engagement-intro .editor-note { margin-top: 19px; font-size: .8125rem; }
.rating { border: 0; margin: 0 0 22px; padding: 0; }
.rating legend { font-size: .875rem; font-weight: 500; }
.rating .muted { font-size: .8125rem; font-weight: 400; }
.stars { display: flex; gap: 7px; width: max-content; }
.stars label { position: relative; color: #b8b0a7; font-size: 31px; cursor: pointer; line-height: 1.6; }
.stars label.filled { color: var(--red); }
.stars input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.stars label:has(input:focus-visible) { outline: 2px solid #276183; outline-offset: 3px; }
.rating p { font-size: .8125rem; color: var(--muted); margin: 0; }
.field { display: block; font-size: .875rem; font-weight: 500; margin-bottom: 20px; }
.field input, .field textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #bfb6ab; background: transparent; padding: 11px 13px; border-radius: 2px; font-size: 1rem; font-weight: 400; color: var(--ink); }
.field textarea { resize: vertical; min-height: 130px; }
.field input::placeholder, .field textarea::placeholder { color: #81786f; }
#note-form .field:has(input) { max-width: 350px; }
.notes-list { margin-top: 25px; }
.reader-note { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 20px; overflow-wrap: anywhere; }
.reader-note p:not(.tiny) { white-space: pre-wrap; }
.reader-note .tiny { font-size: .8125rem; color: var(--muted); margin: 6px 0 10px; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; max-width: calc(100% - 36px); width: max-content; padding: 12px 18px; border-radius: 3px; background: var(--ink); color: white; font-size: .875rem; z-index: 30; transition: opacity .2s, transform .2s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

/* The index uses an editorial recipe row, with filters as quiet utilities. */
.library-heading { padding-top: 52px; padding-bottom: 34px; }
.library-heading h1 { font-size: 3.5rem; margin-bottom: 12px; }
.library-heading p { color: var(--muted); font-size: 1.0625rem; margin: 0; }
.recipe-index { padding-bottom: 65px; }
.search-row { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.search-field { display: flex; align-items: center; gap: 11px; border: 1px solid #c7beb3; padding: 10px 14px; min-height: 46px; flex: 1; max-width: 570px; }
.search-field svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--muted); }
.search-field input { min-width: 0; width: 100%; border: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.search-field input:focus-visible { outline: 0; }
.search-field:focus-within { outline: 2px solid #276183; outline-offset: 3px; }
.sort-field { display: flex; align-items: center; gap: 10px; font-size: .875rem; color: var(--muted); }
.sort-field select { padding: 10px 7px; border: 0; background: transparent; color: var(--ink); min-height: 44px; max-width: 170px; }
.course-filters { display: flex; gap: 30px; flex-wrap: wrap; border-bottom: 1px solid var(--line); margin-top: 23px; }
.course-filters button { padding: 9px 0 13px; border: 0; border-bottom: 2px solid transparent; background: none; color: var(--muted); font-size: .875rem; }
.course-filters button[aria-pressed=true] { border-bottom-color: var(--red); color: var(--red); }
.course-filters button:hover { color: var(--red); }
.index-meta { display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: .8125rem; color: var(--muted); padding: 20px 0; }
.index-meta p { margin: 0; }
.index-meta label { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.index-meta input { accent-color: var(--red); width: 16px; height: 16px; }
#sort-note:empty { display: none; }
.recipe-grid { display: grid; gap: 38px; }
.recipe-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 53px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 38px; }
.card-image { overflow: hidden; }
.card-image img { aspect-ratio: 4/3; object-fit: cover; transition: filter .2s; }
.card-image:hover img { filter: brightness(.97); }
.card-content h2 { font-size: 2.45rem; margin-bottom: 16px; }
.card-content h2 a { text-decoration: none; }
.card-content h2 a:hover { color: var(--red); }
.card-content>p:not(.recipe-category) { color: var(--muted); font-size: 1rem; }
.card-content .recipe-category { margin-bottom: 14px; }
.card-content .card-time { font-size: .875rem !important; margin-top: 19px; }
.card-links { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 24px; }
.card-link { color: var(--red); font-weight: 500; text-decoration: none; font-size: .9375rem; }
.card-link span { padding-left: 14px; }
.card-links>[data-card-rating] { font-size: .8125rem; color: var(--muted); }
.empty-state { border-bottom: 1px solid var(--line); padding: 55px 0 70px; text-align: center; }
.empty-state h2 { font-size: 2rem; margin-bottom: 16px; }
.empty-state p { color: var(--muted); max-width: 450px; margin: 0 auto 24px; }
.kitchen-story { padding-top: 0; padding-bottom: 65px; display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 70px; }
.kitchen-story h2 { font-size: 2rem; }
.kitchen-story p { font-size: 1rem; line-height: 1.8; color: var(--muted); max-width: 570px; margin: 0; }

@media (max-width: 1100px) {
  .shell { padding-inline: 40px; }
  .masthead, footer.shell { margin-inline: 40px; width: auto; }
  .recipe-hero { gap: 40px; }
  .recipe-hero h1 { font-size: 3.25rem; }
  .recipe-content, .engagement-inner, .kitchen-story { gap: 40px; grid-template-columns: minmax(0, 285px) minmax(0, 1fr); }
  .recipe-card { gap: 35px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 20px; }
  .shell { padding-inline: 24px; }
  .masthead, footer.shell { margin-inline: 24px; }
  .masthead { padding-top: 20px; }
  .masthead .logo { font-size: 2.8rem; }
  .masthead nav { gap: 27px; padding-top: 12px; padding-bottom: 16px; font-size: .875rem; }
  .masthead:not(:has(nav)) { padding-bottom: 20px; }
  .recipe-hero { grid-template-columns: 1fr; gap: 30px; padding-top: 31px; padding-bottom: 35px; }
  .recipe-category { margin-bottom: 18px; }
  .recipe-hero h1 { font-size: clamp(2.7rem, 9.7vw, 3.5rem); line-height: 1.04; max-width: 580px; margin-bottom: 20px; }
  .dek { font-size: 1rem; line-height: 1.7; max-width: 530px; margin-bottom: 19px; }
  .recipe-byline { font-size: .8125rem; }
  .hero-actions { gap: 24px; margin-top: 23px; }
  .hero-photo figcaption { padding-top: 10px; }
  .recipe-overview-top { flex-direction: column; gap: 15px; padding-top: 25px; }
  .recipe-overview h2 { font-size: 1.85rem; }
  .recipe-tools { gap: 22px; }
  .recipe-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 28px; padding-top: 22px; padding-bottom: 25px; }
  .recipe-content { grid-template-columns: 1fr; gap: 35px; padding-top: 29px; padding-bottom: 38px; }
  .ingredient-panel { border-bottom: 1px solid var(--ink); padding-bottom: 25px; }
  .ingredient-top h2, .method>h2 { font-size: 1.9rem; }
  .ingredient-hint { margin-bottom: 14px; }
  .ingredients label { padding: 13px 0; }
  .ingredient-heading { margin-top: 22px; }
  .allergen { margin-bottom: 0; }
  .method>h2 { margin-top: 0; margin-bottom: 28px; }
  .step { padding-bottom: 29px; margin-bottom: 29px; }
  .step h3 { font-size: 1.65rem; }
  .step>p { max-width: 66ch; font-size: 1rem; line-height: 1.8; }
  .step .step-tip { font-size: .9375rem; }
  .step-images { margin-top: 19px; }
  .step-images--pair { grid-template-columns: 1fr; gap: 24px; }
  .recipe-notes h2 { font-size: 1.9rem; }
  .recipe-jump-nav { display: flex; position: fixed; left: 50%; bottom: 12px; transform: translate(-50%, 100px); opacity: 0; pointer-events: none; z-index: 20; border: 1px solid #c9bfb3; background: var(--paper); border-radius: 3px; box-shadow: 0 3px 14px #29252314; width: max-content; max-width: calc(100% - 32px); transition: opacity .2s, transform .2s; }
  .recipe-jump-nav.visible { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
  .recipe-jump-nav a, .recipe-jump-nav button { display: block; padding: 12px 19px; color: var(--ink); background: none; border: 0; text-decoration: none; font-size: .875rem; }
  .recipe-jump-nav>*+* { border-left: 1px solid var(--line); }
  .engagement { padding-bottom: 38px; }
  .engagement-inner { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; }
  .engagement h2 { font-size: 1.9rem; }
  .engagement-intro>p { max-width: 450px; }
  .engagement-intro .editor-note { margin-top: 0; margin-bottom: 0; }
  .field input, .field textarea { background: transparent; }
  .toast { bottom: 75px; font-size: .8125rem; }
  .library-heading { padding-top: 32px; padding-bottom: 28px; }
  .library-heading h1 { font-size: 2.9rem; }
  .library-heading p { font-size: 1rem; }
  .search-row { flex-direction: column; align-items: stretch; gap: 9px; }
  .search-field { width: 100%; max-width: none; }
  .sort-field { justify-content: space-between; }
  .course-filters { gap: 0 24px; margin-top: 13px; }
  .course-filters button { padding-block: 10px; }
  .recipe-card { grid-template-columns: 1fr; gap: 25px; padding-bottom: 29px; }
  .card-content h2 { font-size: 2.1rem; }
  .card-content .recipe-category { margin-bottom: 12px; }
  .card-links { margin-top: 20px; }
  .recipe-index { padding-bottom: 35px; }
  .kitchen-story { grid-template-columns: 1fr; gap: 15px; padding-bottom: 35px; }
  .kitchen-story h2 { font-size: 1.9rem; }
  footer.shell { padding-inline: 0; padding-top: 24px; padding-bottom: 28px; }
  footer .logo { font-size: 1.8rem; }
  body[data-page=recipe] footer { padding-bottom: 90px; }
}
@media (max-width: 359px) {
  .shell { padding-inline: 20px; }
  .masthead, footer.shell { margin-inline: 20px; }
  .masthead nav { gap: 20px; }
  .recipe-hero h1 { font-size: 2.65rem; }
  .recipe-tools { gap: 18px; }
  .hero-actions { gap: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
@media print {
  @page { margin: 16mm; }
  body { background: white; color: black; font-size: 10pt; }
  .masthead, .recipe-hero, .recipe-tools, .engagement, footer, .toast, .skip, .recipe-jump-nav, .step-images, .checklist-status, .ingredient-progress-bar, .ingredient-hint, .checklist-save-note, .batch, .recipe-notes, #recipe-overview-title { display: none !important; }
  .shell { padding: 0; max-width: none; }
  .recipe-overview-top { padding: 0; border: 0; }
  .print-title { display: block; font-size: 24pt !important; }
  .recipe-facts { grid-template-columns: repeat(4, 1fr); padding: 12px 0 15px; gap: 14px; }
  .recipe-facts dt, .recipe-facts dd { font-size: 9pt; }
  .recipe-content { display: block; padding-top: 18px; }
  .ingredient-panel { border: 0; padding: 0 0 15px; }
  .ingredient-top h2, .method>h2 { font-size: 18pt; }
  .ingredient-heading { margin-top: 12px; font-size: 10pt; }
  .ingredients { columns: 2; column-gap: 28px; }
  .ingredients li { break-inside: avoid; }
  .ingredients label { padding: 5px 0; font-size: 10pt; }
  .ingredients input { display: none; }
  .ingredients input:checked+span { color: black; text-decoration: none; }
  .ingredient-detail, .batch-note, .allergen, .equipment { font-size: 9pt; color: black; }
  .equipment { display: block; }
  .equipment::details-content { content-visibility: visible; }
  .method>h2 { margin: 15px 0; }
  .step { break-inside: avoid; padding-bottom: 12px; margin-bottom: 15px; }
  .step-heading { margin-bottom: 8px; }
  .step-number { font-size: 9pt; color: black; margin-bottom: 5px; }
  .step h3 { font-size: 14pt; }
  .step>p, .step .step-tip { font-size: 10pt; color: black; line-height: 1.5; margin-bottom: 8px; }
}
