/*
Theme Name: Mommy Rehub Child
Theme URI: https://mommyreviews.com.au
Description: Rehub child theme tuned for low-maintenance shop + recipe publishing.
Author: Mommy Reviews
Template: rehub-theme
Version: 1.1.0
Text Domain: mommy-rehub-child
*/

:root {
  --mommy-bg: #f9fbff;
  --mommy-surface: rgba(255, 255, 255, 0.95);
  --mommy-surface-strong: #ffffff;
  --mommy-border: rgba(0, 51, 102, 0.12);
  --mommy-border-strong: rgba(0, 51, 102, 0.18);
  --mommy-shadow: 0 18px 50px rgba(0, 51, 102, 0.08);
  --mommy-ink: #003366;
  --mommy-muted: #444444;
  --mommy-accent: #ff4081;
  --mommy-accent-strong: #e91e63;
  --mommy-accent-soft: rgba(255, 64, 129, 0.1);
  --mommy-primary-soft: rgba(255, 193, 7, 0.12);
  --mommy-highlight: #ffc107;
  --mommy-highlight-soft: rgba(255, 193, 7, 0.16);
  --mommy-sky: #c4e6fa;
  --mommy-lime: #88a201;
  --mommy-radius: 24px;
  --mommy-font-body: "Raleway", "Segoe UI", "Trebuchet MS", sans-serif;
  --mommy-font-display: "Raleway", "Segoe UI", "Trebuchet MS", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: var(--mommy-font-body);
}

body {
  color: var(--mommy-ink);
  font-family: var(--mommy-font-body);
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at top left, rgba(255, 193, 7, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 64, 129, 0.16), transparent 23%),
    radial-gradient(circle at 50% 12%, rgba(196, 230, 250, 0.36), transparent 26%),
    radial-gradient(circle at bottom right, rgba(136, 162, 1, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--mommy-bg) 50%, #fffdf4 100%);
}

html,
body.wp-theme-rehub-theme.wp-child-theme-mommy-rehub-child {
  background:
    radial-gradient(circle at top left, rgba(255, 193, 7, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 64, 129, 0.16), transparent 23%),
    radial-gradient(circle at 50% 12%, rgba(196, 230, 250, 0.36), transparent 26%),
    radial-gradient(circle at bottom right, rgba(136, 162, 1, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--mommy-bg) 50%, #fffdf4 100%) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--mommy-ink);
  font-family: var(--mommy-font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
}

a {
  color: var(--mommy-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

a:hover {
  color: var(--mommy-accent);
}

img {
  max-width: 100%;
  height: auto;
}

article,
.post,
.page {
  background: transparent;
}

.single .post,
.single .page,
.home .post,
.archive .post,
.blog .post {
  background: var(--mommy-surface);
  border: 1px solid var(--mommy-border);
  border-radius: calc(var(--mommy-radius) + 6px);
  box-shadow: var(--mommy-shadow);
}

.single .post,
.single .page {
  padding: clamp(20px, 3vw, 36px);
}

.single .post p,
.single article p,
.page p {
  line-height: 1.82;
  color: var(--mommy-muted);
}

.single .post h2,
.single .post h3 {
  scroll-margin-top: 90px;
}

.rehub-main-color,
.btn_offer_block,
.wpsm-button.rehub_main_btn,
.button,
.btn,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.elementor-button,
.wp-block-button__link {
  background-color: var(--mommy-accent) !important;
  border-color: var(--mommy-accent) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(255, 64, 129, 0.18);
  border-radius: 999px;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.btn_offer_block:hover,
.wpsm-button.rehub_main_btn:hover,
.button:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.elementor-button:hover,
.wp-block-button__link:hover {
  background-color: var(--mommy-accent-strong) !important;
  border-color: var(--mommy-accent-strong) !important;
  transform: translateY(-1px);
}

.mommy-affiliate-context .wpsm_titlebox,
.mommy-affiliate-context .wpsm_box,
.mommy-affiliate-context .rh_box,
.mommy-affiliate-context .wpsm_titlebox,
.mommy-affiliate-context .wpsm-title-box {
  background: var(--mommy-surface);
  border-color: var(--mommy-border);
  box-shadow: var(--mommy-shadow);
}

.mommy-affiliate-context .entry-content > * + * {
  margin-top: 1.1rem;
}

.entry-content,
.page-content,
.elementor-widget-container {
  color: var(--mommy-muted);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.elementor-heading-title {
  color: var(--mommy-ink);
}

.entry-content a {
  color: var(--mommy-ink);
  font-weight: 700;
}

.entry-content a:hover {
  color: var(--mommy-accent);
}

.entry-content figure,
.wp-block-image,
.gallery {
  margin-block: 1.25rem;
}

.entry-content img,
.wp-block-image img,
.gallery img,
.elementor-widget-image img {
  border-radius: 18px;
}

.upk-hazel-grid,
.upk-ajax-grid,
.upk-post-grid {
  width: 100%;
}

.upk-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.upk-item {
  min-width: 0;
}

.upk-item-box {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: var(--mommy-surface-strong);
  border: 1px solid var(--mommy-border);
  box-shadow: var(--mommy-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.upk-item-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(0, 51, 102, 0.12);
}

.upk-item-box > img,
.upk-item-box .upk-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.upk-content {
  padding: 16px 16px 18px;
}

.upk-category a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.upk-title {
  margin: 8px 0 0;
}

.upk-title a {
  color: var(--mommy-ink);
  font-weight: 800;
  text-decoration: none;
}

.upk-title a:hover {
  color: var(--mommy-accent);
}

.upk-excerpt,
.upk-meta {
  color: var(--mommy-muted);
}

.mrgk-recipe-card,
.mrgk-affiliate-box,
.mrgk-hub-card,
.mrgk-notes {
  backdrop-filter: blur(8px);
}

.mrgk-recipe-card {
  contain-intrinsic-size: 1px 800px;
}

.mrgk-hub-card {
  contain-intrinsic-size: 1px 280px;
}

.mrgk-small-link {
  color: var(--mommy-ink);
}

.mrgk-small-link:hover {
  color: var(--mommy-accent);
}

blockquote,
.wp-block-quote {
  position: relative;
  margin: 1.7rem 0;
  padding: 1.35rem 1.35rem 1.2rem 1.65rem;
  color: var(--mommy-ink);
  background: linear-gradient(135deg, rgba(255, 64, 129, 0.06), rgba(196, 230, 250, 0.18));
  border: 1px solid var(--mommy-border);
  border-left: 6px solid var(--mommy-accent);
  border-radius: 24px;
  box-shadow: var(--mommy-shadow);
}

blockquote::before,
.wp-block-quote::before {
  content: "“";
  position: absolute;
  top: 0.1rem;
  left: 1rem;
  font-size: 3rem;
  line-height: 1;
  color: rgba(0, 51, 102, 0.18);
}

blockquote p,
.wp-block-quote p {
  margin: 0;
  color: inherit;
  font-size: 1.03rem;
  line-height: 1.78;
}

blockquote cite,
.wp-block-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  font-size: 0.95rem;
  color: var(--mommy-muted);
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border: 1px solid var(--mommy-border);
  padding: 0.75rem;
}

::selection {
  background: rgba(255, 64, 129, 0.18);
  color: var(--mommy-ink);
}

@media (max-width: 960px) {
  .upk-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .upk-post-grid {
    grid-template-columns: 1fr;
  }

  .single .post,
  .single .page,
  .home .post,
  .archive .post,
  .blog .post {
    border-radius: 20px;
  }
}

#main_header,
.header_wrap,
.header_top_wrap,
.header_clean_style,
.logo_section_wrap {
  background: rgba(255, 255, 255, 0.96) !important;
}

#main_header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--mommy-border);
  box-shadow: 0 12px 28px rgba(0, 51, 102, 0.05);
}

#main_header .logo a,
#main_header .textlogo,
#main_header a {
  color: var(--mommy-ink) !important;
}

#main_header .textlogo {
  font-size: 1.7rem;
  line-height: 1;
  background: linear-gradient(90deg, var(--mommy-ink), var(--mommy-accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main_header .sloganlogo {
  color: var(--mommy-muted);
}

#main_header .custom-logo,
#main_header .logo img {
  width: 190px;
  max-width: 190px;
  height: auto;
}

#main_header nav.top_menu > ul > li > a,
#main_header .header-top a,
#main_header .logo a:hover,
#main_header nav.top_menu a {
  color: var(--mommy-ink) !important;
}

#main_header nav.top_menu > ul > li > a:hover,
#main_header .header-top a:hover,
#main_header nav.top_menu a:hover {
  color: var(--mommy-accent) !important;
}

form.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

form.search-form input[type="search"] {
  flex: 1 1 220px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--mommy-border-strong);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 51, 102, 0.05);
}

form.search-form [type="submit"] {
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 999px;
}

.mr-site-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.mr-home,
.mr-archive-shell,
.mr-single-shell {
  padding-top: 24px;
}

.mr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mr-button,
.mr-button--ghost,
.mr-text-link,
.mr-card__link,
.mr-inline-links a {
  text-decoration: none;
}

.mr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--mommy-accent);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(255, 64, 129, 0.16);
}

