@charset "UTF-8";
:root {
  --brand-primary: #fa2450;
  --brand-secondary: #ffffff;
  --fontBase: "Nunito", sans-serif;
  --inter: "Inter", sans-serif;
  --msModi: "Ms Madi", cursive;
  --brand-purple: #8737cb;
  --brand-red: #ff4c7b;
  --red-light: #f84c79;
  --color-lines:#777777;
  --text-color:#21252D;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: url("/img/postrelicioso-recipe-print.jpg") no-repeat center top;
  font-family: var(--fontBase);
  font-size: 16px;
  color: var(--text-color);
  padding: 0;
  margin: 0;
  display: block !important;
}

* {
  -moz-print-color-adjust: exact;
  -ms-print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
  display: none;
}

@page {
  size: auto; /* Permite que la página sea automáticamente ajustada al contenido */
  margin: 0; /* Sin márgenes para maximizar el uso del espacio */
}
.d-none {
  display: none;
}

.text-center {
  text-align: center;
}

.vm-recipeDet_title {
  color: white;
  padding-top: 50px;
}
.vm-recipeDet_title span {
  font-size: 20px;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.vm-recipeDet_title h1 {
  font-size: 50px;
  line-height: 1;
  padding-top: 0;
  margin-top: 0;
}

section {
  height: auto;
  page-break-inside: avoid !important;
  page-break-before: avoid !important;
  page-break-after: avoid !important;
}

.recipeWrap {
  width: 1000px;
  margin: 0 auto;
}

.vm-recipeDetImg {
  border-radius: 20px;
  height: 500px;
  width: 900px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.vm-recipeDetImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vm-recipeDetSpec {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.vm-recipeDetSpecItem {
  color: #a666cf;
  font-size: 12px;
  line-height: 1.14;
  text-align: center;
  width: 25%;
}
.vm-recipeDetSpecItem figure {
  background: #f84c79;
  border-radius: 100%;
  display: inline-block;
  width: 68px;
  height: 68px;
  margin-bottom: 6px;
}
.vm-recipeDetSpecItem span {
  display: block;
  font-size: 16px;
}
.vm-recipeDetSpecItem.vm-recipe_category figure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vm-recipeDetSpecItem.vm-recipe_category figure img {
  width: 80%;
}

.vm-recipeDetBody {
  width: 900px;
  margin: 0 auto;
}
.vm-recipeDetBody .vm-recipeDetMeta h3 {
  color: var(--brand-primary);
}
.vm-recipeDetBody .vm-recipeDetMeta ul {
  page-break-after: avoid;
}
