/*
Theme Name: Snowy Table Cookmag
Theme URI: https://snowytable.com/
Description: A recipe-first Cookmag child theme for Snowy Table.
Author: Snowy Table
Template: cookmag-wp
Version: 1.3.7
Text Domain: snowytable
License: GNU General Public License v3 or later
*/

:root {
  --st-ink: #172822;
  --st-ink-soft: #40544c;
  --st-evergreen: #245b45;
  --st-evergreen-dark: #173d2e;
  --st-sage: #8aa58f;
  --st-sage-pale: #e8efe9;
  --st-snow: #f5fafb;
  --st-ice: #dcecf0;
  --st-cream: #fbf8f1;
  --st-paper: #fffefa;
  --st-parchment: #f4eadb;
  --st-bark: #6a432d;
  --st-rust: #ba5338;
  --st-rust-dark: #8d3725;
  --st-gold: #c18418;
  --st-border: #dfe5df;
  --st-field-border: #7a8982;
  --st-muted: #5b6962;
  --st-affiliate-ink: #5b6962;
  --st-affiliate-ink-dark: rgba(255, 255, 255, 0.72);
  --st-shadow-sm: 0 8px 22px rgba(23, 40, 34, 0.07);
  --st-shadow: 0 18px 44px rgba(23, 40, 34, 0.11);
  --st-radius-sm: 8px;
  --st-radius: 14px;
  --st-radius-lg: 20px;
  --st-rule: rgba(36, 91, 69, 0.2);
  --st-container: 1220px;
  --st-serif: Georgia, "Times New Roman", Times, serif;
  --st-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --st-transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  color: var(--st-ink);
  background-color: var(--st-cream);
  background-image: repeating-linear-gradient(8deg, rgba(23, 40, 34, 0.012) 0, rgba(23, 40, 34, 0.012) 1px, transparent 1px, transparent 8px);
  font-family: var(--st-sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.admin-bar .st-site-header {
  top: 32px;
}

body.st-menu-open,
body.st-dialog-open {
  overflow: hidden;
}

.st-form-guard-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.st-form-guard-notice {
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid var(--st-gold);
  border-radius: var(--st-radius-sm);
  background: #fff8df;
  color: var(--st-ink);
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--st-evergreen);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--st-rust-dark);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
[type="button"],
[type="submit"] {
  cursor: pointer;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--st-evergreen-dark) !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px #fff !important;
}

::selection {
  color: #fff;
  background: var(--st-evergreen);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.65em;
  color: var(--st-ink);
  font-family: var(--st-serif);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(2.65rem, 5.4vw, 4.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

p {
  margin: 0 0 1.25em;
}

ul,
ol {
  margin: 0 0 1.5em;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: #fff;
  background: var(--st-evergreen-dark);
  border-radius: 8px;
}

.st-skip-link {
  position: fixed;
  z-index: 100000;
  top: -100px;
  left: 16px;
  padding: 12px 18px;
  color: #fff;
  background: var(--st-evergreen-dark);
  border-radius: 8px;
  transition: top var(--st-transition);
}

.st-skip-link:focus {
  top: 12px;
}

.st-container {
  width: min(calc(100% - 40px), var(--st-container));
  margin-inline: auto;
}

.st-container-narrow {
  width: min(calc(100% - 40px), 830px);
  margin-inline: auto;
}

.st-section {
  position: relative;
  padding-block: clamp(64px, 9vw, 118px);
}

.st-section-compact {
  padding-block: clamp(44px, 6vw, 76px);
}

.st-section-muted {
  background: var(--st-sage-pale);
}

.st-section-paper {
  background: var(--st-paper);
}

.st-section-dark {
  color: rgba(255, 255, 255, 0.84);
  background: var(--st-evergreen-dark);
}

.st-section-dark :where(h1, h2, h3, h4, a) {
  color: #fff;
}

.st-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.st-section-head > div {
  max-width: 760px;
}

.st-section-head h2 {
  margin-bottom: 0.25em;
}

.st-section-head p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--st-ink-soft);
}

.st-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: var(--st-rust-dark);
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.st-eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: currentColor;
}

.st-kicker {
  color: var(--st-evergreen);
  font-weight: 750;
}

.st-lede {
  color: var(--st-ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.st-button,
.st-button-primary,
.st-button-secondary,
.st-button-ghost,
.entry input[type="submit"],
.gform_button,
.wprm-recipe-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: var(--st-radius-sm);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color var(--st-transition), background var(--st-transition), border-color var(--st-transition), transform var(--st-transition), box-shadow var(--st-transition);
}

.st-button:hover,
.st-button-primary:hover,
.entry input[type="submit"]:hover,
.gform_button:hover {
  color: #fff;
  background: var(--st-evergreen-dark);
  box-shadow: 0 10px 24px rgba(23, 61, 46, 0.18);
  transform: translateY(-2px);
}

.st-button,
.st-button-primary,
.entry input[type="submit"],
.gform_button {
  color: #fff;
  background: var(--st-evergreen);
}

.st-button-secondary {
  color: #fff;
  background: var(--st-rust);
}

.st-button-secondary:hover {
  color: #fff;
  background: var(--st-rust-dark);
  transform: translateY(-2px);
}

.st-button-ghost {
  color: var(--st-evergreen);
  background: transparent;
  border-color: rgba(36, 91, 69, 0.35);
}

.st-button-ghost:hover {
  color: #fff;
  background: var(--st-evergreen);
  border-color: var(--st-evergreen);
}

.st-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--st-evergreen);
  font-weight: 800;
  text-decoration: none;
}

.st-text-link::after {
  content: none;
  transition: transform var(--st-transition);
}

.st-text-link > [aria-hidden] {
  transition: transform var(--st-transition);
}

.st-text-link:hover > [aria-hidden] {
  transform: translateX(4px);
}

/* Header */
.st-announcement {
  position: relative;
  z-index: 100;
  padding: 8px 20px;
  color: rgba(255, 255, 255, 0.93);
  background: var(--st-evergreen-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

.st-announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.st-announcement p {
  margin: 0;
}

.st-announcement a {
  font-weight: 850;
  text-underline-offset: 0.2em;
}

.st-announcement a {
  color: #fff;
}

.st-site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  width: 100%;
  background: rgba(255, 254, 250, 0.94);
  border-bottom: 1px solid rgba(23, 40, 34, 0.1);
  backdrop-filter: blur(16px);
}

.st-site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--st-evergreen-dark) 0 18%, var(--st-rust) 18% 24%, transparent 24% 100%);
  opacity: 0.72;
  pointer-events: none;
}

.st-header-inner {
  display: grid;
  min-height: 84px;
  grid-template-columns: minmax(190px, 0.9fr) minmax(380px, 1.4fr) minmax(220px, 0.9fr);
  align-items: center;
  gap: 24px;
}

.st-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--st-ink);
  text-decoration: none;
}

.st-brand:hover {
  color: var(--st-evergreen);
}

.st-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  place-items: center;
  color: var(--st-evergreen);
  background: var(--st-cream);
  border: 1px solid rgba(106, 67, 45, 0.22);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(23, 61, 46, 0.12);
  font-size: 1.45rem;
  line-height: 1;
}

.st-brand-copy {
  display: flex;
  flex-direction: column;
}

.st-brand-copy strong {
  font-family: var(--st-serif);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.st-brand-copy small {
  margin-top: 5px;
  color: var(--st-muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.st-brand-mark img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.st-brand-name {
  font-family: var(--st-serif);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.st-brand-tagline {
  margin-top: 5px;
  color: var(--st-muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.st-primary-nav {
  justify-self: center;
}

.st-primary-nav ul,
.st-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.st-primary-nav li {
  position: relative;
  margin: 0;
}

.st-primary-nav a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 12px;
  color: var(--st-ink);
  border-radius: 7px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.st-primary-nav a:hover,
.st-primary-nav .current-menu-item > a,
.st-primary-nav .current_page_item > a {
  color: var(--st-evergreen-dark);
  background: var(--st-sage-pale);
}

.st-primary-nav .sub-menu {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  display: none;
  width: 220px;
  padding: 10px;
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: 16px;
  box-shadow: var(--st-shadow-sm);
}

.st-primary-nav li:hover > .sub-menu,
.st-primary-nav li:focus-within > .sub-menu {
  display: block;
}

.st-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.st-icon-button,
.st-search-toggle,
.st-mobile-toggle,
.st-dialog-close {
  display: inline-grid;
  width: 45px;
  height: 45px;
  padding: 0;
  place-items: center;
  color: var(--st-ink);
  background: transparent;
  border: 1px solid var(--st-field-border);
  border-radius: 50%;
  transition: background var(--st-transition), border var(--st-transition), color var(--st-transition), transform var(--st-transition);
}

.st-icon-button:hover,
.st-search-toggle:hover,
.st-mobile-toggle:hover,
.st-dialog-close:hover {
  color: #fff;
  background: var(--st-evergreen);
  border-color: var(--st-evergreen);
  transform: translateY(-1px);
}

.st-mobile-toggle {
  display: none;
}

.st-search-toggle svg {
  display: block;
  width: 21px;
  height: 21px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#st-mobile-panel,
.st-mobile-panel {
  display: none;
}

.st-search-dialog,
#st-search-dialog {
  width: min(720px, calc(100% - 28px));
  max-height: min(88vh, 720px);
  padding: 0;
  overflow-y: auto;
  color: var(--st-ink);
  background: var(--st-paper);
  border: 0;
  border-radius: var(--st-radius-lg);
  box-shadow: 0 28px 90px rgba(13, 34, 25, 0.3);
}

.st-search-dialog::backdrop,
#st-search-dialog::backdrop {
  background: rgba(13, 34, 25, 0.74);
  backdrop-filter: blur(5px);
}

.st-recipe-share-dialog,
#st-recipe-share-dialog {
  width: min(560px, calc(100% - 28px));
  max-height: min(88vh, 680px);
  padding: 0;
  overflow-y: auto;
  color: var(--st-ink);
  background: var(--st-paper);
  border: 0;
  border-radius: var(--st-radius-lg);
  box-shadow: 0 28px 90px rgba(13, 34, 25, 0.3);
}

.st-recipe-share-dialog::backdrop,
#st-recipe-share-dialog::backdrop {
  background: rgba(13, 34, 25, 0.74);
  backdrop-filter: blur(5px);
}

.st-recipe-share-dialog-inner > p:not(.st-eyebrow) {
  color: var(--st-ink-soft);
}

.st-recipe-share-direct,
.st-recipe-share-utilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.st-recipe-share-utilities {
  margin-top: 10px;
}

.st-recipe-share-dialog .wprm-recipe-link,
.st-recipe-share-dialog .st-recipe-share-option,
.st-recipe-share-dialog .st-button {
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 11px 16px !important;
  margin: 0 !important;
  color: #fff !important;
  background: var(--st-evergreen) !important;
  border: 1px solid var(--st-evergreen) !important;
  border-radius: var(--st-radius-sm) !important;
  font-family: var(--st-sans) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: normal !important;
}

.st-recipe-share-dialog .wprm-recipe-link:hover,
.st-recipe-share-dialog .wprm-recipe-link:focus-visible,
.st-recipe-share-dialog .st-recipe-share-option:hover,
.st-recipe-share-dialog .st-recipe-share-option:focus-visible,
.st-recipe-share-dialog .st-button:hover,
.st-recipe-share-dialog .st-button:focus-visible {
  color: #fff !important;
  background: var(--st-evergreen-dark) !important;
  border-color: var(--st-evergreen-dark) !important;
}

.st-recipe-share-dialog .wprm-recipe-link [fill]:not([fill="none"]) {
  fill: currentColor !important;
}

.st-recipe-share-dialog .wprm-recipe-link [stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}

.st-recipe-share-dialog [hidden] {
  display: none !important;
}

.st-recipe-share-status {
  min-height: 1.5em;
  margin: 12px 0 0;
  color: var(--st-evergreen-dark) !important;
  font-size: 0.84rem;
  font-weight: 750;
}

.st-dialog-inner {
  position: relative;
  padding: clamp(28px, 6vw, 62px);
}

.st-search-dialog-inner {
  position: relative;
  padding: clamp(28px, 6vw, 62px);
}

.st-search-dialog-inner .st-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.st-search-dialog-inner h2 {
  padding-right: 45px;
  margin-bottom: 12px;
}

.st-search-dialog-inner .search-form {
  display: flex;
  padding: 6px;
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--st-field-border);
  border-radius: 12px;
  box-shadow: var(--st-shadow-sm);
}

.st-search-dialog-inner .search-form label {
  display: flex;
  min-width: 0;
  flex: 1;
}

.st-search-dialog-inner .search-field {
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: 0;
}

.st-search-dialog-inner .search-submit {
  padding: 11px 20px;
  color: #fff;
  background: var(--st-evergreen);
  border: 0;
  border-radius: var(--st-radius-sm);
  font-weight: 800;
}

.st-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--st-muted);
  font-size: 0.82rem;
}