.mr-button:hover {
  background: var(--mommy-accent-strong);
  color: #fff;
}

.mr-button--ghost {
  background: #fff;
  color: var(--mommy-ink);
  border: 1px solid var(--mommy-border-strong);
  box-shadow: 0 10px 24px rgba(0, 51, 102, 0.05);
}

.mr-button--ghost:hover {
  color: var(--mommy-accent);
}

.mr-text-link {
  color: var(--mommy-accent);
  font-weight: 800;
}

.mr-hero,
.mr-page-hero,
.mr-single__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 20px;
  align-items: stretch;
}

.mr-page-hero--category,
.mr-page-hero--recipe {
  grid-template-columns: 1fr;
}

.mr-page-hero--shop {
  grid-template-columns: 1fr;
}

.mr-hero--landing,
.mr-page-hero--landing {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--mommy-border);
  border-radius: 32px;
  box-shadow: var(--mommy-shadow);
  background-color: #fff;
  background-image:
    linear-gradient(105deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    var(--mr-page-hero-bg, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mr-page-hero--shop .mr-page-hero__media-card {
  gap: 14px;
}

.mr-page-hero--shop .mr-page-hero__media-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  padding: 18px;
}

.mr-page-hero--category .mr-page-hero__copy,
.mr-page-hero--recipe .mr-page-hero__copy {
  max-width: 920px;
}

.mr-page-hero--category,
.mr-page-hero--recipe {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.mr-hero__copy,
.mr-page-hero__copy,
.mr-single__hero-copy,
.mr-aside-card,
.mr-spotlight-card,
.mr-card,
.mr-single__content {
  background: var(--mommy-surface);
  border: 1px solid var(--mommy-border);
  border-radius: 28px;
  box-shadow: var(--mommy-shadow);
}

.mr-hero__copy,
.mr-page-hero__copy,
.mr-single__hero-copy {
  padding: clamp(24px, 4vw, 40px);
}

.mr-hero--landing .mr-hero__copy,
.mr-page-hero--landing .mr-page-hero__copy {
  grid-column: 1 / -1;
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mr-hero__copy h1,
.mr-page-hero__copy h1,
.mr-single__hero-copy h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.04;
}

.mr-hero__lede,
.mr-page-hero__lede,
.mr-single__lede {
  margin: 16px 0 0;
  max-width: 60ch;
  color: var(--mommy-muted);
  line-height: 1.82;
  font-size: 1.04rem;
}

.mr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.mr-page-hero__aside .search-form,
.mr-page-hero__aside .search-form > div {
  margin-top: 18px;
}

.mr-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.mr-hero__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--mommy-primary-soft);
  color: var(--mommy-ink);
  font-size: 13px;
  font-weight: 800;
}

.mr-hero__stats span:nth-child(1),
.mr-page-hero__stats span:nth-child(1) {
  background: var(--mommy-highlight-soft);
}

.mr-hero__stats span:nth-child(2),
.mr-page-hero__stats span:nth-child(2) {
  background: var(--mommy-accent-soft);
}

.mr-hero__stats span:nth-child(3),
.mr-page-hero__stats span:nth-child(3) {
  background: rgba(0, 51, 102, 0.08);
}

.mr-page-hero {
  margin-bottom: 6px;
}

.mr-hero--landing .mr-hero__feature,
.mr-page-hero--landing .mr-page-hero__aside {
  display: none;
}

.mr-hero--landing .mr-hero__lede,
.mr-page-hero--landing .mr-page-hero__lede {
  max-width: 72ch;
}

.mr-hero--landing .mr-inline-links,
.mr-page-hero--landing .mr-inline-links {
  margin-top: 22px;
}

.mr-hero--landing .mr-hero__stats,
.mr-page-hero--landing .mr-page-hero__stats {
  margin-top: 18px;
}

.mr-page-hero__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mr-page-hero__media {
  min-width: 0;
}

.mr-page-hero__media-card,
.mr-page-hero__media-card--empty {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 18px;
  border: 1px solid var(--mommy-border);
  border-radius: calc(var(--mommy-radius) + 6px);
  background: var(--mommy-surface);
  box-shadow: var(--mommy-shadow);
  text-decoration: none;
}

.mr-page-hero__media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 22px;
  background: #fff;
}

.mr-page-hero__media-card strong,
.mr-page-hero__media-card--empty strong {
  font-size: 1.35rem;
  line-height: 1.12;
  color: var(--mommy-ink);
}

.mr-page-hero__media-card em,
.mr-page-hero__media-card--empty em {
  font-style: normal;
  color: var(--mommy-muted);
  font-weight: 700;
}

.mr-page-hero__media-chip {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mr-aside-card {
  padding: 18px;
}

.mr-aside-card--soft {
  background: linear-gradient(180deg, rgba(255, 64, 129, 0.04), rgba(0, 51, 102, 0.04));
}

.mr-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mr-inline-links--stacked {
  flex-direction: column;
  align-items: flex-start;
}

.mr-inline-links a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid var(--mommy-border);
  border-radius: 999px;
  background: #fff;
  color: var(--mommy-ink);
  font-weight: 800;
}

.mr-inline-links a:hover {
  color: var(--mommy-accent);
}

.mr-inline-links__count {
  min-width: 1.5rem;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.mr-brand-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.mr-brand-strip__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  min-height: 118px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 51, 102, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84));
  box-shadow: var(--mommy-shadow);
  text-decoration: none;
  color: var(--mommy-ink);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mr-brand-strip__item:hover {
  transform: translateY(-2px);
  color: var(--mommy-ink);
  box-shadow: 0 24px 48px rgba(0, 51, 102, 0.12);
}

.mr-brand-strip__item::after {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  opacity: 0.72;
  pointer-events: none;
}

.mr-brand-strip__item--recipes {
  background:
    linear-gradient(135deg, rgba(196, 230, 250, 0.86), rgba(255, 255, 255, 0.92));
}

