/* =========================================================
   WK RECIPE CSS
   Strukturierte Version
   ========================================================= */


/* =========================================================
   01. Scope / Basis
   ========================================================= */

.single-wk_rezept{
  background: #ed8b3b0a;
}

.wk-recipe-page .wk-recipeBody,
.wk-recipe-page .wk-recipecard,
.wk-recipe-page .wk-mediaCard,
.wk-recipe-page .wp-block-group{
  box-sizing: border-box;
}

.wk-recipe-page .wk-recipe h1,
.wk-recipe-page .wk-recipe h2,
.wk-recipe-page .wk-recipe h3{
  hyphens: none;
  -webkit-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

.wk-recipe-page .wk-recipe p,
.wk-recipe-page .wk-recipe li{
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
}


/* =========================================================
   02. Breadcrumbs
   ========================================================= */

.wk-recipe-page .wk-breadcrumbs{
  width: 100%;
  margin: 0;
  padding: 14px 0;
  background: rgba(255,255,255,0.55);
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  font-size: 13px;
  line-height: 1.55;
  color: #6f675f;
}

.wk-recipe-page .wk-breadcrumbs__inner{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
}

.wk-recipe-page .wk-breadcrumbs__item{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.wk-recipe-page .wk-breadcrumbs a{
  color: #6f675f;
  text-decoration: none;
  font-weight: 400;
  transition: color .2s ease, opacity .2s ease;
}

.wk-recipe-page .wk-breadcrumbs a:hover{
  color: #4f4a45;
  text-decoration: underline;
}

.wk-recipe-page .wk-breadcrumbs__sep{
  display: inline-block;
  margin: 0 8px;
  opacity: .45;
}

.wk-recipe-page .wk-breadcrumbs__current{
  color: #4b443e;
  font-weight: 400;
}


/* =========================================================
   03. Hero / Prefooter / Next
   ========================================================= */

/* Cover Basis */
.wk-recipe-page .wk-heroCover,
.wk-recipe-page .wk-prefooterCover{
  position: relative;
  overflow: hidden;
  min-height: 580px;
}

.wk-recipe-page .wk-heroCover.alignfull,
.wk-recipe-page .wk-prefooterCover.alignfull{
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.wk-recipe-page .wk-heroCover .wp-block-cover__image-background,
.wk-recipe-page .wk-prefooterCover .wp-block-cover__image-background{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0 !important;
  display: block;
}

.wk-recipe-page .wk-heroCover .wp-block-cover__background,
.wk-recipe-page .wk-prefooterCover .wp-block-cover__background{
  position: absolute;
  inset: 0;
  z-index: 1 !important;
}

.wk-recipe-page .wk-heroCover .wp-block-cover__inner-container,
.wk-recipe-page .wk-prefooterCover .wp-block-cover__inner-container{
  position: relative !important;
  z-index: 2 !important;
  min-height: inherit;
  height: 100%;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
}

/* Hero bekommt eigenes Innen-Padding */
.wk-recipe-page .wk-heroCover .wp-block-cover__inner-container{
  padding: 0 0 !important;
}

/* Prefooter kann neutral bleiben */
.wk-recipe-page .wk-prefooterCover .wp-block-cover__inner-container{
  padding: 0 !important;
}

.wk-recipe-page .wk-heroCover .wk-heading-icon{
  position: relative;
  top: 0.12em;
}

.wk-recipe-page .wk-heroCover .wk-heroTitle.wk-heading-with-icon{
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: min(100%, 980px);
  margin: 0 auto;
  text-align: left;
}

.wk-recipe-page .wk-heroCover .wk-heroTitle.wk-heading-with-icon .wk-heading-icon{
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 0.16em;
  position: relative;
  top: 0.12em;
}

.wk-recipe-page .wk-heroCover .wk-heroTitle.wk-heading-with-icon .wk-heading-text{
  display: block;
  min-width: 0;
}

/* Shared Glass Band */
.wk-recipe-page .wk-glassBand{
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-sizing: border-box;
}

.wk-recipe-page .wk-bandInner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  box-sizing: border-box;
}

/* Hero */
.wk-recipe-page .wk-heroCover .wp-block-post-title,
.wk-recipe-page .wk-heroCover h1,
.wk-recipe-page .wk-heroCover .wk-heroTitle{
  color: #fff !important;
  text-align: center !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.25);
  margin: 0 !important;
}

.wk-recipe-page .wk-heroIntro{
  margin-top: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--40);
  color: #fff;
  text-align: center;
}

.wk-recipe-page .wk-heroIntro p{
  margin: 0;
  color: inherit;
  text-align: inherit;
}

.wk-recipe-page .wk-heroCover p,
.wk-recipe-page .wk-heroCover p *,
.wk-recipe-page .wk-heroCover .has-text-align-center,
.wk-recipe-page .wk-heroCover .has-text-align-center *{
  color: #fff !important;
  text-align: center !important;
}

.wk-recipe-page .wk-heroButtons,
.wk-recipe-page .wk-heroCover .wp-block-buttons{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}

.wk-recipe-page .wk-heroButtons .wp-block-button,
.wk-recipe-page .wk-heroCover .wp-block-button{
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
}

.wk-recipe-page .wk-heroButtons .wp-block-button__link,
.wk-recipe-page .wk-heroCover .wp-block-button__link{
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}


/* Prefooter Band Inhalt */
.wk-recipe-page .wk-prefooterTitle{
  color: #fff !important;
  text-align: center !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.22);
  margin: 0 0 44px !important;
}

.wk-recipe-page .wk-prefooterGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin: 0;
}

.wk-recipe-page .wk-prefooterGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.wk-recipe-page .wk-prefooterItem{
  text-align: center;
  padding: 10px 18px;
}

.wk-recipe-page .wk-prefooterIcon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 22px;
  color: #fff;
}

.wk-recipe-page .wk-prefooterIconSvg{
  width: 48px;
  height: 48px;
  display: block;
}

.wk-recipe-page .wk-prefooterH3{
  color: #fff !important;
  margin: 0 0 20px;
  text-align: center;
}

.wk-recipe-page .wk-prefooterP,
.wk-recipe-page .wk-prefooterP *{
  color: rgba(255,255,255,0.96) !important;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 30ch;
  text-align: center;
}