.st-search-suggestions a {
  padding: 6px 10px;
  color: var(--st-evergreen);
  background: var(--st-sage-pale);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.st-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.st-dialog-inner h2 {
  padding-right: 45px;
  margin-bottom: 12px;
}

.st-search-form,
.st-hero-search {
  display: flex;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--st-field-border);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(23, 40, 34, 0.08);
}

.st-hero-search {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.st-hero-search > p {
  margin: 0 0 8px;
  color: var(--st-ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.st-hero-search > .st-search-form {
  width: 100%;
}

.st-search-form label,
.st-hero-search label {
  display: flex;
  min-width: 0;
  flex: 1;
}

.st-search-form input[type="search"],
.st-hero-search input[type="search"] {
  width: 100%;
  min-width: 0;
  padding: 12px 15px;
  background: transparent;
  border: 0;
  outline: 0;
}

.st-search-form button,
.st-hero-search button {
  min-width: 112px;
  color: #fff;
  background: var(--st-evergreen);
  border: 0;
  border-radius: 8px;
  font-weight: 800;
}

/* Homepage hero */
.st-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(52px, 7.5vw, 105px);
  background:
    radial-gradient(circle at 10% 5%, rgba(220, 236, 240, 0.95), transparent 34%),
    linear-gradient(135deg, var(--st-paper), var(--st-cream));
}

.st-hero::before {
  position: absolute;
  right: -3%;
  bottom: -1px;
  width: min(68%, 880px);
  height: 72%;
  content: "";
  background: linear-gradient(180deg, rgba(220, 236, 240, 0.22), rgba(138, 165, 143, 0.17));
  clip-path: polygon(0 100%, 0 78%, 12% 58%, 20% 70%, 35% 31%, 47% 67%, 63% 12%, 76% 60%, 87% 38%, 100% 76%, 100% 100%);
  pointer-events: none;
}

.st-hero::after {
  position: absolute;
  right: -6%;
  bottom: -1px;
  width: min(64%, 820px);
  height: 50%;
  content: "";
  background: rgba(255, 254, 250, 0.58);
  clip-path: polygon(0 100%, 0 80%, 15% 54%, 28% 76%, 43% 37%, 58% 72%, 72% 47%, 86% 76%, 100% 58%, 100% 100%);
  pointer-events: none;
}

.st-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.st-hero-copy {
  max-width: 690px;
}

.st-hero-heading {
  padding: clamp(18px, 2.3vw, 28px);
  margin-bottom: clamp(20px, 2.4vw, 28px);
  color: #fff;
  background: var(--st-evergreen-dark);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 5px solid var(--st-rust);
  border-radius: var(--st-radius);
  box-shadow: 0 14px 32px rgba(23, 61, 46, 0.17);
}

.st-hero-heading > .st-eyebrow {
  margin-bottom: 14px;
  color: #fff;
}

.st-hero-copy .st-hero-heading > h1 {
  margin-bottom: 0;
  color: #fff;
}

.st-hero-copy h1 {
  margin-bottom: 0.28em;
}

.st-hero-copy h1 em {
  position: relative;
  color: var(--st-rust);
  font-style: italic;
}

.st-hero-copy .st-lede {
  max-width: 600px;
}

.st-hero-search {
  max-width: 610px;
  margin-top: 30px;
}

.st-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.st-hero-actions .st-button-ghost,
.st-hero-actions .st-button-ghost:visited {
  color: #fff;
  background: var(--st-rust);
  border-color: var(--st-rust);
  box-shadow: 0 8px 18px rgba(141, 55, 37, 0.2);
}

.st-hero-actions .st-button-ghost:hover {
  color: #fff;
  background: var(--st-rust-dark);
  border-color: var(--st-rust-dark);
}

.st-hero-mosaic {
  position: relative;
  display: grid;
  min-height: 600px;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 0.9fr 1.1fr;
  gap: 15px;
}

.st-hero-mosaic::before {
  content: none;
}

.st-hero-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: var(--st-evergreen-dark);
  border-radius: var(--st-radius);
  box-shadow: var(--st-shadow);
}

.st-hero-card:first-child {
  grid-row: 1 / 3;
}

.st-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.st-hero-card:hover img {
  transform: scale(1.045);
}

.st-hero-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(8, 22, 16, 0.86));
}

.st-hero-card-copy {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
}

.st-hero-card-copy h2,
.st-hero-card-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
}

.st-hero-card a {
  color: inherit;
  text-decoration: none;
}

.st-signal-strip {
  position: relative;
  z-index: 3;
  display: grid;
  padding: 21px 0;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  background: var(--st-evergreen);
}

.st-signal-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  font-weight: 750;
  text-align: center;
}

.st-signal-item:last-child {
  border-right: 0;
}

.st-signal-link,
.st-signal-link:hover {
  color: inherit;
}

.st-signal-link {
  font-weight: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}

.st-signal-icon {
  font-size: 1.3rem;
}

.st-signal-rule {
  width: 24px;
  height: 3px;
  flex: 0 0 24px;
  background: linear-gradient(90deg, var(--st-rust) 0 38%, rgba(255, 255, 255, 0.76) 38% 100%);
}

/* Recipe cards */
.st-recipe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.st-recipe-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.st-recipe-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: var(--st-paper);
  border: 1px solid rgba(23, 40, 34, 0.1);
  border-radius: var(--st-radius);
  box-shadow: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.st-recipe-card:hover {
  border-color: rgba(36, 91, 69, 0.25);
  box-shadow: 0 10px 24px rgba(23, 40, 34, 0.08);
  transform: translateY(-3px);
}

.st-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--st-sage-pale);
}

/* Keep the full-bleed image link's keyboard cue inside the clipped card edge. */
.st-recipe-card > .st-recipe-card__media:focus-visible {
  outline-offset: -5px;
  box-shadow: inset 0 0 0 2px #fff !important;
}

.st-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.st-recipe-card:hover .st-card-media img {
  transform: scale(1.045);
}

.st-card-badge {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  color: var(--st-evergreen-dark);
  background: rgba(255, 254, 250, 0.92);
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(23, 40, 34, 0.12);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.st-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px;
}

.st-card-body h2,
.st-card-body h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
}

.st-card-body h2 a,
.st-card-body h3 a {
  color: var(--st-ink);
  text-decoration: none;
}

.st-card-body h2 a:hover,
.st-card-body h3 a:hover {
  color: var(--st-rust);
}

.st-card-summary {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 16px;
  color: var(--st-ink-soft);
  font-size: 0.92rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.st-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 13px;
  margin-top: 15px;
  color: var(--st-muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.st-recipe-card__metrics {
  padding: 0;
  margin: 15px 0 18px;
  list-style: none;
}

.st-recipe-card__metrics li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.st-recipe-card__cta {
  align-self: flex-start;
  margin-top: auto;
}

.st-card-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.st-rating,
.st-stars {
  color: var(--st-gold);
  letter-spacing: 0.03em;
}

.st-card-compact {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
}

.st-card-compact .st-card-media {
  height: 100%;
  aspect-ratio: auto;
}

.st-card-compact .st-card-body {
  padding: 18px;
}

.st-card-compact .st-card-body h3 {
  font-size: 1.1rem;
}

/* Browse and commerce */
.st-intent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.st-intent-card {
  position: relative;
  display: flex;
  min-height: 220px;
  overflow: hidden;
  align-items: flex-end;
  padding: 24px;
  color: #fff;
  background: var(--st-evergreen-dark);
  border-radius: var(--st-radius);
  text-decoration: none;
  isolation: isolate;
}

.st-intent-card::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background: var(--st-intent-image, linear-gradient(145deg, var(--st-sage), var(--st-evergreen)));
  background-position: center;
  background-size: cover;
  transition: transform 500ms ease;
}

.st-intent-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(12, 29, 22, 0.04), rgba(12, 29, 22, 0.82));
}

.st-intent-card-plain::before {
  background:
    linear-gradient(145deg, rgba(220, 236, 240, 0.11), transparent 54%),
    repeating-linear-gradient(8deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 9px),
    var(--st-evergreen-dark);
}

.st-intent-card-plain::after {
  background: linear-gradient(180deg, rgba(12, 29, 22, 0.02), rgba(12, 29, 22, 0.38));
  border-top: 4px solid var(--st-rust);
}

.st-intent-card:hover {
  color: #fff;
}

.st-intent-card:hover::before {
  transform: scale(1.05);
}

.st-intent-card h3 {
  margin: 0;
  color: #fff;
}

.st-intent-card span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.st-intent-card span:last-child {
  display: inline-flex;
  margin-top: 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.st-commerce-band {
  position: relative;
  display: grid;
  overflow: hidden;
  padding: clamp(38px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: 54px;
  color: #fff;
  background: var(--st-evergreen-dark);
  border-top: 4px solid var(--st-rust);
  border-radius: var(--st-radius-sm);
  box-shadow: none;
}

.st-commerce-band::after {
  position: absolute;
  top: -120px;
  right: -70px;
  width: 390px;
  height: 390px;
  content: "";
  background: rgba(220, 236, 240, 0.08);
  border: 65px solid rgba(220, 236, 240, 0.06);
  border-radius: 50%;
}

.st-commerce-band > * {
  position: relative;
  z-index: 1;
}

.st-commerce-band h2,
.st-commerce-band h3 {
  color: #fff;
}

.st-commerce-band p {
  color: rgba(255, 255, 255, 0.8);
}

.st-commerce-steps {
  display: grid;
  padding: 0;
  gap: 13px;
  margin: 0;
  list-style: none;
}

.st-commerce-step {
  display: grid;
  padding: 16px 18px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 13px;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
}

.st-commerce-step strong {
  display: block;
  color: #fff;
}

.st-commerce-step > div > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.st-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--st-evergreen-dark);
  background: var(--st-ice);
  border-radius: 4px;
  font-weight: 900;
}

.st-disclosure {
  max-width: 52rem;
  padding: 0;
  margin: 10px 0 16px;
  color: var(--st-affiliate-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.st-disclosure-label {
  font-weight: 650;
}

.st-commerce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.st-commerce-band .st-button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.st-commerce-band .st-button-ghost:hover {
  color: var(--st-evergreen-dark);
  background: #fff;
  border-color: #fff;
}

.st-affiliate-note {
  max-width: 52rem;
  margin: 10px 0 16px;
  color: var(--st-affiliate-ink);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.st-commerce-band .st-affiliate-note {
  color: var(--st-affiliate-ink-dark);
}

.st-discovery-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.st-discovery-lane {
  padding: 25px;
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-top: 3px solid var(--st-rust);
  border-radius: var(--st-radius-sm);
  box-shadow: none;
}

.st-discovery-lane > h3 {
  margin-bottom: 6px;
}

.st-discovery-lane > p {
  color: var(--st-muted);
  font-size: 0.82rem;
}

.st-discovery-lane ol {
  display: grid;
  padding: 0;
  gap: 13px;
  margin: 22px 0 0;
  list-style: none;
}

.st-discovery-lane li + li {
  padding-top: 13px;
  border-top: 1px solid var(--st-border);
}

.st-discovery-lane li a {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: var(--st-ink);
  text-decoration: none;
}

.st-discovery-lane img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 12px;
}

.st-discovery-lane strong,
.st-discovery-lane small {
  display: block;
}

.st-discovery-lane small {
  margin-top: 4px;
  color: var(--st-muted);
  font-size: 0.8rem;
}

.st-home-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: start;
  gap: 28px;
}

/* Page heroes and layouts */
.st-page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(62px, 9vw, 122px);
  background: linear-gradient(135deg, var(--st-parchment) 0%, #e3ebe4 100%);
}

.st-page-hero.has-background {
  color: #fff;
  background-position: center;
  background-size: cover;
}

.st-page-hero.has-background::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(12, 29, 22, 0.88), rgba(12, 29, 22, 0.28));
}