.mr-brand-strip__item--recipes::after {
  background: radial-gradient(circle, rgba(0, 51, 102, 0.2), rgba(0, 51, 102, 0));
}

.mr-brand-strip__item--food {
  background:
    linear-gradient(135deg, rgba(255, 64, 129, 0.14), rgba(196, 230, 250, 0.62));
}

.mr-brand-strip__item--food::after {
  background: radial-gradient(circle, rgba(255, 193, 7, 0.22), rgba(255, 193, 7, 0));
}

.mr-brand-strip__item--shop {
  background:
    linear-gradient(135deg, rgba(255, 193, 7, 0.22), rgba(255, 255, 255, 0.94));
}

.mr-brand-strip__item--shop::after {
  background: radial-gradient(circle, rgba(255, 64, 129, 0.14), rgba(255, 64, 129, 0));
}

.mr-brand-strip__icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--mommy-ink);
  box-shadow: inset 0 0 0 1px rgba(0, 51, 102, 0.08);
}

.mr-brand-strip__item--recipes .mr-brand-strip__icon {
  background: linear-gradient(135deg, rgba(0, 51, 102, 0.14), rgba(196, 230, 250, 0.9));
}

.mr-brand-strip__item--food .mr-brand-strip__icon {
  background: linear-gradient(135deg, rgba(255, 64, 129, 0.16), rgba(255, 193, 7, 0.28));
}

.mr-brand-strip__item--shop .mr-brand-strip__icon {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.28), rgba(255, 255, 255, 0.96));
}

.mr-brand-strip__icon svg {
  width: 22px;
  height: 22px;
}

.mr-brand-strip__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.mr-brand-strip__text strong {
  font-size: 1rem;
  line-height: 1.12;
  font-weight: 900;
  color: #0b2341;
}

.mr-brand-strip__text span {
  color: #13273f;
  line-height: 1.42;
  font-weight: 800;
}

.mr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  gap: 24px;
  align-items: start;
  margin-top: 26px;
}

.mr-layout__aside {
  position: sticky;
  top: 110px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mr-single-sidebar {
  gap: 16px;
}

.mr-layout__aside .mrgk-offers-section,
.mr-layout__aside .mrgk-related-block,
.mr-layout__aside .mrgk-product-grid,
.mr-layout__aside .mrgk-offer-grid,
.mr-layout__aside .mr-card-grid {
  width: 100%;
}

.mr-layout__aside .mrgk-product-grid,
.mr-layout__aside .mrgk-offer-grid,
.mr-layout__aside .mr-card-grid {
  grid-template-columns: minmax(0, 1fr);
}

.mr-layout__aside .mrgk-offers-section {
  margin-top: 0;
}

.mr-layout__aside .mrgk-offer-card {
  padding: 12px;
}

.mr-layout__aside .mrgk-offer-card__avatar {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
}

.mr-layout__aside .mrgk-offer-card__avatar--hellofresh {
  flex-basis: 96px;
  width: 96px;
  height: 52px;
}

.mr-breadcrumbs {
  margin: 0 0 14px;
}

.mr-breadcrumbs .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--mommy-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mr-breadcrumbs .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mr-breadcrumbs .breadcrumb-item:not(.active)::after {
  content: "/";
  color: rgba(68, 68, 68, 0.45);
}

.mr-breadcrumbs .breadcrumb-item a,
.mr-breadcrumbs .breadcrumb-item span {
  color: var(--mommy-ink);
}

.mr-breadcrumbs--seopress {
  margin-bottom: 16px;
}

.mr-toc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.mr-toc__item a {
  display: block;
  color: var(--mommy-ink);
  font-weight: 700;
  line-height: 1.45;
}

.mr-toc__item--level-3 {
  padding-left: 10px;
}

.mr-toc__item--level-4 {
  padding-left: 18px;
  opacity: 0.9;
}

.mr-single__toc-mobile {
  display: none;
  margin-top: 14px;
}

.mr-toc-panel {
  background: var(--mommy-surface);
  border: 1px solid var(--mommy-border);
  border-radius: 20px;
  box-shadow: var(--mommy-shadow);
  overflow: hidden;
}

.mr-toc-panel > summary {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  cursor: pointer;
}

.mr-toc-panel > summary::-webkit-details-marker {
  display: none;
}

.mr-toc-panel > summary strong {
  font-size: 1.02rem;
  font-weight: 900;
  color: var(--mommy-ink);
}

.mr-toc-panel .mr-toc {
  padding: 0 18px 16px;
}

.mr-sidebar-list {
  display: grid;
  gap: 10px;
}

.mr-sidebar-list--media .mr-sidebar-list__item {
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.mr-sidebar-list--offers {
  gap: 8px;
}

.mr-sidebar-list__item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid var(--mommy-border);
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  color: var(--mommy-ink);
}

.mr-sidebar-list__media {
  width: 84px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 51, 102, 0.08), rgba(255, 64, 129, 0.08));
  flex-shrink: 0;
}

.mr-sidebar-list__media--empty {
  background: linear-gradient(135deg, rgba(0, 51, 102, 0.06), rgba(255, 64, 129, 0.06));
}

.mr-sidebar-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mr-sidebar-list__body {
  min-width: 0;
}

.mr-sidebar-list__item strong {
  line-height: 1.28;
}

.mr-sidebar-list__item span,
.mr-sidebar-list__item em {
  color: var(--mommy-muted);
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.55;
}

.mr-sidebar-list__item--compact {
  gap: 6px;
  padding: 10px 12px;
}

.mr-sidebar-list__item--compact strong {
  font-size: 0.96rem;
  line-height: 1.25;
}

.mr-sidebar-list__offer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.mr-sidebar-list__code {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 64, 129, 0.10);
  color: var(--mommy-accent);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.mr-sidebar-list__merchant {
  color: var(--mommy-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mr-social-share {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mr-social-share__link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--mommy-border);
  border-radius: 16px;
  background: #fff;
  color: var(--mommy-ink);
  font-weight: 800;
}

.mr-social-share__link:hover {
  color: var(--mommy-accent);
}

.mr-social-share__icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
  flex-shrink: 0;
}

.mr-social-share__icon svg {
  width: 15px;
  height: 15px;
}

.mr-section {
  margin-top: 34px;
}

.mr-home .mr-section {
  margin-top: 28px;
}

.mr-section__header {
  margin-bottom: 18px;
}

.mr-section__header--split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
}

.mr-section__header h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  line-height: 1.08;
}

.mr-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mr-spotlight-grid--decision {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mr-spotlight-grid--narrow .mr-spotlight-card {
  min-height: 164px;
}

.mr-spotlight-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 188px;
  padding: 18px;
  color: var(--mommy-ink);
}

.mr-spotlight-card--decision {
  min-height: 210px;
  text-decoration: none;
}

.mr-spotlight-card:hover {
  transform: translateY(-2px);
}

.mr-spotlight-card__count {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
  font-size: 13px;
  font-weight: 900;
}

.mr-spotlight-grid .mr-spotlight-card:nth-child(1) .mr-spotlight-card__count,
.mr-spotlight-grid--decision .mr-spotlight-card:nth-child(1) .mr-spotlight-card__count {
  background: rgba(255, 193, 7, 0.18);
  color: var(--mommy-ink);
}

.mr-spotlight-grid .mr-spotlight-card:nth-child(2) .mr-spotlight-card__count,
.mr-spotlight-grid--decision .mr-spotlight-card:nth-child(2) .mr-spotlight-card__count {
  background: rgba(196, 230, 250, 0.72);
  color: var(--mommy-ink);
}