/* Next Wrap */
.wk-recipe-page .wk-nextWrap{
  background-color: transparent !important;
  padding-top: 96px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

.wk-recipe-page .wk-nextInner{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px !important;
  padding-left: var(--wp--style--root--padding-left, 24px);
  padding-right: var(--wp--style--root--padding-right, 24px);
}

.wk-recipe-page .wk-nextColumns{
  gap: 56px !important;
  align-items: start !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wk-recipe-page .wk-nextColTitle,
.wk-recipe-page .wk-nextColText{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.wk-recipe-page .wk-nextColTitle .wp-block-heading{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wk-recipe-page .wk-nextColText{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wk-recipe-page .wk-nextColText p{
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.wk-recipe-page .wk-nextColText .wp-block-buttons{
  justify-content: flex-start !important;
  margin-top: 26px !important;
  margin-bottom: 0 !important;
}

.wk-recipe-page .wk-nextButtons .wp-block-button__link.wk-nextButton{
  padding: 20px 30px !important;
}

.wk-recipe-page .wk-nextColText .wk-nextButtons{
  margin-top: 37px !important;
}


/* =========================================================
   04. Recipe Bar
   ========================================================= */

.wk-recipe-page .wk-recipebarWrap{
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.85);
}

.wk-recipe-page .wk-recipebar{
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  gap: .6rem;
  align-items: center;
  padding: .65rem .9rem;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0;
  background: transparent;
}

.wk-recipe-page .wk-recipebar__btn,
.wk-recipe-page .wk-recipebar__link{
  text-decoration: none;
  font: inherit;
  border-radius: .75rem;
  padding: .55rem .8rem;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  cursor: pointer;
}

.wk-recipe-page .wk-recipebar__btn--ghost{
  background: transparent;
}


/* =========================================================
   05. Overview
   ========================================================= */

.wk-recipe-page .wk-overview{
  --wk-accent: #395144;
  --wk-border: rgba(89,116,124,0.16);
  --wk-card-border: rgba(89,116,124,0.14);
  --wk-line: rgba(89,116,124,0.10);
  --wk-bg: rgba(255,255,255,0.55);
  --wk-card-bg: rgba(255,255,255,0.72);
  --wk-text: #2b2b2b;

  max-width: 1200px;
  margin: 22px auto 0;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--wk-border);
  background: var(--wk-bg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--wk-text);
}

.wk-recipe-page .wk-overviewGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.wk-recipe-page .wk-overviewCard{
  border-radius: 16px;
  border: 1px solid var(--wk-card-border);
  background: var(--wk-card-bg);
  padding: 16px;
  min-height: 120px;
  container-type: inline-size;
}

.wk-recipe-page .wk-overviewCard:hover{
  border-color: rgba(57,81,68,0.22);
  transform: translateY(-1px);
  transition: transform 160ms ease, border-color 160ms ease;
}

.wk-recipe-page .wk-oiHead{
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  align-items: center;
}

.wk-recipe-page .wk-oiHead::before{
  content: "";
  width: 40px;
  height: 40px;
  justify-self: start;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.95;
  filter: none;
}

.wk-recipe-page .wk-label{
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.wk-recipe-page .wk-value{
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 650;
  margin: 0;
}

/* Zeit */
.wk-recipe-page .wk-card--time .wk-oiHead .wk-oiText{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.wk-recipe-page .wk-card--time .wk-label,
.wk-recipe-page .wk-card--time .wk-value{
  white-space: nowrap;
}

.wk-recipe-page .wk-card--time .wk-value{
  opacity: 0.95;
}

.wk-recipe-page .wk-card--time .wk-oiSub{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(89,116,124,0.10);
}

.wk-recipe-page .wk-timeRows{
  position: relative;
  padding-left: 60px;
}

.wk-recipe-page .wk-timeRows::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.95;
  background-image: url('https://waffelkatze.de/wp-content/uploads/2026/02/waffelkatze_Kochzeit_icon_transparentDIY.svg');
}

.wk-recipe-page .wk-subRow{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 3px 0;
  font-size: 0.95rem;
  line-height: 1.3;
  opacity: 0.92;
}

.wk-recipe-page .wk-subLabel{
  opacity: 0.82;
  font-weight: 500;
}

.wk-recipe-page .wk-subValue{
  font-weight: 650;
  opacity: 0.98;
}

/* Fakten */
.wk-recipe-page .wk-card--facts{
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
}

.wk-recipe-page .wk-factDivider{
  height: 1px;
  margin: 12px 0;
  background: var(--wk-line);
}

.wk-recipe-page .wk-card--facts .wk-oiHead--difficulty .wk-oiText{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.wk-recipe-page .wk-card--facts .wk-oiHead--difficulty .wk-label{
  margin-right: 2px;
  white-space: nowrap;
}

.wk-recipe-page .wk-dots{
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.wk-recipe-page .wk-dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(89,116,124,0.25);
}

.wk-recipe-page .wk-dot.is-on{
  background: var(--wk-accent);
}

.wk-recipe-page .wk-badge{
  font-size: 0.92rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(57,81,68,0.10);
  border: 1px solid rgba(57,81,68,0.18);
  color: var(--wk-accent);
  font-weight: 650;
  white-space: nowrap;
}

.wk-recipe-page .wk-card--facts .wk-oiHead--calories .wk-oiText{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.wk-recipe-page .wk-card--facts .wk-oiHead--calories .wk-label,
.wk-recipe-page .wk-card--facts .wk-oiHead--calories .wk-value{
  white-space: nowrap;
}

/* Social */
.wk-recipe-page .wk-card--social{
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
}

.wk-recipe-page .wk-card--social .wk-oiHead{
  align-items: center;
}

.wk-recipe-page .wk-card--social .wk-oiText{
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-top: 2px;
}

.wk-recipe-page .wk-card--social .wk-label{
  margin-bottom: 10px;
}

.wk-recipe-page .wk-labelLine{
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
}

.wk-recipe-page .wk-starsFallback{
  font-size: 1.45rem;
  letter-spacing: 3px;
  line-height: 1;
  opacity: 0.45;
}

.wk-recipe-page .wk-card--social .glsr-summary{
  order: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.wk-recipe-page .wk-card--social .wk-labelLine{
  order: 2;
}

.wk-recipe-page .wk-card--social .wk-socialComments{
  order: 3;
  margin-top: 1px;
  font-size: 0.95rem;
}

.wk-recipe-page .wk-socialCommentsNr{
  font-weight: 750;
  color: var(--wk-accent);
}

.wk-recipe-page .wk-ratingWrap{
  margin-top: 8px;
}

.wk-recipe-page .wk-ratingWrap .glsr-summary + .wk-starsFallback,
.wk-recipe-page .wk-card--social .glsr-summary ~ .wk-labelLine .wk-starsFallback{
  display: none;
}

.wk-recipe-page .wk-ratingStickerCat{
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 6;
  pointer-events: none;
  width: 220px;
  height: 220px;
  top: 30px;
  right: -85px;
  transform: rotate(8deg);
}

/* Icons */
.wk-recipe-page .wk-oiHead--total::before{
  background-image: url('https://waffelkatze.de/wp-content/uploads/2026/02/waffelkatze_uhr_icon_transparent.svg');
}

.wk-recipe-page .wk-oiHead--difficulty::before{
  background-image: url('https://waffelkatze.de/wp-content/uploads/2026/02/waffelkatze_topf_icon_transparent.svg');
}

.wk-recipe-page .wk-oiHead--calories::before{
  background-image: url('https://waffelkatze.de/wp-content/uploads/2026/02/apple-icon-stroke.svg');
}

.wk-recipe-page .wk-oiHead--rating::before{
  background-image: url('https://waffelkatze.de/wp-content/uploads/2026/02/Tatze_IConDIY.svg');
  width: 38px;
  height: 38px;
  opacity: 0.8;
  transform: translateY(-2px);
}

.wk-recipe-page .wk-oiHead::before,
.wk-recipe-page .wk-timeRows::before{
  filter: grayscale(1) saturate(0.2) brightness(0.55);
  opacity: 0.95;
}

.wk-recipe-page .wk-overview .wk-label,
.wk-recipe-page .wk-overview .wk-subLabel{
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

@container (max-width: 320px){
  .wk-recipe-page .wk-card--social .wk-labelLine{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .wk-recipe-page .wk-card--time .wk-subRow{
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .wk-recipe-page .wk-card--time .wk-oiHead--total .wk-oiText{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}


/* =========================================================
   06. Zutaten / Card / Actions / Steps
   ========================================================= */

/* Card Basis */
.wk-recipe-page .wk-card{
  position: relative;
  display: flex !important;
  gap: 0 !important;
  margin-top: var(--wp--preset--spacing--30) !important;
  margin-bottom: var(--wp--preset--spacing--30) !important;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  align-items: stretch !important;
}

.wk-recipe-page .wk-card > .wp-block-column{
  margin-top: 0 !important;
  min-width: 0;
  display: flex !important;
  align-self: stretch !important;
}

.wk-recipe-page .wk-card > .wp-block-column:first-child{
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.wk-recipe-page .wk-card > .wp-block-column:first-child > .wp-block-group{
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}

.wk-recipe-page .wk-cardMediaCol{
  flex: 0 0 50%;
  max-width: 50%;
  display: flex !important;
  align-self: stretch !important;
  overflow: hidden;
}

.wk-recipe-page .wk-cardMedia{
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wk-recipe-page .wk-cardContent{
  flex: 0 0 50%;
  max-width: 50%;
  display: flex !important;
  align-items: stretch;
  background: #fff;
  min-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.wk-recipe-page .wk-cardCover{
  padding: 0 !important;
  margin: 0 !important;
  min-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}

.wk-recipe-page .wk-cardCover img,
.wk-recipe-page .wk-card .wp-block-image img,
.wk-recipe-page .wk-card figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wk-recipe-page .wk-card .wp-block-image,
.wk-recipe-page .wk-card figure{
  margin: 0 !important;
}

/* Zutatenpanel */
.wk-recipe-page .wk-cardPad{
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding: 48px 40px 40px;
}

.wk-recipe-page .wk-cardPad > .wp-block-group{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wk-recipe-page .wk-cardPad::before{
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  pointer-events: none;
}

.wk-recipe-page .wk-cardPad > *{
  position: relative;
  z-index: 2;
}

.wk-recipe-page .wk-cardPad h2{
  margin: 0 0 24px 0;
  text-align: center;
}

.wk-recipe-page .wk-cardPad h2,
.wk-recipe-page .wk-cardPad .wk-icon-title{
  padding-left: 0 !important;
}

.wk-recipe-page .wk-ingredientsCardInner{
  width: 100%;
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.wk-recipe-page .wk-ingredientsCardInner .wk-icon-title,
.wk-recipe-page .wk-ingredientsCardInner .wk-heading-line{
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wk-recipe-page .wk-ingredientsCardInner .wk-heading-line{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 18px 0 0 !important;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

.wk-recipe-page .wk-ingredientsCardInner .wk-heading-line::after{
  content: none !important;
}

.wk-recipe-page .wk-ingredientsCardInner .wk-icon-title{
  display: inline-flex;
  justify-content: center;
  gap: 8px;
}


/* Zutatenliste */

.wk-recipe-page .wk-ingredients{
  width: 100%;
}


/* Hauptliste */

.wk-recipe-page .wk-ingredients__list{
  list-style: none;
  margin: 18px 0 30px;
  padding: 0 0 0 19px;
  column-count: 2;
  column-gap: 34px;
}


/* einzelne Zutaten */

.wk-recipe-page .wk-ingredients__list li{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 14px;
  padding: 0;
  line-height: 1.4;
  display: block;
}


/* optional größere linke Einrückung */

.wk-recipe-page .wk-cardPad .wk-ingredients__list{
  padding-left: 40px !important;
}


/* Label / Checkbox Layout */

.wk-recipe-page .wk-ingredients__list label{
  display: inline-flex;
  align-items: flex-start;
  gap: 0;
  cursor: pointer;
  line-height: 1.55;
  margin: 0;
}


/* Checkbox */

.wk-recipe-page .wk-ingredients__list input[type="checkbox"]{
  margin: 3px 10px 0 0;
  transform: none;
  flex: 0 0 auto;
}


/* Mengenangabe */

.wk-recipe-page .wk-ingredients__list .wk-qty{
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  margin-right: 2px;
  white-space: nowrap;
}


/* Variante mit Skalierung */

.wk-recipe-page .wk-ingredients--scale .wk-ingredients__list{
  margin: 18px auto 0;
  padding: 0 0 0 19px;
  column-count: 2;
  column-gap: 34px;
  max-width: 540px;
}

.wk-recipe-page .wk-ingredients--scale .wk-ingredients__list > li{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 12px;
}

.wk-recipe-page .wk-ingredients--scale .wk-ingredients__list > li > label{
  display: inline-flex;
  align-items: flex-start;
  gap: 0;
  line-height: 1.5;
  padding-right: 6px;
  margin: 0;
}

.wk-recipe-page .wk-ingredients--scale .wk-ingredients__list input[type="checkbox"]{
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
  margin: 0;
  margin-right: 10px;
  margin-top: 0.4em;
  flex: 0 0 15px;
}

.wk-recipe-page .wk-ingredients--scale .wk-qty{
  font-weight: 700;
  margin-right: 2px;
  white-space: nowrap;
}

/* Zutatenliste: globale Wortzerlegung neutralisieren */
.wk-recipe-page .wk-ingredients__list,
.wk-recipe-page .wk-ingredients__list li,
.wk-recipe-page .wk-ingredients__list label,
.wk-recipe-page .wk-ingredients__list .wk-qty,
.wk-recipe-page .wk-ingredients__list .wk-ingredient-text{
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual !important;
}

/* Label sauber als kleine Flex-Zeile */
.wk-recipe-page .wk-ingredients__list label,
.wk-recipe-page .wk-ingredients--scale .wk-ingredients__list > li > label{
  display: flex !important;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  min-width: 0;
}

/* Menge soll zusammenbleiben */
.wk-recipe-page .wk-ingredients__list .wk-qty{
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Zutatenname darf umbrechen, aber nur normal */
.wk-recipe-page .wk-ingredients__list .wk-ingredient-text{
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
}




/* Mobile */

@media (max-width: 768px){

  .wk-recipe-page .wk-ingredients__list,
  .wk-recipe-page .wk-ingredients--scale .wk-ingredients__list{
    column-count: 1;
    column-gap: 0;
  }

  .wk-recipe-page .wk-ingredients--scale .wk-ingredients__list input[type="checkbox"]{
    margin-top: 0.6em;
  }
}


/* Portionen Control */
.wk-recipe-page .wk-servingsControl{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(0,0,0,0.04);
  width: fit-content;
  font-family: 'Karla', sans-serif;
}

.wk-recipe-page .wk-servingsControl button,
.wk-recipe-page .wk-servingsControl input{
  font-family: 'Karla', sans-serif;
}

.wk-recipe-page .wk-servingsControl button{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.wk-recipe-page .wk-servingsControl input[type="number"]{
  width: 56px;
  height: 38px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -moz-appearance: textfield;
  appearance: textfield;
}

.wk-recipe-page .wk-servingsControl input[type="number"]::-webkit-outer-spin-button,
.wk-recipe-page .wk-servingsControl input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Actions */
:root{
  --wk-actions-col-gap: 0px;
  --wk-actions-btn-gap: 8px;
}

.wk-recipe-page .wk-actionsGrid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--wk-actions-col-gap);
  margin-top: 20px;
  padding-bottom: 18px;
}

.wk-recipe-page .wk-ingredients--scale .wk-actionsGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  margin-top: 22px;
  padding-left: 19px;
}

.wk-recipe-page .wk-actionsCol{
  display: flex;
  gap: var(--wk-actions-btn-gap);
  flex-wrap: wrap;
  align-items: center;
}

.wk-recipe-page .wk-actionsCol--right{
  justify-content: flex-end;
  justify-self: end;
}

.wk-recipe-page .wk-ingredients--scale .wk-actionsCol--right{
  justify-self: start;
  justify-content: flex-start;
}

.wk-recipe-page .wk-actionBtn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14);
  background: #fff;
  font: inherit;
  cursor: pointer;
  transition: transform .08s ease, box-shadow .12s ease;
}

.wk-recipe-page .wk-actionBtn:hover{
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.wk-recipe-page .wk-actionBtn:active{
  transform: translateY(1px);
}

.wk-recipe-page .wk-actionBtn--share{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wk-recipe-page .wk-shareIcon{
  width: 14px;
  height: 14px;
  opacity: 0.85;
  flex-shrink: 0;
  display: block;
}

/* Steps */
.wk-recipe-page .wk-stepsCardContent{
  background: #ffffff;
  display: flex;
  align-items: stretch;
  padding: 0 !important;
}

.wk-recipe-page .wk-prepWrap{
  width: 100%;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 28px 38px !important;
}

.wk-recipe-page .wk-prep{
  max-width: 720px;
}

.wk-recipe-page .wk-prepTitle{
  margin: 0 0 22px 0;
}



.wk-recipe-page .wk-prepStep{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  align-items: start;
}

.wk-recipe-page .wk-prepStep--last{
  border-bottom: 0;
}

.wk-recipe-page .wk-prepNr{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 19.6px;
  line-height: 1.7;
  background: rgba(89,116,124,0.12);
  color: #395144;
}

.wk-recipe-page .wk-prepKicker{
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.wk-recipe-page .wk-prepText{
  margin: 0;
  line-height: 1.70;
}

.wk-recipe-page .wk-prepText .wk-ingredient{
  color: #395144;
  background: rgba(57, 81, 68, 0.06);
  padding: 1px 1px;
  border-radius: 6px;
}

.wk-recipe-page .wk-steps{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 1.2rem;
  padding: 2.5rem;
  background: #fff;
}

.wk-recipe-page .wk-steps__list{
  margin: .8rem 0 0;
  padding-left: 2rem;
  display: grid;
  gap: .75rem;
}

.wk-recipe-page .wk-steps__list li{
  margin: 0;
}

.wk-recipe-page .wk-info{
  background: rgba(118, 126, 104, 0.38) !important;
  color: #fff !important;
  padding: 2rem;
  border-radius: 28px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* =========================================================
   07. Info / Nutrition / Variationen
   ========================================================= */

.wk-recipe-page .wk-infoSection{
  margin-top: 32px;
  margin-bottom: var(--wp--preset--spacing--20);
}

.wk-recipe-page .wk-infoGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.wk-recipe-page .wk-infoStack{
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.wk-recipe-page .wk-infoStack--left,
.wk-recipe-page .wk-infoStack--right{
  align-self: stretch;
}

.wk-recipe-page .wk-infoStack--left .wk-infoCard--storage,
.wk-recipe-page .wk-infoStack--right .wk-infoCard--health{
  flex: 1 1 auto;
}


/* =========================================================
   Basis Card
   ========================================================= */

.wk-recipe-page .wk-infoCard{
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
}

/* Eigene Innenwrapper je nach Inhalt */
.wk-recipe-page .wk-infoCardInner{
  box-sizing: border-box;
}

/* Text-Card */
.wk-recipe-page .wk-infoCard--text .wk-infoCardInner{
  padding: 28px 50px;
}

/* Listen-Card */
.wk-recipe-page .wk-infoCard--list .wk-infoCardInner{
  padding: 28px 50px 30px;
}

/* Tabellen-Card */
.wk-recipe-page .wk-infoCard--table .wk-infoCardInner{
  padding: 28px 28px 24px;
}

/* Speziell für Tipps mit Sticker */
.wk-recipe-page .wk-infoCard--tips{
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 92px;
}

/* Optional: Tipps etwas großzügiger */
.wk-recipe-page .wk-infoCard--tips .wk-infoCardInner{
  padding: 28px 50px 24px;
}


/* =========================================================
   Gemeinsame Heading-Struktur in Cards
   ========================================================= */

.wk-recipe-page .wk-infoCard .wk-heading-line{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

.wk-recipe-page .wk-infoCard .wk-heading-line::after{
  content: none !important;
}

.wk-recipe-page .wk-infoCard .wk-icon-title{
  display: inline-flex;
  align-items: start;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.wk-recipe-page .wk-infoCard .wk-icon-title::before{
  width: 18px;
  height: 18px;
  margin-top: 0;
  transform: translateY(-1px);
}

.wk-recipe-page .wk-icon-title svg{
  width: 1.1em;
  height: 1.1em;
}

.wk-recipe-page .wk-infoCard .wk-heading-line.wk-icon-title{
  display: flex !important;
  align-items: start !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  text-align: center !important;
}


/* =========================================================
   Text / Liste / Tabelle getrennt
   ========================================================= */

.wk-recipe-page .wk-infoText{
  margin-top: 18px;
  padding: 0;
}

.wk-recipe-page .wk-infoText p:first-child{
  margin-top: 0;
  padding: 0;
}

.wk-recipe-page .wk-infoText p:last-child{
  margin-bottom: 0;
  padding: 0;
}

/* Bulletpoint-Variante */
.wk-recipe-page .wk-infoText--list{
  margin-top: 18px;
}

.wk-recipe-page .wk-infoText--list ul{
  margin: 0;
  padding-left: 1.2em;
}

.wk-recipe-page .wk-infoText--list li{
  margin-bottom: 10px;
  line-height: 1.7;
}

.wk-recipe-page .wk-infoText--list li + li{
  margin-top: 10px;
}

/* Tabellen-Variante */
.wk-recipe-page .wk-infoText--table{
  width: 100%;
  margin-top: 18px;
}


/* =========================================================
   Tipp-Sticker
   ========================================================= */

.wk-recipe-page .wk-tipSticker{
  margin: 18px 18px 18px auto;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -50px;
  bottom: -130px;
  display: block;
  z-index: 2;
  pointer-events: none;
}

.wk-recipe-page .wk-tipStickerImg{
  width: 270px;
  height: auto;
  display: block;
}


/* =========================================================
   Nutrition
   ========================================================= */

.wk-recipe-page .wk-nutritionSection{
  margin-top: 12px;
  margin-bottom: var(--wp--preset--spacing--20);
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: var(--wp--preset--spacing--20) !important;
  padding-left: 0 !important;
}

.wk-recipe-page .wk-nutritionGrid{
  margin-bottom: 24px;
}

.wk-recipe-page .wk-nutritionCard{
  min-width: 0;
}

.wk-recipe-page .wk-healthText{
  text-align: left;
}

.wk-recipe-page .wk-healthText p:first-child{
  margin-top: 0;
}

.wk-recipe-page .wk-healthText p:last-child{
  margin-bottom: 0;
}

.wk-recipe-page .wk-nutritionLayout{
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* Bildkarte */
.wk-recipe-page .wk-nutritionCard--image{
  overflow: hidden;
  padding: 0;
}

.wk-recipe-page .wk-nutritionImageWrap{
  height: 100%;
}

.wk-recipe-page .wk-nutritionImage{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* Tabellenkarte */
.wk-recipe-page .wk-nutritionCard--table{
  min-width: 0;
}

.wk-recipe-page .wk-nutritionCard--table .wk-infoCardInner{
  height: 100%;
  padding: 28px 20px 24px;
  box-sizing: border-box;
}

.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle{
  width: 100%;
  margin: 18px 0 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle th:nth-child(1),
.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle td:nth-child(1){
  width: 40%;
}

.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle th:nth-child(2),
.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle td:nth-child(2){
  width: 42%;
}

.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle th:nth-child(3),
.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle td:nth-child(3){
  width: 30%;
}

.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle th,
.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle td{
  padding: 13px 10px;
  vertical-align: middle;
  overflow-wrap: normal;
  word-break: normal;
  box-sizing: border-box;
  font-size: 0.95rem;
}

.wk-recipe-page .wk-nutritionCard--table .naehrwerte-tabelle th{
  line-height: 1.3;
}

/* Paw Icon für Nutrition */
.wk-recipe-page .wk-nutritionCard .wk-icon-title::before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 0;
  transform: translateY(-1px);
  opacity: 0.85;
  background-color: currentColor !important;
  -webkit-mask-image: url('https://waffelkatze.de/wp-content/uploads/2026/02/Minipawungerade22_schwarz.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('https://waffelkatze.de/wp-content/uploads/2026/02/Minipawungerade22_schwarz.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}


/* =========================================================
   Variationen
   ========================================================= */

.wk-recipe-page .wk-variationCard{
  display: flex !important;
  gap: 0 !important;
  margin-top: var(--wp--preset--spacing--30) !important;
  margin-bottom: var(--wp--preset--spacing--30) !important;
  border-radius: 28px;
  overflow: hidden;
  background: transparent;
  align-items: stretch !important;
}

.wk-recipe-page .wk-variationCard > .wp-block-column{
  margin-top: 0 !important;
  min-width: 0;
  display: flex !important;
  align-self: stretch !important;
}

.wk-recipe-page .wk-variationMediaCol{
  flex: 0 0 50%;
  max-width: 50%;
  display: flex !important;
  align-self: stretch !important;
  overflow: hidden;
}

.wk-recipe-page .wk-variationMedia{
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wk-recipe-page .wk-variationSticker{
  position: absolute;
  right: -16px;
  bottom: -10px;
  width: 200px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  transform: rotate(8deg);
}

.wk-recipe-page .wk-variationContent{
  flex: 0 0 50%;
  max-width: 50%;
  display: flex !important;
  align-self: stretch !important;
  background: #fff;
  min-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Variationen bekommen ihren eigenen Inner-Wrapper */
.wk-recipe-page .wk-variationCardInner{
  width: 100%;
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px 30px;
  box-sizing: border-box;
}

.wk-recipe-page .wk-variationCardInner .wk-heading-line{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

.wk-recipe-page .wk-variationCardInner .wk-heading-line::after{
  content: none !important;
}

.wk-recipe-page .wk-variationCardInner .wk-icon-title{
  display: inline-flex;
  justify-content: center;
  gap: 8px;
}

.wk-recipe-page .wk-variationBody{
  width: 100%;
  margin-top: 18px;
}

.wk-recipe-page .wk-variationText{
  width: 100%;
}

.wk-recipe-page .wk-variationText p:first-child{
  margin-top: 0;
}

.wk-recipe-page .wk-variationText p:last-child{
  margin-bottom: 0;
}


/* =========================================================
   09. Reviews
   ========================================================= */

/* =========================================================
   WK Overview Rating – SVG (Quarter / Half / 3/4 / Full)
   ========================================================= */

.wk-overviewCard .wk-labelLine{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}

.wk-overviewCard .wk-stars{
  display:flex;
  align-items:center;
  gap:3px;
}

.wk-overviewCard .wk-starSvgWrap{
  display:inline-block;
  width:16px;
  height:16px;
  flex:0 0 16px;
}

.wk-overviewCard .wk-starSvg{
  display:block;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

/* EMPTY */
.wk-overviewCard .wk-starSvg--empty{
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<path fill='%23ECE8E2' stroke='%23D3CCC3' stroke-width='1.2' d='M12 2.6l2.87 5.82 6.43.93-4.65 4.53 1.1 6.4L12 17.27 6.25 20.28l1.1-6.4L2.7 9.35l6.43-.93L12 2.6z'/>\
</svg>");
}

/* QUARTER */
.wk-overviewCard .wk-starSvg--quarter{
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<defs><clipPath id='q'><rect x='0' y='0' width='6' height='24'/></clipPath></defs>\
<path fill='%23ECE8E2' d='M12 2.6l2.87 5.82 6.43.93-4.65 4.53 1.1 6.4L12 17.27 6.25 20.28l1.1-6.4L2.7 9.35l6.43-.93L12 2.6z'/>\
<path fill='%23F4B400' clip-path='url(%23q)' d='M12 2.6l2.87 5.82 6.43.93-4.65 4.53 1.1 6.4L12 17.27 6.25 20.28l1.1-6.4L2.7 9.35l6.43-.93L12 2.6z'/>\
</svg>");
}

/* HALF */
.wk-overviewCard .wk-starSvg--half{
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<defs><clipPath id='h'><rect x='0' y='0' width='12' height='24'/></clipPath></defs>\
<path fill='%23ECE8E2' d='M12 2.6l2.87 5.82 6.43.93-4.65 4.53 1.1 6.4L12 17.27 6.25 20.28l1.1-6.4L2.7 9.35l6.43-.93L12 2.6z'/>\
<path fill='%23F4B400' clip-path='url(%23h)' d='M12 2.6l2.87 5.82 6.43.93-4.65 4.53 1.1 6.4L12 17.27 6.25 20.28l1.1-6.4L2.7 9.35l6.43-.93L12 2.6z'/>\
</svg>");
}

/* THREE QUARTER */
.wk-overviewCard .wk-starSvg--threequarter{
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<defs><clipPath id='t'><rect x='0' y='0' width='18' height='24'/></clipPath></defs>\
<path fill='%23ECE8E2' d='M12 2.6l2.87 5.82 6.43.93-4.65 4.53 1.1 6.4L12 17.27 6.25 20.28l1.1-6.4L2.7 9.35l6.43-.93L12 2.6z'/>\
<path fill='%23F4B400' clip-path='url(%23t)' d='M12 2.6l2.87 5.82 6.43.93-4.65 4.53 1.1 6.4L12 17.27 6.25 20.28l1.1-6.4L2.7 9.35l6.43-.93L12 2.6z'/>\
</svg>");
}

/* FULL */
.wk-overviewCard .wk-starSvg--full{
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<path fill='%23F4B400' stroke='%23D9A200' stroke-width='1.2' d='M12 2.6l2.87 5.82 6.43.93-4.65 4.53 1.1 6.4L12 17.27 6.25 20.28l1.1-6.4L2.7 9.35l6.43-.93L12 2.6z'/>\
</svg>");
}

/* Fallback */
.wk-overviewCard .wk-starsFallback{
  font-size:14px;
  letter-spacing:2px;
  opacity:0.45;
}

.wk-overviewCard .wk-socialComments{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.wk-overviewCard .wk-ratingLineMain{
  font-size:13px;
  color:rgba(0,0,0,0.75);
}

.wk-overviewCard .wk-ratingLineSub{
  font-size:12px;
  color:rgba(0,0,0,0.5);
}

.wk-recipe-page .wk-reviews{
  background: transparent !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.wk-recipe-page .wk-reviews .glsr,
.wk-recipe-page .wk-reviews .glsr-form-wrap,
.wk-recipe-page .wk-reviews .glsr-reviews-wrap,
.wk-recipe-page .wk-reviews .wp-block-site-reviews-summary,
.wk-recipe-page .wk-reviews .wp-block-site-reviews-form,
.wk-recipe-page .wk-reviews .wp-block-site-reviews{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.wk-recipe-page .wk-reviews{
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.wk-recipe-page .wk-reviews .wp-block-site-reviews-form,
.wk-recipe-page .wk-reviews .wp-block-site-reviews{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}


.wk-recipe-page .wk-reviews .wp-block-site-reviews-form{
  background: #fff !important;
  border: 1px solid rgba(27, 31, 35, 0.08) !important;
  border-radius: 28px !important;
  box-shadow: 0 14px 34px rgba(27, 31, 35, 0.06) !important;
  padding: 42px 30px 36px !important;
  margin-top: 32px;
  margin-bottom: 32px;
}

.wk-recipe-page .wk-reviews .wp-block-site-reviews-form .glsr-form{
  background: transparent !important;
  padding: 0 !important;
  margin-top: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.wk-recipe-page .wk-reviews .glsr-field{
  margin-bottom: 24px;
}

.wk-recipe-page .wk-reviews .glsr-label{
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.wk-recipe-page .wk-reviews .glsr-input,
.wk-recipe-page .wk-reviews .glsr-textarea,
.wk-recipe-page .wk-reviews select.glsr-select,
.wk-recipe-page .wk-reviews input[type="text"],
.wk-recipe-page .wk-reviews input[type="email"],
.wk-recipe-page .wk-reviews textarea,
.wk-recipe-page .wk-reviews select{
  width: 100%;
  box-sizing: border-box;
  background: #fff !important;
  border: 1px solid rgba(27, 31, 35, 0.12) !important;
  border-radius: 22px !important;
  box-shadow: none !important;
  padding: 16px 18px !important;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wk-recipe-page .wk-reviews .glsr-textarea,
.wk-recipe-page .wk-reviews textarea{
  min-height: 180px;
  resize: vertical;
  border-radius: 24px !important;
}

.wk-recipe-page .wk-reviews .glsr-input:focus,
.wk-recipe-page .wk-reviews .glsr-textarea:focus,
.wk-recipe-page .wk-reviews select.glsr-select:focus,
.wk-recipe-page .wk-reviews input[type="text"]:focus,
.wk-recipe-page .wk-reviews input[type="email"]:focus,
.wk-recipe-page .wk-reviews textarea:focus,
.wk-recipe-page .wk-reviews select:focus{
  outline: none !important;
  border-color: rgba(57, 81, 68, 0.45) !important;
  box-shadow: 0 8px 20px rgba(57, 81, 68, 0.12) !important;
}

.wk-recipe-page .wk-reviews .glsr-field-rating{
  text-align: center;
  margin-bottom: 30px;
}

.wk-recipe-page .wk-reviews .glsr-field-rating .glsr-label{
  margin-bottom: 12px;
}

.wk-recipe-page .wk-reviews .glsr-star-rating,
.wk-recipe-page .wk-reviews .glsr .glsr-star-rating,
.wk-recipe-page .wk-reviews .glsr .glsr-rating{
  justify-content: center;
}

.wk-recipe-page .wk-reviews .glsr-field-choice{
  margin-top: 8px;
}

.wk-recipe-page .wk-reviews .glsr-field-toggle{
  display: flex;
  align-items: center;
  gap: 12px;
}

.wk-recipe-page .wk-reviews .glsr-field-toggle label{
  margin: 0;
}

.wk-recipe-page .wk-reviews .glsr-button.wp-block-button__link,
.wk-recipe-page .wk-reviews .glsr-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: #395144 !important;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wk-recipe-page .wk-reviews .glsr-button.wp-block-button__link:hover,
.wk-recipe-page .wk-reviews .glsr-button:hover{
  opacity: 0.92;
  transform: translateY(-1px);
}

.wk-recipe-page .wk-reviews [data-field="submit-button"] .wp-block-buttons,
.wk-recipe-page .wk-reviews .glsr [data-field="submit-button"] .wp-block-buttons{
  justify-content: center !important;
}

.wk-recipe-page .wk-reviews .wp-block-site-reviews{
  margin-top: 20px;
  padding-top: 8px;
}

.wk-recipe-page .wk-reviews .glsr-no-margins{
  text-align: center;
  margin-top: 32px !important;
  color: inherit;
  opacity: 0.85;
}

.wk-recipe-page .wk-reviews__intro{
  text-align: center;
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.wk-recipe-page .wk-reviews__title{
  margin: 0 0 10px;
}

.wk-recipe-page .wk-reviews__text{
  margin: 0;
  opacity: .9;
}

.wk-recipe-page .wk-reviews .glsr-field-error{
  margin-top: 8px;
  font-size: 0.95rem;
}

.wk-recipe-page .wk-reviews .glsr-default form.glsr-form .glsr-field-choice .glsr-field-subgroup{
  display: flex !important;
  justify-content: center !important;
}

.wk-recipe-page .wk-reviews .glsr-default form.glsr-form .glsr-field-toggle{
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  max-width: 620px;
}

.wk-recipe-page .wk-reviews .glsr-default form.glsr-form .glsr-field-toggle > span:first-child{
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  margin-top: 2px !important;
}

.wk-recipe-page .wk-reviews .glsr-default form.glsr-form .glsr-toggle{
  transform: none !important;
}

.wk-recipe-page .wk-reviews .glsr-default form.glsr-form .glsr-field-toggle label{
  margin: 0 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.wk-recipe-page .wk-reviews .glsr-review{
  background: #fff;
  border: 1px solid rgba(31,42,38,0.12);
  border-radius: 18px;
  padding: 18px 18px;
  margin: 16px auto;
  max-width: 1200px;
}

.wk-recipe-page .wk-reviews .glsr-review .glsr-review-title,
.wk-recipe-page .wk-reviews .glsr-review .glsr-review-author,
.wk-recipe-page .wk-reviews .glsr-review .glsr-review-date{
  text-align: center;
}

.wk-recipe-page .wk-reviews .glsr-review .glsr-review-date,
.wk-recipe-page .wk-reviews .glsr-review .glsr-review-author{
  opacity: 0.75;
  font-size: 0.95rem;
}

.wk-recipe-page .wk-reviews .glsr .glsr-summary-stars{
  display: flex;
  justify-content: center;
}

.wk-recipe-page .wk-reviews .glsr .glsr-summary{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wk-recipe-page .wk-reviews .glsr .glsr-summary-rating{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


/* reCAPTCHA Hinweis unter Review-Formular */

.wk-recaptcha-note{
  margin-top: 35px;
  padding: 25px 12px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(0,0,0,0.65);
}

.wk-recaptcha-note a{
  color: inherit;
  text-decoration: underline;
}

.wk-recaptcha-note a:hover{
  opacity: 0.8;
}


/* =========================================================
   10. Header / Footer (nur Rezeptseiten)
   ========================================================= */

.wk-header__cols{
  margin-bottom: 0 !important;
  background: #ffffff !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: var(--wp--style--root--padding-left, 24px) !important;
  padding-right: var(--wp--style--root--padding-right, 24px) !important;
  box-sizing: border-box !important;
}

.wp-site-blocks .wk-header__cols{
  justify-content: center;
  padding-top: 55px !important;
  padding-right: 32px !important;
  padding-bottom: 55px !important;
  padding-left: 32px !important;
  gap: 0 !important;
}

.wp-site-blocks .wk-header__col-left{
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-site-blocks .wk-header__col-left > .wp-block-group{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px !important;
  width: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wp-site-blocks .wk-header__col-left .wp-block-site-logo,
.wp-site-blocks .wk-header__col-left .wp-block-site-title{
  margin-top: 0;
  margin-bottom: 0;
}

.wp-site-blocks .wk-header__col-left .wp-block-site-title,
.wp-site-blocks .wk-header__col-left .wp-block-site-title a{
  font-family: var(--wp--preset--font-family--heading);
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

/* Footer */
.wp-block-columns.alignwide > .wp-block-column:first-child{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.wp-block-columns.alignwide > .wp-block-column:first-child .wp-block-site-logo{
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 10px !important;
}

.wp-block-columns.alignwide > .wp-block-column:first-child .wp-block-site-title,
.wp-block-columns.alignwide > .wp-block-column:first-child .wp-block-site-title a,
.wp-block-columns.alignwide > .wp-block-column:first-child h1.wp-block-site-title,
.wp-block-columns.alignwide > .wp-block-column:first-child h1.wp-block-site-title a{
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  font-family: var(--wp--preset--font-family--heading) !important;
  font-weight: var(--wp--custom--typography--font-weight--bold) !important;
  margin: 0 !important;
}

.wp-block-group.alignfull.is-vertical.is-content-justification-center.is-layout-flex{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 6px !important;
  width: 100% !important;
}

.wp-block-group.alignfull.is-vertical.is-content-justification-center.is-layout-flex > p,
.wp-block-group.alignfull.is-vertical.is-content-justification-center.is-layout-flex > p.has-text-align-right,
.wp-block-group.alignfull.is-vertical.is-content-justification-center.is-layout-flex > p.has-small-font-size,
.wp-block-group.alignfull.is-vertical.is-content-justification-center.is-layout-flex > p.has-text-align-right.has-small-font-size{
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

footer .wp-block-navigation__container.is-vertical.wp-block-navigation,
.wp-block-columns.alignwide .wp-block-navigation__container.is-vertical.wp-block-navigation{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

footer .wp-block-navigation__container.is-vertical.wp-block-navigation > li,
.wp-block-columns.alignwide .wp-block-navigation__container.is-vertical.wp-block-navigation > li{
  margin: 0 !important;
}

footer .wp-block-navigation-item__content,
.wp-block-columns.alignwide .wp-block-navigation-item__content{
  line-height: 1.55 !important;
}

.wk-site-footer .wp-block-columns.alignwide{
  margin-bottom: 0 !important;
}

.wp-block-columns.alignwide.are-vertically-aligned-top.wp-block-columns-is-layout-flex,
.wp-block-group.alignfull.is-vertical.is-content-justification-center.wp-block-group-is-layout-flex{
  background: #ffffff !important;
}

.wp-block-columns.alignwide.are-vertically-aligned-top.wp-block-columns-is-layout-flex{
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 36px !important;
  padding-bottom: 36px !important;
  box-sizing: border-box !important;
}

.wp-block-group.alignfull.is-vertical.is-content-justification-center.wp-block-group-is-layout-flex{
  padding-top: 8px !important;
  padding-bottom: 18px !important;
}

.wp-block-group.alignfull.is-vertical.is-content-justification-center.wp-block-group-is-layout-flex > p{
  text-align: center !important;
  margin: 0 !important;
}


/* =========================================================
   11. Helper / Soft Section / Divider / Icon Titles
   ========================================================= */

.wk-recipe-page .wk-heading-line{
  position: relative;
  padding-bottom: 12px;
}

.wk-recipe-page .wk-heading-line::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.wk-recipe-page .wk-soft-section{
  background: rgba(0,0,0,0.04);
  padding: 60px 40px;
  border-radius: 28px;
  margin: 80px 0;
}

.wk-recipe-page .wk-divider-wrap{
  position: relative;
  margin: 80px 0;
}

.wk-recipe-page .wk-divider{
  border: none;
  border-top: 2px solid #1f1f1f;
  margin: 0;
}

.wk-recipe-page .wk-divider-cat{
  position: absolute;
  bottom: calc(100% - 29px);
  left: 20%;
  transform: translateX(-70%);
  width: 220px;
  height: auto;
  pointer-events: none;
}


.wk-recipe-page .wk-heading-with-icon{
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  text-align: center;
  width: 100%;
}

.wk-recipe-page .wk-heading-with-icon .wk-heading-icon{
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 0.16em;
  background-color: currentColor;
  -webkit-mask: url('https://waffelkatze.de/wp-content/uploads/2026/02/Minipawungerade22_schwarz.svg') center / contain no-repeat;
  mask: url('https://waffelkatze.de/wp-content/uploads/2026/02/Minipawungerade22_schwarz.svg') center / contain no-repeat;
  opacity: .85;
}

.wk-recipe-page .wk-heading-with-icon .wk-heading-text{
  display: inline;
}

/* =========================================================
   12. Cookmode
   Wichtig: body-Regeln NICHT unter .wk-recipe-page scopen
   ========================================================= */

body.wk-cookmode{
  font-size: 18px;
  line-height: 1.7;
  background: #fff;
}

body.wk-cookmode header,
body.wk-cookmode footer{
  display: none !important;
}

body.wk-cookmode::before{
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(20, 24, 22, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9990;
}

body.wk-cookmode .wk-cookStage{
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(980px, calc(100vw - 24px));
  height: calc(100vh - 110px);
  overflow: auto;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  z-index: 9995;
  padding: 16px 16px 92px;
}

body.wk-cookmode .wk-cookStage.has-global-padding{
  padding-left: 16px !important;
  padding-right: 16px !important;
}

body.wk-cookmode .wk-cookStage.is-layout-constrained > :where(*){
  max-width: 100% !important;
}

body.wk-cookmode .wk-prep{
  max-width: 100%;
  margin: 0;
}

body.wk-cookmode .wk-prepStep{
  border-radius: 18px;
  padding: 18px 16px;
  margin: 10px 0;
  opacity: 0.55;
  transition: transform 160ms ease, opacity 160ms ease, box-shadow 160ms ease, outline-color 160ms ease;
}

body.wk-cookmode .wk-prepStep.is-active{
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
  outline: 2px solid rgba(57,81,68,0.22);
  background: rgba(255,255,255,0.95);
}

body.wk-cookmode .wk-prepStep.is-done{
  opacity: 0.75;
}

body.wk-cookmode .wk-prepStep.is-done .wk-prepKicker,
body.wk-cookmode .wk-prepStep.is-done .wk-prepText{
  text-decoration: line-through;
  opacity: 0.75;
}

/* ===== FIX: Controls NICHT mehr auf .wk-recipe-page scopen ===== */

body.wk-cookmode .wk-cookControls{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 10000;
}

body.wk-cookmode .wk-cookControls__inner{
  max-width: 920px;
  margin: 0 auto;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

body.wk-cookmode .wk-cookControls button{
  appearance: none;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  border-radius: 999px;
  padding: 10px 12px;
  cursor: pointer;
}

body.wk-cookmode .wk-cookControls__status{
  min-width: 140px;
  text-align: center;
  font-weight: 600;
  opacity: 0.9;
}

/* =========================================================
   13. Recipe Layout / Recipécard
   ========================================================= */

.wk-recipe-page .wk-recipe__layout{
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}

.wk-recipe-page .wk-recipecard{
  max-width: 1360px;
  margin: 60px auto;
  padding: 56px;
  background: #E3D7D242;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
}

.wk-recipe-page .wk-recipecard__grid{
  display: grid;
  gap: .6rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* =========================================================
   14. Responsive
   ========================================================= */

@media (min-width: 768px){
  .wk-recipe-page .wk-ingredients--scale .wk-ingredients__list{
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
  }
}

@media (min-width: 900px){
  .wk-recipe-page .wk-recipe__layout{
    grid-template-columns: minmax(320px, 380px) 1fr;
    align-items: start;
  }
}

@media (max-width: 1024px){
  .wk-recipe-page .wk-carousel{
    max-width: 1088px;
    padding: 0;
  }

  .wk-recipe-page .wk-carouselTrack{
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .wk-recipe-page .wk-carouselCardTitle{
    font-size: 20px;
  }
}

@media (max-width: 920px){
  .wk-recipe-page .wk-overviewGrid{
    grid-template-columns: 1fr;
  }

  .wk-recipe-page .wk-overviewCard{
    min-height: auto;
  }
}

@media (max-width: 900px){
  .wk-recipe-page .wk-heroCover{
    min-height: 460px;
    overflow: hidden;
  }




  .wk-recipe-page .wk-glassBand{
    width: calc(100% - 20px) !important;
    max-width: 392px;
    border-radius: 24px;
    padding: 26px 24px 28px !important;
    box-sizing: border-box;
  }

   .wk-recipe-page .wk-glassBand{
    margin: 35px 16px !important;
  }

  .wk-recipe-page .wk-glassInner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center;
  }

  .wk-recipe-page .wk-glassBand .wp-block-heading,
  .wk-recipe-page .wk-glassBand h1,
  .wk-recipe-page .wk-glassBand h2{
    font-size: 1.7rem;
    line-height: 1.18;
    margin: 0 0 16px;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
  }

  .wk-recipe-page .wk-glassBand p{
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 18px;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .wk-recipe-page .wk-glassBand .wp-block-button{
    margin-top: 8px;
  }

  .wk-recipe-page .wk-glassBand .wp-block-button__link,
  .wk-recipe-page .wk-glassBand .wp-element-button,
  .wk-recipe-page .wk-glassBand .wk-btn{
    padding: 11px 22px !important;
    font-size: 0.92rem !important;
    min-width: auto !important;
    border-radius: 999px !important;
  }

  .wk-recipe-page .wk-nextWrap{
    padding-top: 48px !important;
  }

  .wk-recipe-page .wk-nextInner{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .wk-recipe-page .wk-nextColumns{
    gap: 28px !important;
  }

  .wk-recipe-page .wk-divider-wrap{
    margin: 80px 0 30px !important;
  }

  .wk-recipe-page .wk-divider-cat{
    width: 150px;
  }

  .wk-recipe-page .wk-heroCover .wp-block-cover__inner-container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }

  .wk-recipe-page .wk-overview {
    margin-top: 18px !important; 
  }

  .wk-recipe-page.wk-overviewCard{
    padding:16px;
  }

  .wk-recipe-page .wk-oiHead,
  .wk-recipe-page .wk-card--time .wk-oiSub {
    padding: 10px 18px !important;
  } 

  .wk-recipe-page .wk-card--time .wk-subRow{
    display: grid;
    grid-template-columns: 140px max-content;
    column-gap: 16px;
    justify-content: start;
    align-items: baseline;
  }

  .wk-recipe-page .wk-card{
    flex-direction: column !important;
    border-radius: 22px;
    margin-bottom: 0 !important;
  }

  .wk-recipe-page .wk-infoSection{
    margin-top: 20px !important;   /* hier deinen Wunschwert einsetzen */
    margin-bottom: var(--wp--preset--spacing--20) !important;
  }

  .wk-recipe-page .wk-infoGrid{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .wk-recipe-page .wk-infoCard{
    min-width: 0 !important;
  }

  .wk-recipe-page .wk-card > .wp-block-column:first-child,
  .wk-recipe-page .wk-cardContent{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wk-recipe-page .wk-cardCover{
    min-height: 280px !important;
  }

  .wk-recipe-page .wk-ingredientsCardInner{
    padding: 0 22px !important;
  }

  .wk-recipe-page .wk-ingredients__list{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 12px;
  }

  .wk-recipe-page .wk-tipSticker{
    padding-bottom: 14px;
    position: absolute;
    right: -100px;
    bottom: -160px;
  }

  .wk-recipe-page .wk-tipStickerImg{
    width: 200px;
  }

  .wk-recipe-page .wk-nutritionLayout{
    grid-template-columns: 1fr;
  }

  .wk-recipe-page .wk-infoCard--nutrition .naehrwerte-tabelle {
    font-size: 0.85rem;
  }

  .wk-recipe-page .wk-variationCard{
    flex-direction: column !important;
    border-radius: 22px;
  }

  .wk-recipe-page .wk-variationMediaCol,
  .wk-recipe-page .wk-variationContent{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wk-recipe-page .wk-variationMedia{
    min-height: 280px;
  }

  .wk-recipe-page .wk-variationCardInner{
    padding: 20px 22px 0 !important;
  }
}



@media (max-width: 768px){
    .wk-header__cols{
    flex-direction:row !important;
    align-items:center;
    justify-content:center;
  }

    .wp-block-site-logo img{
    width:80px;
    height:auto;
  }

 .wp-site-blocks .wk-header__cols{
    padding-top: 25px !important;
    padding-bottom:25px !important;
  }

  .wk-recipe-page .wk-breadcrumbs{
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.55;
  }

wk-recipe-page .wk-recipeBody,
.wk-recipe-page .wk-variationBody{
    width: 100%;
    margin-top: 0 !important;
    padding-bottom: 18px !important;
}

  .wk-recipe-page .wk-breadcrumbs__inner{
    width: calc(100% - 32px);
    justify-content: center;
    text-align: center;
  }

  .wk-recipe-page .wk-breadcrumbs__sep{
    margin: 0 6px;
  }

  .wk-recipe-page .wk-breadcrumbs__current{
    display: block;
    width: 100%;
    margin-top: 6px;
  }

  .wk-recipe-page .wk-recipebarWrap{
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 6px 10px !important;
    background: transparent !important;
    left: auto !important;
    right: auto !important;
  }

  .wk-recipe-page .wk-recipebarWrap::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,.08);
    z-index: -1;
  }

  .wk-recipe-page .wk-recipebar{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100%;
  }

  .wk-recipe-page .wk-recipebar__link,
  .wk-recipe-page .wk-recipebar__btn{
    padding: 8px 12px !important;
    font-size: 14px !important;
    background: transparent !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    transition: all .2s ease;
  }

  .wk-recipe-page .wk-recipebar__link:hover,
  .wk-recipe-page .wk-recipebar__btn:hover{
    background: rgba(0,0,0,.06) !important;
    border-color: rgba(0,0,0,.25) !important;
  }

  .wk-recipe-page .wk-recipebar__btn--ghost{
    background: transparent !important;
  }

  .wk-recipe-page .wk-overviewCard,
  .wk-recipe-page .wk-infoGrid{
    padding: 0 !important;
    border-radius: 16px !important;
  }

  .wk-recipe-page .wk-recipecard{
    padding: 10px 14px !important;
    border-radius: 0 !important;
  }

  .wk-recipe-page .wk-overviewCard svg,
  .wk-recipe-page .wk-recipecard svg,
  .wk-recipe-page .wk-infoGrid svg{
    width: 18px !important;
    height: 18px !important;
  }

  .wk-recipe-page .wk-prepNr{
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 1.2;
  }

  .wk-recipe-page .wk-prepWrap {
    padding: 16px !important;
  }

  .wk-recipe-page .wk-prepKicker {
    font-size: 20px;
    line-height: 1.4;
  }

  .wk-recipe-page .entry-content{
    font-size: 16px;
    line-height: 1.6;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

.wk-recipe-page h1{
  font-size: clamp(24px, 6vw, 30px);
  line-height: 1.15;
}

.wk-recipe-page h2{
  font-size: clamp(23px, 5vw, 24px);
  line-height: 1.2;
}

.wk-recipe-page h3{
  font-size: clamp(22px, 4.5vw, 20px);
  line-height: 1.25;
}

.wk-recipe-page p{
  font-size: 15px;
  line-height: 1.6;
}

  .wk-recipe-page .entry-content h1,
  .wk-recipe-page .entry-content h2,
  .wk-recipe-page .entry-content h3,
  .wk-recipe-page .entry-content .wk-actionBtn,
  .wk-recipe-page .entry-content .wk-steps strong,
  .wk-recipe-page .entry-content .wk-ingredients__item{
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto;
  }

  .wk-recipe-page .entry-content .wp-block-group{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wk-recipe-page .entry-content.is-layout-constrained > :where(*){
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wk-recipe-page .entry-content > .wp-block-cover.alignfull,
  .wk-recipe-page .entry-content > .wp-block-cover-image.alignfull{
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    border-radius: 0 !important;
  }

  .wk-recipe-page .entry-content > .wp-block-cover.alignfull .wp-block-cover__inner-container,
  .wk-recipe-page .entry-content > .wp-block-cover-image.alignfull .wp-block-cover__inner-container{
    padding: 20px 16px 28px !important;
    width: 100%;
    box-sizing: border-box;
  }

  .wk-recipe-page .entry-content > .wp-block-cover.alignfull img.wp-block-cover__image-background,
  .wk-recipe-page .entry-content > .wp-block-cover-image.alignfull img.wp-block-cover__image-background{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 40% 50% !important;
  }

  .wk-recipe-page .wp-block-group.wk-green-glass-full{
    width: min(92vw, 420px) !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .wk-recipe-page .wk-green-glass-full h1{
    font-size: 25px !important;
    line-height: 1.15 !important;
  }

  .wk-recipe-page .wk-green-glass-full h2{
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .wk-recipe-page .wk-green-glass-full h3{
    font-size: 19px !important;
    line-height: 1.25 !important;
  }

  .wk-recipe-page .wp-block-cover .wp-block-group.wk-green-glass-full > p,
  .wk-recipe-page .wp-block-cover-image .wp-block-group.wk-green-glass-full > p{
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    line-height: 1.6;
    font-size: 16px;
  }

  .wk-recipe-page .wp-block-cover .wp-block-group.wk-green-glass-full > .wp-block-post-title,
  .wk-recipe-page .wp-block-cover .wp-block-group.wk-green-glass-full > h1,
  .wk-recipe-page .wp-block-cover .wp-block-group.wk-green-glass-full > h2,
  .wk-recipe-page .wp-block-cover-image .wp-block-group.wk-green-glass-full > .wp-block-post-title,
  .wk-recipe-page .wp-block-cover-image .wp-block-group.wk-green-glass-full > h1,
  .wk-recipe-page .wp-block-cover-image .wp-block-group.wk-green-glass-full > h2{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    line-height: 1.08;
  }

  .wk-recipe-page .entry-content .wp-block-cover__inner-container{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

    .wk-recipe-page .wk-prefooterCover{
    min-height: 460px;
  }

  .wk-recipe-page .wk-prefooterGrid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

    .wk-recipe-page .wk-prefooterCover .wp-block-columns{
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
  }

  .wk-recipe-page .wk-prefooterCover .wp-block-column{
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .wk-recipe-page .entry-content .wp-block-cover__inner-container > .wk-green-glass-full,
  .wk-recipe-page .entry-content .wp-block-cover__inner-container > .wp-block-group.wk-green-glass-full{
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
  }

  .wk-recipe-page .wk-reviews{
    padding-top: 0 !important;
    padding-bottom: 36px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .wk-recipe-page .wk-reviews .wp-block-site-reviews-form{
    padding: 22px 18px !important;
    border-radius: 22px !important;
  }

  .wk-recipe-page .wk-reviews .wp-block-site-reviews-form .glsr-form{
    max-width: 100%;
  }

  .wk-recipe-page .wk-reviews .glsr-input,
  .wk-recipe-page .wk-reviews .glsr-textarea,
  .wk-recipe-page .wk-reviews select.glsr-select,
  .wk-recipe-page .wk-reviews input[type="text"],
  .wk-recipe-page .wk-reviews input[type="email"],
  .wk-recipe-page .wk-reviews textarea,
  .wk-recipe-page .wk-reviews select{
    padding: 14px 16px !important;
    border-radius: 18px !important;
  }

  .wk-recipe-page .wk-reviews .glsr-textarea,
  .wk-recipe-page .wk-reviews textarea{
    min-height: 150px;
  }

  .wk-recipe-page .wk-icon-title{
    gap: 6px;
  }

  .wk-recipe-page .wk-icon-title::before{
    width: 16px;
    height: 16px;
    margin-top: 0.13em;
  }

  .wk-recipe-page .wk-green-glass-full .wk-icon-title::before{
    margin-top: 0.26em;
  }

  .wk-recipe-page .wk-ratingStickerCat{
    width: 100px;
    height: 100px;
    top: 18px;
    right: -32px;
    transform: rotate(6deg);
  }

  .wk-recipe-page .wk-divider-cat{
    width: 150px;
    bottom: calc(100% - 22px);
    left: 80%;
  }
}

@media (max-width: 680px){
  .wk-recipe-page .wk-actionsGrid{
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .wk-recipe-page .wk-actionsCol--right{
    justify-self: start;
    justify-content: flex-start;
  }

  body.wk-cookmode{
    font-size: 17px;
  }

  .wk-recipe-page .wk-cookControls__status{
    min-width: 110px;
    font-size: 14px;
  }

  .wk-recipe-page .wk-cookControls button{
    padding: 9px 10px;
  }

  body.wk-cookmode .wk-cookStage{
    top: 10px;
    width: calc(100vw - 20px);
  }
}

@media (max-width: 640px){
  .wk-recipe-page .wk-ingredients--scale .wk-ingredientsGrid,
  .wk-recipe-page .wk-ingredients--scale .wk-ingredients__grid{
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 10px;
  }

.wk-recipe-page .wk-cardMediaCol{
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.wk-recipe-page .wk-cardMedia{
  min-height: 280px !important;
  width: 100% !important;
}

  .wk-recipe-page .wk-ingredients--scale .wk-ingredients__item{
    min-width: 0;
  }

  .wk-ingredients__list li input[type="checkbox"]{
    position: relative;
    top: -5px;
  }

  

   .wk-ingredients__list{
    grid-template-columns: 1fr !important;
  }

    .wk-ingredients__list li label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:4px 0;
  }

   .wk-ingredients__list li{
    border-bottom:1px solid rgba(0,0,0,.06);
    padding-bottom:8px;
  }

  .wk-ingredients__list li:last-child{
    border-bottom:none;
    padding-bottom:0;
  }

  .wk-recipe-page .wk-ingredients--scale .wk-actionsGrid{
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 12px;
    padding-left: 0 !important;
    margin-top: 22px;
  }

  .wk-recipe-page .wk-ingredients--scale .wk-actionsCol--right{
    justify-self: stretch !important;
  }

  .wk-recipe-page .wk-ingredients--scale .wk-actionsCol{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .wk-recipe-page .wk-ingredients--scale .wk-actionBtn{
    flex: 1 1 calc(50% - 5px);
    white-space: nowrap;
  }
}

  
  .grecaptcha-badge{
    display: none !important;
  }

  .cmplz-manage-consent,
  .cky-btn-revisit-wrapper,
  .borlabs-cookie-widget{
    transform: scale(0.5);
    transform-origin: bottom right;
    opacity: 0.7;
    bottom: 0 !important;
    right: 10px !important;
  }