.st-page-hero.has-background .st-container {
  position: relative;
}

.st-page-hero.has-background :where(h1, .st-eyebrow, .st-lede) {
  color: #fff;
}

.st-page-hero h1 {
  max-width: 880px;
  margin-bottom: 0.2em;
  font-size: clamp(2.65rem, 5vw, 5rem);
}

.st-page-hero-inner {
  position: relative;
}

.st-page-hero-inner:has(> .st-page-hero-image) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(38px, 7vw, 84px);
}

.st-page-hero-image {
  overflow: hidden;
  min-height: 300px;
  margin: 0;
  background: var(--st-parchment);
  border: 1px solid rgba(106, 67, 45, 0.2);
  border-radius: var(--st-radius-lg);
  box-shadow: var(--st-shadow-sm);
}

.st-page-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

:is(.st-journal-hero, .st-contact-hero, .st-submit-hero, .st-tool-hero) .st-page-hero-image {
  aspect-ratio: 3 / 2;
}

:is(.st-journal-hero, .st-contact-hero, .st-submit-hero, .st-tool-hero) .st-page-hero-image img {
  display: block;
}

.st-page-deck {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--st-ink-soft);
}

.st-page-hero .st-lede {
  max-width: 720px;
  margin-bottom: 0;
}

.st-breadcrumbs {
  width: min(calc(100% - 40px), var(--st-container));
  padding-top: 18px;
  margin-inline: auto;
  margin-bottom: 18px;
  color: var(--st-muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.st-about-grid,
.st-tool-layout,
.st-not-found-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: clamp(36px, 6vw, 76px);
}

.st-prose {
  max-width: 820px;
}

.st-container > .st-prose:only-child {
  margin-inline: auto;
}

.st-about-values ul,
.st-submission-guide ul,
.st-tool-help ol {
  padding-left: 1.15em;
}

.st-about-values li,
.st-submission-guide li,
.st-tool-help li {
  margin-bottom: 12px;
}

.st-tool-app,
.st-contact-form,
.st-submit-form {
  padding: clamp(24px, 4vw, 42px);
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  box-shadow: var(--st-shadow-sm);
}

.st-tool-intro {
  padding-bottom: 22px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--st-border);
}

.st-contact-notes dl {
  margin: 0;
}

.st-contact-notes dt {
  margin-top: 18px;
  color: var(--st-evergreen-dark);
  font-weight: 850;
}

.st-contact-notes dd {
  margin: 5px 0 0;
  color: var(--st-ink-soft);
}

.st-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.st-breadcrumbs li:not(:last-child)::after {
  margin-left: 6px;
  content: "/";
  color: var(--st-sage);
}

.st-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.st-page-layout,
.st-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: clamp(36px, 6vw, 76px);
}

.st-content,
.st-entry {
  min-width: 0;
}

.st-content > *:first-child,
.st-entry > *:first-child {
  margin-top: 0;
}

.st-content :where(h2, h3, h4),
.st-entry :where(h2, h3, h4) {
  margin-top: 1.6em;
}

.st-content :where(ul, ol),
.st-entry :where(ul, ol) {
  padding-left: 1.3em;
}

.st-content blockquote,
.st-entry blockquote {
  padding: 26px 30px;
  margin: 32px 0;
  color: var(--st-evergreen-dark);
  background: var(--st-sage-pale);
  border-left: 5px solid var(--st-evergreen);
  border-radius: 0 var(--st-radius-sm) var(--st-radius-sm) 0;
  font-family: var(--st-serif);
  font-size: 1.2rem;
}

.st-sidebar {
  display: grid;
  gap: 22px;
}

.st-sidebar-sticky {
  position: sticky;
  top: 125px;
}

.st-panel,
.widget {
  padding: 25px;
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  box-shadow: 0 8px 24px rgba(23, 40, 34, 0.045);
}

.st-panel h2,
.st-panel h3,
.widget-title {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.st-panel p:last-child,
.widget > *:last-child {
  margin-bottom: 0;
}

.st-panel-accent {
  color: #fff;
  background: var(--st-evergreen);
  border-color: transparent;
}

.st-panel-accent :where(h2, h3, a) {
  color: #fff;
}

.st-panel-accent .st-eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.st-sidebar-promo-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.st-sidebar-promo-actions .st-button {
  width: 100%;
}

.st-panel-accent .st-sidebar-promo-actions .st-button-ghost,
.st-panel-accent .st-sidebar-promo-actions .st-button-ghost:visited {
  color: var(--st-evergreen-dark);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 8px 18px rgba(23, 40, 34, 0.2);
}

.st-panel-accent .st-sidebar-promo-actions .st-button-ghost:hover {
  color: var(--st-evergreen-dark);
  background: var(--st-ice);
  border-color: var(--st-ice);
}

.st-filter-bar {
  display: grid;
  padding: 18px;
  grid-template-columns: minmax(220px, 1.6fr) repeat(2, minmax(160px, 0.7fr)) auto;
  gap: 12px;
  margin: -38px auto 46px;
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  box-shadow: var(--st-shadow-sm);
}

.st-filter-bar label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--st-muted);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.st-filter-bar :where(input, select) {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  color: var(--st-ink);
  background: var(--st-snow);
  border: 1px solid var(--st-field-border);
  border-radius: 10px;
  font-size: 0.9rem;
  text-transform: none;
}

.st-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.st-results-count {
  color: var(--st-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.st-empty-state {
  padding: clamp(40px, 7vw, 80px);
  background: var(--st-paper);
  border: 1px dashed var(--st-sage);
  border-radius: var(--st-radius);
  text-align: center;
}

.st-empty-state-title {
  margin-bottom: 0.45em;
  color: var(--st-ink);
  font-family: var(--st-serif);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
}

/* Recipe detail */
.st-recipe-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(38px, 6vw, 76px);
  background: linear-gradient(135deg, var(--st-snow), var(--st-paper));
}

.st-recipe-hero::before {
  position: absolute;
  right: -4%;
  bottom: -1px;
  width: min(60%, 780px);
  height: 44%;
  content: "";
  background: linear-gradient(180deg, rgba(220, 236, 240, 0.38), rgba(138, 165, 143, 0.14));
  clip-path: polygon(0 100%, 0 75%, 14% 48%, 25% 69%, 42% 20%, 56% 64%, 72% 34%, 86% 71%, 100% 46%, 100% 100%);
  pointer-events: none;
}

.st-recipe-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 84px);
}

.st-recipe-hero-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 4.6;
  background: var(--st-sage-pale);
  border: 6px solid rgba(255, 254, 250, 0.92);
  border-radius: var(--st-radius);
  box-shadow: 0 12px 32px rgba(23, 40, 34, 0.11);
}

.st-recipe-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-recipe-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.st-recipe-hero-media::after {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  width: 42%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--st-rust) 0 42%, var(--st-evergreen) 42% 100%);
}

.st-recipe-hero-copy h1 {
  margin-bottom: 0.25em;
  font-size: clamp(2.6rem, 5.5vw, 5.2rem);
}

.st-recipe-summary {
  max-width: 660px;
  color: var(--st-ink-soft);
  font-size: 1.13rem;
}

.st-recipe-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.st-recipe-metrics li,
.st-metric {
  display: flex;
  min-height: 38px;
  align-items: flex-start;
  flex-direction: column;
  gap: 1px;
  padding: 3px 14px;
  color: var(--st-ink-soft);
  background: transparent;
  border: 0;
  border-left: 2px solid var(--st-rust);
  border-radius: 0;
  font-size: 0.84rem;
  font-weight: 760;
}