.mr-spotlight-grid .mr-spotlight-card:nth-child(3) .mr-spotlight-card__count,
.mr-spotlight-grid--decision .mr-spotlight-card:nth-child(3) .mr-spotlight-card__count {
  background: rgba(255, 64, 129, 0.14);
  color: var(--mommy-accent);
}

.mr-spotlight-grid .mr-spotlight-card:nth-child(4) .mr-spotlight-card__count {
  background: rgba(136, 162, 1, 0.14);
  color: var(--mommy-ink);
}

.mr-spotlight-card h3 {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.18;
}

.mr-spotlight-card p {
  margin: 0;
  color: var(--mommy-muted);
  line-height: 1.7;
}

.mr-spotlight-card__cta {
  margin-top: auto;
  color: var(--mommy-accent);
  font-weight: 900;
}

.mr-card-grid {
  display: grid;
  gap: 18px;
}

.mr-card-grid--recipes,
.mr-card-grid--archive,
.mr-card-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mr-card-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mr-recipe-archive .mr-card-grid--archive {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mr-offers-shell .mrgk-offer-grid--archive {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.mr-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  margin: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mr-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(0, 51, 102, 0.12);
}

.mr-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at top right, rgba(255, 193, 7, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(0, 51, 102, 0.94), rgba(255, 64, 129, 0.8));
  overflow: hidden;
}

.mr-card--no-image .mr-card__media {
  background:
    radial-gradient(circle at top right, rgba(255, 193, 7, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(0, 51, 102, 0.08), rgba(255, 255, 255, 0.92));
}

.mr-card--feature .mr-card__media {
  aspect-ratio: 16 / 10;
}

.mr-card--compact .mr-card__media {
  aspect-ratio: 3 / 2;
}

.mr-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mr-card__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  color: var(--mommy-ink);
  text-align: left;
}

.mr-card__fallback-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--mommy-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mr-card__fallback-note {
  max-width: 16ch;
  font-size: 0.88rem;
  line-height: 1.3;
  color: var(--mommy-muted);
  font-weight: 700;
}

.mr-card__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--mommy-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.mr-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 20px;
}

.mr-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--mommy-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mr-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mr-card__meta--recipe {
  gap: 8px 14px;
  color: var(--mommy-ink);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.mr-card__meta--recipe strong {
  color: var(--mommy-ink);
  font-weight: 900;
}

.mr-card__title {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.mr-card--feature .mr-card__title {
  font-size: clamp(1.58rem, 2.6vw, 2.2rem);
}

.mr-card__excerpt {
  margin: 0;
  color: var(--mommy-muted);
  line-height: 1.74;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mr-card--feature .mr-card__excerpt {
  -webkit-line-clamp: 5;
}

.mr-card__footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

.mr-card__link {
  color: var(--mommy-accent);
  font-weight: 900;
}

.mr-card--no-image .mr-card__body {
  padding-top: 22px;
}

.mr-card--feature {
  min-height: 100%;
}

.mr-card--feature .mr-card__body {
  padding: 20px 20px 24px;
}

.mr-single {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mr-single__hero {
  align-items: stretch;
}

.mr-single__hero-media {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--mommy-border);
  box-shadow: var(--mommy-shadow);
  min-height: 320px;
  background: #fff;
}

.mr-single__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mr-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mr-single__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 51, 102, 0.05);
  color: var(--mommy-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mr-single__content {
  padding: clamp(22px, 4vw, 38px);
}

.mr-single__content > * + * {
  margin-top: 1.2rem;
}

.mr-single__content nav[aria-label="breadcrumb"] {
  display: none;
}

.mr-single__content p {
  line-height: 1.84;
}

.mr-single__content img,
.mr-single__content .wp-block-image img,
.mr-single__content figure {
  border-radius: 18px;
}

.mr-single__content h2,
.mr-single__content h3,
.mr-single__content h4 {
  scroll-margin-top: 120px;
}

.mr-related {
  margin-top: 8px;
}

.mr-recipe-archive__infinite {
  display: grid;
  gap: 12px;
}

.mr-recipe-archive__status {
  min-height: 1.2rem;
  font-size: 14px;
  color: var(--mommy-muted);
  text-align: center;
}

.mr-recipe-archive__sentinel {
  width: 100%;
  height: 1px;
}

.mr-contact-note {
  margin-bottom: 18px;
}

.mr-page-detail--contact .mr-article-shell {
  display: grid;
  gap: 16px;
}

.mr-page-detail--contact .mr-contact-note {
  margin-bottom: 0;
}

.mr-page-detail--contact .mr-contact-form,
.mr-page-detail--contact .mr-contact-form__form {
  gap: 12px;
}

.mr-page-detail--contact .mr-contact-form__actions {
  margin-top: 2px;
}

.mr-site-frame {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at top left, rgba(255, 193, 7, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 64, 129, 0.08), transparent 24%),
    radial-gradient(circle at 50% 0%, rgba(196, 230, 250, 0.26), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--mommy-bg) 56%, #fffdf4 100%);
}

.mr-header {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 51, 102, 0.08);
  box-shadow: 0 12px 26px rgba(0, 51, 102, 0.05);
}

.mr-header__top,
.mr-header__main,
.mr-header__nav,
.mr-footer {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.mr-header__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0 8px;
  font-size: 12px;
  color: var(--mommy-muted);
}

.mr-header__eyebrow {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mr-header__top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mr-header__top-links a {
  color: var(--mommy-ink);
  font-weight: 800;
  opacity: 0.72;
}

.mr-header__top-links a:hover {
  opacity: 1;
}

.mr-header__main {
  display: grid;
  grid-template-columns: auto minmax(0, max-content) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 10px 0 14px;
}

.mr-header__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--mommy-border);
  border-radius: 16px;
  background: #fff;
  color: var(--mommy-ink);
  box-shadow: 0 10px 22px rgba(0, 51, 102, 0.06);
  cursor: pointer;
}

.mr-header__menu-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 18px;
  height: 18px;
}

.mr-header__menu-icon span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.mr-header__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mr-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.mr-header__search {
  flex: 0 1 300px;
  min-width: 240px;
  max-width: 320px;
}

.mr-header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mr-header__logo .custom-logo {
  display: block;
  width: min(250px, 30vw);
  max-width: 100%;
  height: auto;
}

.mr-header__site-name,
.mr-header__brand-name {
  font-weight: 900;
  letter-spacing: -0.04em;
}

.mr-header__brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.mr-header__brand-name {
  font-size: 1.1rem;
}

.mr-header__brand-tag {
  color: var(--mommy-muted);
  font-size: 13px;
  font-weight: 700;
}

.mr-header__search .search-form {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  gap: 0;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mommy-border-strong);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 51, 102, 0.05);
}

.mr-header__search .search-form > div {
  display: contents;
}

.mr-header__search input[type="search"],
.mr-header__search input[type="text"] {
  min-width: 0;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mr-header__search button,
.mr-header__search .btnsearch,
.mr-header__search button.btnsearch.hideonmobile {
  width: 56px;
  min-height: 48px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: var(--mommy-ink) !important;
  color: #fff !important;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.mr-header__search button:hover,
.mr-header__search .btnsearch:hover,
.mr-header__search button.btnsearch.hideonmobile:hover {
  background: var(--mommy-accent) !important;
  color: #fff !important;
}

.mr-header__search button .rhicon,
.mr-header__search .btnsearch .rhicon,
.mr-header__search button.btnsearch.hideonmobile .rhicon {
  color: currentColor;
  font-size: 17px;
}

.mr-header__cta {
  white-space: nowrap;
  flex-shrink: 0;
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.88rem;
  box-shadow: 0 10px 20px rgba(255, 64, 129, 0.14);
}

.mr-header__nav {
  padding: 0 0 12px;
}

.mr-header__menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.mr-header__menu li {
  margin: 0;
}

.mr-header__menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--mommy-border);
  border-radius: 999px;
  background: #fff;
  color: var(--mommy-ink);
  font-weight: 800;
  text-decoration: none;
}

