.pra-lightbox[hidden] {
  display: none !important;
}

body p,
.post-content,
.post-content li,
.comment-text li {
  line-height: 24px;
}

p {
  margin-bottom: 24px;
}

.entry-content .pra-ingredients-title,
.post-content .pra-ingredients-title,
.single-post .pra-ingredients-title {
  margin-top: 44px;
}

.entry-content .gallery,
.post-content .gallery,
.single-post .gallery {
  margin-top: 44px;
}

.gallery {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px;
}

.gallery .gallery-item {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
}

.gallery .gallery-icon,
.gallery .gallery-icon a,
.gallery .gallery-icon img {
  display: block;
}

.gallery .gallery-icon img {
  width: 100%;
  height: auto;
  border: 0 !important;
}

.entry-content h5,
.post-content h5,
.single-post h5 {
  margin: 1.6em 0 0.7em;
  font-size: 1.05em;
  font-weight: 700;
  color: #6f4131;
}

.entry-content .pra-ingredient-group,
.post-content .pra-ingredient-group,
.single-post .pra-ingredient-group {
  margin-top: 1.15em;
  margin-bottom: 0.45em;
}

.pra-recipe-callout {
  margin: 1.5em 0;
  border: 1px solid #e1d2c9;
  border-left: 5px solid #9b6a5a;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff8f2;
  color: #332722;
}

.pra-recipe-callout strong {
  display: block;
  margin-bottom: 6px;
  color: #6f4131;
}

.pra-recipe-callout p:last-child,
.pra-recipe-callout ul:last-child,
.pra-recipe-callout ol:last-child {
  margin-bottom: 0;
}

.pra-recipe-callout-attention {
  border-left-color: #9a3b2b;
  background: #fff2ef;
}

.pra-recipe-callout-variante {
  border-left-color: #7b7f45;
  background: #f6f7ef;
}

.pra-recipe-callout-note {
  border-left-color: #c59b55;
  background: #fffaf0;
}

.pra-lightbox-open {
  overflow: hidden;
}

.pra-lightbox {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(24, 18, 15, 0.88);
}

.pra-lightbox img {
  display: block;
  max-width: min(100%, 1120px);
  max-height: 92vh;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.pra-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #202020;
  cursor: pointer;
  font: inherit;
  font-size: 26px;
  line-height: 1;
}