.st-recipe-metrics li span {
  color: var(--st-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.st-recipe-metrics li strong {
  color: var(--st-ink);
  font-family: var(--st-serif);
  font-size: 0.98rem;
}

.st-recipe-metrics .st-recipe-metric-total {
  padding-right: 16px;
  padding-left: 16px;
  color: var(--st-ink);
  background: var(--st-sage-pale);
  border-left-width: 4px;
}

.st-recipe-metrics .st-recipe-metric-total :where(span, strong) {
  color: var(--st-ink);
  font-weight: 900;
}

.st-recipe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.st-recipe-jump {
  margin-top: 0;
}

.st-recipe-story {
  position: relative;
  padding-block: clamp(44px, 6vw, 76px);
  background: linear-gradient(180deg, rgba(232, 239, 233, 0.7), rgba(251, 248, 241, 0.35));
  border-top: 1px solid rgba(36, 91, 69, 0.12);
  border-bottom: 1px solid rgba(36, 91, 69, 0.12);
}

.st-recipe-story-inner {
  max-width: 940px;
  padding: clamp(28px, 5vw, 58px);
  margin-inline: auto;
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-top: 4px solid var(--st-rust);
  border-radius: var(--st-radius);
  box-shadow: var(--st-shadow-sm);
}

.st-recipe-story-title {
  max-width: 780px;
  margin-bottom: 0.35em;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.st-recipe-story-lede {
  max-width: 800px;
  color: var(--st-ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.18rem);
  line-height: 1.72;
}

.st-recipe-story-disclosure {
  max-width: 800px;
  padding: 0;
  margin: 12px 0 22px;
  color: var(--st-affiliate-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.st-recipe-story-section-disclosure {
  max-width: 800px;
  padding: 0;
  margin: 0 0 14px;
  color: var(--st-affiliate-ink);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.st-recipe-story-step-title {
  max-width: 760px;
  padding-top: 10px;
  margin-top: clamp(30px, 5vw, 46px);
  margin-bottom: 0.55em;
  color: var(--st-evergreen-dark);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.st-recipe-story-paragraph {
  max-width: 800px;
  color: var(--st-ink);
  line-height: 1.78;
}

.st-recipe-story-affiliate-link {
  color: var(--st-evergreen-dark);
  font-weight: 650;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.st-recipe-story-comment {
  max-width: 800px;
  padding: clamp(20px, 3vw, 28px);
  margin: clamp(34px, 5vw, 50px) 0 0;
  color: var(--st-ink);
  background: var(--st-snow);
  border: 1px solid var(--st-ice);
  border-radius: var(--st-radius-sm);
}

.st-recipe-story-comment-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 14px;
  margin: 8px 3px 0;
  color: #fff;
  background: var(--st-evergreen);
  border: 1px solid var(--st-evergreen);
  border-radius: var(--st-radius-sm);
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.st-recipe-story-comment-link:hover {
  color: #fff;
  background: var(--st-evergreen-dark);
}

.st-recipe-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: clamp(34px, 6vw, 70px);
}

.st-recipe-content {
  min-width: 0;
}

.st-recipe-sidebar {
  position: relative;
  top: auto;
  display: block;
  min-width: 0;
  align-self: stretch;
}

.st-shop-panel {
  padding: clamp(24px, 4vw, 38px);
  margin-bottom: 30px;
  color: var(--st-ink);
  background: linear-gradient(135deg, var(--st-ice), var(--st-sage-pale));
  border: 1px solid rgba(36, 91, 69, 0.18);
  border-top: 3px solid var(--st-evergreen);
  border-radius: var(--st-radius-sm);
}

.st-shop-panel h2,
.st-shop-panel h3 {
  margin-bottom: 8px;
  font-size: 1.7rem;
}

.st-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 14px;
}

.st-shop-provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.st-shop-provider {
  display: flex;
  padding: 21px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(36, 91, 69, 0.16);
  border-radius: var(--st-radius-sm);
}

.st-shop-provider h3 {
  font-size: 1.25rem;
}

.st-shop-provider p {
  color: var(--st-ink-soft);
  font-size: 0.86rem;
}

.st-shop-provider .st-shop-action {
  margin-top: auto;
}

.st-shop-provider :is(#em-shop-button, .wprm-recipe-shop-instacart, [data-vendor="walmart"]),
.st-shop-provider .st-shop-action,
.st-shop-provider .st-shop-action > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.st-shop-action .wprm-recipe-shop-instacart {
  min-height: 50px !important;
  border-radius: var(--st-radius-sm) !important;
}

.st-recipe-plugin-action {
  display: inline-flex;
}

.st-recipe-plugin-action :where(a, button) {
  min-height: 48px !important;
  border-radius: var(--st-radius-sm) !important;
}

.st-recipe-sidebar-wrap {
  position: relative;
}

.st-recipe-sidebar-sticky {
  position: sticky;
  top: 125px;
  display: grid;
  width: 100%;
  box-sizing: border-box;
  align-content: start;
  gap: 20px;
}

.st-nutrition-rail[hidden] {
  display: none !important;
}

.st-nutrition-rail {
  width: 100%;
  padding: 22px;
  box-sizing: border-box;
}

.st-nutrition-rail :where(.wprm-nutrition-label-shortcode-container, .wprm-nutrition-label-container, .wprm-nutrition-label) {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box !important;
}

.st-nutrition-rail .wprm-recipe-nutrition-header {
  margin: 0 0 14px !important;
  color: var(--st-ink) !important;
  font-family: var(--st-serif) !important;
  font-size: 1.35rem !important;
  line-height: 1.15 !important;
}

#st-shop-this-recipe {
  scroll-margin-top: 96px;
}

.st-shop-action {
  display: inline-flex;
}

.st-shop-action :where(button, a) {
  min-height: 50px !important;
  padding: 12px 19px !important;
  color: #fff !important;
  background: var(--st-evergreen) !important;
  border: 0 !important;
  border-radius: var(--st-radius-sm) !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.st-shop-action[data-st-shop="walmart"] :where(button, a),
.st-random-shop-actions [data-st-shop="walmart"] {
  color: #fff !important;
  background: #0053e2 !important;
  border-color: #0053e2 !important;
}

.st-shop-action :where(button, a):hover {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.st-random-shop-actions [data-st-shop="walmart"]:hover {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.st-recipe-card-shell,
.st-recipe-content .wprm-recipe-container {
  max-width: 100% !important;
}

.st-recipe-content .wprm-recipe-container {
  padding: clamp(22px, 5vw, 48px) !important;
  background: var(--st-parchment) !important;
  border: 1px solid var(--st-border) !important;
  border-top: 4px solid var(--st-rust) !important;
  border-radius: var(--st-radius-sm) !important;
  box-shadow: none;
}

.st-recipe-content .wprm-recipe-header,
.st-recipe-content .wprm-recipe-name {
  font-family: var(--st-serif) !important;
}

.st-recipe-content .wprm-recipe-ingredient-group-name,
.st-recipe-content .wprm-recipe-instruction-group-name {
  color: var(--st-evergreen-dark) !important;
}

.st-recipe-content .wprm-recipe-instruction {
  padding-block: 9px;
}

.st-recipe-content .wprm-recipe-instruction-text {
  line-height: 1.65 !important;
}

.st-recipe-content .wprm-recipe-ingredient {
  padding-block: 5px;
}

.st-recipe-content .wprm-recipe-button {
  color: #fff !important;
  background: var(--st-evergreen) !important;
}

.st-recipe-content .wprm-recipe-rating .wprm-rating-star svg {
  fill: var(--st-gold) !important;
}

.st-related-recipes {
  margin-top: clamp(48px, 7vw, 90px);
}

/* Forms, comments, dialogs */
.st-form-card,
.gform_wrapper,
#comments,
.comments-area {
  padding: clamp(24px, 5vw, 44px);
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
}

.gform_wrapper :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.st-entry :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea),
#wpdcom :where(input[type="text"], input[type="email"], textarea) {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--st-ink);
  background: #fff;
  border: 1px solid var(--st-field-border);
  border-radius: 10px;
}

.gform_wrapper textarea,
.st-entry textarea {
  min-height: 140px;
}

.gform_wrapper label,
.st-entry label,
.st-content label {
  color: var(--st-ink);
  font-weight: 760;
}

.st-content :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea) {
  max-width: 100%;
}

.st-comments {
  width: 100%;
}

.st-comment-list {
  padding: 0;
  list-style: none;
}

.st-comment-list .comment {
  padding: 20px 0;
  border-top: 1px solid var(--st-border);
}

.st-comment-list .children {
  padding-left: 28px;
  list-style: none;
}

.gfield_description,
.st-form-help {
  color: var(--st-muted);
  font-size: 0.82rem;
}

.gform_validation_errors,
.gfield_validation_message,
.st-form-error {
  color: #7b2318;
  background: #fff0ed;
  border-color: #e4a398;
  border-radius: 10px;
}

#wpdcom {
  max-width: 100% !important;
  font-family: var(--st-sans) !important;
}

#wpdcom .wpd-form-head,
#wpdcom .wpd-thread-head {
  color: var(--st-ink) !important;
  font-family: var(--st-serif) !important;
}

#wpdcom .wpd-primary-color,
#wpdcom a {
  color: var(--st-evergreen) !important;
}

#wpdcom .wpd-prim-button {
  color: #fff !important;
  background: var(--st-evergreen) !important;
  border-radius: 999px !important;
}

.st-random-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-block: 24px 12px;
}

.st-random-shop-actions .st-button {
  margin: 0;
}

.st-modal,
.wprm-popup-modal {
  color: var(--st-ink);
  background: var(--st-paper) !important;
  border-radius: var(--st-radius) !important;
  box-shadow: var(--st-shadow) !important;
}

/* Journal / post cards */
.st-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.st-post-card {
  overflow: hidden;
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
}

.st-post-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.st-post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.st-post-card:hover .st-post-card-media img {
  transform: scale(1.04);
}

.st-post-card-body {
  padding: 24px;
}

.st-post-card-body h2,
.st-post-card-body h3 {
  font-size: 1.55rem;
}

.st-post-card-body h2 a,
.st-post-card-body h3 a {
  color: var(--st-ink);
  text-decoration: none;
}

.st-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--st-muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.st-archive-grid,
.st-search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.st-search-result {
  padding: 25px;
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
}

.st-search-result h2 {
  font-size: 1.55rem;
}

.st-search-result h2 a {
  color: var(--st-ink);
  text-decoration: none;
}

.st-article-hero-inner {
  max-width: 920px;
}

.st-article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--st-muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.st-article-featured {
  overflow: hidden;
  margin-top: -48px;
  background: var(--st-sage-pale);
  border-radius: var(--st-radius-lg);
  box-shadow: var(--st-shadow);
}

.st-article-featured img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.st-not-found-inner {
  align-items: center;
}

.st-not-found-image {
  overflow: hidden;
  border-radius: var(--st-radius-lg);
  box-shadow: var(--st-shadow-sm);
}

.st-not-found-image img {
  display: block;
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.st-author-card {
  display: grid;
  padding: 28px;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 22px;
  background: var(--st-sage-pale);
  border-radius: var(--st-radius);
}

.st-author-card img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50%;
}

/* Ads and affiliate-ready spaces */
.st-ad-slot {
  position: relative;
  padding: 18px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px dashed rgba(64, 84, 76, 0.35);
  border-radius: 14px;
  text-align: center;
}

.st-ad-slot::before {
  display: block;
  margin-bottom: 8px;
  color: var(--st-muted);
  content: "Advertisement";
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.st-ad-slot:empty,
.st-ad-slot:not(:has(.widget)) {
  display: none;
}

.st-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.st-tool-card {
  padding: 24px;
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
}

/* Footer */
.st-site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: #10271e;
}

.st-footer-scene {
  position: relative;
  overflow: hidden;
  padding-top: clamp(28px, 5vw, 62px);
  background: linear-gradient(180deg, var(--st-cream) 0%, var(--st-parchment) 66%, #10271e 100%);
}

.st-footer-scene-inner {
  height: clamp(260px, 34vw, 430px);
  overflow: hidden;
  background: var(--st-parchment);
  border: 1px solid rgba(106, 67, 45, 0.25);
  border-radius: var(--st-radius-lg) var(--st-radius-lg) 0 0;
  box-shadow: 0 20px 50px rgba(16, 39, 30, 0.2);
}

.st-footer-scene-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.st-newsletter {
  position: relative;
  z-index: 2;
  display: block;
  padding: 46px 0 0;
  color: inherit;
  background: transparent;
  transform: none;
}

.st-newsletter-inner {
  display: grid;
  padding: clamp(30px, 6vw, 60px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 48px;
  color: var(--st-ink);
  background: linear-gradient(135deg, var(--st-ice), var(--st-sage-pale));
  border-top: 4px solid var(--st-rust);
  border-radius: 0;
  transform: none;
}

.st-newsletter-inner h2 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.st-newsletter-inner p {
  margin-bottom: 0;
  color: var(--st-ink-soft);
}

.st-newsletter-inner .gform_wrapper {
  padding: 0;
  background: transparent;
  border: 0;
}

.st-newsletter-form,
.st-newsletter-embed {
  min-width: 0;
}

.st-newsletter-form .gform_wrapper {
  padding: 0;
  background: transparent;
  border: 0;
}

.st-newsletter-unavailable {
  margin-bottom: 16px !important;
}

.st-newsletter-inner .gform_fields {
  display: grid !important;
  grid-template-columns: 1fr 1.35fr;
  gap: 10px !important;
}

.st-newsletter-inner .gform_footer {
  padding: 10px 0 0 !important;
  margin: 0 !important;
}

.st-footer-main {
  display: grid;
  padding: 52px 0 58px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.05fr;
  gap: clamp(28px, 5vw, 70px);
}

.st-footer-brand .st-brand {
  color: #fff;
}

.st-footer-brand .st-brand-tagline {
  color: rgba(255, 255, 255, 0.82);
}

.st-footer-brand .st-brand-mark {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.st-footer-brand p {
  max-width: 320px;
  margin-top: 20px;
  font-size: 0.9rem;
}

.st-footer-column h2,
.st-footer-column h3 {
  margin-bottom: 17px;
  color: #fff;
  font-family: var(--st-sans);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.st-footer-nav h2,
.st-footer-nav h3 {
  margin-bottom: 17px;
  color: #fff;
  font-family: var(--st-sans);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.st-footer-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.st-footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.st-footer-column li {
  margin-bottom: 9px;
}

.st-footer-nav li {
  margin-bottom: 9px;
}

.st-footer-column a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.st-footer-nav a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.st-footer-nav a:hover {
  color: #fff;
}

.st-footer-disclosure {
  padding: 0;
  margin-bottom: 20px;
  color: var(--st-affiliate-ink-dark);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

.st-footer-disclosure p {
  margin: 0;
}

.st-footer-column a:hover {
  color: #fff;
}

.st-footer-bottom {
  display: flex;
  padding: 22px 0 30px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
}

.st-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.st-footer-legal > .st-container {
  display: flex;
  padding: 22px 0 30px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
}

.st-footer-legal p {
  margin: 0;
}

.st-footer-legal a {
  color: inherit;
}

.st-footer-bottom a {
  color: inherit;
}

/* Pagination */
.navigation.pagination,
.posts-navigation,
.post-navigation {
  margin-top: 42px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.nav-links .page-numbers {
  display: grid;
  min-width: 43px;
  height: 43px;
  padding: 0 11px;
  place-items: center;
  color: var(--st-ink);
  background: var(--st-paper);
  border: 1px solid var(--st-border);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-links .current,
.nav-links a:hover {
  color: #fff;
  background: var(--st-evergreen);
  border-color: var(--st-evergreen);
}

/* Complete child-theme baseline and third-party cascade boundary */
.st-content :where(hr),
.st-entry :where(hr) {
  height: 1px;
  margin: 2.2em 0;
  background: var(--st-border);
  border: 0;
}

.st-content :where(table),
.st-entry :where(table) {
  width: 100%;
  margin: 1.6em 0;
  border-collapse: collapse;
  background: var(--st-paper);
  font-size: 0.92rem;
}

.st-content :where(th, td),
.st-entry :where(th, td) {
  padding: 12px 14px;
  border: 1px solid var(--st-border);
  text-align: left;
  vertical-align: top;
}

.st-content th,
.st-entry th {
  color: var(--st-evergreen-dark);
  background: var(--st-sage-pale);
}

.st-content caption,
.st-entry caption,
.st-content figcaption,
.st-entry figcaption {
  padding-top: 8px;
  color: var(--st-muted);
  font-size: 0.82rem;
  text-align: left;
}

.st-content :where(pre),
.st-entry :where(pre) {
  max-width: 100%;
  padding: 20px;
  overflow: auto;
  background: var(--st-evergreen-dark);
  border-radius: var(--st-radius-sm);
  color: #fff;
  font: 0.86rem/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

.st-content :where(code, kbd, samp),
.st-entry :where(code, kbd, samp) {
  padding: 0.12em 0.35em;
  background: var(--st-sage-pale);
  border-radius: 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
}

.st-content pre code,
.st-entry pre code {
  padding: 0;
  color: inherit;
  background: transparent;
}

.st-content :where(figure),
.st-entry :where(figure) {
  max-width: 100%;
  margin: 2em 0;
}

.st-content blockquote::before,
.st-entry blockquote::before {
  content: none;
}

.alignleft {
  float: left;
  margin: 0.4em 1.5em 1em 0;
}

.alignright {
  float: right;
  margin: 0.4em 0 1em 1.5em;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignwide {
  width: min(100%, var(--st-container));
}

.st-submission-guide ul,
.st-tool-help ol,
.st-about-values ul {
  list-style-position: outside;
}

.st-submission-guide ul,
.st-about-values ul {
  list-style-type: disc;
}

.st-tool-help ol {
  list-style-type: decimal;
}

.st-mobile-toggle-lines,
.st-mobile-toggle-lines::before,
.st-mobile-toggle-lines::after {
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
  transition: transform var(--st-transition), opacity var(--st-transition), background var(--st-transition);
}

.st-mobile-toggle-lines {
  position: relative;
}

.st-mobile-toggle-lines::before,
.st-mobile-toggle-lines::after {
  position: absolute;
  left: 0;
}

.st-mobile-toggle-lines::before {
  transform: translateY(-6px);
}

.st-mobile-toggle-lines::after {
  transform: translateY(6px);
}

.st-mobile-toggle[aria-expanded="true"] .st-mobile-toggle-lines {
  background: transparent;
}

.st-mobile-toggle[aria-expanded="true"] .st-mobile-toggle-lines::before {
  transform: rotate(45deg);
}

.st-mobile-toggle[aria-expanded="true"] .st-mobile-toggle-lines::after {
  transform: rotate(-45deg);
}

@keyframes st-drawer-enter {
  from {
    opacity: 0.72;
    transform: translateX(105%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.st-site-header .st-announcement,
.st-site-header .st-header-inner {
  transition: min-height 200ms ease, max-height 200ms ease, padding 200ms ease, opacity 150ms ease;
}

.st-site-header.is-scrolled .st-announcement {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
}

.st-site-header.is-scrolled .st-header-inner {
  min-height: 68px;
}

.st-primary-nav :where(.current-menu-parent, .current_page_parent, .current-menu-ancestor, .current_page_ancestor) > a {
  color: var(--st-evergreen-dark);
  background: var(--st-sage-pale);
}

.st-recipe-grid:has(> :only-child),
.st-journal-grid:has(> :only-child),
.st-archive-grid:has(> :only-child),
.st-search-results:has(> :only-child) {
  grid-template-columns: minmax(0, min(100%, 460px)) !important;
}

.st-recipe-grid:has(> :nth-child(2):last-child),
.st-journal-grid:has(> :nth-child(2):last-child),
.st-archive-grid:has(> :nth-child(2):last-child),
.st-search-results:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-recipe-card-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.st-recipe-card-heading h2 {
  margin-bottom: 0.35em;
}

.st-recipe-card-heading p:last-child {
  color: var(--st-ink-soft);
}

.st-shop-panel {
  margin-top: clamp(34px, 6vw, 64px);
}

.st-recipe-conversation {
  margin-top: clamp(30px, 5vw, 54px);
  scroll-margin-top: 110px;
}

.st-random-recipe {
  max-width: 960px;
  margin-inline: auto;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-container {
  max-width: 100% !important;
  padding: clamp(22px, 5vw, 48px) !important;
  color: var(--st-ink) !important;
  background: var(--st-parchment) !important;
  border: 1px solid var(--st-border) !important;
  border-top: 4px solid var(--st-rust) !important;
  border-radius: var(--st-radius-sm) !important;
  box-shadow: none;
  font-family: var(--st-sans) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-template-no-stars-default {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--st-ink) !important;
  background: transparent !important;
  border: 0 !important;
  font-family: var(--st-sans) !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-name {
  display: block !important;
  margin: 0 0 10px !important;
  color: var(--st-ink) !important;
  font-size: clamp(1.8rem, 4vw, 2.7rem) !important;
  letter-spacing: -0.025em !important;
  line-height: 1.08 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-summary {
  margin-bottom: 22px !important;
  color: var(--st-ink-soft) !important;
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-image img {
  border: 1px solid var(--st-border) !important;
  border-radius: var(--st-radius-sm) !important;
}

/*
 * WPRM floats the combined image/rating block to the right by default. The
 * site's 44px rating targets make that float wider than its 300px image,
 * leaving the card visually right-heavy and squeezing the controls below it.
 * Give desktop cards an intentional full-width media band instead.
 */
@media screen and (min-width: 901px) {
  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right {
    display: grid !important;
    float: none !important;
    clear: both;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-items: center;
    gap: 16px;
    margin: 24px 0 28px !important;
    text-align: center;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > svg[width="0"][height="0"] {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > .wprm-spacer {
    display: none !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > .wprm-recipe-image {
    display: block !important;
    width: 100% !important;
    max-width: 300px;
    margin: 0 !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > .wprm-recipe-image > a {
    display: block;
    width: 100%;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > .wprm-recipe-image img {
    display: block;
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > .wprm-recipe-rating.wprm-recipe-rating-inline {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    white-space: normal !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
    flex: 0 0 100%;
    min-width: 0;
    margin: 8px 0 0 !important;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal !important;
  }
}

@media screen and (min-width: 1101px) {
  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(24px, 4vw, 40px);
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > .wprm-recipe-image {
    grid-column: 1;
    grid-row: 1;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right > .wprm-recipe-rating.wprm-recipe-rating-inline {
    grid-column: 2;
    grid-row: 1;
  }
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-author {
  display: block !important;
  margin: 0 0 18px !important;
  color: var(--st-muted) !important;
  font-size: 0.82rem !important;
  font-style: italic;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-template-no-stars-default > .wprm-spacer {
  height: clamp(10px, 2vw, 18px) !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-name, .wprm-recipe-header) {
  color: var(--st-ink) !important;
  font-family: var(--st-serif) !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-header {
  padding-bottom: 10px !important;
  margin: 0 0 18px !important;
  border-bottom: 2px solid var(--st-evergreen) !important;
  font-size: clamp(1.45rem, 3vw, 2rem) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-header > .wprm-decoration-line {
  display: none !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-equipment-container, .wprm-recipe-ingredients-container, .wprm-recipe-instructions-container, .wprm-recipe-notes-container, .wprm-recipe-nutrition-container:not(.wprm-recipe-calories-container)) {
  padding-top: clamp(24px, 4vw, 34px) !important;
  margin-top: clamp(24px, 4vw, 38px) !important;
  border-top: 1px solid var(--st-rule) !important;
}

:is(.wprm-recipe-equipment-container, .wprm-recipe-ingredients-container) .st-amazon-section-disclosure {
  padding: 0 !important;
  margin: 0 0 10px !important;
  color: var(--st-affiliate-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  :is(.st-disclosure, .st-affiliate-note, .st-recipe-story-disclosure, .st-recipe-story-section-disclosure) {
    font-size: 0.8125rem;
  }

  :is(.wprm-recipe-equipment-container, .wprm-recipe-ingredients-container) .st-amazon-section-disclosure {
    margin-bottom: 12px !important;
    font-size: 0.8125rem !important;
  }
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-meta-container {
  padding: 13px 0 !important;
  border-top: 1px solid var(--st-rule) !important;
  border-bottom: 1px solid var(--st-rule) !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-container-columns-spaced:has(.wprm-recipe-course-container):has(.wprm-recipe-cuisine-container):has(.wprm-recipe-servings-container):has(.wprm-recipe-calories-container) .wprm-recipe-calories-container {
  margin-top: 0 !important;
  border-top-width: 0 !important;
}

@media (min-width: 901px) {
  :is(.st-recipe-content, .st-random-recipe) .wprm-container-columns-spaced:has(.wprm-recipe-course-container):has(.wprm-recipe-cuisine-container):has(.wprm-recipe-servings-container):has(.wprm-recipe-calories-container) {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch !important;
    gap: 0 !important;
    border-top: 1px solid var(--st-rule);
    border-bottom: 1px solid var(--st-rule);
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-columns-spaced:has(.wprm-recipe-course-container):has(.wprm-recipe-cuisine-container):has(.wprm-recipe-servings-container):has(.wprm-recipe-calories-container) > div,
  :is(.st-recipe-content, .st-random-recipe) .wprm-container-columns-spaced:has(.wprm-recipe-course-container):has(.wprm-recipe-cuisine-container):has(.wprm-recipe-servings-container):has(.wprm-recipe-calories-container) > div > .wprm-recipe-meta-container {
    display: contents !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-columns-spaced:has(.wprm-recipe-course-container):has(.wprm-recipe-cuisine-container):has(.wprm-recipe-servings-container):has(.wprm-recipe-calories-container) > div > .wprm-icon-shortcode {
    display: none !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-columns-spaced:has(.wprm-recipe-course-container):has(.wprm-recipe-cuisine-container):has(.wprm-recipe-servings-container):has(.wprm-recipe-calories-container) .wprm-recipe-block-container-table {
    display: grid !important;
    width: auto !important;
    min-width: 0;
    grid-template-rows: auto 1fr;
    align-content: start;
    justify-items: center;
    gap: 4px;
    padding: 12px 10px !important;
    margin: 0 !important;
    border: 0 !important;
    text-align: center;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-columns-spaced:has(.wprm-recipe-course-container):has(.wprm-recipe-cuisine-container):has(.wprm-recipe-servings-container):has(.wprm-recipe-calories-container) .wprm-recipe-block-container-table:not(.wprm-recipe-course-container) {
    border-left: 1px solid var(--st-rule) !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-columns-spaced:has(.wprm-recipe-course-container):has(.wprm-recipe-cuisine-container):has(.wprm-recipe-servings-container):has(.wprm-recipe-calories-container) :where(.wprm-recipe-servings-with-unit, .wprm-recipe-nutrition-with-unit, .wprm-recipe-course, .wprm-recipe-cuisine) {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-total-time-container,
:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-total-time-container .wprm-recipe-total-time-label,
:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-total-time-container .wprm-recipe-time,
:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-total-time-container .wprm-recipe-total_time {
  color: var(--st-ink) !important;
  font-weight: 900 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-details-label {
  color: var(--st-muted) !important;
  font-size: 0.72rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.06em !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-adjustable-servings-container {
  --wprm-toggle-button-accent: var(--st-evergreen) !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-adjustable-servings {
  min-width: 42px !important;
  min-height: 42px !important;
  border-radius: 5px !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-ingredient-group-name, .wprm-recipe-instruction-group-name) {
  margin: 1.4em 0 0.65em !important;
  color: var(--st-evergreen-dark) !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-ingredients, .wprm-recipe-instructions) {
  padding-left: 1.35em !important;
  margin-left: 0 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-ingredients {
  padding-left: 0 !important;
  list-style: none !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-ingredient {
  position: relative;
  display: list-item !important;
  padding: 8px 0 8px 20px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(36, 91, 69, 0.12);
  list-style: none !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-ingredient::before {
  position: absolute;
  top: 1.05em;
  left: 1px;
  width: 8px;
  height: 3px;
  content: "" !important;
  background: var(--st-rust) !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-ingredient::after {
  content: none !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-instruction {
  padding: 9px 0 !important;
  margin: 0 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-instruction-text {
  font-family: var(--st-sans) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-instruction-ingredients {
  display: block !important;
  padding: 10px 12px !important;
  margin: 10px 0 4px !important;
  color: var(--st-evergreen-dark) !important;
  background: var(--st-sage-pale) !important;
  border-left: 3px solid var(--st-rust);
  border-radius: 0 6px 6px 0;
  line-height: 1.5 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-instruction-ingredient {
  color: var(--st-evergreen-dark) !important;
  font-weight: 780 !important;
}

:is(.st-recipe-content, .st-random-recipe) .st-instruction-affiliate-link,
:is(.st-recipe-content, .st-random-recipe) .st-instruction-ingredient-affiliate-link > .wprm-recipe-instruction-ingredient {
  color: var(--st-evergreen-dark) !important;
  text-decoration-line: underline !important;
  text-decoration-color: var(--st-rust-dark) !important;
  text-decoration-style: solid !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 0.16em !important;
  text-decoration-skip-ink: auto;
}

:is(.st-recipe-content, .st-random-recipe) .st-instruction-ingredient-affiliate-link {
  display: inline;
  font-weight: 780 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-instruction-ingredients-block .st-instruction-ingredient-affiliate-link {
  display: block;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient[data-separator]:not([data-separator=""]) {
  padding-inline-end: 5px !important;
}

:is(.st-recipe-content, .st-random-recipe) .st-instruction-affiliate-link:is(:hover, :focus-visible),
:is(.st-recipe-content, .st-random-recipe) .st-instruction-ingredient-affiliate-link:is(:hover, :focus-visible) > .wprm-recipe-instruction-ingredient {
  color: var(--st-rust-dark) !important;
  text-decoration-color: currentColor !important;
}

:is(.st-recipe-content, .st-random-recipe) .st-instruction-affiliate-link:focus-visible {
  outline: 3px solid var(--st-evergreen-dark) !important;
  outline-offset: 3px;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-checkbox-is-checked .st-instruction-ingredient-affiliate-link > .wprm-recipe-instruction-ingredient {
  text-decoration-line: underline line-through !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-link, .wprm-recipe-button),
.st-recipe-plugin-action :where(a, button) {
  display: inline-flex;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 11px 18px !important;
  color: #fff !important;
  background: var(--st-evergreen) !important;
  border: 1px solid var(--st-evergreen) !important;
  border-radius: var(--st-radius-sm) !important;
  font-family: var(--st-sans) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.st-recipe-card-share-action,
.st-recipe-share-option {
  cursor: pointer;
}

.st-recipe-share-mark {
  display: inline-flex !important;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0 !important;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(13, 34, 25, 0.12);
}

.st-recipe-share-mark svg {
  display: block;
  width: 16px;
  height: 16px;
}

[data-st-card-share-action="1"] .st-recipe-share-mark {
  color: #e60023 !important;
}

[data-st-card-share-action="2"] .st-recipe-share-mark {
  color: #1877f2 !important;
}

[data-st-card-share-action] .st-recipe-share-mark path {
  fill: currentColor !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-link, .wprm-recipe-button):hover,
.st-recipe-plugin-action :where(a, button):hover {
  color: #fff !important;
  background: var(--st-evergreen-dark) !important;
  border-color: var(--st-evergreen-dark) !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-link, .wprm-recipe-button) [fill]:not([fill="none"]),
.st-recipe-plugin-action [fill]:not([fill="none"]) {
  fill: currentColor !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-link, .wprm-recipe-button) [stroke]:not([stroke="none"]),
.st-recipe-plugin-action [stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-call-to-action {
  padding: 22px 0 0 !important;
  margin-top: 30px !important;
  color: var(--st-ink) !important;
  background: transparent !important;
  border-top: 2px solid var(--st-evergreen) !important;
  border-radius: 0 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-call-to-action :where(a, span) {
  color: var(--st-evergreen-dark) !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-toggle-switch-slider {
  --switch-on-color: var(--st-evergreen) !important;
  --switch-off-color: var(--st-field-border) !important;
  --switch-off-text: var(--st-ink) !important;
  --switch-off-knob: #fff !important;
  --switch-on-text: #fff !important;
  --switch-on-knob: #fff !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-toggle-switch input:focus-visible + .wprm-toggle-switch-slider {
  outline: 3px solid var(--st-evergreen-dark) !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #fff !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-nutrition-label {
  font-size: 0.85rem !important;
  line-height: 1.35 !important;
}

:is(.st-recipe-content, .st-random-recipe) :where(.wprm-recipe-warning, .wprm-recipe-advanced-servings-reset, .wprm-prevent-sleep-description) {
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-advanced-list li::before {
  color: #fff !important;
  background: var(--st-evergreen) !important;
}

:is(.st-recipe-content, .st-random-recipe, .wprm-popup-modal__container, #wpdcom) :where(.wprm-rating-star, .wprm-user-ratings-modal-stars) svg * {
  stroke: var(--st-gold) !important;
}

:is(.st-recipe-content, .st-random-recipe, .wprm-popup-modal__container, #wpdcom) .wprm-rating-star-full svg * {
  fill: var(--st-gold) !important;
}

:is(.wprm-comment-ratings-container, #wpdcom .wprm-comment-ratings-container) svg [fill]:not([fill="none"]) {
  fill: var(--st-gold) !important;
}

:is(.wprm-comment-ratings-container, #wpdcom .wprm-comment-ratings-container) svg [stroke]:not([stroke="none"]) {
  stroke: var(--st-gold) !important;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-rating-star[role="button"] {
  display: inline-grid !important;
  width: 44px !important;
  height: 44px !important;
  place-items: center;
}

:is(.st-recipe-content, .st-random-recipe) .wprm-rating-star[role="button"] svg {
  width: 26px !important;
  height: 26px !important;
}

:is(fieldset.wprm-comment-ratings-container, fieldset.wprm-user-ratings-modal-stars) {
  display: inline-grid !important;
  width: 220px;
  min-height: 44px;
  grid-template-columns: repeat(5, 44px);
}

:is(fieldset.wprm-comment-ratings-container, fieldset.wprm-user-ratings-modal-stars) input[type="radio"] {
  width: 44px;
  min-width: 44px !important;
  height: 44px;
  min-height: 44px !important;
  float: none !important;
  box-sizing: border-box;
}

:is(fieldset.wprm-comment-ratings-container, fieldset.wprm-user-ratings-modal-stars) input[type="radio"][value="0"] {
  position: fixed !important;
  left: -10000px !important;
}

:is(fieldset.wprm-comment-ratings-container, fieldset.wprm-user-ratings-modal-stars) > span[aria-hidden="true"] {
  min-width: 220px !important;
  min-height: 44px !important;
}

:is(fieldset.wprm-comment-ratings-container, fieldset.wprm-user-ratings-modal-stars):focus-within {
  outline: 3px solid var(--st-evergreen-dark) !important;
  outline-offset: 4px;
  border-radius: 4px;
}

body:not(:hover) :is(fieldset.wprm-comment-ratings-container, fieldset.wprm-user-ratings-modal-stars):focus-within > span {
  outline: 0 !important;
}

.wprm-popup-modal__container {
  width: min(620px, calc(100vw - 28px)) !important;
  max-height: min(88vh, 760px) !important;
  overflow: auto !important;
  color: var(--st-ink) !important;
  background: var(--st-paper) !important;
  border: 1px solid var(--st-border) !important;
  border-radius: var(--st-radius) !important;
  box-shadow: var(--st-shadow) !important;
}

.wprm-popup-modal__header,
.wprm-popup-modal__content,
.wprm-popup-modal__footer {
  padding-right: clamp(20px, 5vw, 38px) !important;
  padding-left: clamp(20px, 5vw, 38px) !important;
}

.wprm-popup-modal__title {
  color: var(--st-ink) !important;
  font-family: var(--st-serif) !important;
}

.wprm-popup-modal__close {
  display: inline-grid !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 10px !important;
  place-items: center;
  color: var(--st-ink) !important;
  border-radius: 50% !important;
}

.wprm-popup-modal__content :where(input[type="text"], input[type="email"], textarea) {
  width: 100% !important;
  min-height: 48px !important;
  padding: 11px 13px !important;
  color: var(--st-ink) !important;
  background: #fff !important;
  border: 1px solid var(--st-field-border) !important;
  border-radius: 10px !important;
}

.wprm-popup-modal__btn {
  min-height: 48px !important;
  padding: 11px 19px !important;
  color: #fff !important;
  background: var(--st-evergreen) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

form.wprm-recipe-submission :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--st-ink);
  background: #fff;
  border: 1px solid var(--st-field-border);
  border-radius: 10px;
}

form.wprm-recipe-submission textarea {
  min-height: 150px;
}

form.wprm-recipe-submission input[type="file"] {
  padding: 12px;
  background: var(--st-snow);
  border-style: dashed;
}

#wprmprs_submit {
  min-height: 48px !important;
  padding: 12px 21px !important;
  color: #fff !important;
  background: var(--st-evergreen) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

#comments,
.comments-area {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

#comments.comments-area {
  width: min(100%, 940px) !important;
  max-width: 940px !important;
  padding: clamp(20px, 4vw, 44px) !important;
}

#comments .comment-notes,
.comments-area .comment-notes {
  display: block !important;
  color: var(--st-ink-soft);
}

#respond,
#commentform {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#commentform :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), textarea) {
  width: 100% !important;
  min-height: 48px;
  padding: 11px 13px;
  background: #fff;
  border: 1px solid var(--st-field-border);
  border-radius: 10px;
}

#commentform textarea {
  min-height: 150px;
}

#wpdcom {
  width: min(100%, 850px) !important;
  max-width: 850px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--st-ink-soft) !important;
}

#comments.comments-area #wpdcom {
  padding: 0 !important;
  margin: 0 auto !important;
}

#wpdcom :where(.wpd-prim-button, .wpdiscuz-subscribe-form-button input, [role="button"], button) {
  min-width: 44px;
  min-height: 44px;
}

#wpdcom #wpdiscuz_subscription_button {
  width: auto !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 9px 15px !important;
}

#wpdcom :where(.ql-toolbar.ql-snow, .ql-container.ql-snow) {
  border-color: var(--st-field-border) !important;
}

#wpdcom :where(.wpd-inline-form-wrapper, .wpd-last-inline-comments-wrapper) {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

#wpdcom .wpd-form-head {
  gap: 14px;
  padding: 12px 0 !important;
}

#wpdcom .ql-snow.ql-toolbar button.ql-wpdsticker svg {
  fill: var(--st-evergreen) !important;
}

#wpdcom .ql-snow.ql-toolbar button.ql-wpdsticker:hover svg {
  fill: var(--st-evergreen-dark) !important;
}

#wpdcom .ql-snow.ql-toolbar button.ql-emoji svg {
  color: var(--st-gold) !important;
}

#wpdcom .ql-snow.ql-toolbar button.ql-emoji:hover svg,
#wpdcom .wpd-comment .wpd-follow-active {
  color: var(--st-rust) !important;
}

#wpdcom .page-numbers {
  color: var(--st-evergreen-dark) !important;
  border-color: var(--st-evergreen) !important;
}

#wpdcom span.current {
  color: #fff !important;
  background: var(--st-evergreen) !important;
}

:where(.st-search-form, .st-hero-search, .st-search-dialog, .st-entry, #commentform, form.wprm-recipe-submission, .wprm-popup-modal__content) :where(input, textarea)::placeholder,
#wpdcom :where(input, textarea)::placeholder,
#wpdcom .ql-editor.ql-blank::before {
  color: var(--st-muted) !important;
  opacity: 1 !important;
}

[wpd-tooltip]::after,
#wpdcom :where(div.wpd-field-desc, span.wpd-field-desc) span {
  font-size: 0.8rem !important;
  line-height: 1.45 !important;
}

#wpdcom :where(
  .wpd-social-login-agreement,
  .wpdiscuz-subscribe-form-option,
  .wpdiscuz-subscribe-agreement,
  .wpdiscuz-subscribe-agreement label,
  .wpd-editor-char-counter,
  .wpd-comment-header,
  .wpd-comment-date,
  .wpd-comment-status .wpd-closed,
  .wpd-comment-footer .wpd-view-replies,
  .wpd-comment-footer .wpd-reply-button,
  .wpd-comment-right .wpd-comment-last-edited,
  .wpd-comment .wpd-reply-to,
  .wpd-comment .wpd-follow-link
) {
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
}

#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies {
  width: auto !important;
  min-width: 78px;
  overflow: visible !important;
}

#wpdcom .wpd-agreement-button {
  display: inline-flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px !important;
  color: #fff !important;
  background: var(--st-evergreen) !important;
  border: 1px solid var(--st-evergreen) !important;
  border-radius: 999px;
  font-size: 0.82rem !important;
  font-weight: 800;
}

#wpdcom .wpd-agreement-button[class*="disagree"] {
  color: var(--st-evergreen-dark) !important;
  background: #fff !important;
}

#wpdcom .wpd-filter-view-all {
  min-height: 44px;
  padding: 10px 16px !important;
  color: #fff !important;
  background: var(--st-evergreen) !important;
  border-radius: 999px !important;
  font-size: 0.82rem !important;
}

#wpdcom :where(.wpdiscuz-message-success, .wpdiscuz-message-warning, .wpdiscuz-message-error) {
  padding: 12px 16px !important;
  border: 1px solid !important;
  border-radius: 10px !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
}

#wpdcom .wpdiscuz-message-success {
  color: var(--st-evergreen-dark) !important;
  background: var(--st-sage-pale) !important;
  border-color: var(--st-evergreen) !important;
}

#wpdcom .wpdiscuz-message-warning {
  color: #684000 !important;
  background: #fff4dc !important;
  border-color: var(--st-gold) !important;
}

#wpdcom .wpdiscuz-message-error {
  color: #7b2318 !important;
  background: #fff0ed !important;
  border-color: #b95c4e !important;
}

/* wpDiscuz front-end moderation renders outside #wpdcom. */
.wpdiscuz-fem-email-form,
.wpdiscuz-fem-move-form {
  top: 50% !important;
  left: 50% !important;
  width: min(620px, calc(100vw - 28px)) !important;
  max-height: min(88vh, 760px);
  padding: clamp(24px, 5vw, 36px) !important;
  overflow-y: auto;
  color: var(--st-ink) !important;
  background: var(--st-paper) !important;
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  box-shadow: 0 28px 90px rgba(13, 34, 25, 0.34);
  transform: translate(-50%, -50%);
}

.wpdiscuz-fem-email-form .wpdiscuz-fem-author,
.wpdiscuz-fem-move-form .wpdiscuz-fem-author {
  width: auto !important;
  padding: 0 48px 14px 0 !important;
  margin: 0 0 18px !important;
  color: var(--st-ink) !important;
  border-bottom: 1px solid var(--st-border) !important;
  font-family: var(--st-serif);
  font-size: 1.25rem !important;
  font-weight: 700;
  line-height: 1.25;
}

.wpdiscuz-fem-move-form em {
  width: 100% !important;
  padding: 12px 14px !important;
  margin: 14px 0 0 !important;
  color: var(--st-ink-soft) !important;
  background: var(--st-sage-pale) !important;
  border-radius: 10px;
  font-family: var(--st-sans);
  font-size: 0.86rem !important;
  line-height: 1.5 !important;
}

.wpdiscuz-fem-move-form .fa-times,
.wpdiscuz-fem-email-form .fa-times {
  top: 14px !important;
  right: 14px !important;
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  place-items: center;
  color: var(--st-ink) !important;
  background: transparent;
  border: 1px solid var(--st-border);
  border-radius: 50%;
}

.wpdiscuz-fem-email-form :where(input.wpdiscuz-fem-subj, textarea.wpdiscuz-fem-msg),
.wpdiscuz-fem-move-form input.wpdiscuz-fem-post {
  width: 100% !important;
  min-height: 48px;
  padding: 11px 13px !important;
  margin: 8px 0 !important;
  color: var(--st-ink) !important;
  background: #fff;
  border: 1px solid var(--st-field-border);
  border-radius: 10px;
  font-size: 1rem !important;
}

.wpdiscuz-fem-email-form textarea.wpdiscuz-fem-msg {
  min-height: 150px;
}

.wpdiscuz-fem-posts {
  left: 0 !important;
  top: calc(100% + 4px) !important;
  width: 100% !important;
  max-height: 220px !important;
  color: var(--st-ink) !important;
  background: var(--st-paper) !important;
  border: 1px solid var(--st-field-border) !important;
  border-radius: 10px;
  box-shadow: var(--st-shadow-sm);
  font-size: 0.86rem !important;
}

.wpdiscuz-fem-posts div {
  padding: 9px 12px !important;
}

.wpdiscuz-fem-button-align :where(button, [role="button"]),
.wpdiscuz-fem-send,
.wpdiscuz-fem-move,
.wpdiscuz-fem-ok {
  min-height: 48px;
  padding: 11px 20px;
  color: #fff;
  background: var(--st-evergreen);
  border: 1px solid var(--st-evergreen);
  border-radius: 999px;
  font-weight: 800;
}

.wpdiscuz-fem-response {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(560px, calc(100vw - 28px)) !important;
  padding: 24px;
  margin: 0 !important;
  color: var(--st-ink);
  background: var(--st-paper);
  border-radius: var(--st-radius);
  box-shadow: var(--st-shadow);
  transform: translate(-50%, -50%);
}

#wpd-editor-source-code-wrapper {
  width: min(760px, calc(100vw - 28px)) !important;
  height: auto !important;
  max-height: 88vh;
  padding: 22px !important;
  overflow-y: auto;
  background: var(--st-paper) !important;
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius) !important;
  box-shadow: var(--st-shadow);
}

#wpd-editor-source-code {
  width: 100% !important;
  height: min(60vh, 420px) !important;
  min-height: 220px;
  padding: 13px;
  color: var(--st-ink);
  background: #fff;
  border: 1px solid var(--st-field-border);
  border-radius: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9rem;
  line-height: 1.5;
}

#wpd-insert-source-code {
  min-height: 44px;
  padding: 9px 18px !important;
  color: #fff;
  background: var(--st-evergreen);
  border: 0;
  border-radius: 999px;
  font-weight: 800;
}

.searchwp-live-search-results {
  box-sizing: border-box;
  min-width: 0 !important;
  max-width: min(100%, calc(100vw - 32px)) !important;
  max-height: min(420px, 70vh) !important;
  overflow-y: auto !important;
  color: var(--st-ink) !important;
  background: var(--st-paper) !important;
  border: 1px solid var(--st-field-border) !important;
  border-radius: 14px !important;
  box-shadow: var(--st-shadow) !important;
}

.searchwp-live-search-result {
  padding: 13px !important;
  border-bottom: 1px solid var(--st-border) !important;
}

.searchwp-live-search-result--img {
  overflow: hidden;
  border-radius: 9px;
}

.searchwp-live-search-result--img img {
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
}

.searchwp-live-search-result .searchwp-live-search-result--title {
  margin-bottom: 5px;
  font-family: var(--st-serif);
  line-height: 1.25;
}

.searchwp-live-search-result .searchwp-live-search-result--title a {
  color: var(--st-ink) !important;
  font-size: 1rem !important;
  text-decoration: none;
}

.searchwp-live-search-result--desc {
  margin: 0;
  color: var(--st-ink-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.searchwp-live-search-result--focused,
.searchwp-live-search-result:hover {
  background: var(--st-sage-pale) !important;
  box-shadow: inset 4px 0 0 var(--st-evergreen);
}

.st-search-dialog-results {
  width: 100%;
}

.st-search-dialog-results:empty {
  display: none;
}

.st-search-dialog-results .searchwp-live-search-results {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 5px;
}

.st-tool-noscript {
  padding: 14px 16px;
  color: var(--st-ink);
  background: #fff4dc;
  border: 1px solid var(--st-gold);
  border-radius: 10px;
}

.wprm-recipe-collections-layout-grid .wprmprc-container-header-action,
.wprm-recipe-collections-layout-grid .wprmprc-collection-header-action,
.wprm-recipe-collections-layout-grid .wprmprc-collection-item-action,
.wprm-recipe-collections-layout-grid :where(.wprmprc-collection-item-servings-minus, .wprmprc-collection-item-servings-plus),
.wprmprc-shopping-list :where(.wprmprc-shopping-list-item-servings-adjust-minus, .wprmprc-shopping-list-item-servings-adjust-plus) {
  display: grid !important;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
}

.wprm-recipe-collections-layout-grid .wprmprc-container-header-action,
.wprm-recipe-collections-layout-grid .wprmprc-collection-header-action,
.wprm-recipe-collections-layout-grid .wprmprc-collection-item-action {
  flex-basis: 44px !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-header-actions {
  flex-basis: auto !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item-actions {
  flex-basis: 44px !important;
}

.wprm-recipe-collections-layout-grid :where(.wprmprc-collection-item-servings-minus, .wprmprc-collection-item-servings-plus) {
  flex-basis: 44px !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item-servings {
  opacity: 1 !important;
}

.searchwp-live-search-no-results,
.searchwp-live-search-no-min-chars::after {
  padding: 28px 20px !important;
  color: var(--st-muted);
}

.st-filter-reset {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 8px 12px;
  color: var(--st-evergreen);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.st-filter-reset:hover {
  color: var(--st-evergreen-dark);
  background: var(--st-sage-pale);
}

.st-widget__title {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.st-site-footer .widget {
  padding: 0;
  color: rgba(255, 255, 255, 0.74);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.st-site-footer .widget + .widget {
  margin-top: 24px;
}

.st-site-footer .widget :where(input, select, textarea) {
  max-width: 100%;
}

.st-ad-slot > .widget {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.st-site-footer .st-ad-slot {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.24);
}

.st-site-footer .st-ad-slot::before,
.st-site-footer .st-ad-slot .widget {
  color: rgba(255, 255, 255, 0.78);
}

.st-site-footer .st-ad-slot a {
  color: #fff;
}

.st-newsletter-inner .gfield_description {
  color: var(--st-ink-soft);
}

/* Responsive */
@media (max-width: 1120px) {
  .st-header-inner {
    grid-template-columns: 1fr auto;
  }

  .st-primary-nav,
  .st-header-actions .st-recipe-box-link {
    display: none;
  }

  .st-mobile-toggle {
    display: inline-grid;
  }

  #st-mobile-panel,
  .st-mobile-panel {
    position: fixed;
    z-index: 89;
    top: var(--st-mobile-top, 115px);
    right: 0;
    bottom: 0;
    left: auto;
    display: none;
    width: min(420px, 92vw);
    max-width: none;
    max-height: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--st-ink);
    background:
      linear-gradient(145deg, rgba(220, 236, 240, 0.52), transparent 38%),
      repeating-linear-gradient(8deg, rgba(23, 40, 34, 0.015) 0, rgba(23, 40, 34, 0.015) 1px, transparent 1px, transparent 8px),
      var(--st-paper);
    border: 0;
    border-top: 4px solid var(--st-rust);
    border-left: 1px solid rgba(23, 40, 34, 0.18);
    box-shadow: -14px 24px 40px rgba(23, 40, 34, 0.16);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 230ms ease, visibility 230ms;
  }

  #st-mobile-panel[open],
  .st-mobile-panel[open] {
    display: block;
    transform: translateX(0);
    visibility: visible;
    animation: st-drawer-enter 230ms ease-out;
  }

  #st-mobile-panel::backdrop,
  .st-mobile-panel::backdrop {
    background: rgba(13, 34, 25, 0.62);
    backdrop-filter: blur(3px);
  }

  .st-mobile-panel-inner {
    width: 100%;
    min-height: 100%;
    padding: 28px;
  }

  .st-mobile-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding-bottom: 22px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--st-rule);
  }

  .st-mobile-panel-head .st-eyebrow {
    margin-bottom: 6px;
  }

  .st-mobile-panel-head h2 {
    margin: 0;
    font-size: 1.8rem;
  }

  .st-mobile-panel-close {
    position: static;
    flex: 0 0 45px;
  }

  #st-mobile-panel.is-open,
  .st-mobile-panel.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .st-mobile-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .st-mobile-panel .st-mobile-menu {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .st-mobile-panel li {
    border-bottom: 1px solid var(--st-border);
  }

  .st-mobile-panel .sub-menu {
    position: static;
    display: block;
    width: auto;
    padding: 0 0 8px 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .st-mobile-panel nav a {
    display: block;
    padding: 14px 4px;
    color: var(--st-ink);
    font-family: var(--st-serif);
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
  }

  .st-mobile-panel-cta {
    width: 100%;
    margin-top: 22px;
    color: #fff;
    font-family: var(--st-sans);
    font-size: 0.9rem;
  }

  .st-mobile-panel :where(.current-menu-item, .current_page_item, .current-menu-parent, .current_page_parent) > a {
    color: var(--st-evergreen-dark);
    box-shadow: inset 3px 0 0 var(--st-rust);
    text-decoration: none;
    padding-left: 14px;
  }

  .st-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 42px;
  }

  .st-hero-mosaic {
    min-height: 520px;
  }

  .st-recipe-grid-4,
  .st-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-footer-main {
    grid-template-columns: 1.3fr repeat(2, 0.7fr);
  }

  .st-footer-main > :last-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 901px) {
  .st-recipe-sidebar-sticky {
    max-height: calc(100vh - 145px);
    padding-right: 5px;
    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .st-header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .st-brand-tagline {
    display: none;
  }

  .st-brand-name {
    font-size: 1.3rem;
  }

  .st-primary-nav {
    display: block;
    min-width: 0;
    justify-self: stretch;
  }

  .st-primary-nav ul {
    justify-content: center;
    gap: 0;
  }

  .st-primary-nav a {
    min-height: 40px;
    padding: 7px 7px;
    font-size: 0.78rem;
  }

  .st-mobile-toggle {
    display: none;
  }
}

@media (max-width: 900px) {
  .st-hero-inner,
  .st-recipe-hero-inner,
  .st-commerce-band,
  .st-newsletter-inner,
  .st-page-hero-inner:has(> .st-page-hero-image),
  .st-about-grid,
  .st-tool-layout,
  .st-not-found-inner,
  .st-home-support-grid {
    grid-template-columns: 1fr;
  }

  .st-hero-copy {
    max-width: 760px;
  }

  .st-hero-mosaic {
    min-height: 560px;
  }

  .st-recipe-grid,
  .st-journal-grid,
  .st-tool-grid,
  .st-archive-grid,
  .st-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-discovery-lanes {
    grid-template-columns: 1fr;
  }

  .st-page-layout,
  .st-content-layout,
  .st-recipe-layout {
    grid-template-columns: 1fr;
  }

  .st-sidebar-sticky,
  .st-recipe-sidebar {
    position: static;
  }

  .st-recipe-sidebar-sticky {
    max-height: none;
    padding-right: 0;
    overflow: visible;
    scrollbar-gutter: auto;
  }

  .st-recipe-hero-media {
    max-height: 680px;
    aspect-ratio: 4 / 3;
  }

  .st-page-hero-image,
  .st-page-hero-image img {
    min-height: 260px;
    max-height: 520px;
  }

  .st-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .st-filter-bar > :first-child {
    grid-column: 1 / -1;
  }

  .st-signal-strip {
    grid-template-columns: 1fr;
  }

  .st-signal-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .st-signal-item:last-child {
    border-bottom: 0;
  }

  .st-newsletter-inner {
    gap: 25px;
  }

  .st-footer-main {
    grid-template-columns: 1.4fr 0.6fr 0.6fr;
  }
}

@media (max-width: 640px) {
  :root {
    --st-radius: 12px;
    --st-radius-lg: 16px;
  }

  body {
    font-size: 16px;
  }

  .st-container,
  .st-container-narrow {
    width: min(calc(100% - 28px), var(--st-container));
  }

  .st-breadcrumbs {
    width: min(calc(100% - 28px), var(--st-container));
  }

  .st-announcement p {
    display: none;
  }

  .st-announcement-inner {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
  }

  .st-announcement {
    padding-inline: 12px;
    font-size: 0.8rem;
  }

  .st-header-inner {
    min-height: 72px;
    gap: 10px;
  }

  .st-brand-mark {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
    font-size: 1.2rem;
  }

  .st-brand-name {
    font-size: 1.18rem;
  }

  .st-brand-tagline {
    display: none;
  }

  .st-header-actions {
    gap: 6px;
  }

  .st-icon-button,
  .st-search-toggle,
  .st-mobile-toggle {
    width: 44px;
    height: 44px;
  }

  .st-hero {
    padding-top: 40px;
  }

  .st-hero-copy h1,
  .st-recipe-hero-copy h1,
  .st-page-hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }

  .st-hero-search,
  .st-search-form {
    display: grid;
    padding: 7px;
    border-radius: 16px;
  }

  .st-hero-search {
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .st-hero-search input[type="search"],
  .st-search-form input[type="search"] {
    min-height: 48px;
  }

  .st-hero-search button,
  .st-search-form button {
    min-height: 46px;
  }

  .st-hero-actions .st-button,
  .st-hero-actions .st-button-ghost {
    width: 100%;
  }

  .st-hero-mosaic {
    min-height: 440px;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 8px;
  }

  .st-hero-card-copy {
    padding: 14px;
  }

  .st-hero-card-copy h2,
  .st-hero-card-copy h3 {
    font-size: 1rem;
  }

  .st-hero-mosaic::before {
    right: 20%;
    bottom: -22px;
    width: 68px;
    height: 68px;
    border-width: 6px;
    font-size: 1.55rem;
  }

  .st-section-head,
  .st-results-head,
  .st-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .st-recipe-grid,
  .st-recipe-grid-4,
  .st-journal-grid,
  .st-intent-grid,
  .st-tool-grid,
  .st-footer-main,
  .st-archive-grid,
  .st-search-results,
  .st-shop-provider-grid {
    grid-template-columns: 1fr !important;
  }

  .st-card-compact {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .st-card-compact .st-card-body {
    padding: 14px;
  }

  .st-commerce-band {
    padding: 29px 22px;
    gap: 30px;
  }

  .st-filter-bar {
    grid-template-columns: 1fr;
    margin-top: -28px;
  }

  .st-filter-bar > :first-child {
    grid-column: auto;
  }

  .st-recipe-hero-media {
    aspect-ratio: 16 / 7;
  }

  .single-recipe .st-recipe-hero-media {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .single-recipe .st-recipe-hero-media picture,
  .single-recipe .st-recipe-hero-media img {
    display: block;
  }

  .single-recipe .st-recipe-hero::before {
    content: none;
  }

  .st-recipe-share-direct,
  .st-recipe-share-utilities {
    grid-template-columns: 1fr;
  }

  .st-shop-actions {
    display: grid;
  }

  .st-recipe-hero {
    padding-block: 32px 38px;
  }

  .single-recipe .st-recipe-hero-inner {
    gap: 24px;
  }

  .single-recipe .st-recipe-hero :is(.st-recipe-summary, .st-recipe-metrics) {
    display: none;
  }

  .st-recipe-layout.st-section {
    padding-block: 42px;
  }

  .st-recipe-card-heading {
    margin-bottom: 20px;
  }

  .single-recipe .st-recipe-content .wprm-recipe-container,
  .st-random-recipe .wprm-recipe-container {
    padding: 20px clamp(18px, 5vw, 24px) !important;
    background: var(--st-parchment) !important;
    border: 1px solid var(--st-border) !important;
    border-top: 4px solid var(--st-rust) !important;
    border-radius: var(--st-radius-sm) !important;
    box-shadow: none !important;
  }

  .single-recipe .st-recipe-content .wprm-recipe-template-no-stars-default,
  .st-random-recipe .wprm-recipe-template-no-stars-default {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-container-float-right {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 0 22px !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-recipe-rating.wprm-recipe-rating-inline {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
    flex: 0 0 100%;
    min-width: 0;
    margin: 6px 0 0 !important;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-template-chic-buttons:has(> .wprm-recipe-link) {
    display: grid !important;
    width: 100% !important;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-inline: 0 !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-template-chic-buttons:has(> .wprm-recipe-link) > :empty {
    display: none !important;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-template-chic-buttons:has(> .wprm-recipe-link) > .wprm-recipe-link {
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px 8px !important;
    margin: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-template-chic-buttons:has(> .wprm-recipe-link) > .wprm-recipe-link:only-child {
    grid-column: 1 / -1;
  }

  :is(.st-recipe-content, .st-random-recipe) .wprm-template-chic-buttons:has(> .wprm-recipe-add-to-shopping-list):has(> .chicory-order-ingredients:empty) {
    grid-template-columns: 1fr !important;
  }

  .st-shop-panel {
    padding: 18px;
    border-radius: 0;
  }

  .st-shop-provider {
    padding: 0 0 20px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .st-shop-provider + .st-shop-provider {
    padding-top: 20px;
    border-top: 1px solid var(--st-rule);
  }

  .st-page-hero-image,
  .st-page-hero-image img {
    min-height: 220px;
  }

  .st-contact-hero {
    padding-block: 34px;
  }

  .st-contact-hero .st-page-hero-inner {
    gap: 24px;
  }

  .st-contact-hero .st-page-hero-image {
    width: 100%;
    min-height: 0;
    max-height: 220px;
    aspect-ratio: 16 / 9;
  }

  .st-contact-hero .st-page-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    object-position: center;
  }

  .st-footer-scene {
    padding-top: 20px;
  }

  .st-footer-scene-inner {
    width: 100%;
    height: clamp(220px, 68vw, 300px);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .st-recipe-actions > *,
  .st-shop-actions > *,
  .st-shop-action,
  .st-shop-action > * {
    width: 100%;
  }

  .st-newsletter-inner {
    padding: 27px 21px;
    transform: none;
  }

  .st-newsletter-inner .gform_fields {
    grid-template-columns: 1fr;
  }

  .st-footer-main > :last-child {
    grid-column: auto;
  }

  #comments.comments-area #wpdcom .wpd-form.wpd-form-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #comments.comments-area #wpdcom .wpd-auth {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
  }

  #comments.comments-area #wpdcom .wpd-social-login-agreement {
    padding: 16px !important;
  }

  #comments.comments-area #wpdcom .wpdiscuz-subscribe-bar form {
    gap: 10px;
  }

  #comments.comments-area #wpdcom :where(
    .wpdiscuz-subscribe-form-intro,
    .wpdiscuz-subscribe-form-option,
    .wpdiscuz-subscribe-form-email,
    .wpdiscuz-subscribe-form-button,
    .wpdiscuz-subscribe-agreement
  ) {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    white-space: normal;
  }

  #comments.comments-area #wpdcom .ql-toolbar,
  #comments.comments-area #wpdcom .ql-toolbar .ql-formats {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  #comments.comments-area #wpdcom .ql-toolbar .ql-formats {
    margin-right: 0 !important;
  }

  #comments.comments-area #wpdcom .ql-snow.ql-toolbar button,
  #comments.comments-area #wpdcom .ql-snow .ql-toolbar button {
    width: auto !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  #comments.comments-area #wpdcom .wpducm-mention-list-item {
    min-height: 44px;
  }
}

@media (min-width: 601px) and (max-width: 782px) {
  body.admin-bar .st-site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar .st-site-header {
    top: 0;
  }
}

@media (max-width: 480px) {
  #st-mobile-panel,
  .st-mobile-panel {
    width: min(400px, 94vw);
  }

  .st-mobile-panel-inner {
    padding: 22px 18px;
  }

  .st-hero-mosaic {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(240px, 70vw) repeat(2, minmax(180px, 52vw));
  }

  .st-hero-card:first-child {
    grid-row: auto;
  }

  .st-hero-card-copy h2,
  .st-hero-card-copy h3 {
    font-size: 1.15rem;
  }

  .wprm-popup-modal-collections :where(.wprm-popup-modal__header, .wprm-popup-modal__content, .wprm-popup-modal__footer) {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .wprm-popup-modal-collections .wprmprc-collection-modal-items {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wprm-popup-modal-collections :where(.wprmprc-collection-modal-item, .wprmprc-collection-modal-item-placeholder) {
    width: 100% !important;
    min-width: 0 !important;
    flex-basis: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 425px) {
  #comments.comments-area #wpdcom .wpducm-mention-list-container {
    left: 50% !important;
    width: min(270px, calc(100% - 16px)) !important;
    max-width: calc(100% - 16px) !important;
    transform: translateX(-50%);
  }
}

@media (max-width: 400px) {
  .st-tool-app {
    padding: 16px;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection {
    min-width: 0;
    align-items: stretch;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection-nohandle,
  .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection-images-container {
    display: none !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection-handle,
  .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection-actions,
  .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection-actions-shopping-list {
    height: auto !important;
    min-height: 44px;
    flex: 0 0 44px !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-overview-grid-collection-name {
    min-width: 0;
    flex: 1 1 auto !important;
    padding: 7px 5px;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .st-announcement,
  .st-site-header,
  .st-mobile-panel,
  .st-site-footer,
  .st-recipe-sidebar,
  .st-recipe-actions,
  .st-recipe-share-dialog,
  .st-recipe-card-share-action,
  .st-shop-panel,
  #comments,
  .st-related-recipes {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .st-recipe-layout {
    display: block;
  }

  .st-recipe-content .wprm-recipe-container {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