.mr-header__menu a:hover {
  background: var(--mommy-accent-soft);
  border-color: rgba(255, 64, 129, 0.18);
  color: var(--mommy-accent);
}

.mr-header__nav .menu {
  margin: 0;
  padding: 0;
}

.mr-footer {
  margin-top: 36px;
  padding: 28px 0 40px;
  border-top: 1px solid var(--mommy-border);
}

.mr-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
  gap: 22px;
}

.mr-footer__logo .custom-logo {
  display: block;
  width: min(180px, 18vw);
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.mr-footer__logo {
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.mr-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 14px;
}

.mr-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--mommy-border);
  border-radius: 999px;
  background: #fff;
  color: var(--mommy-ink);
  box-shadow: 0 10px 22px rgba(0, 51, 102, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.mr-footer__social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 64, 129, 0.18);
  color: var(--mommy-accent);
  box-shadow: 0 14px 28px rgba(0, 51, 102, 0.1);
}

.mr-footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mr-footer__social-icon svg {
  width: 18px;
  height: 18px;
}

.mr-footer__brand p {
  margin: 0;
  color: #10253d;
  font-weight: 700;
  line-height: 1.68;
}

.mr-footer__disclosure {
  margin-top: 12px !important;
  font-size: 13px;
  font-weight: 700;
  color: #10253d;
  line-height: 1.65;
}

.mr-footer__links h3 {
  margin: 0 0 12px;
  font-size: 1.06rem;
}

.mr-footer__links ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.mr-footer__links a {
  color: var(--mommy-ink);
  font-weight: 700;
}

.mr-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--mommy-border);
  color: #10253d;
  font-size: 13px;
  font-weight: 700;
}

.mr-author-box {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  padding: 22px;
  border: 1px solid var(--mommy-border);
  border-radius: 28px;
  background: var(--mommy-surface);
  box-shadow: var(--mommy-shadow);
}

.mr-author-box__avatar img {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  object-fit: cover;
}

.mr-author-box__initials {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 51, 102, 0.92), rgba(255, 64, 129, 0.82));
  color: #fff;
  font-weight: 900;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
}

.mr-author-box__copy h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.mr-author-box__copy p {
  margin: 0 0 10px;
  color: var(--mommy-muted);
}

.mr-author-box__copy .mr-text-link {
  display: none;
}

.mr-category-feature__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
}

.mr-category-feature__layout--recipe {
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
}

.mr-filter-card {
  padding: 20px;
  border: 1px solid var(--mommy-border);
  border-radius: 28px;
  background: var(--mommy-surface);
  box-shadow: var(--mommy-shadow);
}

.mr-recipe-filter {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.mr-recipe-filter label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--mommy-ink);
}

.mr-recipe-filter span {
  letter-spacing: 0.03em;
}

.mr-recipe-filter input,
.mr-recipe-filter select {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid var(--mommy-border);
  background: #fff;
  color: var(--mommy-ink);
  font: inherit;
  padding: 0 14px;
}

.mr-recipe-filter__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.mr-single__linkbar {
  margin-top: 18px;
}

.mr-page-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mr-page-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 16px;
  align-items: stretch;
}

.mr-page-detail__copy,
.mr-page-detail__media-card,
.mr-page-detail__layout .mr-article-shell,
.mr-page-detail__aside .mr-aside-card {
  background: var(--mommy-surface);
  border: 1px solid var(--mommy-border);
  border-radius: calc(var(--mommy-radius) + 6px);
  box-shadow: var(--mommy-shadow);
}

.mr-page-detail__copy {
  padding: clamp(22px, 3.4vw, 36px);
}

.mr-page-detail__copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.75rem);
  line-height: 1.04;
}

.mr-page-detail__lede {
  margin: 16px 0 0;
  max-width: 64ch;
  color: var(--mommy-muted);
  line-height: 1.82;
  font-size: 1.04rem;
}

.mr-page-detail__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mr-page-detail__highlights li {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--mommy-border);
  border-radius: 18px;
  background: #fff;
  color: var(--mommy-ink);
  box-shadow: 0 10px 24px rgba(0, 51, 102, 0.05);
  font-weight: 800;
}

.mr-page-detail__media-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.mr-page-detail__media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mr-page-detail__media-body {
  padding: 18px 20px 20px;
}

.mr-page-detail__media-body strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.16;
}

.mr-page-detail__media-body p {
  margin: 10px 0 0;
  color: var(--mommy-muted);
}

.mr-page-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.mr-page-detail__layout .mr-article-shell {
  border-radius: 32px;
  padding: clamp(20px, 3vw, 34px);
}

.mr-page-detail__aside {
  display: grid;
  gap: 14px;
}

.mr-page-detail__aside .mr-aside-card {
  padding: 18px 20px;
}

.mr-page-detail__aside .mr-inline-links {
  margin-top: 12px;
}

.mr-page-detail--about .mr-page-detail__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3.6vw, 40px);
  border: 1px solid var(--mommy-border);
  border-radius: 32px;
  box-shadow: var(--mommy-shadow);
  background-color: #fff;
  background-image:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    var(--mr-page-hero-bg, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-columns: 1fr;
}

.mr-page-detail--about .mr-page-detail__copy {
  max-width: 76ch;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mr-page-detail--about .mr-page-detail__copy h1 {
  font-size: clamp(2.5rem, 5vw, 4.45rem);
  line-height: 0.98;
}

.mr-page-detail--about .mr-page-detail__lede {
  max-width: 70ch;
  font-size: 1.08rem;
}

.mr-page-detail__routes {
  margin-top: 2px;
}

.mr-page-detail__routes .mr-brand-strip {
  margin-top: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mr-page-detail__content {
  display: grid;
  gap: 0.9rem;
}

.mr-page-detail__content h2 {
  margin: 0;
}

.mr-page-detail__content > * + * {
  margin-top: 0;
}

.mr-page-detail__content ul {
  padding-left: 1.1rem;
  margin: 0;
  color: var(--mommy-muted);
}

.mr-page-detail__content li + li {
  margin-top: 0.65rem;
}

.mr-page-detail__content blockquote {
  margin: 1.5rem 0;
  padding: 1.2rem 1.25rem 1.1rem 1.5rem;
  background: linear-gradient(135deg, rgba(255, 64, 129, 0.05), rgba(196, 230, 250, 0.16));
  border-radius: 22px;
}

@media (max-width: 1100px) {
  .mr-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-page-detail__routes .mr-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mrgk-product-grid,
  .mrgk-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mrgk-related-block--products .mrgk-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-offers-shell .mrgk-offer-grid--archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mr-contact-form {
  display: grid;
  gap: 14px;
}

.mr-contact-form__notice {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--mommy-border);
  background: var(--mommy-primary-soft);
  color: var(--mommy-ink);
  font-weight: 800;
}

.mr-contact-form__notice--success {
  background: rgba(20, 120, 70, 0.08);
  border-color: rgba(20, 120, 70, 0.16);
}

.mr-contact-form__notice--error {
  background: rgba(255, 64, 129, 0.08);
  border-color: rgba(255, 64, 129, 0.16);
}

.mr-contact-form__form {
  display: grid;
  gap: 14px;
}

.mr-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mr-contact-form__field {
  display: grid;
  gap: 8px;
}

.mr-contact-form__field--full {
  grid-column: 1 / -1;
}

.mr-contact-form__field span {
  color: var(--mommy-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mr-contact-form input,
.mr-contact-form select,
.mr-contact-form textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid var(--mommy-border);
  background: #fff;
  color: var(--mommy-ink);
  font: inherit;
  padding: 0 14px;
  box-shadow: none;
}

.mr-contact-form textarea {
  min-height: 180px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.mr-contact-form__actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.mr-contact-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mr-contact-social {
  display: grid;
  gap: 12px;
}

.mr-contact-social__links {
  display: grid;
  gap: 10px;
}

.mr-contact-social__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 14px 0 10px;
  border: 1px solid var(--mommy-border);
  border-radius: 999px;
  background: #fff;
  color: var(--mommy-ink);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mr-contact-social__link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 64, 129, 0.18);
  box-shadow: 0 14px 28px rgba(0, 51, 102, 0.08);
  color: var(--mommy-accent);
}

.mr-contact-social__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
  flex-shrink: 0;
}

.mr-contact-social__icon svg {
  width: 16px;
  height: 16px;
}

.mr-page-hero--shop,
.mr-page-hero--offers,
.mr-single-hero--product,
.mr-single-hero--offer {
  align-items: stretch;
}

.mr-single-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
  gap: 18px;
  margin-bottom: 24px;
}

.mr-single-hero__copy,
.mr-single-hero__media {
  background: var(--mommy-surface);
  border: 1px solid var(--mommy-border);
  border-radius: calc(var(--mommy-radius) + 6px);
  box-shadow: var(--mommy-shadow);
}

.mr-single-hero__copy {
  padding: clamp(24px, 3vw, 36px);
}

.mr-single-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.mr-single-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mr-single-hero__fallback,
.mr-single-offer__code {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 320px;
  padding: 24px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(255, 193, 7, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(0, 51, 102, 0.92), rgba(255, 64, 129, 0.78));
  color: #fff;
  text-decoration: none;
}

.mr-single-offer__code {
  min-height: 260px;
  align-content: center;
  gap: 10px;
}

.mr-single-offer__code span,
.mr-single-offer__code strong,
.mr-single-hero__fallback span {
  display: block;
}

.mr-single-offer__code span {
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}

.mr-single-offer__code strong {
  font-size: clamp(2rem, 7vw, 3.6rem);
  line-height: 0.95;
}

.mr-single-hero__media--offer {
  display: grid;
  grid-template-rows: minmax(170px, auto) 1fr;
}

.mr-single-hero__media--offer .mr-single-offer__code {
  min-height: 170px;
  border-radius: 0;
  cursor: pointer;
}

.mr-single-hero__media--offer img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  display: block;
}

.mr-single-hero__lede {
  max-width: 64ch;
  color: var(--mommy-muted);
  font-size: 1.04rem;
}

.mr-single-hero__price,
.mr-meta-row--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.mr-chip,
.mr-meta-row--chips span,
.mr-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--mommy-primary-soft);
  color: var(--mommy-ink);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.mr-chip--accent {
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
}

.mr-list {
  margin: 0;
  padding-left: 18px;
  color: var(--mommy-muted);
}

.mr-list li + li {
  margin-top: 8px;
}

.mr-offer-details {
  margin-top: 18px;
  border: 1px solid var(--mommy-border);
  border-radius: 20px;
  background: var(--mommy-surface);
  overflow: hidden;
  box-shadow: var(--mommy-shadow);
}

.mr-offer-details summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  cursor: pointer;
  color: var(--mommy-ink);
  font-weight: 800;
}

.mr-offer-details summary::-webkit-details-marker {
  display: none;
}

.mr-offer-details__body {
  padding: 0 18px 18px;
  color: var(--mommy-muted);
}

.mr-offer-details__body p {
  margin: 10px 0 0;
  line-height: 1.68;
}

.mr-article-shell {
  background: var(--mommy-surface);
  border: 1px solid var(--mommy-border);
  border-radius: calc(var(--mommy-radius) + 6px);
  box-shadow: var(--mommy-shadow);
  padding: clamp(22px, 3vw, 36px);
}

.mrgk-section-heading {
  margin-bottom: 14px;
}

.mrgk-section-heading .mr-kicker {
  margin-bottom: 8px;
}

.mrgk-filter-bar {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid var(--mommy-border);
  border-radius: calc(var(--mommy-radius) + 4px);
  background: var(--mommy-surface);
  box-shadow: var(--mommy-shadow);
}

.mrgk-filter-bar__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: span 2;
}

.mrgk-filter-bar__field--search {
  grid-column: span 4;
}

.mrgk-filter-bar__field label {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--mommy-ink);
}

.mrgk-filter-bar input,
.mrgk-filter-bar select {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid var(--mommy-border);
  background: #fff;
  color: var(--mommy-ink);
  font: inherit;
  padding: 0 14px;
}

.mrgk-filter-bar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
  grid-column: 1 / -1;
  margin-top: 2px;
}

.mrgk-shop-region {
  display: grid;
  gap: 14px;
}

.mrgk-shop-results__summary {
  color: var(--mommy-ink);
  font-size: 1.02rem;
  font-weight: 800;
}

.mrgk-filter-bar.is-loading,
.mrgk-shop-region.is-loading {
  opacity: 0.72;
}

.mrgk-shop-region.is-loading {
  pointer-events: none;
}

.mrgk-product-grid,
.mrgk-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mrgk-product-card,
.mrgk-offer-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mommy-border);
  border-radius: 28px;
  background: var(--mommy-surface);
  box-shadow: var(--mommy-shadow);
}

.mrgk-product-card {
  display: flex;
  flex-direction: column;
}

.mrgk-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  min-height: 250px;
  overflow: hidden;
  background: #fff;
}

.mrgk-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  display: block;
  background: #fff;
}

.mrgk-product-card__fallback {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 24px;
  text-align: center;
  color: var(--mommy-ink);
  font-weight: 800;
  background: #fff;
}

.mrgk-product-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--mommy-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mrgk-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.mrgk-product-card__meta,
.mrgk-offer-card__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--mommy-muted);
  font-size: 0.86rem;
}

.mrgk-product-card__meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--mommy-primary-soft);
  font-weight: 700;
}

.mrgk-product-card__title,
.mrgk-offer-card__meta h3 {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.2;
}

.mrgk-product-card__excerpt,
.mrgk-offer-card__excerpt {
  margin: 0;
  color: var(--mommy-muted);
}

.mrgk-product-card__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.mrgk-price {
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
}

.mrgk-product-card__pricing del {
  color: rgba(68, 68, 68, 0.7);
  font-weight: 700;
}

.mrgk-product-card__button,
.mrgk-offer-card__button {
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--mommy-accent);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(255, 64, 129, 0.18);
}

.mrgk-product-card__button:hover,
.mrgk-offer-card__button:hover {
  background: var(--mommy-accent-strong);
  color: #fff;
}

.mrgk-offer-card {
  padding: 14px;
}

.mrgk-offer-card__top {
  display: flex;
  gap: 14px;
  align-items: center;
}

.mrgk-offer-card__avatar {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mommy-border);
  box-shadow: 0 10px 22px rgba(0, 51, 102, 0.12);
}

.mrgk-offer-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  display: block;
  background: #fff;
}

.mrgk-offer-card__avatar--hellofresh {
  flex-basis: 96px;
  width: 96px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  border-color: rgba(0, 51, 102, 0.14);
  box-shadow: 0 8px 16px rgba(0, 51, 102, 0.06);
}

.mrgk-offer-card__avatar--hellofresh img {
  background: #fff;
  object-fit: contain;
  padding: 4px 6px;
}

.mrgk-offer-card__avatar span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--mommy-accent);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mrgk-offer-card__meta {
  min-width: 0;
}

.mrgk-offer-card__meta span {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--mommy-accent);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mrgk-offer-card__meta p {
  margin: 4px 0 0;
  color: var(--mommy-muted);
  font-size: 0.84rem;
}

.mrgk-offer-card__code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--mommy-accent-soft);
  color: var(--mommy-ink);
  text-decoration: none;
  cursor: pointer;
}

.mrgk-offer-card__code span {
  color: var(--mommy-accent);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mrgk-offer-card__code strong {
  color: var(--mommy-ink);
  font-size: 1rem;
  font-weight: 800;
}

.mrgk-offer-card__details {
  margin-top: 12px;
  border: 1px solid var(--mommy-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.mrgk-offer-card__details summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
  color: var(--mommy-ink);
}

.mrgk-offer-card__details summary::-webkit-details-marker {
  display: none;
}

.mrgk-offer-card__details-body {
  padding: 0 14px 14px;
}

.mrgk-offer-card__details-body p {
  margin: 10px 0 0;
  color: var(--mommy-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.mrgk-offer-card__dates {
  display: grid;
  gap: 6px;
  margin-top: 0;
}

.mrgk-offer-card__dates span {
  font-size: 0.84rem;
}

.mrgk-offer-card__button {
  margin-top: 12px;
}

.mrgk-promo-banner {
  margin-top: 18px;
}

.mrgk-promo-banner__link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.8fr);
  gap: 18px;
  align-items: stretch;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 64, 129, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 252, 247, 0.98) 100%);
  box-shadow: var(--mommy-shadow);
  color: var(--mommy-ink);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mrgk-promo-banner__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(0, 51, 102, 0.12);
  color: var(--mommy-ink);
}

.mrgk-promo-banner--sidebar .mrgk-promo-banner__link {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
}

.mrgk-promo-banner--sidebar .mrgk-promo-banner__copy {
  gap: 10px;
}

.mrgk-promo-banner--sidebar .mrgk-promo-banner__copy h2 {
  font-size: 1.35rem;
  line-height: 1.08;
}

.mrgk-promo-banner--sidebar .mrgk-promo-banner__copy p {
  max-width: none;
  line-height: 1.55;
}

.mrgk-promo-banner--sidebar .mrgk-promo-banner__cta {
  min-height: 40px;
  padding-inline: 16px;
}

.mrgk-promo-banner--sidebar .mrgk-promo-banner__art {
  display: none;
}

.mr-aside-card--ad {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.mr-aside-card--offers h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.mr-sidebar-ad {
  display: block;
  width: min(100%, 300px);
  margin: 0 auto;
  line-height: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 51, 102, 0.08);
}

.mr-sidebar-ad img {
  display: block;
  width: 100%;
  height: auto;
}

.mr-comments {
  margin-top: 34px;
}

.mr-comments__card {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--mommy-border);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 250, 0.72));
  box-shadow: 0 14px 32px rgba(0, 51, 102, 0.06);
}

.mr-comments__header h2,
.mr-comments .comment-reply-title {
  margin: 8px 0 0;
  color: var(--mommy-ink);
  font-size: clamp(18px, 2.15vw, 24px);
  line-height: 1.15;
  text-transform: none;
  letter-spacing: -0.02em;
}

.mr-comments__lede {
  margin-top: 10px;
  color: var(--mommy-text);
}

.mr-comments__list,
.mr-comments .commentlist {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mr-comments .commentlist li {
  list-style: none;
}

.mr-comments .comment-body,
.mr-comments .commbox,
.mr-comments .comment-content {
  padding: 18px;
  border: 1px solid var(--mommy-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 51, 102, 0.04);
}

.mr-comments .comment-meta,
.mr-comments .comment-author {
  color: var(--mommy-ink);
}

.mr-comments__pagination {
  margin-top: 14px;
}

.mr-comments .comment-respond {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 51, 102, 0.08);
}

.mr-comments .comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.mr-comments .comment-form > p {
  margin: 0;
  display: grid;
  gap: 6px;
  min-width: 0;
}

.mr-comments .comment-form-comment,
.mr-comments .form-submit,
.mr-comments .comment-form-cookies-consent,
.mr-comments .comment-notes,
.mr-comments .logged-in-as {
  grid-column: 1 / -1;
}

.mr-comments .comment-form label {
  display: block;
  margin-bottom: 0;
  color: var(--mommy-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.mr-comments .comment-form input[type="text"],
.mr-comments .comment-form input[type="email"],
.mr-comments .comment-form input[type="url"],
.mr-comments .comment-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--mommy-border);
  border-radius: 18px;
  background: #fff;
  color: var(--mommy-ink);
  padding: 14px 16px;
  box-shadow: none;
}

.mr-comments .comment-form textarea {
  min-height: 160px;
}

.mr-comments .comment-form input[type="text"]:focus,
.mr-comments .comment-form input[type="email"]:focus,
.mr-comments .comment-form input[type="url"]:focus,
.mr-comments .comment-form textarea:focus {
  outline: none;
  border-color: rgba(255, 64, 129, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 64, 129, 0.12);
}

.mr-comments .form-submit {
  margin-top: 6px;
}

@media (max-width: 768px) {
  .mr-comments .comment-form {
    grid-template-columns: 1fr;
  }

  .mr-comments .comment-form > p {
    gap: 5px;
  }
}

.mrgk-promo-banner__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding-right: clamp(0px, 2vw, 12px);
}

.mrgk-promo-banner__copy h2 {
  margin: 0;
  color: var(--mommy-ink);
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  line-height: 1.02;
}

.mrgk-promo-banner__copy p {
  margin: 0;
  color: var(--mommy-muted);
  line-height: 1.68;
  max-width: 60ch;
}

.mrgk-promo-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mrgk-promo-banner__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--mommy-ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.mrgk-promo-banner__chip--code {
  background: var(--mommy-accent-soft);
  color: var(--mommy-accent);
}

.mrgk-promo-banner__cta {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--mommy-accent);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 26px rgba(255, 64, 129, 0.16);
}

.mrgk-promo-banner__art {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  min-height: 240px;
  padding: 22px;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(145deg, #2c6f44 0%, #9ad95d 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.mrgk-promo-banner__art::before,
.mrgk-promo-banner__art::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.mrgk-promo-banner__art::before {
  width: 170px;
  height: 170px;
  right: -48px;
  bottom: -56px;
  background: rgba(255, 255, 255, 0.12);
}

.mrgk-promo-banner__art::after {
  width: 92px;
  height: 140px;
  right: 22px;
  top: 18px;
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(14deg);
}

.mrgk-promo-banner__art strong,
.mrgk-promo-banner__art p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.mrgk-promo-banner__art strong {
  font-size: 1.2rem;
  line-height: 1.15;
}

.mrgk-promo-banner__art p {
  max-width: 28ch;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.mrgk-promo-banner__art-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mrgk-promo-banner__art-logo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  max-width: min(240px, 100%);
  padding: 10px 12px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 51, 102, 0.08);
  border: 1px solid rgba(0, 51, 102, 0.12);
}

.mrgk-promo-banner__art-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mrgk-promo-banner--inline .mrgk-promo-banner__link {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  min-height: 220px;
}

.mrgk-promo-banner--inline .mrgk-promo-banner__art {
  min-height: 180px;
}

.mrgk-promo-banner--hero .mrgk-promo-banner__link {
  min-height: 280px;
}

.mrgk-related-block {
  margin-top: 26px;
}

.mrgk-related-block .mrgk-product-grid,
.mrgk-related-block .mrgk-offer-grid {
  margin-top: 14px;
}

.mrgk-related-block--products .mrgk-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.mr-single-shop .mr-layout,
.mr-single-offer .mr-layout,
.mr-shop-shell .mr-layout,
.mr-offers-shell .mr-layout {
  margin-top: 18px;
}

.mr-page-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mr-page-hero__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--mommy-primary-soft);
  color: var(--mommy-ink);
  font-weight: 800;
}

.mr-page-hero__stats span:nth-child(1) {
  background: var(--mommy-highlight-soft);
}

.mr-page-hero__stats span:nth-child(2) {
  background: var(--mommy-accent-soft);
}

.mr-page-hero__stats span:nth-child(3) {
  background: rgba(0, 51, 102, 0.08);
}

.mr-search-results {
  display: grid;
  gap: 28px;
  margin-top: 26px;
}

.mr-search-results .mr-section {
  scroll-margin-top: 180px;
}

.mr-search-empty {
  margin-top: 26px;
}

.mr-page-hero--search .search-form {
  width: 100%;
}

.mr-page-hero--search .search-form > div {
  margin-top: 0;
}

.mr-search-shell .mr-page-hero__aside {
  gap: 14px;
}

.mr-search-shell .mr-aside-card {
  height: 100%;
}

.mr-page-hero--shop .mr-page-hero__aside,
.mr-page-hero--offers .mr-page-hero__aside {
  align-self: center;
}

.mr-page-hero--offers {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.mr-page-hero--category .mr-page-hero__aside,
.mr-page-hero--recipe .mr-page-hero__aside,
.mr-page-hero--offers .mr-page-hero__aside {
  min-width: 0;
}

.mr-aside-card--empty {
  text-align: left;
}

.mr-aside-card--empty h3 {
  margin-top: 0;
}

.mr-section .mrgk-shop-section,
.mr-section .mrgk-offers-section {
  margin-top: 10px;
}


@media (max-width: 1100px) {
  .mr-layout,
  .mr-hero,
  .mr-page-hero,
  .mr-page-detail__hero,
  .mr-page-detail__layout,
  .mr-single__hero,
  .mr-category-feature__layout,
  .mr-single-hero {
    grid-template-columns: 1fr;
  }

  .mr-layout__aside {
    position: static;
  }

  .mr-single-sidebar .mr-aside-card--toc {
    display: none;
  }

  .mr-spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-spotlight-grid--decision {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-recipe-filter,
  .mr-footer__grid {
    grid-template-columns: 1fr;
  }

  .mr-header__main {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mr-header__menu-toggle {
    display: inline-flex;
  }

  .mr-header__top,
  .mr-header__actions {
    display: none;
  }

  .mr-header__nav {
    display: none;
    width: 100%;
    padding: 12px 0 16px;
  }

  .mr-header--menu-open .mr-header__nav {
    display: block;
  }

  .mr-header__brand {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .mr-header__menu {
    flex-direction: column;
    gap: 8px;
  }

  .mr-header__menu a {
    justify-content: flex-start;
    width: 100%;
  }

  .mr-social-share {
    grid-template-columns: 1fr;
  }

  .mr-page-detail__highlights {
    grid-template-columns: 1fr;
  }

  .mr-page-detail--about .mr-page-detail__hero {
    padding: 22px;
  }

  .mr-page-detail__routes .mr-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-single__toc-mobile {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .mr-recipe-archive .mr-card-grid--archive,
  .mr-search-results .mr-card-grid--archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .mr-site-shell {
    width: min(100% - 18px, 1240px);
    padding-top: 18px;
    padding-bottom: 52px;
  }

  .mr-header__top,
  .mr-header__main,
  .mr-header__nav,
  .mr-footer {
    width: min(100% - 18px, 1240px);
  }

  .mr-header__top {
    padding-top: 12px;
  }

  .mr-header__main {
    grid-template-columns: auto minmax(0, 1fr);
    padding-top: 8px;
  }

  .mr-header__menu-toggle {
    display: inline-flex;
  }

  .mr-header__brand {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .mr-header__top,
  .mr-header__actions {
    display: none;
  }

  .mr-header__nav {
    display: none;
    width: 100%;
    padding: 12px 0 16px;
  }

  .mr-header--menu-open .mr-header__nav {
    display: block;
  }

  .mr-header--menu-open .mr-header__menu-toggle .mr-header__menu-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mr-header--menu-open .mr-header__menu-toggle .mr-header__menu-icon span:nth-child(2) {
    opacity: 0;
  }

  .mr-header--menu-open .mr-header__menu-toggle .mr-header__menu-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mr-header__menu {
    flex-direction: column;
    gap: 8px;
  }

  .mr-header__menu a {
    justify-content: flex-start;
    width: 100%;
  }

  .mr-header__search .search-form > div {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .mr-header__logo .custom-logo {
    width: min(190px, 52vw);
  }

  .mr-spotlight-grid,
  .mr-spotlight-grid--decision,
  .mr-brand-strip,
  .mr-footer__grid,
  .mr-category-feature__layout,
  .mr-category-feature__layout--recipe {
    grid-template-columns: 1fr;
  }

  .mr-hero__actions,
  .mr-hero__stats,
  .mr-inline-links {
    gap: 8px;
  }

  .mr-card-grid--recipes,
  .mr-card-grid--archive,
  .mr-card-grid--related,
  .mr-card-grid--compact,
  .mrgk-product-grid,
  .mrgk-offer-grid {
    grid-template-columns: 1fr;
  }

  .mrgk-related-block--products .mrgk-product-grid {
    grid-template-columns: 1fr;
  }

  .mr-offers-shell .mrgk-offer-grid--archive {
    grid-template-columns: 1fr;
  }

  .mr-recipe-archive .mr-card-grid--archive,
  .mr-search-results .mr-card-grid--archive {
    grid-template-columns: 1fr !important;
  }

  .mr-recipe-filter {
    grid-template-columns: 1fr;
  }

  .mr-contact-form__grid {
    grid-template-columns: 1fr;
  }

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

  .mrgk-filter-bar__field,
  .mrgk-filter-bar__field--search,
  .mrgk-filter-bar__actions {
    grid-column: 1 / -1;
  }

  .mrgk-filter-bar__actions {
    align-items: flex-start;
  }

  .mr-author-box {
    grid-template-columns: 1fr;
  }

  .mr-author-box {
    gap: 12px;
    padding: 16px;
  }

  .mr-author-box__avatar img,
  .mr-author-box__initials {
    width: 68px;
    height: 68px;
  }

  .mr-author-box__initials {
    font-size: 1.05rem;
  }

  .mr-author-box__copy h3 {
    margin-bottom: 6px;
    font-size: 1.08rem;
  }

  .mr-author-box__copy p {
    margin-bottom: 8px;
    line-height: 1.65;
  }

  .mrgk-promo-banner__link,
  .mrgk-promo-banner--inline .mrgk-promo-banner__link,
  .mrgk-promo-banner--hero .mrgk-promo-banner__link {
    grid-template-columns: 1fr;
  }

  .mrgk-promo-banner__art {
    min-height: 170px;
  }
}
