:root{
  --mcf-green: #14752a;
  --mcf-green-dark: #0f5d22;
  --mcf-green-link: #127a20;
  --mcf-green-link-hover: #0e631c;
  --mcf-green-link-visited: #0a4a15;
  --mcf-border: #d9e2d9;
  --mcf-border-light: #e5ebe5;
  --mcf-text: #444;
  --mcf-title: #1f1f1f;
  --mcf-card-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.titreh2{
  position: relative;
  padding-left: 40px;
  line-height: 1.25;
  text-decoration-line: underline;
  text-decoration-color: rgba(4, 105, 2, 0.9);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  text-decoration-skip-ink: none;
}
.titreh2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url("https://www.minecraft-france.fr/wp-content/uploads/2023/03/icone-categorie-h2-minecraft.png") center / contain no-repeat;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  transform: translateY(-50%) rotate(-3deg);
  transition: transform 0.25s ease, filter 0.25s ease;
}
.titreh2::after{
  content: none !important;
}
.titreh2:hover::before{
  transform: translateY(-50%) rotate(0deg);
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
}
.image-widget{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.image-widget a,
.image-widget a img{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.image-widget a img{
  height: auto;
  border-left: 3px solid transparent;
}
.image-widget .ma-classe-image:hover{
  border-left-color: #196d17;
}
.image-widget a img:hover{
  filter: brightness(120%);
}
.zoom img{
  transition: transform 0.2s ease-out;
}
.zoom img:hover{
  transform: scale(1.1);
}
.custom-title strong{
  display: block;
  margin: 20px 0;
  color: #000;
  font-size: 1.17em;
  font-weight: 700;
  line-height: 1.3;
}
.minecraft-info{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.minecraft-info-group{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin: 5px 0;
}
.minecraft-info-cell{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 250px;
}
.minecraft-info-title{
  margin: 2px 0 5px;
  font-weight: 700;
}
.minecraft-info-text{
  font-size: 0.9em;
}
.minecraft-info-cell img{
  width: 30px;
  height: 30px;
  filter: brightness(1.2);
  transition: filter 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.minecraft-info-cell:hover img{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.minecraft-info-cell img:hover{
  filter: brightness(1.5);
}
.icone-forge,
.icone-api,
.icone-fabric,
.icone-optifine,
.icone-neoforge,
.icone-iris{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
}
.icone-forge{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2023/03/icon-forge.png"); }
.icone-api{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2023/03/apis.png"); }
.icone-fabric{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2023/03/icon-fabric.png"); }
.icone-optifine{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2023/03/optifine-icone.png"); }
.icone-neoforge{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2023/12/neoforged-icone.png"); }
.icone-iris{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2023/03/icone-iris.png"); }
.entry-content .wp-block-gallery,
.post-content .wp-block-gallery{
  gap: 14px !important;
  margin: 26px auto 30px;
}
.entry-content .wp-block-gallery .blocks-gallery-grid,
.post-content .wp-block-gallery .blocks-gallery-grid{
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content .wp-block-gallery.has-nested-images,
.entry-content figure.wp-block-gallery.has-nested-images,
.post-content .wp-block-gallery.has-nested-images,
.post-content figure.wp-block-gallery.has-nested-images{
  align-items: stretch;
}
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image,
.post-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-2 .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image{
  flex-basis: calc(50% - 7px) !important;
  width: calc(50% - 7px) !important;
}
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image,
.post-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-3 .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image{
  flex-basis: calc(33.333% - 10px) !important;
  width: calc(33.333% - 10px) !important;
}
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image,
.post-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-4 .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image{
  flex-basis: calc(25% - 11px) !important;
  width: calc(25% - 11px) !important;
}
.entry-content .wp-block-gallery .blocks-gallery-item,
.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image,
.post-content .wp-block-gallery .blocks-gallery-item,
.post-content .wp-block-gallery .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image{
  position: relative;
  box-sizing: border-box;
  display: block !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  flex-grow: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  line-height: 0;
  border: 1px solid var(--mcf-border-light);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--mcf-card-shadow);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.entry-content .wp-block-gallery .blocks-gallery-item:hover,
.entry-content .wp-block-gallery .blocks-gallery-image:hover,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image:hover,
.post-content .wp-block-gallery .blocks-gallery-item:hover,
.post-content .wp-block-gallery .blocks-gallery-image:hover,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image:hover{
  transform: translateY(-2px);
  border-color: #cbdccb;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image > a,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image > a,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image > a,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image > a{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  line-height: 0 !important;
}
.entry-content .wp-block-gallery img,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image img,
.post-content .wp-block-gallery img,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image img,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image img{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  border-radius: 11px;
  vertical-align: top !important;
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}
.entry-content .wp-block-gallery .blocks-gallery-item:hover img,
.entry-content .wp-block-gallery .blocks-gallery-image:hover img,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover img,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image:hover img,
.post-content .wp-block-gallery .blocks-gallery-item:hover img,
.post-content .wp-block-gallery .blocks-gallery-image:hover img,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover img,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image:hover img{
  transform: scale(1.015);
  filter: brightness(1.035);
}
.entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image-caption,
.entry-content .wp-block-gallery .blocks-gallery-item__caption,
.entry-content .wp-block-gallery .blocks-gallery-item__description,
.post-content .wp-block-gallery .blocks-gallery-item figcaption,
.post-content .wp-block-gallery .blocks-gallery-image figcaption,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image figcaption,
.post-content .wp-block-gallery .blocks-gallery-image-caption,
.post-content .wp-block-gallery .blocks-gallery-item__caption,
.post-content .wp-block-gallery .blocks-gallery-item__description{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-height: 50%;
  margin: 0 !important;
  padding: 9px 11px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, 0.78));
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 12px;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}
.entry-content .wp-block-gallery > figcaption,
.entry-content .wp-block-gallery > .blocks-gallery-caption,
.post-content .wp-block-gallery > figcaption,
.post-content .wp-block-gallery > .blocks-gallery-caption{
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  text-align: center;
}
html.s-dark .entry-content .wp-block-gallery .blocks-gallery-item,
html.s-dark .entry-content .wp-block-gallery .blocks-gallery-image,
html.s-dark .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
html.s-dark .post-content .wp-block-gallery .blocks-gallery-item,
html.s-dark .post-content .wp-block-gallery .blocks-gallery-image,
html.s-dark .post-content .wp-block-gallery.has-nested-images figure.wp-block-image,
body.s-dark .entry-content .wp-block-gallery .blocks-gallery-item,
body.s-dark .entry-content .wp-block-gallery .blocks-gallery-image,
body.s-dark .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
body.s-dark .post-content .wp-block-gallery .blocks-gallery-item,
body.s-dark .post-content .wp-block-gallery .blocks-gallery-image,
body.s-dark .post-content .wp-block-gallery.has-nested-images figure.wp-block-image{
  background: var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark .entry-content .wp-block-gallery .blocks-gallery-item:hover,
html.s-dark .entry-content .wp-block-gallery .blocks-gallery-image:hover,
html.s-dark .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover,
html.s-dark .post-content .wp-block-gallery .blocks-gallery-item:hover,
html.s-dark .post-content .wp-block-gallery .blocks-gallery-image:hover,
html.s-dark .post-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover,
body.s-dark .entry-content .wp-block-gallery .blocks-gallery-item:hover,
body.s-dark .entry-content .wp-block-gallery .blocks-gallery-image:hover,
body.s-dark .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover,
body.s-dark .post-content .wp-block-gallery .blocks-gallery-item:hover,
body.s-dark .post-content .wp-block-gallery .blocks-gallery-image:hover,
body.s-dark .post-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover{
  border-color: #36547a !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34) !important;
}

@media (max-width: 768px) {.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image,
.entry-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image,
.post-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-3 .blocks-gallery-image,
.post-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-4 .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image,
.post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image{
    flex-basis: calc(50% - 7px) !important;
    width: calc(50% - 7px) !important;
  }

}

@media (max-width: 520px) {.entry-content .wp-block-gallery .blocks-gallery-item,
.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.post-content .wp-block-gallery .blocks-gallery-item,
.post-content .wp-block-gallery .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image{
    flex-basis: 100% !important;
    width: 100% !important;
  }

}
.entry-content .wp-block-gallery .blocks-gallery-grid,
.post-content .wp-block-gallery .blocks-gallery-grid,
.entry-content .wp-block-gallery.has-nested-images,
.entry-content figure.wp-block-gallery.has-nested-images,
.post-content .wp-block-gallery.has-nested-images,
.post-content figure.wp-block-gallery.has-nested-images{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 14px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content .wp-block-gallery .blocks-gallery-item,
.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image,
.post-content .wp-block-gallery .blocks-gallery-item,
.post-content .wp-block-gallery .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image{
  width: auto !important;
  max-width: calc(33.333% - 10px) !important;
  min-width: 0 !important;
  flex: 0 1 calc(33.333% - 10px) !important;
  flex-basis: calc(33.333% - 10px) !important;
  margin: 0 !important;
}
.entry-content .wp-block-gallery.columns-1 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-1 .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image,
.post-content .wp-block-gallery.columns-1 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-1 .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image{
  max-width: 100% !important;
  flex: 0 1 100% !important;
  flex-basis: 100% !important;
}
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image,
.post-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-2 .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image{
  max-width: calc(50% - 7px) !important;
  flex: 0 1 calc(50% - 7px) !important;
  flex-basis: calc(50% - 7px) !important;
}
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image,
.post-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-3 .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image{
  max-width: calc(33.333% - 10px) !important;
  flex: 0 1 calc(33.333% - 10px) !important;
  flex-basis: calc(33.333% - 10px) !important;
}
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image,
.post-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.post-content .wp-block-gallery.columns-4 .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image{
  max-width: calc(25% - 11px) !important;
  flex: 0 1 calc(25% - 11px) !important;
  flex-basis: calc(25% - 11px) !important;
}

@media (max-width: 768px) {.entry-content .wp-block-gallery .blocks-gallery-item,
.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image,
.post-content .wp-block-gallery .blocks-gallery-item,
.post-content .wp-block-gallery .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image{
    max-width: calc(50% - 7px) !important;
    flex: 0 1 calc(50% - 7px) !important;
    flex-basis: calc(50% - 7px) !important;
  }

}

@media (max-width: 520px) {.entry-content .wp-block-gallery .blocks-gallery-item,
.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image,
.post-content .wp-block-gallery .blocks-gallery-item,
.post-content .wp-block-gallery .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image{
    max-width: 100% !important;
    flex: 0 1 100% !important;
    flex-basis: 100% !important;
  }

}
.tactile-friendly{
  display: block;
  box-sizing: border-box;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  margin: auto;
  line-height: 48px;
  text-align: center;
}

@media (pointer: coarse) {.tactile-friendly{
    padding: 15px;
  }

}
.horizontal-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.horizontal-list li{
  position: relative;
  margin: 0 10px;
}
.horizontal-list li:not(:last-child)::after{
  content: "•";
  position: absolute;
  right: -15px;
  color: #333;
}
.horizontal-list li:last-child{
  margin-right: 0;
}
#in-content-ad,
ins.adsbygoogle{
  display: block;
  width: 100%;
  background: transparent;
}
#in-content-ad{ min-height: 300px; }
ins.adsbygoogle[data-adsbygoogle-status="done"]{ min-height: 0; height: auto; }
.ads--rect{ min-height: 250px; }
.ads--lb{ min-height: 100px; }
.ads--sky{ min-height: 600px; }
.ads--bb{ min-height: 250px; }
.ads--atf{ min-height: 100px; }

@media (min-width: 992px) {.ads--rect{ min-height: 280px; }
.ads--lb{ min-height: 90px; }

}

@media (max-width: 991px) {.ads--sky{ min-height: 250px; }

}

@media (max-width: 767px) {.ads--atf{ min-height: 250px; }

}

@media (max-width: 600px) {#in-content-ad{ min-height: 350px; }

}
.social-widget{
  margin: 20px 0;
  text-align: center;
}
.social-widget p{
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}
.social-links{
  display: flex;
  justify-content: center;
  gap: 15px;
}
.social-links a img{
  width: 50px;
  height: auto;
  transition: transform 0.3s ease;
}
.social-links a img:hover{
  transform: scale(1.2);
}
.game-drops-widget{
  text-align: left;
}
.game-drops-widget ul{
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
}
.game-drops-widget li{
  margin-bottom: 4px;
  padding-left: 4px;
  line-height: 1.3;
}
.game-drops-widget a{
  display: inline-flex;
  align-items: center;
  color: #2e7d32;
  font-weight: 500;
  text-decoration: none;
}
.game-drops-widget a:hover{
  text-decoration: underline;
}
.game-drops-widget img{
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.elementor-element[data-id="6e39b638"],
.elementor-element[data-id="ea94998"]{
  min-height: 120px;
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
}
.smartmag-block-highlights{
  min-height: 400px;
}
.smartmag-block-highlights .post-image{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.smartmag-block-highlights .post-image img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
}
.smartmag-block-highlights .post-title{
  min-height: 3em;
}

@media (max-width: 767px) {.main-heading.entry-title{
    min-height: 2.5em;
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
  }

}
.menu-categories,
.menu-guides-horizontaux-compacts{
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-categories li{
  margin-bottom: 8px;
}
.menu-categories li a,
.menu-guides-horizontaux-compacts li a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(#5fb94b 0%, #3d7a32 100%);
  border: 2px solid #000;
  border-radius: 0;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.menu-categories li a{
  justify-content: space-between;
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 24px;
}
.menu-categories li a:hover,
.menu-guides-horizontaux-compacts li a:hover{
  background: linear-gradient(#7ee87a 0%, #45a049 100%);
  transform: translateY(-1px);
}
.menu-categories .icon,
.menu-guides-horizontaux-compacts .icon{
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-categories .icon{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.menu-categories .text{
  flex-grow: 1;
  text-align: left;
}
.menu-categories .arrow{
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
}
.menu-guides-horizontaux-compacts-wrapper{
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border: 2px solid #ccc;
  border-radius: 6px;
}
.menu-guides-horizontaux-compacts{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.menu-guides-horizontaux-compacts li{
  flex: 0 1 auto;
  margin: 0;
}
.menu-guides-horizontaux-compacts li a{
  gap: 6px;
  min-width: 155px;
  height: 36px;
  padding: 6px 10px;
  font-size: 12.5px;
  line-height: 1.2;
  white-space: nowrap;
}
.menu-guides-horizontaux-compacts .icon{
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.menu-guides-horizontaux-compacts .arrow{
  margin-left: 6px;
  font-size: 16px;
}
.icon-armes{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/Armes.png"); }
.icon-biomes{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/Biomes.png"); }
.icon-effets{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/effets.png"); }
.icon-enchantement{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/Enchantement.png"); }
.icon-alchimie{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/Alchimie.png"); }
.icon-creatures{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/creatures.png"); }
.icon-archeologie{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/Archeologie.png"); }
.icon-structures{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/structures.png"); }
.icon-commerce{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/commerce.png"); }
.icon-modele-forge{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/Modele-de-forge.png"); }
.icon-progres{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/progres.png"); }
.icon-dimensions{ background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/04/Dimension.png"); }

@media (max-width: 600px) {.menu-categories li a{
    height: auto;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.4;
  }
.menu-categories .arrow{
    font-size: 16px;
  }
.menu-guides-horizontaux-compacts li a{
    padding: 6px 8px;
    font-size: 12px;
  }
.menu-guides-horizontaux-compacts .arrow{
    font-size: 14px;
  }

}
.wp-block-button__link,
.elementor-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 44px;
  padding: 8px 16px;
  color: #fff;
  background: var(--wp--preset--color--primary, #4caf50);
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 0 !important;
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.3), inset 0 -3px 0 rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.wp-block-button__link:hover,
.elementor-button:hover{
  background-color: #58c758;
  transform: translateY(-2px);
}
.wp-block-button__link::after,
.elementor-button::after{
  content: "›";
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 600px) {.wp-block-button__link,
.elementor-button{
    width: 100%;
    min-width: auto;
  }

}
.entry-content a,
.post-content a{
  color: var(--mcf-green-link);
  font-weight: 700;
  text-decoration: none;
}
.entry-content a:hover,
.entry-content a:active,
.post-content a:hover,
.post-content a:active{
  color: var(--mcf-green-link-hover);
  text-decoration: none;
}
.entry-content a:visited,
.post-content a:visited{
  color: var(--mcf-green-link-visited);
}
.entry-content a:focus-visible,
.post-content a:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.nav a,
.menu a,
.button,
.btn,
.wp-block-button__link{
  text-decoration: none;
}
.link-whisper-related-posts img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}
.cadre-bloc{
  min-height: 220px;
  margin-top: 20px;
  padding: 15px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: left;
}
.cadre-bloc ul{
  list-style-type: square;
  padding-left: 20px;
  margin: 0;
}
.cadre-bloc li{
  margin-bottom: 10px;
}
.cadre-bloc li a{
  color: #1f6b2c;
  font-weight: 600;
  text-decoration: none;
}
.cadre-bloc li a:hover{
  text-decoration: underline;
}
.en-bref{
  margin-bottom: 2em;
  padding: 0.5em;
  background: #f8f9fa;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.6;
}
.en-bref strong{
  color: #333;
}
.entry-content .mods-versions-list{
  max-width: 820px;
  margin: 12px auto 14px;
  padding: 10px 14px;
  background: #fafafa;
  border: 1px solid #ddd;
  font-size: 15px;
  text-align: center;
}
.entry-content .mods-versions-list ul{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content .mods-versions-list li{
  margin: 0 !important;
}
.entry-content .mods-versions-list li:not(:last-child)::after{
  content: " •";
  margin-left: 14px;
  color: #666;
}
.entry-content .mods-versions-list a{
  color: #222;
  text-decoration: none;
}
.entry-content .mods-versions-list a strong{
  font-weight: 600;
}
.mcf-version-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 16px 0 18px;
}
.mcf-version-links a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  color: #1e73be;
  background: #f1f7ff;
  border: 1px solid #d8e6f7;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
.mcf-version-links a:hover,
.mcf-version-links a:focus{
  color: #185a94;
  background: #e8f2ff;
  border-color: #b7d4f2;
  text-decoration: none;
}
.wp-block-table.aligncenter{
  max-width: 760px;
  margin: 28px auto;
}
.wp-block-table.aligncenter table{
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc !important;
  border-collapse: collapse;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.wp-block-table.aligncenter table td{
  padding: 14px 10px;
  color: #0b7a24;
  border: 1px solid #e5e5e5 !important;
  font-weight: 600;
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease;
}
.wp-block-table.aligncenter table td a{
  display: block;
  color: inherit;
  text-decoration: none;
}
.wp-block-table.aligncenter table td:hover{
  color: #fff;
  background: #0b7a24;
}
.wp-block-table.aligncenter figcaption{
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
}
.wp-block-table.aligncenter figcaption a{
  color: #0b7a24;
}
img.attachment-bunyad-main-uc.wp-post-image{
  display: block !important;
  max-width: 100%;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-featured .featured,
.single-featured .image-link{
  overflow: hidden;
  border-radius: 6px;
}
.single-featured img.wp-post-image,
.single-featured img.attachment-bunyad-main-uc.wp-post-image{
  border-radius: 6px;
}
.mcf-biomes-table,
.mcf-mobs-table{
  overflow: visible !important;
}
.mcf-biomes-table table,
.mcf-mobs-table table{
  width: 100%;
  table-layout: fixed;
}
.mcf-biomes-table td,
.mcf-mobs-table td{
  padding: 12px 10px;
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  vertical-align: top;
}
.mcf-biomes-table img{
  display: block;
  width: 100% !important;
  max-width: 150px !important;
  height: 82px !important;
  object-fit: cover;
  object-position: center;
  margin: 0 auto 14px;
  border-radius: 4px;
}
.mcf-mobs-table img{
  display: block;
  width: auto !important;
  max-width: 76px !important;
  height: 76px !important;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 8px;
}
.mcf-biomes-table strong,
.mcf-mobs-table strong{
  display: block;
  font-weight: 700;
  line-height: 1.25;
}
.mcf-biomes-table strong{
  margin-bottom: 8px;
  font-size: 15px;
}
.mcf-mobs-table strong{
  font-size: 14px;
}
.mcf-biomes-table a,
.mcf-mobs-table a,
.entry-content .mcf-biomes-table a,
.entry-content .mcf-mobs-table a,
.post-content .mcf-biomes-table a,
.post-content .mcf-mobs-table a{
  color: inherit !important;
  text-decoration: none;
}
.mcf-biomes-table a:hover,
.mcf-biomes-table a:hover strong{
  color: #3a8f3a;
  text-decoration: none;
}
.mcf-mobs-table a:hover strong{
  text-decoration: underline;
}

@media (max-width: 768px) {.mcf-biomes-table,
.mcf-biomes-table table,
.mcf-biomes-table tbody,
.mcf-mobs-table,
.mcf-mobs-table table,
.mcf-mobs-table tbody{
    display: block !important;
    width: 100% !important;
  }
.mcf-biomes-table tbody,
.mcf-mobs-table tbody{
    display: grid !important;
    gap: 10px;
  }
.mcf-biomes-table tbody{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.mcf-mobs-table tbody{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.mcf-biomes-table tr,
.mcf-mobs-table tr{
    display: contents !important;
  }
.mcf-biomes-table td,
.mcf-mobs-table td{
    display: block !important;
    box-sizing: border-box;
    width: auto !important;
    min-width: 0 !important;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
.mcf-biomes-table td{
    padding: 10px 8px;
    font-size: 12px;
  }
.mcf-mobs-table td{
    padding: 10px 6px;
  }
.mcf-biomes-table td:empty,
.mcf-mobs-table td:empty{
    display: none !important;
  }
.mcf-biomes-table img{
    max-width: 140px !important;
    height: 78px !important;
    margin-bottom: 10px;
  }
.mcf-mobs-table img{
    max-width: 68px !important;
    height: 68px !important;
    margin-bottom: 7px;
  }
.mcf-biomes-table strong{
    margin-bottom: 6px;
    font-size: 14px;
  }
.mcf-mobs-table strong{
    font-size: 13px;
  }

}

@media (max-width: 520px) {.mcf-mobs-table tbody{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.mcf-mobs-table img{
    max-width: 64px !important;
    height: 64px !important;
  }

}

@media (max-width: 420px) {.mcf-biomes-table tbody,
.mcf-mobs-table tbody{
    grid-template-columns: 1fr;
  }
.mcf-biomes-table img{
    max-width: 180px !important;
    height: 100px !important;
  }
.mcf-mobs-table img{
    max-width: 72px !important;
    height: 72px !important;
  }

}
.breadcrumb,
.breadcrumbs,
.rank-math-breadcrumb,
.yoast-breadcrumb{
  margin-bottom: 12px;
}
.meta-item.cat-labels,
.post-meta .cat-labels{
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 7px !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  margin: 0;
}
.meta-item.cat-labels a,
.post-meta .cat-labels a{
  position: relative;
  appearance: none;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  gap: 6px !important;
  min-height: 25px;
  padding: 4px 9px 4px 8px;
  color: #24292e !important;
  -webkit-text-fill-color: #24292e !important;
  background-image: none !important;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow:
    inset 0 0 0 999px #fafbfc,
    rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  list-style: none;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  transition:
    background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1),
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.meta-item.cat-labels a::before,
.post-meta .cat-labels a::before{
  content: "";
  display: inline-block !important;
  flex: 0 0 auto;
  width: 7px !important;
  height: 7px !important;
  background-color: inherit !important;
  background-image: none !important;
  border: 1px solid rgba(27, 31, 35, 0.28) !important;
  border-radius: 1px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18) !important;
  opacity: 1 !important;
}
.meta-item.cat-labels a::after,
.post-meta .cat-labels a::after{
  content: none !important;
}
.meta-item.cat-labels a:hover,
.meta-item.cat-labels a:focus,
.post-meta .cat-labels a:hover,
.post-meta .cat-labels a:focus{
  color: #24292e !important;
  -webkit-text-fill-color: #24292e !important;
  background-image: none !important;
  border-color: rgba(27, 31, 35, 0.18);
  box-shadow:
    inset 0 0 0 999px #f3f4f6,
    rgba(27, 31, 35, 0.06) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  text-decoration: none !important;
  transform: none !important;
  filter: none !important;
}
.meta-item.cat-labels a:active,
.post-meta .cat-labels a:active{
  box-shadow:
    inset 0 0 0 999px #edeff2,
    rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none;
}
.meta-item.cat-labels a.mcf-primary-cat,
.post-meta .cat-labels a.mcf-primary-cat{
  order: -10 !important;
}
.meta-item.cat-labels a:not(.mcf-primary-cat),
.post-meta .cat-labels a:not(.mcf-primary-cat){
  order: 5 !important;
}
h1.entry-title,
.single-post h1.entry-title,
.single-post h1,
.post h1{
  margin-top: 8px;
  margin-bottom: 10px;
}
.entry-meta,
.post-meta,
.single-post .entry-meta{
  margin-top: 4px;
}

@media (max-width: 768px) {.meta-item.cat-labels,
.post-meta .cat-labels{
    flex-wrap: nowrap !important;
    gap: 7px !important;
    margin: 6px 0 8px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 7px !important;
    scrollbar-width: thin;
  }
.meta-item.cat-labels a,
.post-meta .cat-labels a{
    flex: 0 0 auto;
    min-height: 28px;
    padding: 5px 11px 5px 9px;
    font-size: 12px;
    line-height: 18px;
  }
h1.entry-title,
.single-post h1.entry-title,
.single-post h1,
.post h1{
    margin-top: 6px;
  }

}
html.s-dark .post-meta .cat-labels a,
html.s-dark .meta-item.cat-labels a,
body.s-dark .post-meta .cat-labels a,
body.s-dark .meta-item.cat-labels a{
  color: #f2f6fb !important;
  -webkit-text-fill-color: #f2f6fb !important;
  border-color: #263a56 !important;
  box-shadow:
    inset 0 0 0 999px #101b2d,
    rgba(0, 0, 0, 0.28) 0 1px 0,
    rgba(255, 255, 255, 0.04) 0 1px 0 inset !important;
  text-shadow: none !important;
}
html.s-dark .post-meta .cat-labels a:hover,
html.s-dark .post-meta .cat-labels a:focus,
html.s-dark .meta-item.cat-labels a:hover,
html.s-dark .meta-item.cat-labels a:focus,
body.s-dark .post-meta .cat-labels a:hover,
body.s-dark .post-meta .cat-labels a:focus,
body.s-dark .meta-item.cat-labels a:hover,
body.s-dark .meta-item.cat-labels a:focus{
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: #335173 !important;
  box-shadow:
    inset 0 0 0 999px #142238,
    rgba(0, 0, 0, 0.34) 0 1px 0,
    rgba(255, 255, 255, 0.05) 0 1px 0 inset !important;
}
html.s-dark .post-meta .cat-labels a::before,
html.s-dark .meta-item.cat-labels a::before,
body.s-dark .post-meta .cat-labels a::before,
body.s-dark .meta-item.cat-labels a::before{
  background-color: inherit !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}
.mcf-google-source-wrapper{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -40px;
  margin-bottom: 20px;
}
.mcf-google-source-btn{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  color: #333;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 18px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.mcf-google-source-btn:hover{
  color: #111;
  background: #f8f9fa;
  border-color: #d2d2d2;
  text-decoration: none;
}
.mcf-google-source-logo{
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.breadcrumbs,
.breadcrumb{
  margin-bottom: 12px;
  color: #888;
  font-size: 12px;
  line-height: 1.4;
}
.breadcrumbs a,
.breadcrumb a{
  color: #777;
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumb a:hover{
  color: #1f7a1f;
  text-decoration: none;
}

@media (max-width: 768px) {.mcf-google-source-wrapper{
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 18px;
  }
.mcf-google-source-btn{
    padding: 6px 10px;
    font-size: 12.5px;
  }
.breadcrumbs,
.breadcrumb{
    display: none;
  }

}
body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a{
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 28px 30px 28px !important;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.055), rgba(255, 255, 255, 0) 72%),
    #fff !important;
  border: 1px solid #d9e2d9 !important;
  border-bottom: 0 !important;
  border-radius: 12px 12px 0 0 !important;
  box-shadow: 0 10px 26px rgba(20, 40, 25, 0.06) !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a::before{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 5px;
  background: var(--mcf-green);
  border-radius: 12px 12px 0 0;
  pointer-events: none;
}
body .ts-row > .col-8.main-content.s-post-contain > .the-post-header .post-meta-items.meta-above{
  padding-bottom: 18px !important;
  margin-bottom: 22px !important;
  border-bottom: 1px solid rgba(20, 117, 42, 0.18) !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper{
  position: relative !important;
  z-index: 4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 30px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  pointer-events: none !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper .mcf-google-source-btn{
  position: relative !important;
  top: -38px !important;
  pointer-events: auto !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .single-featured{
  margin: 0 !important;
  padding: 0 30px 18px !important;
  background: #fff !important;
  border-left: 1px solid #d9e2d9 !important;
  border-right: 1px solid #d9e2d9 !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .single-featured img{
  display: block !important;
  width: auto !important;
  max-width: min(100%, 768px) !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid rgba(20, 117, 42, 0.12) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 22px rgba(15, 30, 20, 0.07) !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern{
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: transparent !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern > article{
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern .post-content-wrap{
  margin: 0 !important;
  padding: 30px !important;
  background: #fff !important;
  border: 1px solid #d9e2d9 !important;
  border-top: 0 !important;
  border-radius: 0 0 12px 12px !important;
}
html.s-dark .mcf-google-source-wrapper a.mcf-google-source-btn,
body.s-dark .mcf-google-source-wrapper a.mcf-google-source-btn,
html.s-dark a.mcf-google-source-btn,
body.s-dark a.mcf-google-source-btn{
  background: var(--mcf-night-surface) !important;
  border: 1px solid var(--mcf-night-border) !important;
  color: var(--mcf-night-title) !important;
  box-shadow: none !important;
}
html.s-dark .mcf-google-source-wrapper a.mcf-google-source-btn span,
body.s-dark .mcf-google-source-wrapper a.mcf-google-source-btn span,
html.s-dark a.mcf-google-source-btn span,
body.s-dark a.mcf-google-source-btn span{
  color: var(--mcf-night-title) !important;
}
html.s-dark .mcf-google-source-wrapper a.mcf-google-source-btn:hover,
body.s-dark .mcf-google-source-wrapper a.mcf-google-source-btn:hover,
html.s-dark a.mcf-google-source-btn:hover,
body.s-dark a.mcf-google-source-btn:hover{
  background: var(--mcf-night-surface-2) !important;
  border-color: #335173 !important;
  color: #fff !important;
  text-decoration: none !important;
}
html.s-dark .mcf-google-source-logo,
body.s-dark .mcf-google-source-logo{
  background: transparent !important;
  box-shadow: none !important;
}
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a{
  background:
    linear-gradient(180deg, rgba(104, 215, 122, 0.09), rgba(16, 27, 45, 0) 72%),
    #101b2d !important;
  border-color: #263a56 !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22) !important;
}
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .the-post-header .post-meta-items.meta-above,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .the-post-header .post-meta-items.meta-above{
  border-bottom-color: #263a56 !important;
}
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a::before,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a::before{
  background: var(--mcf-night-link);
}
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper,
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .single-featured,
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern .post-content-wrap,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .single-featured,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern .post-content-wrap{
  background: #101b2d !important;
  border-color: #263a56 !important;
}
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper{
  background: transparent !important;
  border: 0 !important;
}
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .single-featured img,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .single-featured img{
  border-color: rgba(104, 215, 122, 0.16) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
}

@media (max-width: 767px) {body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a{
    padding: 20px 18px 16px !important;
    border-radius: 10px 10px 0 0 !important;
  }
body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a::before{
    border-radius: 10px 10px 0 0;
  }
body .ts-row > .col-8.main-content.s-post-contain > .the-post-header .post-meta-items.meta-above{
    padding-bottom: 14px !important;
    margin-bottom: 18px !important;
  }
body .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper{
    justify-content: flex-start !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 18px 14px !important;
    background: #fff !important;
    border-left: 1px solid #d9e2d9 !important;
    border-right: 1px solid #d9e2d9 !important;
    pointer-events: auto !important;
  }
body .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper .mcf-google-source-btn{
    top: 0 !important;
  }
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .mcf-google-source-wrapper{
    background: #101b2d !important;
    border-color: #263a56 !important;
  }
body .ts-row > .col-8.main-content.s-post-contain > .single-featured{
    padding: 0 18px 14px !important;
  }
body .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern .post-content-wrap{
    padding: 22px 18px !important;
    border-radius: 0 0 10px 10px !important;
  }

}
.mcf-home-intro-block,
.mcf-home-text-block{
  color: var(--mcf-text);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.72;
}
.mcf-home-intro-block p,
.mcf-home-text-block p{
  margin: 0 0 14px;
  color: var(--mcf-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
}
.mcf-home-intro-block p:last-child,
.mcf-home-text-block p:last-child{
  margin-bottom: 0;
}
.mcf-home-intro-block strong,
.mcf-home-text-block strong{
  color: #2c2c2c;
  font-weight: 800;
}
.mcf-home-intro-block a,
.mcf-home-text-block a{
  color: var(--mcf-green);
  font-weight: 800;
  text-decoration: none;
}
.mcf-home-intro-block a:hover,
.mcf-home-text-block a:hover{
  color: var(--mcf-green-dark);
  text-decoration: underline;
}
.mcf-home-intro-block,
.mcf-home-text-block{
  margin: 24px 0;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.mcf-home-intro-block{
  margin-top: 0;
}
.mcf-home-content-card{
  padding: 22px 24px 24px;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.055), rgba(255, 255, 255, 0) 72%),
    #fff;
  border: 1px solid var(--mcf-border);
  border-radius: 12px;
  box-shadow: var(--mcf-card-shadow);
}
.mcf-guides-home .ts-block-widget{
  margin: 24px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.mcf-guides-home .loop-grid{
  gap: 16px 18px !important;
  padding: 18px 22px 22px;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.055), rgba(255, 255, 255, 0) 72%),
    #fff;
  border: 1px solid var(--mcf-border);
  border-radius: 12px;
  box-shadow: var(--mcf-card-shadow);
}
.mcf-guides-home article.l-post{
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6dc;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.mcf-guides-home article.l-post:hover{
  transform: translateY(-2px);
  border-color: #2f8f3a;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.08);
}
.mcf-guides-home article.l-post .media{
  margin: 0 !important;
  overflow: hidden;
}
.mcf-guides-home article.l-post .media img{
  display: block;
  width: 100%;
  min-height: 88px;
  object-fit: cover;
  transition: transform 0.22s ease;
}
.mcf-guides-home article.l-post:hover .media img{
  transform: scale(1.025);
}
.mcf-guides-home article.l-post .content{
  padding: 8px 9px 10px !important;
  background: #fff;
  text-align: center;
}
.mcf-guides-home article.l-post .post-meta{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.mcf-guides-home article.l-post h2.is-title.post-title{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.32 !important;
  text-align: center !important;
}
.mcf-guides-home article.l-post h2.is-title.post-title a{
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--mcf-green) !important;
  text-decoration: none !important;
}
.mcf-guides-home article.l-post:hover h2.is-title.post-title a{
  color: var(--mcf-green-dark) !important;
}

@media (max-width: 640px) {.mcf-home-intro-block,
.mcf-home-text-block{
    padding: 0 !important;
    border-radius: 0 !important;
  }
.mcf-home-intro-block p,
.mcf-home-text-block p{
    line-height: 1.65;
  }
.mcf-guides-home .ts-block-widget{
    margin: 20px 0;
  }
.mcf-guides-home .loop-grid{
    gap: 14px !important;
    padding: 16px;
    border-radius: 10px;
  }
.mcf-guides-home article.l-post h2.is-title.post-title a{
    -webkit-line-clamp: 2;
  }

}
.mcf-home-intro-block .block-head .color,
.mcf-home-text-block .block-head .color,
.mcf-guides-home .block-head .color,
.mcf-home-latest-posts .block-head .color{
  color: var(--mcf-green) !important;
}
.mcf-home-intro-block .block-head::after,
.mcf-home-text-block .block-head::after,
.mcf-guides-home .block-head::after,
.mcf-home-latest-posts .block-head::after,
.mcf-home-intro-block .block-head .heading::after,
.mcf-home-text-block .block-head .heading::after,
.mcf-guides-home .block-head .heading::after,
.mcf-home-latest-posts .block-head .heading::after{
  background-color: var(--mcf-green) !important;
  border-color: var(--mcf-green) !important;
}
.mcf-home-latest-posts .loop-grid{
  margin-top: 0;
  padding: 24px 22px 24px;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.055), rgba(255, 255, 255, 0) 72%),
    #fff;
  border: 1px solid var(--mcf-border);
  border-radius: 12px;
  box-shadow: var(--mcf-card-shadow);
}
.mcf-home-latest-posts .ts-block,
.mcf-home-latest-posts .ts-block-widget,
.mcf-home-latest-posts .elementor-widget-container{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html.s-dark .mcf-home-content-card,
html.s-dark .mcf-guides-home .loop-grid,
html.s-dark .mcf-home-latest-posts .loop-grid,
body.s-dark .mcf-home-content-card,
body.s-dark .mcf-guides-home .loop-grid,
body.s-dark .mcf-home-latest-posts .loop-grid{
  background:
    linear-gradient(180deg, rgba(104, 215, 122, 0.075), rgba(16, 27, 45, 0) 72%),
    var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  color: var(--mcf-night-text) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}

@media (max-width: 640px) {.mcf-home-content-card,
.mcf-home-latest-posts .loop-grid{
    padding: 16px;
    border-radius: 10px;
  }

}
.author-box,
.post-author,
.author-info,
.single-author-box,
.bunyad-author-box,
.main-content .author-box,
.main-content .post-author{
  margin: 28px 0;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.author-box .author,
.post-author .author,
.author-info .author,
.single-author-box .author,
.bunyad-author-box .author{
  display: flex;
  align-items: center;
  gap: 18px;
}
.author-box img.avatar,
.post-author img.avatar,
.author-info img.avatar,
.single-author-box img.avatar,
.bunyad-author-box img.avatar{
  width: 84px;
  height: 84px;
  min-width: 84px;
  background: #fff;
  border: 1px solid var(--mcf-border);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.author-box .author-content,
.author-box .description,
.post-author .author-content,
.post-author .description,
.author-info .author-content,
.author-info .description,
.single-author-box .author-content,
.single-author-box .description,
.bunyad-author-box .author-content,
.bunyad-author-box .description{
  position: relative;
  flex: 1;
  box-sizing: border-box;
  padding: 20px 22px !important;
  background: #fff !important;
  border: 1px solid var(--mcf-border) !important;
  border-radius: 14px !important;
  box-shadow: var(--mcf-card-shadow) !important;
}
.author-box .author-content::before,
.author-box .description::before,
.post-author .author-content::before,
.post-author .description::before,
.author-info .author-content::before,
.author-info .description::before,
.single-author-box .author-content::before,
.single-author-box .description::before,
.bunyad-author-box .author-content::before,
.bunyad-author-box .description::before{
  content: "";
  position: absolute;
  left: -14px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 14px solid var(--mcf-border);
}
.author-box .author-content::after,
.author-box .description::after,
.post-author .author-content::after,
.post-author .description::after,
.author-info .author-content::after,
.author-info .description::after,
.single-author-box .author-content::after,
.single-author-box .description::after,
.bunyad-author-box .author-content::after,
.bunyad-author-box .description::after{
  content: "";
  position: absolute;
  left: -12px;
  top: 31px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 13px solid #fff;
}
.author-box .author-name,
.author-box .name,
.author-box h3,
.author-box h4,
.post-author .author-name,
.post-author .name,
.post-author h3,
.post-author h4,
.author-info .author-name,
.author-info .name,
.author-info h3,
.author-info h4,
.single-author-box .author-name,
.single-author-box .name,
.single-author-box h3,
.single-author-box h4,
.bunyad-author-box .author-name,
.bunyad-author-box .name,
.bunyad-author-box h3,
.bunyad-author-box h4{
  margin: 0 0 10px;
  color: var(--mcf-title);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.author-box p,
.post-author p,
.author-info p,
.single-author-box p,
.bunyad-author-box p{
  margin: 0;
  color: var(--mcf-text);
  font-size: 15px;
  line-height: 1.65;
}
.author-box a,
.post-author a,
.author-info a,
.single-author-box a,
.bunyad-author-box a{
  color: #444;
  font-weight: 700;
  text-decoration: none;
}
.author-box a:hover,
.post-author a:hover,
.author-info a:hover,
.single-author-box a:hover,
.bunyad-author-box a:hover{
  color: var(--mcf-green);
  text-decoration: underline;
}

@media (max-width: 640px) {.author-box .author,
.post-author .author,
.author-info .author,
.single-author-box .author,
.bunyad-author-box .author{
    align-items: flex-start;
    gap: 14px;
  }
.author-box img.avatar,
.post-author img.avatar,
.author-info img.avatar,
.single-author-box img.avatar,
.bunyad-author-box img.avatar{
    width: 68px;
    height: 68px;
    min-width: 68px;
  }
.author-box .author-content,
.author-box .description,
.post-author .author-content,
.post-author .description,
.author-info .author-content,
.author-info .description,
.single-author-box .author-content,
.single-author-box .description,
.bunyad-author-box .author-content,
.bunyad-author-box .description{
    padding: 16px 18px !important;
    border-radius: 12px !important;
  }
.author-box .author-content::before,
.author-box .description::before,
.post-author .author-content::before,
.post-author .description::before,
.author-info .author-content::before,
.author-info .description::before,
.single-author-box .author-content::before,
.single-author-box .description::before,
.bunyad-author-box .author-content::before,
.bunyad-author-box .description::before{
    top: 22px;
  }
.author-box .author-content::after,
.author-box .description::after,
.post-author .author-content::after,
.post-author .description::after,
.author-info .author-content::after,
.author-info .description::after,
.single-author-box .author-content::after,
.single-author-box .description::after,
.bunyad-author-box .author-content::after,
.bunyad-author-box .description::after{
    top: 23px;
  }

}
.navigate-posts{
  display: flex !important;
  align-items: stretch;
  justify-content: space-between;
  clear: both;
  gap: 28px;
  margin: 34px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.navigate-posts .previous,
.navigate-posts .next{
  float: none !important;
  box-sizing: border-box;
  width: calc(50% - 14px) !important;
  max-width: none !important;
  min-height: 112px;
  margin: 0 !important;
  padding: 18px 20px !important;
  overflow: hidden;
  background: #fbfdfb !important;
  border: 1px solid var(--mcf-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.035) !important;
  transition: box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.navigate-posts .previous:hover,
.navigate-posts .next:hover{
  transform: none !important;
  background: #fff !important;
  border-color: #2f8f3a !important;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.07) !important;
}
.navigate-posts .previous{
  text-align: left !important;
}
.navigate-posts .next{
  text-align: right !important;
}
.navigate-posts .previous a,
.navigate-posts .next a{
  display: block !important;
  color: var(--mcf-title) !important;
  text-decoration: none !important;
}
.navigate-posts .previous > span:first-child,
.navigate-posts .next > span:first-child,
.navigate-posts .previous .label,
.navigate-posts .next .label,
.navigate-posts .previous .meta-nav,
.navigate-posts .next .meta-nav{
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px !important;
  padding-bottom: 9px;
  color: var(--mcf-green) !important;
  border-bottom: 1px solid #dfe8df;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.navigate-posts .next > span:first-child,
.navigate-posts .next .label,
.navigate-posts .next .meta-nav{
  justify-content: flex-end;
}
.navigate-posts .title,
.navigate-posts .title a{
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 !important;
  color: #252525 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}
.navigate-posts .previous:hover .title,
.navigate-posts .next:hover .title{
  color: var(--mcf-green) !important;
}
.navigate-posts i,
.navigate-posts svg{
  color: var(--mcf-green) !important;
  transition: transform 0.18s ease;
}
.navigate-posts .previous:hover i,
.navigate-posts .previous:hover svg{
  transform: translateX(-2px);
}
.navigate-posts .next:hover i,
.navigate-posts .next:hover svg{
  transform: translateX(2px);
}

@media (max-width: 640px) {.navigate-posts{
    flex-direction: column;
    gap: 14px;
    margin: 28px 0 !important;
  }
.navigate-posts .previous,
.navigate-posts .next{
    width: 100% !important;
    min-height: auto;
    padding: 16px 17px !important;
    border-radius: 10px !important;
    text-align: left !important;
  }
.navigate-posts .next > span:first-child,
.navigate-posts .next .label,
.navigate-posts .next .meta-nav{
    justify-content: flex-start;
  }
.navigate-posts .title,
.navigate-posts .title a{
    -webkit-line-clamp: 3;
    font-size: 13px !important;
  }

}
body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain){
  position: relative;
  overflow: visible;
  margin: 0 0 28px !important;
  padding: 30px !important;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.055), rgba(255, 255, 255, 0) 72%),
    #fff !important;
  border: 1px solid var(--mcf-border) !important;
  border-radius: 12px !important;
  box-shadow: var(--mcf-card-shadow) !important;
  color: var(--mcf-text) !important;
}
body.page-template-default:not(.home) .ts-row:has(> .col-4) > .col-8.main-content:not(.s-post-contain),
body.page:not(.home) .ts-row:has(> .col-4) > .col-8.main-content:not(.s-post-contain),
body.page-template-default:not(.home) .ts-row:has(> aside) > .col-8.main-content:not(.s-post-contain),
body.page:not(.home) .ts-row:has(> aside) > .col-8.main-content:not(.s-post-contain){
  margin-right: 0 !important;
}
body.page-template-default:not(.home) .ts-row:has(> .col-8.main-content:not(.s-post-contain)) > .col-4,
body.page:not(.home) .ts-row:has(> .col-8.main-content:not(.s-post-contain)) > .col-4,
body.page-template-default:not(.home) .ts-row:has(> .col-8.main-content:not(.s-post-contain)) > aside,
body.page:not(.home) .ts-row:has(> .col-8.main-content:not(.s-post-contain)) > aside{
  padding-left: 18px !important;
}
body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 5px;
  background: var(--mcf-green);
  border-radius: 12px 12px 0 0;
  pointer-events: none;
}
body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain) > *:first-child,
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain) > *:first-child{
  margin-top: 0;
}
body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain) > *:last-child,
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain) > *:last-child{
  margin-bottom: 0;
}
html.s-dark body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
html.s-dark body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.s-dark.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.s-dark.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain){
  background:
    linear-gradient(180deg, rgba(104, 215, 122, 0.075), rgba(16, 27, 45, 0) 72%),
    var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  color: var(--mcf-night-text) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
html.s-dark body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.s-dark.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.s-dark.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before{
  background: var(--mcf-night-link);
}

@media (max-width: 767px) {body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain){
    margin-right: 0 !important;
    padding: 22px 18px !important;
    border-radius: 10px !important;
  }
body.page-template-default:not(.home) .ts-row:has(> .col-8.main-content:not(.s-post-contain)) > .col-4,
body.page:not(.home) .ts-row:has(> .col-8.main-content:not(.s-post-contain)) > .col-4,
body.page-template-default:not(.home) .ts-row:has(> .col-8.main-content:not(.s-post-contain)) > aside,
body.page:not(.home) .ts-row:has(> .col-8.main-content:not(.s-post-contain)) > aside{
    padding-left: 0 !important;
  }
body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before{
    border-radius: 10px 10px 0 0;
  }

}
.archive-description.base-text{
  position: relative;
  overflow: hidden;
  margin: 0 0 24px !important;
  padding: 22px 24px 24px !important;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.06), rgba(255, 255, 255, 0) 76%),
    #fff !important;
  border: 1px solid var(--mcf-border) !important;
  border-radius: 12px !important;
  box-shadow: var(--mcf-card-shadow) !important;
  color: var(--mcf-text) !important;
}
.archive-description.base-text::before{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 5px;
  background: var(--mcf-green);
  border-radius: 12px 12px 0 0;
  pointer-events: none;
}
.archive-description.base-text p{
  margin: 0 0 14px;
  color: var(--mcf-text) !important;
  font-size: 15px;
  line-height: 1.7;
}
.archive-description.base-text p:last-child{
  margin-bottom: 0;
}
.archive-description.base-text a{
  color: var(--mcf-green-link) !important;
  font-weight: 700;
  text-decoration: none;
}
.archive-description.base-text a:hover{
  color: var(--mcf-green-link-hover) !important;
  text-decoration: underline;
}
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows{
  position: relative;
  overflow: visible;
  margin-top: 22px !important;
  padding: 58px 22px 24px !important;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.055), rgba(255, 255, 255, 0) 72%),
    #fff !important;
  border: 1px solid var(--mcf-border) !important;
  border-radius: 12px !important;
  box-shadow: var(--mcf-card-shadow) !important;
}
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::before,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::before,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::before,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::before{
  content: "Nos articles";
  position: absolute;
  top: 20px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mcf-title);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::after,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::after{
  content: "";
  position: absolute;
  top: 42px;
  left: 22px;
  width: 76px;
  height: 3px;
  background: linear-gradient(90deg, var(--mcf-green), rgba(20, 117, 42, 0.12));
  border-radius: 999px;
}
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows .loop-grid,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows .loop-grid,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows .loop-grid,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows .loop-grid{
  margin: 0 !important;
}
html.s-dark .archive-description.base-text,
body.s-dark .archive-description.base-text{
  background:
    linear-gradient(180deg, rgba(104, 215, 122, 0.08), rgba(16, 27, 45, 0) 76%),
    var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  color: var(--mcf-night-text) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark .archive-description.base-text::before,
body.s-dark .archive-description.base-text::before{
  background: var(--mcf-night-link);
}
html.s-dark .archive-description.base-text p,
body.s-dark .archive-description.base-text p{
  color: var(--mcf-night-text) !important;
}
html.s-dark .archive-description.base-text a,
body.s-dark .archive-description.base-text a{
  color: var(--mcf-night-link) !important;
}
html.s-dark .archive-description.base-text a:hover,
body.s-dark .archive-description.base-text a:hover{
  color: var(--mcf-night-link-hover) !important;
}
html.s-dark body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
html.s-dark body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
html.s-dark body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows,
html.s-dark .main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows,
body.s-dark.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.s-dark.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.s-dark:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows,
body.s-dark .main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows{
  background:
    linear-gradient(180deg, rgba(104, 215, 122, 0.075), rgba(16, 27, 45, 0) 72%),
    var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::before,
html.s-dark body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::before,
html.s-dark body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::before,
html.s-dark .main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::before,
body.s-dark.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::before,
body.s-dark.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::before,
body.s-dark:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::before,
body.s-dark .main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::before{
  color: var(--mcf-night-title);
}
html.s-dark body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
html.s-dark body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
html.s-dark body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::after,
html.s-dark .main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.s-dark.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.s-dark.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.s-dark:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.s-dark .main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::after{
  background: linear-gradient(90deg, var(--mcf-night-link), rgba(104, 215, 122, 0.12));
}

@media (max-width: 640px) {.archive-description.base-text{
    margin-bottom: 20px !important;
    padding: 19px 18px 20px !important;
    border-radius: 10px !important;
  }
.archive-description.base-text::before{
    border-radius: 10px 10px 0 0;
  }
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows{
    padding: 54px 16px 18px !important;
    border-radius: 10px !important;
  }
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::before,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::before,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::before,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::before{
    top: 18px;
    left: 16px;
    font-size: 15px;
  }
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::after,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::after{
    top: 39px;
    left: 16px;
  }

}
html:not(.s-dark) .main-pagination.pagination-numbers .page-numbers,
body:not(.s-dark) .main-pagination.pagination-numbers .page-numbers{
  color: var(--mcf-green) !important;
  border-color: var(--mcf-border) !important;
}
html:not(.s-dark) .main-pagination.pagination-numbers a.page-numbers:hover,
html:not(.s-dark) .main-pagination.pagination-numbers a.page-numbers:focus,
body:not(.s-dark) .main-pagination.pagination-numbers a.page-numbers:hover,
body:not(.s-dark) .main-pagination.pagination-numbers a.page-numbers:focus{
  color: var(--mcf-green-dark) !important;
  border-color: var(--mcf-green) !important;
}
html:not(.s-dark) .main-pagination.pagination-numbers .page-numbers.current,
body:not(.s-dark) .main-pagination.pagination-numbers .page-numbers.current{
  color: #fff !important;
  background: var(--mcf-green) !important;
  border-color: var(--mcf-green) !important;
}
html.s-dark .main-pagination.pagination-numbers .page-numbers,
body.s-dark .main-pagination.pagination-numbers .page-numbers{
  color: var(--mcf-night-link) !important;
  background: var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
}
html.s-dark .main-pagination.pagination-numbers a.page-numbers:hover,
html.s-dark .main-pagination.pagination-numbers a.page-numbers:focus,
body.s-dark .main-pagination.pagination-numbers a.page-numbers:hover,
body.s-dark .main-pagination.pagination-numbers a.page-numbers:focus{
  color: var(--mcf-night-link-hover) !important;
  background: var(--mcf-night-surface-2) !important;
  border-color: var(--mcf-night-link) !important;
}
html.s-dark .main-pagination.pagination-numbers .page-numbers.current,
body.s-dark .main-pagination.pagination-numbers .page-numbers.current{
  color: var(--mcf-night-bg) !important;
  background: var(--mcf-night-link) !important;
  border-color: var(--mcf-night-link) !important;
}
html.s-light,
html.site-s-light{
  color-scheme: light;
  background-color: #eef2ef !important;
}
html.s-light body,
html.site-s-light body,
body.s-light,
body.site-s-light{
  background-color: #eef2ef !important;
  background-image: url("https://www.minecraft-france.fr/wp-content/uploads/2025/03/wallpaper-minecraft-france.avif") !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: cover !important;
}
html.s-light body.layout-boxed .main-wrap,
html.site-s-light body.layout-boxed .main-wrap{
  background: #fff !important;
}
html.s-dark,
body.s-dark{
  color-scheme: dark;

  --mcf-night-bg: #07111f;
  --mcf-night-bg-2: #0b1728;
  --mcf-night-bg-3: #0f1d31;
  --mcf-night-surface: #101b2d;
  --mcf-night-surface-2: #142238;
  --mcf-night-surface-3: #182941;
  --mcf-night-border: #263a56;
  --mcf-night-border-soft: #1b2d44;
  --mcf-night-text: #d8e1ec;
  --mcf-night-text-soft: #aebbd0;
  --mcf-night-muted: #8796ad;
  --mcf-night-title: #f2f6fb;
  --mcf-night-link: #68d77a;
  --mcf-night-link-hover: #8bf59b;
  --mcf-night-link-visited: #4fbf63;
  --mcf-night-shadow: 0 4px 16px rgba(0, 0, 0, 0.32);
  --mcf-night-shadow-soft: 0 2px 10px rgba(0, 0, 0, 0.24);

  --mcf-green: var(--mcf-night-link);
  --mcf-green-dark: var(--mcf-night-link-hover);
  --mcf-green-link: var(--mcf-night-link);
  --mcf-green-link-hover: var(--mcf-night-link-hover);
  --mcf-green-link-visited: var(--mcf-night-link-visited);
  --mcf-border: var(--mcf-night-border);
  --mcf-border-light: var(--mcf-night-border-soft);
  --mcf-text: var(--mcf-night-text);
  --mcf-title: var(--mcf-night-title);
  --mcf-card-shadow: var(--mcf-night-shadow-soft);

  --c-main: #45bd5a;
  --c-main-rgb: 69, 189, 90;
  --c-contrast-0: var(--mcf-night-bg);
  --c-contrast-10: #091423;
  --c-contrast-50: var(--mcf-night-surface);
  --c-contrast-75: #132034;
  --c-contrast-100: #17263c;
  --c-contrast-125: #1d3049;
  --c-contrast-150: var(--mcf-night-border);
  --c-contrast-200: #334966;
  --c-contrast-300: #4f6684;
  --c-contrast-400: #74849b;
  --c-contrast-450: #8b9ab0;
  --c-contrast-500: var(--mcf-night-text-soft);
  --c-contrast-600: #c4cfdd;
  --c-contrast-650: #ccd6e3;
  --c-contrast-700: var(--mcf-night-text);
  --c-contrast-800: #e6edf5;
  --c-contrast-850: var(--mcf-night-title);
  --c-contrast-900: #f6f9fd;
  --c-contrast: #fff;
  --c-rgba: 255, 255, 255;
  --c-links: var(--mcf-night-link);
  --c-a-hover: var(--mcf-night-link-hover);
  --c-headings: var(--mcf-night-title);
  --c-excerpts: var(--mcf-night-text-soft);
  --c-separator: rgba(216, 225, 236, 0.13);
  --c-separator2: rgba(216, 225, 236, 0.15);
  --c-post-meta: rgba(216, 225, 236, 0.68);
  --c-input-bg: rgba(255, 255, 255, 0.06);
  --footer-bg: #06101d;
  --footer-lower-bg: #040b14;
}
html.s-dark,
body.s-dark,
html.s-dark body{
  background-color: var(--mcf-night-bg) !important;
  background-image: none !important;
}
html.s-dark .main-wrap,
html.s-dark .site-wrap,
html.s-dark .site,
html.s-dark .site-content,
html.s-dark .content-wrap,
html.s-dark .main,
body.s-dark .main-wrap,
body.s-dark .site-wrap,
body.s-dark .site,
body.s-dark .site-content,
body.s-dark .content-wrap,
body.s-dark .main{
  background-color: var(--mcf-night-bg) !important;
  background-image: none !important;
  color: var(--mcf-night-text);
}
html.s-dark .post-content,
html.s-dark .entry-content,
html.s-dark .textwidget,
body.s-dark .post-content,
body.s-dark .entry-content,
body.s-dark .textwidget{
  color: var(--mcf-night-text) !important;
}
html.s-dark .post-content h1,
html.s-dark .post-content h2,
html.s-dark .post-content h3,
html.s-dark .post-content h4,
html.s-dark .post-content h5,
html.s-dark .post-content h6,
html.s-dark .entry-title,
html.s-dark .post-title,
html.s-dark .post-title a,
body.s-dark .post-content h1,
body.s-dark .post-content h2,
body.s-dark .post-content h3,
body.s-dark .post-content h4,
body.s-dark .post-content h5,
body.s-dark .post-content h6,
body.s-dark .entry-title,
body.s-dark .post-title,
body.s-dark .post-title a{
  color: var(--mcf-night-title) !important;
}
html.s-dark .entry-meta,
html.s-dark .post-meta,
html.s-dark .post-meta a,
html.s-dark .breadcrumbs,
html.s-dark .breadcrumb,
html.s-dark figcaption,
html.s-dark .wp-caption-text,
html.s-dark .blocks-gallery-caption,
body.s-dark .entry-meta,
body.s-dark .post-meta,
body.s-dark .post-meta a,
body.s-dark .breadcrumbs,
body.s-dark .breadcrumb,
body.s-dark figcaption,
body.s-dark .wp-caption-text,
body.s-dark .blocks-gallery-caption{
  color: var(--mcf-night-text-soft) !important;
}
html.s-dark .entry-content a,
html.s-dark .post-content a,
html.s-dark .textwidget a,
body.s-dark .entry-content a,
body.s-dark .post-content a,
body.s-dark .textwidget a{
  color: var(--mcf-night-link) !important;
}
html.s-dark .entry-content a:hover,
html.s-dark .post-content a:hover,
html.s-dark .textwidget a:hover,
body.s-dark .entry-content a:hover,
body.s-dark .post-content a:hover,
body.s-dark .textwidget a:hover{
  color: var(--mcf-night-link-hover) !important;
}
html.s-dark .entry-content a:visited,
html.s-dark .post-content a:visited,
body.s-dark .entry-content a:visited,
body.s-dark .post-content a:visited{
  color: var(--mcf-night-link-visited) !important;
}
html.s-dark .mcf-home-content-card,
html.s-dark .mcf-guides-home article.l-post,
html.s-dark .mcf-guides-home article.l-post .content,
html.s-dark .en-bref,
html.s-dark .cadre-bloc,
html.s-dark .menu-guides-horizontaux-compacts-wrapper,
html.s-dark .entry-content .mods-versions-list,
html.s-dark .wp-block-group.has-background,
html.s-dark .wp-block-media-text.has-background,
body.s-dark .mcf-home-content-card,
body.s-dark .mcf-guides-home article.l-post,
body.s-dark .mcf-guides-home article.l-post .content,
body.s-dark .en-bref,
body.s-dark .cadre-bloc,
body.s-dark .menu-guides-horizontaux-compacts-wrapper,
body.s-dark .entry-content .mods-versions-list,
body.s-dark .wp-block-group.has-background,
body.s-dark .wp-block-media-text.has-background{
  background: var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  color: var(--mcf-night-text) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark .mcf-home-content-card,
body.s-dark .mcf-home-content-card{
  background:
    linear-gradient(180deg, rgba(104, 215, 122, 0.075), rgba(16, 27, 45, 0) 72%),
    var(--mcf-night-surface) !important;
}
html.s-dark .mcf-biomes-table td,
html.s-dark .mcf-mobs-table td,
html.s-dark .navigate-posts .previous,
html.s-dark .navigate-posts .next,
body.s-dark .mcf-biomes-table td,
body.s-dark .mcf-mobs-table td,
body.s-dark .navigate-posts .previous,
body.s-dark .navigate-posts .next{
  background: var(--mcf-night-surface-2) !important;
  border-color: var(--mcf-night-border) !important;
}
html.s-dark .mcf-home-intro-block strong,
html.s-dark .mcf-home-text-block strong,
html.s-dark .custom-title strong,
html.s-dark .minecraft-info-title,
html.s-dark .en-bref strong,
body.s-dark .mcf-home-intro-block strong,
body.s-dark .mcf-home-text-block strong,
body.s-dark .custom-title strong,
body.s-dark .minecraft-info-title,
body.s-dark .en-bref strong{
  color: var(--mcf-night-title) !important;
}
html.s-dark table,
html.s-dark .wp-block-table table,
html.s-dark .wp-block-table.aligncenter table,
body.s-dark table,
body.s-dark .wp-block-table table,
body.s-dark .wp-block-table.aligncenter table{
  background: var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
}
html.s-dark th,
html.s-dark td,
html.s-dark .wp-block-table td,
html.s-dark .wp-block-table th,
html.s-dark .wp-block-table.aligncenter table td,
body.s-dark th,
body.s-dark td,
body.s-dark .wp-block-table td,
body.s-dark .wp-block-table th,
body.s-dark .wp-block-table.aligncenter table td{
  background: transparent !important;
  border-color: var(--mcf-night-border) !important;
  color: var(--mcf-night-text) !important;
}
html.s-dark th,
body.s-dark th{
  background: rgba(255, 255, 255, 0.05) !important;
}
html.s-dark .wp-block-table.aligncenter table td:hover,
body.s-dark .wp-block-table.aligncenter table td:hover{
  background: #1f7a32 !important;
  color: #fff !important;
}
html.s-dark .entry-content .mods-versions-list a,
body.s-dark .entry-content .mods-versions-list a{
  color: var(--mcf-night-title) !important;
}
html.s-dark .mcf-version-links a,
body.s-dark .mcf-version-links a{
  color: var(--mcf-night-link) !important;
  background: #10223a !important;
  border-color: var(--mcf-night-border) !important;
}
html.s-dark .mcf-version-links a:hover,
html.s-dark .mcf-version-links a:focus,
body.s-dark .mcf-version-links a:hover,
body.s-dark .mcf-version-links a:focus{
  color: var(--mcf-night-link-hover) !important;
  background: #142b49 !important;
  border-color: #335173 !important;
}
html.s-dark .author-box,
html.s-dark .post-author,
html.s-dark .author-info,
html.s-dark .single-author-box,
html.s-dark .bunyad-author-box,
body.s-dark .author-box,
body.s-dark .post-author,
body.s-dark .author-info,
body.s-dark .single-author-box,
body.s-dark .bunyad-author-box{
  background: transparent !important;
}
html.s-dark .author-box img.avatar,
html.s-dark .post-author img.avatar,
html.s-dark .author-info img.avatar,
html.s-dark .single-author-box img.avatar,
html.s-dark .bunyad-author-box img.avatar,
body.s-dark .author-box img.avatar,
body.s-dark .post-author img.avatar,
body.s-dark .author-info img.avatar,
body.s-dark .single-author-box img.avatar,
body.s-dark .bunyad-author-box img.avatar{
  background: var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
}
html.s-dark .author-box .author-content,
html.s-dark .author-box .description,
html.s-dark .post-author .author-content,
html.s-dark .post-author .description,
html.s-dark .author-info .author-content,
html.s-dark .author-info .description,
html.s-dark .single-author-box .author-content,
html.s-dark .single-author-box .description,
html.s-dark .bunyad-author-box .author-content,
html.s-dark .bunyad-author-box .description,
body.s-dark .author-box .author-content,
body.s-dark .author-box .description,
body.s-dark .post-author .author-content,
body.s-dark .post-author .description,
body.s-dark .author-info .author-content,
body.s-dark .author-info .description,
body.s-dark .single-author-box .author-content,
body.s-dark .single-author-box .description,
body.s-dark .bunyad-author-box .author-content,
body.s-dark .bunyad-author-box .description{
  background: var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  color: var(--mcf-night-text) !important;
}
html.s-dark .author-box .author-content::before,
html.s-dark .author-box .description::before,
html.s-dark .post-author .author-content::before,
html.s-dark .post-author .description::before,
html.s-dark .author-info .author-content::before,
html.s-dark .author-info .description::before,
html.s-dark .single-author-box .author-content::before,
html.s-dark .single-author-box .description::before,
html.s-dark .bunyad-author-box .author-content::before,
html.s-dark .bunyad-author-box .description::before,
body.s-dark .author-box .author-content::before,
body.s-dark .author-box .description::before,
body.s-dark .post-author .author-content::before,
body.s-dark .post-author .description::before,
body.s-dark .author-info .author-content::before,
body.s-dark .author-info .description::before,
body.s-dark .single-author-box .author-content::before,
body.s-dark .single-author-box .description::before,
body.s-dark .bunyad-author-box .author-content::before,
body.s-dark .bunyad-author-box .description::before{
  border-right-color: var(--mcf-night-border) !important;
}
html.s-dark .author-box .author-content::after,
html.s-dark .author-box .description::after,
html.s-dark .post-author .author-content::after,
html.s-dark .post-author .description::after,
html.s-dark .author-info .author-content::after,
html.s-dark .author-info .description::after,
html.s-dark .single-author-box .author-content::after,
html.s-dark .single-author-box .description::after,
html.s-dark .bunyad-author-box .author-content::after,
html.s-dark .bunyad-author-box .description::after,
body.s-dark .author-box .author-content::after,
body.s-dark .author-box .description::after,
body.s-dark .post-author .author-content::after,
body.s-dark .post-author .description::after,
body.s-dark .author-info .author-content::after,
body.s-dark .author-info .description::after,
body.s-dark .single-author-box .author-content::after,
body.s-dark .single-author-box .description::after,
body.s-dark .bunyad-author-box .author-content::after,
body.s-dark .bunyad-author-box .description::after{
  border-right-color: var(--mcf-night-surface) !important;
}
html.s-dark .navigate-posts .previous,
html.s-dark .navigate-posts .next,
body.s-dark .navigate-posts .previous,
body.s-dark .navigate-posts .next{
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark .navigate-posts .previous:hover,
html.s-dark .navigate-posts .next:hover,
body.s-dark .navigate-posts .previous:hover,
body.s-dark .navigate-posts .next:hover{
  background: var(--mcf-night-surface-3) !important;
  border-color: var(--mcf-night-link) !important;
}
html.s-dark .navigate-posts .title,
html.s-dark .navigate-posts .title a,
body.s-dark .navigate-posts .title,
body.s-dark .navigate-posts .title a{
  color: var(--mcf-night-title) !important;
}
html.s-dark .sidebar .widget,
html.s-dark .main-sidebar .widget,
body.s-dark .sidebar .widget,
body.s-dark .main-sidebar .widget{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
html.s-dark .sidebar .widget-title,
html.s-dark .sidebar .block-head,
body.s-dark .sidebar .widget-title,
body.s-dark .sidebar .block-head{
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
html.s-dark .widget-title .heading,
html.s-dark .block-head .heading,
body.s-dark .widget-title .heading,
body.s-dark .block-head .heading{
  color: var(--mcf-night-title) !important;
}
html.s-dark .main-footer,
html.s-dark .footer,
html.s-dark .site-footer,
html.s-dark .upper-footer,
html.s-dark .footer-widgets,
body.s-dark .main-footer,
body.s-dark .footer,
body.s-dark .site-footer,
body.s-dark .upper-footer,
body.s-dark .footer-widgets{
  background: var(--mcf-night-bg-2) !important;
  background-color: var(--mcf-night-bg-2) !important;
  background-image: none !important;
  border-color: var(--mcf-night-border-soft) !important;
  color: var(--mcf-night-text) !important;
}
html.s-dark .lower-footer,
html.s-dark .footer-bottom,
html.s-dark .copyright-footer,
body.s-dark .lower-footer,
body.s-dark .footer-bottom,
body.s-dark .copyright-footer{
  background: #050d18 !important;
  color: var(--mcf-night-text) !important;
}
html.s-dark .crp,
html.s-dark .crp_related,
html.s-dark .crp_related_posts,
html.s-dark .crp_related_widget,
html.s-dark .crp-list,
body.s-dark .crp,
body.s-dark .crp_related,
body.s-dark .crp_related_posts,
body.s-dark .crp_related_widget,
body.s-dark .crp-list{
  background: transparent !important;
  color: var(--mcf-night-text) !important;
  border-color: var(--mcf-night-border) !important;
}
html.s-dark .crp ul,
html.s-dark .crp_related ul,
html.s-dark .crp_related_posts ul,
body.s-dark .crp ul,
body.s-dark .crp_related ul,
body.s-dark .crp_related_posts ul{
  background: transparent !important;
  border: 0 !important;
}
html.s-dark .crp li,
html.s-dark .crp_related li,
html.s-dark .crp_related_posts li,
html.s-dark .crp-list-item,
html.s-dark .crp_related .crp-list-item,
body.s-dark .crp li,
body.s-dark .crp_related li,
body.s-dark .crp_related_posts li,
body.s-dark .crp-list-item,
body.s-dark .crp_related .crp-list-item{
  background: var(--mcf-night-surface) !important;
  border: 1px solid var(--mcf-night-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
html.s-dark .crp li a,
html.s-dark .crp_related li a,
html.s-dark .crp_related_posts li a,
html.s-dark .crp-list-item a,
html.s-dark [class*="crp"] a,
body.s-dark .crp li a,
body.s-dark .crp_related li a,
body.s-dark .crp_related_posts li a,
body.s-dark .crp-list-item a,
body.s-dark [class*="crp"] a{
  background: var(--mcf-night-surface) !important;
  color: var(--mcf-night-title) !important;
  border-color: var(--mcf-night-border) !important;
  text-decoration: none !important;
}
html.s-dark .crp_title,
html.s-dark .crp-title,
html.s-dark .crp_related .crp_title,
html.s-dark .crp_related .crp-title,
html.s-dark .crp_related_posts .crp_title,
html.s-dark .crp_related_posts .crp-title,
body.s-dark .crp_title,
body.s-dark .crp-title,
body.s-dark .crp_related .crp_title,
body.s-dark .crp_related .crp-title,
body.s-dark .crp_related_posts .crp_title,
body.s-dark .crp_related_posts .crp-title{
  background: var(--mcf-night-surface) !important;
  color: var(--mcf-night-title) !important;
  text-shadow: none !important;
}
html.s-dark .crp li a span,
html.s-dark .crp_related li a span,
html.s-dark .crp_related_posts li a span,
body.s-dark .crp li a span,
body.s-dark .crp_related li a span,
body.s-dark .crp_related_posts li a span{
  background: var(--mcf-night-surface) !important;
  color: var(--mcf-night-title) !important;
}
html.s-dark .crp img,
html.s-dark .crp_thumb,
html.s-dark .crp_related img,
html.s-dark .crp_related_posts img,
body.s-dark .crp img,
body.s-dark .crp_thumb,
body.s-dark .crp_related img,
body.s-dark .crp_related_posts img{
  background: transparent !important;
  border-color: var(--mcf-night-border) !important;
}
html.s-dark .crp li:hover,
html.s-dark .crp_related li:hover,
html.s-dark .crp_related_posts li:hover,
html.s-dark .crp-list-item:hover,
body.s-dark .crp li:hover,
body.s-dark .crp_related li:hover,
body.s-dark .crp_related_posts li:hover,
body.s-dark .crp-list-item:hover{
  background: var(--mcf-night-surface-2) !important;
  border-color: var(--mcf-night-link) !important;
}
html.s-dark .crp li:hover a,
html.s-dark .crp_related li:hover a,
html.s-dark .crp_related_posts li:hover a,
html.s-dark .crp-list-item:hover a,
html.s-dark [class*="crp"] a:hover,
body.s-dark .crp li:hover a,
body.s-dark .crp_related li:hover a,
body.s-dark .crp_related_posts li:hover a,
body.s-dark .crp-list-item:hover a,
body.s-dark [class*="crp"] a:hover{
  background: var(--mcf-night-surface-2) !important;
  color: var(--mcf-night-link-hover) !important;
}
html.s-dark #in-content-ad,
html.s-dark .adsbygoogle,
html.s-dark ins.adsbygoogle,
html.s-dark .ad-wrap,
html.s-dark .ad-slot,
html.s-dark .a-wrap,
html.s-dark .the-post-ad,
html.s-dark .post-ad,
html.s-dark .smartmag-ad,
html.s-dark .bunyad-ad,
html.s-dark .ad-space,
html.s-dark .ad-container,
html.s-dark .advertisement,
body.s-dark #in-content-ad,
body.s-dark .adsbygoogle,
body.s-dark ins.adsbygoogle,
body.s-dark .ad-wrap,
body.s-dark .ad-slot,
body.s-dark .a-wrap,
body.s-dark .the-post-ad,
body.s-dark .post-ad,
body.s-dark .smartmag-ad,
body.s-dark .bunyad-ad,
body.s-dark .ad-space,
body.s-dark .ad-container,
body.s-dark .advertisement{
  background: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
html:not(.s-dark) .comments-area,
body:not(.s-dark) .comments-area{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: var(--mcf-text) !important;
}
html:not(.s-dark) #comments,
body:not(.s-dark) #comments{
  background: #fff !important;
  border: 1px solid var(--mcf-border) !important;
  border-radius: 12px !important;
  box-shadow: var(--mcf-card-shadow) !important;
  color: var(--mcf-text) !important;
  padding: 28px !important;
}
html:not(.s-dark) #comments .comments-area,
html:not(.s-dark) #comments .comment-list,
html:not(.s-dark) #comments .comment-list-wrap,
html:not(.s-dark) #comments .comment-respond,
html:not(.s-dark) #comments #respond,
html:not(.s-dark) #comments form.comment-form,
html:not(.s-dark) #comments .comment-form,
body:not(.s-dark) #comments .comments-area,
body:not(.s-dark) #comments .comment-list,
body:not(.s-dark) #comments .comment-list-wrap,
body:not(.s-dark) #comments .comment-respond,
body:not(.s-dark) #comments #respond,
body:not(.s-dark) #comments form.comment-form,
body:not(.s-dark) #comments .comment-form{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
html:not(.s-dark) .comment-respond,
html:not(.s-dark) #respond,
body:not(.s-dark) .comment-respond,
body:not(.s-dark) #respond{
  padding: 0 !important;
  margin: 0 !important;
}
html:not(.s-dark) #comments .comment,
html:not(.s-dark) #comments li.comment,
body:not(.s-dark) #comments .comment,
body:not(.s-dark) #comments li.comment{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
html:not(.s-dark) .comments-title,
html:not(.s-dark) .comment-reply-title,
html:not(.s-dark) #reply-title,
body:not(.s-dark) .comments-title,
body:not(.s-dark) .comment-reply-title,
body:not(.s-dark) #reply-title{
  color: var(--mcf-title) !important;
}
html:not(.s-dark) #comments p,
html:not(.s-dark) #comments label,
html:not(.s-dark) .comment-respond p,
html:not(.s-dark) .comment-respond label,
html:not(.s-dark) .comment-form label,
body:not(.s-dark) #comments p,
body:not(.s-dark) #comments label,
body:not(.s-dark) .comment-respond p,
body:not(.s-dark) .comment-respond label,
body:not(.s-dark) .comment-form label{
  color: var(--mcf-text) !important;
}
html:not(.s-dark) #comments a,
html:not(.s-dark) .comment-respond a,
body:not(.s-dark) #comments a,
body:not(.s-dark) .comment-respond a{
  color: var(--mcf-green-link) !important;
}
html:not(.s-dark) #comments a:hover,
html:not(.s-dark) .comment-respond a:hover,
body:not(.s-dark) #comments a:hover,
body:not(.s-dark) .comment-respond a:hover{
  color: var(--mcf-green-link-hover) !important;
}
html:not(.s-dark) .comment-form textarea,
html:not(.s-dark) .comment-form input[type="text"],
html:not(.s-dark) .comment-form input[type="email"],
html:not(.s-dark) .comment-form input[type="url"],
body:not(.s-dark) .comment-form textarea,
body:not(.s-dark) .comment-form input[type="text"],
body:not(.s-dark) .comment-form input[type="email"],
body:not(.s-dark) .comment-form input[type="url"]{
  background: #fff !important;
  border: 1px solid var(--mcf-border) !important;
  color: var(--mcf-text) !important;
  box-shadow: none !important;
}
html:not(.s-dark) .comment-form input[type="checkbox"],
body:not(.s-dark) .comment-form input[type="checkbox"]{
  accent-color: var(--mcf-green);
}
html:not(.s-dark) .comment-form input[type="submit"],
html:not(.s-dark) #submit,
body:not(.s-dark) .comment-form input[type="submit"],
body:not(.s-dark) #submit{
  background: var(--mcf-green) !important;
  border: 1px solid var(--mcf-green-dark) !important;
  color: #fff !important;
  box-shadow: none !important;
}
html:not(.s-dark) .comment-form input[type="submit"]:hover,
html:not(.s-dark) #submit:hover,
body:not(.s-dark) .comment-form input[type="submit"]:hover,
body:not(.s-dark) #submit:hover{
  background: var(--mcf-green-dark) !important;
}
html.s-dark .comments-area,
body.s-dark .comments-area{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: var(--mcf-night-text) !important;
}
html.s-dark #comments,
body.s-dark #comments{
  background: var(--mcf-night-surface) !important;
  border: 1px solid var(--mcf-night-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: var(--mcf-night-text) !important;
  padding: 28px !important;
}
html.s-dark #comments .comments-area,
html.s-dark #comments .comment-list,
html.s-dark #comments .comment-list-wrap,
html.s-dark #comments .comment-respond,
html.s-dark #comments #respond,
html.s-dark #comments form.comment-form,
html.s-dark #comments .comment-form,
body.s-dark #comments .comments-area,
body.s-dark #comments .comment-list,
body.s-dark #comments .comment-list-wrap,
body.s-dark #comments .comment-respond,
body.s-dark #comments #respond,
body.s-dark #comments form.comment-form,
body.s-dark #comments .comment-form{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
html.s-dark .comment-respond,
html.s-dark #respond,
body.s-dark .comment-respond,
body.s-dark #respond{
  padding: 0 !important;
  margin: 0 !important;
}
html.s-dark #comments .comment,
html.s-dark #comments li.comment,
body.s-dark #comments .comment,
body.s-dark #comments li.comment{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
html.s-dark .comments-title,
html.s-dark .comment-reply-title,
html.s-dark #reply-title,
body.s-dark .comments-title,
body.s-dark .comment-reply-title,
body.s-dark #reply-title{
  color: var(--mcf-night-title) !important;
}
html.s-dark #comments p,
html.s-dark #comments label,
html.s-dark .comment-respond p,
html.s-dark .comment-respond label,
html.s-dark .comment-form label,
body.s-dark #comments p,
body.s-dark #comments label,
body.s-dark .comment-respond p,
body.s-dark .comment-respond label,
body.s-dark .comment-form label{
  color: var(--mcf-night-text) !important;
}
html.s-dark #comments a,
html.s-dark .comment-respond a,
body.s-dark #comments a,
body.s-dark .comment-respond a{
  color: var(--mcf-night-link) !important;
}
html.s-dark #comments a:hover,
html.s-dark .comment-respond a:hover,
body.s-dark #comments a:hover,
body.s-dark .comment-respond a:hover{
  color: var(--mcf-night-link-hover) !important;
}
html.s-dark .comment-form textarea,
html.s-dark .comment-form input[type="text"],
html.s-dark .comment-form input[type="email"],
html.s-dark .comment-form input[type="url"],
body.s-dark .comment-form textarea,
body.s-dark .comment-form input[type="text"],
body.s-dark .comment-form input[type="email"],
body.s-dark .comment-form input[type="url"]{
  background: var(--mcf-night-surface-2) !important;
  border: 1px solid var(--mcf-night-border) !important;
  color: var(--mcf-night-text) !important;
  box-shadow: none !important;
}
html.s-dark input,
html.s-dark textarea,
html.s-dark select,
body.s-dark input,
body.s-dark textarea,
body.s-dark select{
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: var(--mcf-night-border) !important;
  color: var(--mcf-night-text) !important;
}
html.s-dark input::placeholder,
html.s-dark textarea::placeholder,
body.s-dark input::placeholder,
body.s-dark textarea::placeholder{
  color: var(--mcf-night-muted) !important;
}
html.s-dark .comment-form input[type="checkbox"],
body.s-dark .comment-form input[type="checkbox"]{
  accent-color: #1f8f3a;
}
html.s-dark .comment-form input[type="submit"],
html.s-dark #submit,
body.s-dark .comment-form input[type="submit"],
body.s-dark #submit{
  background: #1f7a32 !important;
  border: 1px solid #2fa447 !important;
  color: #fff !important;
  box-shadow: none !important;
}
html.s-dark .comment-form input[type="submit"]:hover,
html.s-dark #submit:hover,
body.s-dark .comment-form input[type="submit"]:hover,
body.s-dark #submit:hover{
  background: #2fa447 !important;
}
html.s-dark .wpa-test-msg,
body.s-dark .wpa-test-msg{
  background: #d9f5fb !important;
  border: 1px solid #9bd8e5 !important;
  color: #064152 !important;
  border-radius: 6px !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image){
  display: block;
  max-width: 100%;
  margin: 26px auto 30px;
  overflow: hidden;
  line-height: 0;
  border: 1px solid var(--mcf-border-light);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--mcf-card-shadow);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover{
  transform: translateY(-2px);
  border-color: #cbdccb;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) > a,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) > a{
  display: block;
  overflow: hidden;
  color: inherit;
  line-height: 0;
  text-decoration: none !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  border: 0;
  border-radius: 11px 11px 0 0;
  box-shadow: none;
  vertical-align: top;
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) > a:hover img,
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover > img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) > a:hover img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover > img{
  transform: scale(1.015);
  filter: brightness(1.035);
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption{
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px 14px 12px;
  box-sizing: border-box;
  border-top: 1px solid var(--mcf-border-light);
  background: #f7faf7;
  color: #5f6f64;
  font-size: 13px;
  font-style: italic;
  line-height: 1.45;
  text-align: center;
}
.entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
.entry-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
.post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
.post-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean){
  display: block;
  max-width: 100%;
  height: auto;
  margin: 26px auto 30px;
  border: 1px solid var(--mcf-border-light);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--mcf-card-shadow);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}
.entry-content > p:not(.mcf-media-clean) > a:has(> img[class*="wp-image-"]:not(.mcf-media-clean)),
.post-content > p:not(.mcf-media-clean) > a:has(> img[class*="wp-image-"]:not(.mcf-media-clean)){
  display: block;
  color: inherit;
  line-height: 0;
  text-decoration: none !important;
}
.entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean):hover,
.entry-content > p:not(.mcf-media-clean) > a:hover > img[class*="wp-image-"]:not(.mcf-media-clean),
.post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean):hover,
.post-content > p:not(.mcf-media-clean) > a:hover > img[class*="wp-image-"]:not(.mcf-media-clean){
  transform: translateY(-2px);
  border-color: #cbdccb;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  filter: brightness(1.035);
}
html.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
html.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
body.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
body.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image){
  background: var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover,
html.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover,
body.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover,
body.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover{
  border-color: #36547a !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34) !important;
}
html.s-dark .entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
html.s-dark .entry-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
html.s-dark .post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
html.s-dark .post-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
body.s-dark .entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
body.s-dark .entry-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
body.s-dark .post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
body.s-dark .post-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean){
  background: var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
html.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
html.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
html.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
body.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
body.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
body.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
body.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption{
  background: var(--mcf-night-surface-2) !important;
  border-top-color: var(--mcf-night-border) !important;
  color: var(--mcf-night-text-soft) !important;
}

@media (hover: none) and (pointer: coarse) {.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover{
    transform: none;
  }
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) > a:hover img,
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover > img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) > a:hover img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover > img,
.entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean):hover,
.entry-content > p:not(.mcf-media-clean) > a:hover > img[class*="wp-image-"]:not(.mcf-media-clean),
.post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean):hover,
.post-content > p:not(.mcf-media-clean) > a:hover > img[class*="wp-image-"]:not(.mcf-media-clean){
    transform: none;
    filter: none;
  }

}
.entry-content figure.wp-block-image.mcf-media-clean,
.post-content figure.wp-block-image.mcf-media-clean,
.entry-content .mcf-media-clean figure.wp-block-image,
.post-content .mcf-media-clean figure.wp-block-image,
.entry-content p.mcf-media-clean,
.post-content p.mcf-media-clean,
.entry-content .wp-block-gallery.mcf-media-clean .blocks-gallery-item,
.entry-content .wp-block-gallery.mcf-media-clean .blocks-gallery-image,
.entry-content .wp-block-gallery.mcf-media-clean figure.wp-block-image,
.entry-content figure.wp-block-gallery.mcf-media-clean > figure.wp-block-image,
.post-content .wp-block-gallery.mcf-media-clean .blocks-gallery-item,
.post-content .wp-block-gallery.mcf-media-clean .blocks-gallery-image,
.post-content .wp-block-gallery.mcf-media-clean figure.wp-block-image,
.post-content figure.wp-block-gallery.mcf-media-clean > figure.wp-block-image{
  display: block !important;
  max-width: 100% !important;
  margin: 26px auto 30px !important;
  padding: 0 !important;
  overflow: visible !important;
  aspect-ratio: auto !important;
  line-height: normal !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  transform: none !important;
  filter: none !important;
}
.entry-content figure.wp-block-image.mcf-media-clean:hover,
.post-content figure.wp-block-image.mcf-media-clean:hover,
.entry-content .mcf-media-clean figure.wp-block-image:hover,
.post-content .mcf-media-clean figure.wp-block-image:hover,
.entry-content p.mcf-media-clean:hover,
.post-content p.mcf-media-clean:hover,
.entry-content .wp-block-gallery.mcf-media-clean .blocks-gallery-item:hover,
.entry-content .wp-block-gallery.mcf-media-clean .blocks-gallery-image:hover,
.entry-content .wp-block-gallery.mcf-media-clean figure.wp-block-image:hover,
.entry-content figure.wp-block-gallery.mcf-media-clean > figure.wp-block-image:hover,
.post-content .wp-block-gallery.mcf-media-clean .blocks-gallery-item:hover,
.post-content .wp-block-gallery.mcf-media-clean .blocks-gallery-image:hover,
.post-content .wp-block-gallery.mcf-media-clean figure.wp-block-image:hover,
.post-content figure.wp-block-gallery.mcf-media-clean > figure.wp-block-image:hover{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  transform: none !important;
  filter: none !important;
}
.entry-content figure.wp-block-image.mcf-media-clean > a,
.post-content figure.wp-block-image.mcf-media-clean > a,
.entry-content .mcf-media-clean figure.wp-block-image > a,
.post-content .mcf-media-clean figure.wp-block-image > a,
.entry-content p.mcf-media-clean > a,
.post-content p.mcf-media-clean > a,
.entry-content .wp-block-gallery.mcf-media-clean figure.wp-block-image > a,
.post-content .wp-block-gallery.mcf-media-clean figure.wp-block-image > a{
  display: block !important;
  overflow: visible !important;
  line-height: normal !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.entry-content figure.wp-block-image.mcf-media-clean img,
.post-content figure.wp-block-image.mcf-media-clean img,
.entry-content .mcf-media-clean figure.wp-block-image img,
.post-content .mcf-media-clean figure.wp-block-image img,
.entry-content p.mcf-media-clean img,
.post-content p.mcf-media-clean img,
.entry-content img.mcf-media-clean,
.post-content img.mcf-media-clean,
.entry-content .wp-block-gallery.mcf-media-clean img,
.post-content .wp-block-gallery.mcf-media-clean img{
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}
.entry-content figure.wp-block-image.mcf-media-clean:hover img,
.post-content figure.wp-block-image.mcf-media-clean:hover img,
.entry-content .mcf-media-clean figure.wp-block-image:hover img,
.post-content .mcf-media-clean figure.wp-block-image:hover img,
.entry-content p.mcf-media-clean:hover img,
.post-content p.mcf-media-clean:hover img,
.entry-content img.mcf-media-clean:hover,
.post-content img.mcf-media-clean:hover,
.entry-content .wp-block-gallery.mcf-media-clean figure.wp-block-image:hover img,
.post-content .wp-block-gallery.mcf-media-clean figure.wp-block-image:hover img{
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}
.entry-content figure.wp-block-image.mcf-media-clean figcaption,
.entry-content figure.wp-block-image.mcf-media-clean .wp-element-caption,
.entry-content .mcf-media-clean figure.wp-block-image figcaption,
.entry-content .mcf-media-clean figure.wp-block-image .wp-element-caption,
.post-content figure.wp-block-image.mcf-media-clean figcaption,
.post-content figure.wp-block-image.mcf-media-clean .wp-element-caption,
.post-content .mcf-media-clean figure.wp-block-image figcaption,
.post-content .mcf-media-clean figure.wp-block-image .wp-element-caption,
.entry-content .wp-block-gallery.mcf-media-clean figcaption,
.entry-content .wp-block-gallery.mcf-media-clean .wp-element-caption,
.post-content .wp-block-gallery.mcf-media-clean figcaption,
.post-content .wp-block-gallery.mcf-media-clean .wp-element-caption{
  margin: 8px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #5f6f64 !important;
  font-size: 13px !important;
  font-style: italic !important;
  line-height: 1.45 !important;
  text-align: center !important;
}
html.s-dark .entry-content figure.wp-block-image.mcf-media-clean,
html.s-dark .entry-content .mcf-media-clean figure.wp-block-image,
html.s-dark .entry-content p.mcf-media-clean,
html.s-dark .entry-content img.mcf-media-clean,
html.s-dark .post-content figure.wp-block-image.mcf-media-clean,
html.s-dark .post-content .mcf-media-clean figure.wp-block-image,
html.s-dark .post-content p.mcf-media-clean,
html.s-dark .post-content img.mcf-media-clean,
body.s-dark .entry-content figure.wp-block-image.mcf-media-clean,
body.s-dark .entry-content .mcf-media-clean figure.wp-block-image,
body.s-dark .entry-content p.mcf-media-clean,
body.s-dark .entry-content img.mcf-media-clean,
body.s-dark .post-content figure.wp-block-image.mcf-media-clean,
body.s-dark .post-content .mcf-media-clean figure.wp-block-image,
body.s-dark .post-content p.mcf-media-clean,
body.s-dark .post-content img.mcf-media-clean{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
html.s-dark .entry-content figure.wp-block-image.mcf-media-clean figcaption,
html.s-dark .entry-content figure.wp-block-image.mcf-media-clean .wp-element-caption,
html.s-dark .entry-content .mcf-media-clean figure.wp-block-image figcaption,
html.s-dark .entry-content .mcf-media-clean figure.wp-block-image .wp-element-caption,
html.s-dark .post-content figure.wp-block-image.mcf-media-clean figcaption,
html.s-dark .post-content figure.wp-block-image.mcf-media-clean .wp-element-caption,
html.s-dark .post-content .mcf-media-clean figure.wp-block-image figcaption,
html.s-dark .post-content .mcf-media-clean figure.wp-block-image .wp-element-caption,
body.s-dark .entry-content figure.wp-block-image.mcf-media-clean figcaption,
body.s-dark .entry-content figure.wp-block-image.mcf-media-clean .wp-element-caption,
body.s-dark .entry-content .mcf-media-clean figure.wp-block-image figcaption,
body.s-dark .entry-content .mcf-media-clean figure.wp-block-image .wp-element-caption,
body.s-dark .post-content figure.wp-block-image.mcf-media-clean figcaption,
body.s-dark .post-content figure.wp-block-image.mcf-media-clean .wp-element-caption,
body.s-dark .post-content .mcf-media-clean figure.wp-block-image figcaption,
body.s-dark .post-content .mcf-media-clean figure.wp-block-image .wp-element-caption{
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--mcf-night-text-soft) !important;
}
.entry-content,
.post-content,
.single-content,
.main-content,
.content-wrap,
.entry-content .wp-block-group,
.post-content .wp-block-group{
  overflow: visible !important;
}
.highlightr,
.highlightr-item,
.highlightr-term,
.highlightr-highlight,
.mcf-highlightr,
.mcf-highlight,
.mcf-highlight-term{
  position: relative;
  overflow: visible !important;
}
.highlightr a,
.highlightr-item a,
.highlightr-term a,
.highlightr-highlight a,
.mcf-highlightr a,
.mcf-highlight a,
.mcf-highlight-term a{
  color: inherit;
  text-decoration: inherit;
}
.highlightr-tooltip,
.highlightr-tooltip-box,
.highlightr-popover,
.highlightr-bubble,
.highlightr-card,
.mcf-highlightr-tooltip,
.mcf-highlight-tooltip,
.mcf-highlight-bubble{
  z-index: 999999 !important;
  max-width: min(360px, calc(100vw - 32px)) !important;
  overflow: visible !important;
}
.highlightr-tooltip img,
.highlightr-tooltip-box img,
.highlightr-popover img,
.highlightr-bubble img,
.highlightr-card img,
.mcf-highlightr-tooltip img,
.mcf-highlight-tooltip img,
.mcf-highlight-bubble img{
  max-width: 100%;
  height: auto;
}
html.s-dark .highlightr-tooltip,
html.s-dark .highlightr-tooltip-box,
html.s-dark .highlightr-popover,
html.s-dark .highlightr-bubble,
html.s-dark .highlightr-card,
html.s-dark .mcf-highlightr-tooltip,
html.s-dark .mcf-highlight-tooltip,
html.s-dark .mcf-highlight-bubble,
body.s-dark .highlightr-tooltip,
body.s-dark .highlightr-tooltip-box,
body.s-dark .highlightr-popover,
body.s-dark .highlightr-bubble,
body.s-dark .highlightr-card,
body.s-dark .mcf-highlightr-tooltip,
body.s-dark .mcf-highlight-tooltip,
body.s-dark .mcf-highlight-bubble{
  background: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #d8e1ec !important;
  box-shadow: none !important;
}
html.s-dark .highlightr-tooltip a,
html.s-dark .highlightr-tooltip-box a,
html.s-dark .highlightr-popover a,
html.s-dark .highlightr-bubble a,
html.s-dark .highlightr-card a,
html.s-dark .mcf-highlightr-tooltip a,
html.s-dark .mcf-highlight-tooltip a,
html.s-dark .mcf-highlight-bubble a,
body.s-dark .highlightr-tooltip a,
body.s-dark .highlightr-tooltip-box a,
body.s-dark .highlightr-popover a,
body.s-dark .highlightr-bubble a,
body.s-dark .highlightr-card a,
body.s-dark .mcf-highlightr-tooltip a,
body.s-dark .mcf-highlight-tooltip a,
body.s-dark .mcf-highlight-bubble a{
  color: #68d77a !important;
}

@media (hover: none) and (pointer: coarse) {.highlightr-tooltip,
.highlightr-tooltip-box,
.highlightr-popover,
.highlightr-bubble,
.highlightr-card,
.mcf-highlightr-tooltip,
.mcf-highlight-tooltip,
.mcf-highlight-bubble{
    max-width: calc(100vw - 32px) !important;
  }

}
.mcf-shaders-page{
  padding: 22px 24px 24px;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.055), rgba(255, 255, 255, 0) 72%),
    #fff;
  border: 1px solid var(--mcf-border);
  border-radius: 14px;
  box-shadow: var(--mcf-card-shadow);
}
body.category-shaders .col-8.main-content .archive-heading,
body.tax-spc-el-layouts .col-8.main-content .archive-heading,
.mcf-shaders-page .archive-heading,
.mcf-shaders-title{
  margin: 0 0 18px !important;
  padding: 2px 0 2px 14px !important;
  border-left: 4px solid var(--mcf-green) !important;
  color: #1f1f1f !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}
body.category-shaders .col-8.main-content .archive-heading span,
body.tax-spc-el-layouts .col-8.main-content .archive-heading span,
.mcf-shaders-page .archive-heading span{
  color: inherit;
}
.mcf-shaders-card{
  margin: 0 0 20px;
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(20, 117, 42, 0.055), rgba(255, 255, 255, 0) 72%),
    #fff;
  border: 1px solid var(--mcf-border);
  border-top: 2px solid var(--mcf-green);
  border-radius: 12px;
  box-shadow: var(--mcf-card-shadow);
  color: var(--mcf-text);
  font-size: 15px;
  line-height: 1.72;
}
.mcf-shaders-card p{
  margin: 0 0 14px;
  color: var(--mcf-text);
  font-size: 15px;
  line-height: 1.72;
}
.mcf-shaders-card p:last-child{
  margin-bottom: 0;
}
.mcf-shaders-card strong{
  color: #2c2c2c;
  font-weight: 800;
}
.mcf-shaders-card a{
  color: var(--mcf-green-link);
  font-weight: 800;
  text-decoration: none;
}
.mcf-shaders-card a:hover{
  color: var(--mcf-green-link-hover);
  text-decoration: underline;
}
.mcf-shaders-list{
  padding: 16px 18px 18px;
  background: #f7faf7;
  border: 1px solid var(--mcf-border-light);
  border-radius: 12px;
}
.mcf-shaders-section{
  margin: 0 0 14px;
  padding: 0 0 7px;
  position: relative;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.mcf-shaders-section::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--mcf-green);
}
html.s-dark .mcf-shaders-page,
body.s-dark .mcf-shaders-page{
  background:
    linear-gradient(180deg, rgba(104, 215, 122, 0.075), rgba(16, 27, 45, 0) 72%),
    var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  box-shadow: var(--mcf-night-shadow-soft) !important;
}
html.s-dark body.category-shaders .col-8.main-content .archive-heading,
html.s-dark body.tax-spc-el-layouts .col-8.main-content .archive-heading,
html.s-dark .mcf-shaders-page .archive-heading,
html.s-dark .mcf-shaders-title,
body.s-dark.category-shaders .col-8.main-content .archive-heading,
body.s-dark.tax-spc-el-layouts .col-8.main-content .archive-heading,
body.s-dark .mcf-shaders-page .archive-heading,
body.s-dark .mcf-shaders-title{
  color: var(--mcf-night-title) !important;
  border-left-color: var(--mcf-night-link) !important;
}
html.s-dark .mcf-shaders-card,
body.s-dark .mcf-shaders-card{
  background:
    linear-gradient(180deg, rgba(104, 215, 122, 0.075), rgba(16, 27, 45, 0) 72%),
    var(--mcf-night-surface) !important;
  border-color: var(--mcf-night-border) !important;
  border-top-color: var(--mcf-night-link) !important;
  color: var(--mcf-night-text) !important;
}
html.s-dark .mcf-shaders-card p,
body.s-dark .mcf-shaders-card p{
  color: var(--mcf-night-text) !important;
}
html.s-dark .mcf-shaders-card strong,
body.s-dark .mcf-shaders-card strong{
  color: var(--mcf-night-title) !important;
}
html.s-dark .mcf-shaders-card a,
body.s-dark .mcf-shaders-card a{
  color: var(--mcf-night-link) !important;
}
html.s-dark .mcf-shaders-card a:hover,
body.s-dark .mcf-shaders-card a:hover{
  color: var(--mcf-night-link-hover) !important;
}
html.s-dark .mcf-shaders-list,
body.s-dark .mcf-shaders-list{
  background: var(--mcf-night-surface-2) !important;
  border-color: var(--mcf-night-border) !important;
}
html.s-dark .mcf-shaders-section,
body.s-dark .mcf-shaders-section{
  color: var(--mcf-night-title) !important;
}
html.s-dark .mcf-shaders-section::after,
body.s-dark .mcf-shaders-section::after{
  background: var(--mcf-night-link) !important;
}

@media (max-width: 768px) {.mcf-shaders-page{
    padding: 16px 14px 18px;
  }
.mcf-shaders-title{
    font-size: 19px;
  }
.mcf-shaders-card,
.mcf-shaders-list{
    padding: 14px 14px 16px;
  }

}
.mcf-update-article .wp-block-table.aligncenter{
  overflow: hidden;
  border: 1px solid var(--mcf-update-border, #d9e2d9);
  border-radius: 12px;
  background: var(--mcf-update-surface, #ffffff);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}
.mcf-update-article .wp-block-table.aligncenter table{
  margin: 0;
  border: 0 !important;
  box-shadow: none;
}
.mcf-update-article .wp-block-table.aligncenter table td{
  padding: 15px 16px;
  border-color: var(--mcf-update-border, #d9e2d9) !important;
  background: var(--mcf-update-surface-soft, #f7faf7);
  color: var(--mcf-update-green-dark, #0f5d22) !important;
}
.mcf-update-article .wp-block-table.aligncenter table td > strong > a,
.mcf-update-article .wp-block-table.aligncenter table td > a{
  display: block;
  color: var(--mcf-update-green-dark, #0f5d22) !important;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none !important;
  text-shadow: none;
}
.mcf-update-article .wp-block-table.aligncenter table td:hover,
.mcf-update-article .wp-block-table.aligncenter table td:focus-within{
  background: var(--mcf-update-green, #14752a) !important;
  color: #ffffff !important;
}
.mcf-update-article .wp-block-table.aligncenter table td:hover > strong > a,
.mcf-update-article .wp-block-table.aligncenter table td:focus-within > strong > a,
.mcf-update-article .wp-block-table.aligncenter table td:hover > a,
.mcf-update-article .wp-block-table.aligncenter table td:focus-within > a{
  color: #ffffff !important;
}
.mcf-update-article .wp-block-table.aligncenter table td > strong > a:focus-visible,
.mcf-update-article .wp-block-table.aligncenter table td > a:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
html.s-dark .mcf-update-article .wp-block-table.aligncenter,
body.s-dark .mcf-update-article .wp-block-table.aligncenter,
html.site-s-dark .mcf-update-article .wp-block-table.aligncenter,
body.site-s-dark .mcf-update-article .wp-block-table.aligncenter{
  border-color: #31516d;
  background: #101b2d;
  box-shadow: none;
}
html.s-dark .mcf-update-article .wp-block-table.aligncenter table td,
body.s-dark .mcf-update-article .wp-block-table.aligncenter table td,
html.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td,
body.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td{
  border-color: #31516d !important;
  background: #101b2d !important;
  color: #bbf7d0 !important;
}
html.s-dark .mcf-update-article .wp-block-table.aligncenter table td > strong > a,
body.s-dark .mcf-update-article .wp-block-table.aligncenter table td > strong > a,
html.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td > strong > a,
body.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td > strong > a,
html.s-dark .mcf-update-article .wp-block-table.aligncenter table td > a,
body.s-dark .mcf-update-article .wp-block-table.aligncenter table td > a,
html.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td > a,
body.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td > a{
  color: #bbf7d0 !important;
}
html.s-dark .mcf-update-article .wp-block-table.aligncenter table td:hover,
body.s-dark .mcf-update-article .wp-block-table.aligncenter table td:hover,
html.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td:hover,
body.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td:hover,
html.s-dark .mcf-update-article .wp-block-table.aligncenter table td:focus-within,
body.s-dark .mcf-update-article .wp-block-table.aligncenter table td:focus-within,
html.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td:focus-within,
body.site-s-dark .mcf-update-article .wp-block-table.aligncenter table td:focus-within{
  background: #247a45 !important;
  color: #ffffff !important;
}
.wp-block-yoast-seo-table-of-contents{
  --toc-panel:     #f5faf6;
  --toc-glow:      rgba(20, 117, 42, .07);
  --toc-outer:     #c8d9ce;
  --toc-inner:     rgba(255, 255, 255, .72);
  --toc-drop:      0 8px 18px rgba(17, 31, 24, .08);
  --toc-title:     #1c2530;
  --toc-text:      #3a4654;
  --toc-soft:      #5a6675;
  --toc-cube:      #14752a;
  --toc-cube-soft: rgba(20, 117, 42, .12);
  --toc-hover-bg:  rgba(20, 117, 42, .07);
  --toc-hover:     #14752a;
}
html.s-dark   .wp-block-yoast-seo-table-of-contents,
body.s-dark   .wp-block-yoast-seo-table-of-contents,
html.site-s-dark .wp-block-yoast-seo-table-of-contents,
body.site-s-dark .wp-block-yoast-seo-table-of-contents{
  --toc-panel:     #101b2d;
  --toc-glow:      rgba(74, 222, 128, .06);
  --toc-outer:     #29405d;
  --toc-inner:     rgba(78, 107, 145, .18);
  --toc-drop:      0 10px 22px rgba(0, 0, 0, .22);
  --toc-title:     #eaf1fb;
  --toc-text:      #cfdcef;
  --toc-soft:      #9fb1c9;
  --toc-cube:      #4ade80;
  --toc-cube-soft: rgba(74, 222, 128, .14);
  --toc-hover-bg:  rgba(74, 222, 128, .08);
  --toc-hover:     #4ade80;
}
.wp-block-yoast-seo-table-of-contents{
  position: relative !important;
  margin: 26px 0 30px !important;
  padding: 22px 22px 18px !important;
  border: 1px solid var(--toc-outer) !important;
  border-top: 3px solid var(--toc-cube) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(180deg, var(--toc-glow), transparent 170px),
    var(--toc-panel) !important;
  box-shadow: inset 0 1px 0 var(--toc-inner), var(--toc-drop) !important;
  overflow: hidden !important;
  color: var(--toc-text) !important;
}
.wp-block-yoast-seo-table-of-contents > h2{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: var(--toc-title) !important;
}
.wp-block-yoast-seo-table-of-contents > h2::before{
  content: "";
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background: var(--toc-cube);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, .45),
    inset -2px -2px 0 rgba(0, 0, 0, .28),
    0 0 0 3px var(--toc-cube-soft);
}
.wp-block-yoast-seo-table-of-contents ul{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-yoast-seo-table-of-contents > ul{
  columns: 2 !important;
  column-gap: 28px !important;
}
.wp-block-yoast-seo-table-of-contents > ul > li{
  margin: 0 !important;
  padding: 0 !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.wp-block-yoast-seo-table-of-contents li::before{
  content: none !important;
}
.wp-block-yoast-seo-table-of-contents > ul > li:has(> a[data-level="3"]),
.wp-block-yoast-seo-table-of-contents > ul > li:has(> a[data-level="4"]){
  break-before: avoid-column;
  -webkit-column-break-before: avoid;
}

@media (max-width: 560px) {.wp-block-yoast-seo-table-of-contents > ul{
    columns: 1 !important;
  }

}
.wp-block-yoast-seo-table-of-contents a{
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 5px 7px;
  border-radius: 4px;
  color: var(--toc-text) !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.4;
  transition: background-color .14s ease, color .14s ease;
}
.wp-block-yoast-seo-table-of-contents a::before{
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--toc-cube);
  box-shadow:
    inset 1.5px 1.5px 0 rgba(255, 255, 255, .4),
    inset -1.5px -1.5px 0 rgba(0, 0, 0, .28);
}
.wp-block-yoast-seo-table-of-contents a:hover{
  background: var(--toc-hover-bg) !important;
  color: var(--toc-hover) !important;
}
.wp-block-yoast-seo-table-of-contents a[data-level="3"]{
  padding-left: 28px;
  font-size: 13px;
  color: var(--toc-soft) !important;
}
.wp-block-yoast-seo-table-of-contents a[data-level="3"]::before{
  width: 7px;
  height: 7px;
  background: transparent;
  box-shadow: inset 0 0 0 2px var(--toc-cube);
}
.wp-block-yoast-seo-table-of-contents a[data-level="4"]{
  padding-left: 49px;
  font-size: 12.5px;
  color: var(--toc-soft) !important;
}
.wp-block-yoast-seo-table-of-contents a[data-level="4"]::before{
  width: 6px;
  height: 6px;
  background: transparent;
  box-shadow: inset 0 0 0 2px var(--toc-soft);
}
:root{
  --mcf-block-radius: 3px;
  --mcf-block-radius-small: 2px;
  --mcf-block-panel: #ffffff;
  --mcf-block-panel-soft: #f6faf4;
  --mcf-block-edge: #b7ccb1;
  --mcf-block-edge-strong: #93ad8d;
  --mcf-block-accent: #14752a;
  --mcf-block-accent-soft: rgba(20, 117, 42, 0.105);
  --mcf-block-accent-line: rgba(20, 117, 42, 0.32);
  --mcf-block-water: #4f86b5;
  --mcf-block-wood: #946630;
  --mcf-block-ore: #d57537;
  --mcf-block-step: inset 0 -5px 0 rgba(31, 64, 28, 0.12), inset 1px 1px 0 rgba(255, 255, 255, 0.52);
  --mcf-block-step-hover: inset 0 -5px 0 rgba(20, 117, 42, 0.18), inset 1px 1px 0 rgba(255, 255, 255, 0.58);
  --mcf-block-texture:
    linear-gradient(180deg, rgba(20, 117, 42, 0.075), rgba(255, 255, 255, 0) 72%),
    linear-gradient(90deg, rgba(148, 102, 48, 0.055) 0 1px, transparent 1px 18px);
}
html.s-dark,
html.site-s-dark,
body.s-dark,
body.site-s-dark{
  --mcf-block-panel: var(--mcf-night-surface, #101b2d);
  --mcf-block-panel-soft: var(--mcf-night-surface-2, #142238);
  --mcf-block-edge: var(--mcf-night-border, #263a56);
  --mcf-block-edge-strong: #456884;
  --mcf-block-accent: var(--mcf-night-link, #68d77a);
  --mcf-block-accent-soft: rgba(104, 215, 122, 0.105);
  --mcf-block-accent-line: rgba(104, 215, 122, 0.34);
  --mcf-block-water: #75b9e8;
  --mcf-block-wood: #c29252;
  --mcf-block-ore: #ef9157;
  --mcf-block-step: inset 0 -5px 0 rgba(0, 0, 0, 0.26), inset 1px 1px 0 rgba(255, 255, 255, 0.055);
  --mcf-block-step-hover: inset 0 -5px 0 rgba(104, 215, 122, 0.16), inset 1px 1px 0 rgba(255, 255, 255, 0.075);
  --mcf-block-texture:
    linear-gradient(180deg, rgba(104, 215, 122, 0.095), rgba(16, 27, 45, 0) 72%),
    linear-gradient(90deg, rgba(117, 185, 232, 0.055) 0 1px, transparent 1px 18px);
}
.mcf-home-content-card,
.mcf-guides-home .loop-grid,
.mcf-home-latest-posts .loop-grid,
.mcf-block-surface,
body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows{
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border-color: var(--mcf-block-edge) !important;
  border-radius: var(--mcf-block-radius) !important;
  border-top-color: var(--mcf-block-accent) !important;
  box-shadow:
    var(--mcf-card-shadow),
    var(--mcf-block-step) !important;
}
html.s-dark .mcf-home-content-card,
html.s-dark .mcf-guides-home .loop-grid,
html.s-dark .mcf-home-latest-posts .loop-grid,
html.s-dark .mcf-block-surface,
html.site-s-dark .mcf-home-content-card,
html.site-s-dark .mcf-guides-home .loop-grid,
html.site-s-dark .mcf-home-latest-posts .loop-grid,
html.site-s-dark .mcf-block-surface,
body.s-dark .mcf-home-content-card,
body.s-dark .mcf-guides-home .loop-grid,
body.s-dark .mcf-home-latest-posts .loop-grid,
body.s-dark .mcf-block-surface,
body.site-s-dark .mcf-home-content-card,
body.site-s-dark .mcf-guides-home .loop-grid,
body.site-s-dark .mcf-home-latest-posts .loop-grid,
body.site-s-dark .mcf-block-surface{
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border-color: var(--mcf-block-edge) !important;
  box-shadow:
    var(--mcf-night-shadow-soft, 0 2px 10px rgba(0, 0, 0, 0.24)),
    var(--mcf-block-step) !important;
}
.mcf-guides-home article.l-post,
.mcf-home-latest-posts article.l-post,
body.archive .loop-grid article.l-post,
body.category .loop-grid article.l-post,
.mcf-block-tile{
  overflow: hidden;
  position: relative;
  background: var(--mcf-block-panel) !important;
  border: 1px solid var(--mcf-block-edge) !important;
  border-top: 4px solid var(--mcf-block-accent) !important;
  border-radius: var(--mcf-block-radius-small) !important;
  box-shadow: var(--mcf-block-step) !important;
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}
.mcf-guides-home article.l-post:hover,
.mcf-home-latest-posts article.l-post:hover,
body.archive .loop-grid article.l-post:hover,
body.category .loop-grid article.l-post:hover,
.mcf-block-tile:hover{
  transform: translateY(-2px);
  border-color: var(--mcf-block-edge-strong) !important;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.075),
    var(--mcf-block-step-hover) !important;
}
html.s-dark .mcf-guides-home article.l-post:hover,
html.s-dark .mcf-home-latest-posts article.l-post:hover,
html.s-dark body.archive .loop-grid article.l-post:hover,
html.s-dark body.category .loop-grid article.l-post:hover,
html.site-s-dark .mcf-guides-home article.l-post:hover,
html.site-s-dark .mcf-home-latest-posts article.l-post:hover,
html.site-s-dark body.archive .loop-grid article.l-post:hover,
html.site-s-dark body.category .loop-grid article.l-post:hover,
body.s-dark .mcf-guides-home article.l-post:hover,
body.s-dark .mcf-home-latest-posts article.l-post:hover,
body.s-dark.archive .loop-grid article.l-post:hover,
body.s-dark.category .loop-grid article.l-post:hover,
body.site-s-dark .mcf-guides-home article.l-post:hover,
body.site-s-dark .mcf-home-latest-posts article.l-post:hover,
body.site-s-dark.archive .loop-grid article.l-post:hover,
body.site-s-dark.category .loop-grid article.l-post:hover{
  border-color: var(--mcf-block-edge-strong) !important;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.28),
    var(--mcf-block-step-hover) !important;
}
.mcf-guides-home article.l-post .content,
.mcf-home-latest-posts article.l-post .content,
body.archive .loop-grid article.l-post .content,
body.category .loop-grid article.l-post .content{
  background: var(--mcf-block-panel) !important;
  padding: 16px 18px 18px !important;
}
.mcf-guides-home article.l-post .content > *:first-child,
.mcf-home-latest-posts article.l-post .content > *:first-child,
body.archive .loop-grid article.l-post .content > *:first-child,
body.category .loop-grid article.l-post .content > *:first-child{
  margin-top: 0 !important;
}
.mcf-guides-home article.l-post .content > *:last-child,
.mcf-home-latest-posts article.l-post .content > *:last-child,
body.archive .loop-grid article.l-post .content > *:last-child,
body.category .loop-grid article.l-post .content > *:last-child{
  margin-bottom: 0 !important;
}
.mcf-guides-home article.l-post .post-title,
.mcf-home-latest-posts article.l-post .post-title,
body.archive .loop-grid article.l-post .post-title,
body.category .loop-grid article.l-post .post-title{
  margin-bottom: 9px !important;
  line-height: 1.28 !important;
}
.mcf-guides-home article.l-post .post-meta,
.mcf-home-latest-posts article.l-post .post-meta,
body.archive .loop-grid article.l-post .post-meta,
body.category .loop-grid article.l-post .post-meta{
  margin-bottom: 12px !important;
}
.mcf-guides-home article.l-post .excerpt,
.mcf-guides-home article.l-post .post-excerpt,
.mcf-home-latest-posts article.l-post .excerpt,
.mcf-home-latest-posts article.l-post .post-excerpt,
body.archive .loop-grid article.l-post .excerpt,
body.archive .loop-grid article.l-post .post-excerpt,
body.category .loop-grid article.l-post .excerpt,
body.category .loop-grid article.l-post .post-excerpt{
  line-height: 1.62 !important;
}
.mcf-guides-home article.l-post .media,
.mcf-home-latest-posts article.l-post .media,
body.archive .loop-grid article.l-post .media,
body.category .loop-grid article.l-post .media{
  overflow: hidden;
  border-bottom: 1px solid var(--mcf-block-edge);
  border-radius: 0 !important;
}
.mcf-guides-home article.l-post .media img,
.mcf-home-latest-posts article.l-post .media img,
body.archive .loop-grid article.l-post .media img,
body.category .loop-grid article.l-post .media img,
.smartmag-block-highlights .post-image,
.smartmag-block-highlights .post-image img{
  border-radius: 0 !important;
}
.mcf-home-intro-block .block-head .heading,
.mcf-home-text-block .block-head .heading,
.mcf-guides-home .block-head .heading,
.mcf-home-latest-posts .block-head .heading,
.sidebar .widget-title .heading,
.sidebar .block-head .heading,
.main-sidebar .widget-title .heading,
.main-sidebar .block-head .heading{
  color: var(--mcf-title) !important;
  letter-spacing: 0 !important;
}
.mcf-home-intro-block .block-head::after,
.mcf-home-text-block .block-head::after,
.mcf-guides-home .block-head::after,
.mcf-home-latest-posts .block-head::after,
.sidebar .widget-title::after,
.sidebar .block-head::after,
.main-sidebar .widget-title::after,
.main-sidebar .block-head::after{
  background:
    linear-gradient(90deg, var(--mcf-block-accent), var(--mcf-block-accent-line), transparent) !important;
  border-color: transparent !important;
  border-radius: 0 !important;
}
.mcf-block-badge{
  border-radius: var(--mcf-block-radius-small) !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.12),
    inset 1px 1px 0 rgba(255, 255, 255, 0.22) !important;
}
.sidebar .widget,
.main-sidebar .widget{
  margin-bottom: 18px;
}
.sidebar .widget-title,
.sidebar .block-head,
.main-sidebar .widget-title,
.main-sidebar .block-head{
  margin-bottom: 12px !important;
  padding-bottom: 9px !important;
  border-bottom: 1px solid var(--mcf-block-edge) !important;
}
.mcf-block-cube::before{
  width: 7px !important;
  height: 7px !important;
  border-radius: 0 !important;
  background: var(--mcf-block-accent) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.30),
    inset -1px -1px 0 rgba(0, 0, 0, 0.22);
}
.mcf-block-strip{
  border-top: 4px solid var(--mcf-block-accent) !important;
}
.mcf-block-grid{
  background-image:
    linear-gradient(90deg, rgba(20, 117, 42, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(20, 117, 42, 0.08) 1px, transparent 1px) !important;
  background-size: 18px 18px !important;
}
html.s-dark .mcf-block-grid,
html.site-s-dark .mcf-block-grid,
body.s-dark .mcf-block-grid,
body.site-s-dark .mcf-block-grid{
  background-image:
    linear-gradient(90deg, rgba(104, 215, 122, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(104, 215, 122, 0.08) 1px, transparent 1px) !important;
}

@media (max-width: 767px) {.mcf-home-content-card,
.mcf-guides-home .loop-grid,
.mcf-home-latest-posts .loop-grid,
.mcf-block-surface{
    border-radius: var(--mcf-block-radius-small) !important;
  }
.sidebar .widget,
.main-sidebar .widget{
    margin-bottom: 16px;
  }

}
:root{
  --mcf-block-radius: 3px;
  --mcf-block-radius-small: 2px;
  --mcf-block-pad: 18px;
  --mcf-block-pad-sm: 14px;
  --mcf-block-outline: 1px solid var(--mcf-block-edge);
  --mcf-block-topline: 4px solid var(--mcf-block-accent);
  --mcf-block-soft-shadow:
    0 2px 10px rgba(0, 0, 0, 0.045),
    inset 0 -5px 0 rgba(31, 64, 28, 0.12),
    inset 1px 1px 0 rgba(255, 255, 255, 0.52);
}
html.s-dark,
html.site-s-dark,
body.s-dark,
body.site-s-dark{
  --mcf-block-soft-shadow:
    0 2px 10px rgba(0, 0, 0, 0.24),
    inset 0 -5px 0 rgba(0, 0, 0, 0.26),
    inset 1px 1px 0 rgba(255, 255, 255, 0.055);
}
.archive-heading,
body.archive .archive-heading,
body.category .archive-heading,
body.search .archive-heading,
body.tag .archive-heading,
body.tax-spc-el-layouts .archive-heading,
.main-content > .archive-heading{
  margin: 0 0 18px !important;
  padding: 11px 14px 12px !important;
  background:
    linear-gradient(90deg, var(--mcf-block-accent-soft), transparent 68%),
    var(--mcf-block-panel) !important;
  border: var(--mcf-block-outline) !important;
  border-left: 4px solid var(--mcf-block-accent) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
  color: var(--mcf-title) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}
.archive-heading span,
body.archive .archive-heading span,
body.category .archive-heading span{
  color: inherit !important;
}
.archive-description.base-text,
.taxonomy-description,
.term-description{
  padding: 20px 22px 22px !important;
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border: var(--mcf-block-outline) !important;
  border-top: var(--mcf-block-topline) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
}
.archive-description.base-text::before{
  content: none !important;
}
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.search .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.tag .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows{
  padding: 58px 22px 24px !important;
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border: var(--mcf-block-outline) !important;
  border-top: var(--mcf-block-topline) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
}
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.search .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body.tag .main-content > .block-wrap.block-grid.mb-none.has-media-shadows::after,
body:not(.home) .main-content > .archive-description.base-text ~ .block-wrap.block-grid.mb-none.has-media-shadows::after,
.main-content:has(> .archive-description.base-text) > .block-wrap.block-grid.mb-none.has-media-shadows::after{
  border-radius: 0 !important;
  height: 4px !important;
}
.main-content .loop-grid article.l-post,
.main-content .loop-list article.l-post,
.block-wrap article.l-post,
.smartmag-block-highlights article.l-post{
  border-radius: var(--mcf-block-radius-small) !important;
}
.main-content .loop-grid article.l-post .content,
.main-content .loop-list article.l-post .content,
.block-wrap article.l-post .content,
.smartmag-block-highlights article.l-post .content{
  padding: 16px 18px 18px !important;
}
.main-content .loop-grid article.l-post .post-title,
.main-content .loop-list article.l-post .post-title,
.block-wrap article.l-post .post-title,
.smartmag-block-highlights article.l-post .post-title{
  margin-bottom: 9px !important;
}
.main-content .loop-grid article.l-post .post-meta,
.main-content .loop-list article.l-post .post-meta,
.block-wrap article.l-post .post-meta{
  margin-bottom: 11px !important;
}
.entry-content .wp-block-group.has-background,
.post-content .wp-block-group.has-background,
.entry-content .wp-block-media-text.has-background,
.post-content .wp-block-media-text.has-background,
.entry-content .wp-block-columns.has-background,
.post-content .wp-block-columns.has-background,
.en-bref,
.cadre-bloc,
.menu-guides-horizontaux-compacts-wrapper,
.entry-content .mods-versions-list,
.post-content .mods-versions-list,
.wp-block-yoast-seo-table-of-contents,
.mcf-update-summary,
.mcf-update-details,
.mcf-creatures-directory,
.mcf-biomes-directory,
.mcf-structures-directory{
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border: var(--mcf-block-outline) !important;
  border-top: var(--mcf-block-topline) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
}
.en-bref,
.cadre-bloc,
.menu-guides-horizontaux-compacts-wrapper,
.entry-content .mods-versions-list,
.post-content .mods-versions-list,
.wp-block-yoast-seo-table-of-contents{
  padding: 18px 20px !important;
}
.entry-content blockquote,
.post-content blockquote,
.entry-content .wp-block-quote,
.post-content .wp-block-quote,
.entry-content .wp-block-pullquote,
.post-content .wp-block-pullquote{
  margin: 24px 0 !important;
  padding: 18px 20px 18px 22px !important;
  background:
    linear-gradient(90deg, var(--mcf-block-accent-soft), transparent 74%),
    var(--mcf-block-panel) !important;
  border: var(--mcf-block-outline) !important;
  border-left: 4px solid var(--mcf-block-accent) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
  color: var(--mcf-text) !important;
}
.entry-content .wp-block-table,
.post-content .wp-block-table,
.entry-content table,
.post-content table{
  border-color: var(--mcf-block-edge) !important;
}
.entry-content .wp-block-table,
.post-content .wp-block-table{

  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  border: var(--mcf-block-outline) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
}
.entry-content .wp-block-table table,
.post-content .wp-block-table table{
  margin: 0 !important;
  border: 0 !important;
}
.entry-content .wp-block-table th,
.entry-content .wp-block-table td,
.post-content .wp-block-table th,
.post-content .wp-block-table td{
  padding: 13px 15px !important;
  border-color: var(--mcf-block-edge) !important;
  background: var(--mcf-block-panel) !important;
  color: var(--mcf-text) !important;
}
.entry-content .wp-block-table th,
.post-content .wp-block-table th{
  background: var(--mcf-block-panel-soft) !important;
  color: var(--mcf-title) !important;
}

@media (max-width: 767px) {.mcf-guide-article .wp-block-table,
.entry-content .mcf-guide-article .wp-block-table,
.post-content .mcf-guide-article .wp-block-table{
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: thin;
    scrollbar-color: var(--mcf-block-accent) var(--mcf-block-panel-soft);
  }
.entry-content figure.wp-block-table,
.post-content figure.wp-block-table,
.mcf-guide-article figure.wp-block-table{
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }
.mcf-guide-article .wp-block-table::-webkit-scrollbar{
    height: 7px;
  }
.mcf-guide-article .wp-block-table::-webkit-scrollbar-track{
    background: var(--mcf-block-panel-soft);
  }
.mcf-guide-article .wp-block-table::-webkit-scrollbar-thumb{
    background: var(--mcf-block-accent);
    border: 2px solid var(--mcf-block-panel-soft);
  }
.mcf-guide-article .wp-block-table:has(tr > :nth-child(4)) table{
    min-width: 680px;
  }
.mcf-guide-article .wp-block-table:not(:has(tr > :nth-child(4))):has(tr > :nth-child(3)) table{
    min-width: 540px;
  }

}
.sidebar .widget-title,
.sidebar .block-head,
.main-sidebar .widget-title,
.main-sidebar .block-head{
  border-bottom-color: var(--mcf-block-edge) !important;
}
.sidebar .widget-title .heading,
.sidebar .block-head .heading,
.main-sidebar .widget-title .heading,
.main-sidebar .block-head .heading{
  text-transform: uppercase !important;
}
.sidebar .widget ul,
.main-sidebar .widget ul{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .widget li,
.main-sidebar .widget li{
  border-bottom: 1px solid color-mix(in srgb, var(--mcf-block-edge), transparent 35%);
}
.sidebar .widget li:last-child,
.main-sidebar .widget li:last-child{
  border-bottom: 0;
}
.sidebar .widget li > a,
.main-sidebar .widget li > a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_archive li a,
.widget_pages li a,
.widget_nav_menu li a,
.widget_meta li a{
  display: block;
  padding: 8px 0;
  color: var(--mcf-text) !important;
  font-weight: 700;
  text-decoration: none !important;
}
.sidebar .widget li > a:hover,
.main-sidebar .widget li > a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.widget_meta li a:hover{
  color: var(--mcf-green-link-hover) !important;
}
.mcf-version-links a,
.main-pagination.pagination-numbers .page-numbers{
  border-radius: var(--mcf-block-radius-small) !important;
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.10),
    inset 1px 1px 0 rgba(255, 255, 255, 0.20) !important;
}
.navigate-posts .previous,
.navigate-posts .next,
.author-box .author-content,
.author-box .description,
.post-author .author-content,
.post-author .description,
.author-info .author-content,
.author-info .description,
.single-author-box .author-content,
.single-author-box .description,
.bunyad-author-box .author-content,
.bunyad-author-box .description{
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border: var(--mcf-block-outline) !important;
  border-top: var(--mcf-block-topline) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
}
.wp-block-image img,
.post-content img,
.entry-content img,
.single-featured img,
.mcf-media-clean,
.mcf-media-clean img{
  border-radius: var(--mcf-block-radius-small);
}
.single-featured img,
.post-content figure.wp-block-image,
.entry-content figure.wp-block-image,
.mcf-media-clean{
  overflow: hidden;
}

@media (max-width: 767px) {.archive-heading,
body.archive .archive-heading,
body.category .archive-heading,
body.search .archive-heading,
body.tag .archive-heading,
.main-content > .archive-heading{
    padding: 10px 12px 11px !important;
    font-size: 17px !important;
  }
.archive-description.base-text,
.taxonomy-description,
.term-description,
body.archive .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.category .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.search .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
body.tag .main-content > .block-wrap.block-grid.mb-none.has-media-shadows,
.entry-content .wp-block-group.has-background,
.post-content .wp-block-group.has-background,
.en-bref,
.cadre-bloc,
.menu-guides-horizontaux-compacts-wrapper,
.entry-content .mods-versions-list,
.post-content .mods-versions-list,
.wp-block-yoast-seo-table-of-contents{
    border-radius: var(--mcf-block-radius-small) !important;
  }

}
.mcf-guides-home article.l-post,
.mcf-home-latest-posts article.l-post,
body.archive .loop-grid article.l-post,
body.category .loop-grid article.l-post,
.main-content .loop-grid article.l-post,
.main-content .loop-list article.l-post,
.block-wrap article.l-post,
.smartmag-block-highlights article.l-post,
.mcf-block-tile{
  border: 1px solid var(--mcf-block-edge) !important;
  border-top-width: 1px !important;
  border-top-color: var(--mcf-block-edge) !important;
}
.mcf-guides-home article.l-post .media,
.mcf-home-latest-posts article.l-post .media,
body.archive .loop-grid article.l-post .media,
body.category .loop-grid article.l-post .media,
.main-content .loop-grid article.l-post .media,
.main-content .loop-list article.l-post .media,
.block-wrap article.l-post .media,
.smartmag-block-highlights article.l-post .media{
  border-top: 0 !important;
}
.sidebar .widget,
.main-sidebar .widget{
  border-radius: 2px !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a{
  border-top: 4px solid var(--mcf-block-accent) !important;
  border-radius: 2px 2px 0 0 !important;
  box-shadow:
    var(--mcf-card-shadow),
    inset 1px 1px 0 rgba(255, 255, 255, 0.16) !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a::before{
  content: none !important;
  display: none !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .single-featured img,
html.s-dark body .ts-row > .col-8.main-content.s-post-contain > .single-featured img,
body.s-dark .ts-row > .col-8.main-content.s-post-contain > .single-featured img{
  border-radius: 0 !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.10),
    var(--mcf-card-shadow) !important;
}
body .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern .post-content-wrap{
  border-radius: 0 0 2px 2px !important;
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.08),
    inset -1px 0 0 rgba(0, 0, 0, 0.02) !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
.entry-content .wp-block-gallery .blocks-gallery-item,
.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image,
.post-content .wp-block-gallery .blocks-gallery-item,
.post-content .wp-block-gallery .blocks-gallery-image,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image{
  border: 1px solid var(--mcf-block-edge) !important;
  border-radius: 2px !important;
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.10),
    inset 1px 1px 0 rgba(255, 255, 255, 0.16) !important;
  transform: none !important;
}
html.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
html.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
body.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
body.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image),
html.s-dark .entry-content .wp-block-gallery .blocks-gallery-item,
html.s-dark .entry-content .wp-block-gallery .blocks-gallery-image,
html.s-dark .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
html.s-dark .post-content .wp-block-gallery .blocks-gallery-item,
html.s-dark .post-content .wp-block-gallery .blocks-gallery-image,
html.s-dark .post-content .wp-block-gallery.has-nested-images figure.wp-block-image,
body.s-dark .entry-content .wp-block-gallery .blocks-gallery-item,
body.s-dark .entry-content .wp-block-gallery .blocks-gallery-image,
body.s-dark .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
body.s-dark .post-content .wp-block-gallery .blocks-gallery-item,
body.s-dark .post-content .wp-block-gallery .blocks-gallery-image,
body.s-dark .post-content .wp-block-gallery.has-nested-images figure.wp-block-image{
  border-color: var(--mcf-block-edge) !important;
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.24),
    inset 1px 1px 0 rgba(255, 255, 255, 0.06) !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover,
.entry-content .wp-block-gallery .blocks-gallery-item:hover,
.entry-content .wp-block-gallery .blocks-gallery-image:hover,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image:hover,
.post-content .wp-block-gallery .blocks-gallery-item:hover,
.post-content .wp-block-gallery .blocks-gallery-image:hover,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image:hover{
  border-color: var(--mcf-block-edge-strong) !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.16),
    inset 1px 1px 0 rgba(255, 255, 255, 0.14) !important;
  transform: none !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) img,
.entry-content .wp-block-gallery img,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image img,
.post-content .wp-block-gallery img,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image img,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image img{
  border-radius: 0 !important;
  transform: none !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) > a:hover img,
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover > img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) > a:hover img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image):hover > img,
.entry-content .wp-block-gallery .blocks-gallery-item:hover img,
.entry-content .wp-block-gallery .blocks-gallery-image:hover img,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover img,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image:hover img,
.post-content .wp-block-gallery .blocks-gallery-item:hover img,
.post-content .wp-block-gallery .blocks-gallery-image:hover img,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image:hover img,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image:hover img{
  filter: none !important;
  transform: none !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image-caption,
.entry-content .wp-block-gallery .blocks-gallery-item__caption,
.entry-content .wp-block-gallery .blocks-gallery-item__description,
.post-content .wp-block-gallery .blocks-gallery-item figcaption,
.post-content .wp-block-gallery .blocks-gallery-image figcaption,
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.post-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image figcaption,
.post-content .wp-block-gallery .blocks-gallery-image-caption,
.post-content .wp-block-gallery .blocks-gallery-item__caption,
.post-content .wp-block-gallery .blocks-gallery-item__description{
  border-top: 1px solid var(--mcf-block-edge) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.02)),
    var(--mcf-block-panel-soft) !important;
  color: var(--mcf-text) !important;
  -webkit-text-fill-color: var(--mcf-text) !important;
  text-shadow: none !important;
}
html.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
html.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
html.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
html.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
body.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
body.s-dark .entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
body.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) figcaption,
body.s-dark .post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(.wp-block-gallery figure.wp-block-image) .wp-element-caption,
html.s-dark .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
html.s-dark .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
html.s-dark .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
html.s-dark .post-content .wp-block-gallery .blocks-gallery-item figcaption,
html.s-dark .post-content .wp-block-gallery .blocks-gallery-image figcaption,
html.s-dark .post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
body.s-dark .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
body.s-dark .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
body.s-dark .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
body.s-dark .post-content .wp-block-gallery .blocks-gallery-item figcaption,
body.s-dark .post-content .wp-block-gallery .blocks-gallery-image figcaption,
body.s-dark .post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
  border-top-color: var(--mcf-block-edge) !important;
  background: var(--mcf-block-panel-soft) !important;
  color: var(--mcf-night-text, #d8e1ec) !important;
  -webkit-text-fill-color: var(--mcf-night-text, #d8e1ec) !important;
}

@media (max-width: 767px) {body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a{
    border-radius: 2px 2px 0 0 !important;
  }
body .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern .post-content-wrap{
    border-radius: 0 0 2px 2px !important;
  }

}
.entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
.entry-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
.post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
.post-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
html.s-dark .entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
html.s-dark .entry-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
html.s-dark .post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
html.s-dark .post-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
body.s-dark .entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
body.s-dark .entry-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean),
body.s-dark .post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean),
body.s-dark .post-content > p:not(.mcf-media-clean) > a > img[class*="wp-image-"]:not(.mcf-media-clean){
  border-radius: 0 !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.10),
    var(--mcf-card-shadow) !important;
  transform: none !important;
}
.entry-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean):hover,
.entry-content > p:not(.mcf-media-clean) > a:hover > img[class*="wp-image-"]:not(.mcf-media-clean),
.post-content > p:not(.mcf-media-clean) > img[class*="wp-image-"]:not(.mcf-media-clean):hover,
.post-content > p:not(.mcf-media-clean) > a:hover > img[class*="wp-image-"]:not(.mcf-media-clean){
  border-radius: 0 !important;
  filter: none !important;
  transform: none !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(:has(figcaption)):not(:has(.wp-element-caption)),
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(:has(figcaption)):not(:has(.wp-element-caption)){
  border-radius: 0 !important;
}
.entry-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(:has(figcaption)):not(:has(.wp-element-caption)) img,
.post-content figure.wp-block-image:not(.mcf-media-clean):not(.mcf-media-clean *):not(:has(figcaption)):not(:has(.wp-element-caption)) img{
  border-radius: 0 !important;
}
.sidebar .widget_text .menu-categories,
.main-sidebar .widget_text .menu-categories,
.sidebar .menu-categories,
.main-sidebar .menu-categories{
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.sidebar .widget_text .menu-categories li,
.main-sidebar .widget_text .menu-categories li,
.sidebar .menu-categories li,
.main-sidebar .menu-categories li{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
}
.sidebar .widget_text .menu-categories br,
.main-sidebar .widget_text .menu-categories br,
.sidebar .menu-categories br,
.main-sidebar .menu-categories br{
  display: none !important;
}
.sidebar .widget_text .menu-categories li > a,
.main-sidebar .widget_text .menu-categories li > a,
.sidebar .widget li > a[href*="/guide-minecraft/"]:has(.icon),
.main-sidebar .widget li > a[href*="/guide-minecraft/"]:has(.icon),
.sidebar .menu-categories li > a,
.main-sidebar .menu-categories li > a{
  display: grid !important;
  grid-template-columns: 26px minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 8px !important;
  width: 100% !important;
  min-height: 38px !important;
  height: auto !important;
  padding: 7px 10px 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 45%),
    linear-gradient(180deg, #58b846 0%, #2f8a31 100%) !important;
  border: 1px solid rgba(8, 54, 19, 0.88) !important;
  border-radius: 0 !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.24),
    inset 1px 1px 0 rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55) !important;
  text-transform: uppercase !important;
}
.sidebar .widget_text .menu-categories li > a:hover,
.sidebar .widget_text .menu-categories li > a:focus,
.main-sidebar .widget_text .menu-categories li > a:hover,
.main-sidebar .widget_text .menu-categories li > a:focus,
.sidebar .menu-categories li > a:hover,
.sidebar .menu-categories li > a:focus,
.main-sidebar .menu-categories li > a:hover,
.main-sidebar .menu-categories li > a:focus{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.20), transparent 45%),
    linear-gradient(180deg, #67ca52 0%, #329238 100%) !important;
  border-color: rgba(10, 72, 24, 0.96) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-1px) !important;
}
.sidebar .widget_text .menu-categories .icon,
.main-sidebar .widget_text .menu-categories .icon,
.sidebar .menu-categories .icon,
.main-sidebar .menu-categories .icon{
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.45));
}
.sidebar .widget_text .menu-categories .text,
.main-sidebar .widget_text .menu-categories .text,
.sidebar .menu-categories .text,
.main-sidebar .menu-categories .text{
  min-width: 0 !important;
  overflow: hidden !important;
  color: inherit !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.sidebar .widget_text .menu-categories .arrow,
.main-sidebar .widget_text .menu-categories .arrow,
.sidebar .menu-categories .arrow,
.main-sidebar .menu-categories .arrow{
  margin: 0 !important;
  color: inherit !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}
html.s-dark .sidebar .widget_text .menu-categories li > a,
html.site-s-dark .sidebar .widget_text .menu-categories li > a,
body.s-dark .sidebar .widget_text .menu-categories li > a,
body.site-s-dark .sidebar .widget_text .menu-categories li > a,
html.s-dark .main-sidebar .widget_text .menu-categories li > a,
html.site-s-dark .main-sidebar .widget_text .menu-categories li > a,
body.s-dark .main-sidebar .widget_text .menu-categories li > a,
body.site-s-dark .main-sidebar .widget_text .menu-categories li > a{
  border-color: rgba(15, 81, 30, 0.95) !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.34),
    inset 1px 1px 0 rgba(255, 255, 255, 0.10) !important;
}
.main-content > .page.type-page:has(.mcf-guide-article){
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border: var(--mcf-block-outline) !important;
  border-top: var(--mcf-block-topline) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
  overflow: hidden !important;
}
.main-content > .page.type-page:has(.mcf-guide-article) > .post-header{
  margin: 0 !important;
  padding: 28px 30px 20px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.main-content > .page.type-page:has(.mcf-guide-article) > .post-header .featured{
  margin: 0 0 24px !important;
  overflow: hidden !important;
  border: 1px solid var(--mcf-block-edge) !important;
  border-radius: 0 !important;
  background: var(--mcf-block-panel-soft) !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.10),
    inset 1px 1px 0 rgba(255, 255, 255, 0.14) !important;
}
.main-content > .page.type-page:has(.mcf-guide-article) > .post-header .featured a,
.main-content > .page.type-page:has(.mcf-guide-article) > .post-header .featured img{
  display: block !important;
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
.main-content > .page.type-page:has(.mcf-guide-article) > .post-header .main-heading{
  margin: 0 !important;
  color: var(--mcf-title, #142014) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}
.main-content > .page.type-page:has(.mcf-guide-article) > .post-content{
  padding: 0 30px 30px !important;
}
.mcf-guide-article{
  --mcf-guide-article-border: var(--mcf-block-edge);
  --mcf-guide-article-border-strong: var(--mcf-block-edge-strong);
  --mcf-guide-article-surface: var(--mcf-block-panel);
  --mcf-guide-article-surface-soft: var(--mcf-block-panel-soft);
  --mcf-guide-article-text: var(--mcf-text, #344134);
  --mcf-guide-article-title: var(--mcf-title, #142014);
  --mcf-guide-article-shadow: var(--mcf-block-soft-shadow);
  color: var(--mcf-guide-article-text) !important;
}
html.s-dark .mcf-guide-article,
html.site-s-dark .mcf-guide-article,
body.s-dark .mcf-guide-article,
body.site-s-dark .mcf-guide-article{
  --mcf-guide-article-text: var(--mcf-night-text, #d8e1ec);
  --mcf-guide-article-title: var(--mcf-night-title, #f3f7fb);
}
.mcf-guide-article .mcf-guide-hero,
.mcf-guide-article .mcf-guide-intro,
.mcf-guide-article .mcf-guide-card,
.mcf-guide-article .mcf-guide-mob-sheet,
.mcf-guide-article .mcf-guide-mini-nav,
.mcf-guide-article .mcf-guide-details,
.mcf-guide-article .wp-block-yoast-seo-table-of-contents{
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border: var(--mcf-block-outline) !important;
  border-top: var(--mcf-block-topline) !important;
  border-radius: var(--mcf-block-radius) !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
}
.mcf-guide-article .mcf-guide-hero{
  padding: 22px 24px !important;
}
.mcf-guide-article .mcf-guide-intro,
.mcf-guide-article .mcf-guide-card,
.mcf-guide-article .mcf-guide-mob-sheet,
.mcf-guide-article .mcf-guide-mini-nav{
  padding: 20px 22px !important;
}
.mcf-guide-article .mcf-guide-command,
.mcf-guide-article .mcf-update-summary{
  border-radius: var(--mcf-block-radius) !important;
}
.mcf-guide-article .mcf-guide-eyebrow{
  color: var(--mcf-block-accent) !important;
}
.mcf-guide-article .mcf-guide-eyebrow::before,
.mcf-guide-article .mcf-guide-intro-title::before,
.mcf-guide-article .mcf-guide-card-title::before,
.mcf-guide-article .mcf-guide-mini-nav-title::before,
.mcf-guide-article .wp-block-yoast-seo-table-of-contents > h2::before{
  border-radius: 0 !important;
}
.mcf-guide-article .wp-block-table table,
.mcf-guide-article .wp-block-details.mcf-guide-details,
.mcf-guide-article .mcf-guide-fact,
.mcf-guide-article code,
.mcf-guide-article .mcf-update-summary,
.mcf-guide-article .mcf-summary-toggle,
.mcf-guide-article .mcf-update-summary-icon{
  border-radius: var(--mcf-block-radius-small) !important;
}
.mcf-guide-article .wp-block-image img,
.mcf-guide-article .wp-block-gallery img,
.mcf-guide-article .wp-block-video video,
.mcf-guide-article .mcf-guide-section-visual img,
.mcf-guide-article .mcf-guide-small-render img{
  border-radius: 0 !important;
}
.mcf-guide-article .wp-block-image:not(.mcf-media-clean),
.mcf-guide-article figure.wp-block-image:not(.mcf-media-clean),
.mcf-guide-article .wp-block-gallery .blocks-gallery-item,
.mcf-guide-article .wp-block-gallery.has-nested-images figure.wp-block-image{
  border-radius: var(--mcf-block-radius) !important;
}
html.s-dark .main-content > .page.type-page:has(.mcf-guide-article) > .post-header .featured,
html.site-s-dark .main-content > .page.type-page:has(.mcf-guide-article) > .post-header .featured,
body.s-dark .main-content > .page.type-page:has(.mcf-guide-article) > .post-header .featured,
body.site-s-dark .main-content > .page.type-page:has(.mcf-guide-article) > .post-header .featured{
  border-color: var(--mcf-block-edge) !important;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.28),
    inset 1px 1px 0 rgba(255, 255, 255, 0.06) !important;
}

@media (max-width: 767px) {.main-content > .page.type-page:has(.mcf-guide-article) > .post-header,
.main-content > .page.type-page:has(.mcf-guide-article) > .post-content{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
.main-content > .page.type-page:has(.mcf-guide-article) > .post-header{
    padding-top: 18px !important;
  }
.mcf-guide-article .mcf-guide-hero,
.mcf-guide-article .mcf-guide-intro,
.mcf-guide-article .mcf-guide-card,
.mcf-guide-article .mcf-guide-mob-sheet,
.mcf-guide-article .mcf-guide-mini-nav{
    padding: 17px !important;
  }

}
.main-content > .page.type-page:has(.mcf-guide-article){
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.main-content > .page.type-page:has(.mcf-guide-article) > .post-header{
  padding-top: 2px !important;
}
.mcf-guide-article .mcf-guide-hero,
.mcf-guide-article .mcf-guide-intro,
.mcf-guide-article .mcf-guide-card,
.mcf-guide-article .mcf-guide-mob-sheet,
.mcf-guide-article .mcf-guide-mini-nav,
.mcf-guide-article .mcf-guide-details,
.mcf-guide-article .wp-block-yoast-seo-table-of-contents,
.mcf-guide-article .mcf-update-summary{
  border-top: 1px solid var(--mcf-block-edge) !important;
}
.mcf-guide-article .mcf-guide-hero{
  margin-top: 4px !important;
}
.mcf-guide-article .mcf-guide-eyebrow{
  margin-bottom: 14px !important;
}
html.s-dark .mcf-guide-article .mcf-guide-hero,
html.s-dark .mcf-guide-article .mcf-guide-intro,
html.s-dark .mcf-guide-article .mcf-guide-card,
html.s-dark .mcf-guide-article .mcf-guide-mob-sheet,
html.s-dark .mcf-guide-article .mcf-guide-mini-nav,
html.s-dark .mcf-guide-article .mcf-guide-details,
html.s-dark .mcf-guide-article .wp-block-yoast-seo-table-of-contents,
html.s-dark .mcf-guide-article .mcf-update-summary,
html.site-s-dark .mcf-guide-article .mcf-guide-hero,
html.site-s-dark .mcf-guide-article .mcf-guide-intro,
html.site-s-dark .mcf-guide-article .mcf-guide-card,
html.site-s-dark .mcf-guide-article .mcf-guide-mob-sheet,
html.site-s-dark .mcf-guide-article .mcf-guide-mini-nav,
html.site-s-dark .mcf-guide-article .mcf-guide-details,
html.site-s-dark .mcf-guide-article .wp-block-yoast-seo-table-of-contents,
html.site-s-dark .mcf-guide-article .mcf-update-summary,
body.s-dark .mcf-guide-article .mcf-guide-hero,
body.s-dark .mcf-guide-article .mcf-guide-intro,
body.s-dark .mcf-guide-article .mcf-guide-card,
body.s-dark .mcf-guide-article .mcf-guide-mob-sheet,
body.s-dark .mcf-guide-article .mcf-guide-mini-nav,
body.s-dark .mcf-guide-article .mcf-guide-details,
body.s-dark .mcf-guide-article .wp-block-yoast-seo-table-of-contents,
body.s-dark .mcf-guide-article .mcf-update-summary,
body.site-s-dark .mcf-guide-article .mcf-guide-hero,
body.site-s-dark .mcf-guide-article .mcf-guide-intro,
body.site-s-dark .mcf-guide-article .mcf-guide-card,
body.site-s-dark .mcf-guide-article .mcf-guide-mob-sheet,
body.site-s-dark .mcf-guide-article .mcf-guide-mini-nav,
body.site-s-dark .mcf-guide-article .mcf-guide-details,
body.site-s-dark .mcf-guide-article .wp-block-yoast-seo-table-of-contents,
body.site-s-dark .mcf-guide-article .mcf-update-summary{
  border-top-color: var(--mcf-block-edge) !important;
}

@media (max-width: 767px) {.main-content > .page.type-page:has(.mcf-guide-article) > .post-header{
    padding-top: 0 !important;
  }

}
.mcf-guide-article details.wp-block-details.mcf-guide-details,
.mcf-guide-article .wp-block-details.mcf-guide-details{
  margin: 10px 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 60%),
    var(--mcf-block-panel) !important;
  border: 1px solid var(--mcf-block-edge) !important;
  border-top: 1px solid var(--mcf-block-edge) !important;
  border-radius: 0 !important;
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.06),
    inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
  overflow: hidden !important;
}
.mcf-guide-article details.wp-block-details.mcf-guide-details + details.wp-block-details.mcf-guide-details,
.mcf-guide-article .wp-block-details.mcf-guide-details + .wp-block-details.mcf-guide-details{
  margin-top: 10px !important;
}
.mcf-guide-article details.wp-block-details.mcf-guide-details > summary,
.mcf-guide-article .wp-block-details.mcf-guide-details > summary{
  min-height: 44px !important;
  padding: 12px 16px !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--mcf-title, var(--mcf-guide-article-title)) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-shadow: none !important;
}
.mcf-guide-article details.wp-block-details.mcf-guide-details > summary::before,
.mcf-guide-article .wp-block-details.mcf-guide-details > summary::before{
  content: none !important;
  display: none !important;
}
.mcf-guide-article details.wp-block-details.mcf-guide-details > summary::after,
.mcf-guide-article .wp-block-details.mcf-guide-details > summary::after{
  margin-left: 14px !important;
  color: var(--mcf-block-accent) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}
.mcf-guide-article details.wp-block-details.mcf-guide-details[open] > summary,
.mcf-guide-article .wp-block-details.mcf-guide-details[open] > summary{
  background: var(--mcf-block-panel-soft) !important;
  border-bottom: 1px solid var(--mcf-block-edge) !important;
}
.mcf-guide-article details.wp-block-details.mcf-guide-details > p,
.mcf-guide-article .wp-block-details.mcf-guide-details > p{
  margin: 0 !important;
  padding: 14px 16px 16px !important;
}
.mcf-guide-article details.wp-block-details.mcf-guide-details > .wp-block-list,
.mcf-guide-article details.wp-block-details.mcf-guide-details > ul.wp-block-list,
.mcf-guide-article .wp-block-details.mcf-guide-details > .wp-block-list,
.mcf-guide-article .wp-block-details.mcf-guide-details > ul.wp-block-list{
  margin: 0 !important;
  padding: 14px 16px 16px 34px !important;
  border-top: 0 !important;
}
html.s-dark .mcf-guide-article details.wp-block-details.mcf-guide-details,
html.site-s-dark .mcf-guide-article details.wp-block-details.mcf-guide-details,
body.s-dark .mcf-guide-article details.wp-block-details.mcf-guide-details,
body.site-s-dark .mcf-guide-article details.wp-block-details.mcf-guide-details,
html.s-dark .mcf-guide-article .wp-block-details.mcf-guide-details,
html.site-s-dark .mcf-guide-article .wp-block-details.mcf-guide-details,
body.s-dark .mcf-guide-article .wp-block-details.mcf-guide-details,
body.site-s-dark .mcf-guide-article .wp-block-details.mcf-guide-details{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 60%),
    var(--mcf-block-panel) !important;
  border-color: var(--mcf-block-edge) !important;
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.18),
    inset 1px 1px 0 rgba(255, 255, 255, 0.04) !important;
}
html.s-dark .mcf-guide-article details.wp-block-details.mcf-guide-details > summary,
html.site-s-dark .mcf-guide-article details.wp-block-details.mcf-guide-details > summary,
body.s-dark .mcf-guide-article details.wp-block-details.mcf-guide-details > summary,
body.site-s-dark .mcf-guide-article details.wp-block-details.mcf-guide-details > summary,
html.s-dark .mcf-guide-article .wp-block-details.mcf-guide-details > summary,
html.site-s-dark .mcf-guide-article .wp-block-details.mcf-guide-details > summary,
body.s-dark .mcf-guide-article .wp-block-details.mcf-guide-details > summary,
body.site-s-dark .mcf-guide-article .wp-block-details.mcf-guide-details > summary{
  color: var(--mcf-night-title, #f3f7fb) !important;
}
.mcf-update-article details.wp-block-details.mcf-update-details,
.mcf-update-article .wp-block-details.mcf-update-details,
.mcf-article-polish details.wp-block-details.mcf-update-details,
.mcf-article-polish .wp-block-details.mcf-update-details{
  margin: 10px 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 60%),
    var(--mcf-block-panel) !important;
  border: 1px solid var(--mcf-block-edge) !important;
  border-top: 1px solid var(--mcf-block-edge) !important;
  border-radius: 0 !important;
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.06),
    inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
}
.mcf-update-article details.wp-block-details.mcf-update-details + details.wp-block-details.mcf-update-details,
.mcf-update-article .wp-block-details.mcf-update-details + .wp-block-details.mcf-update-details,
.mcf-article-polish details.wp-block-details.mcf-update-details + details.wp-block-details.mcf-update-details,
.mcf-article-polish .wp-block-details.mcf-update-details + .wp-block-details.mcf-update-details{
  margin-top: 10px !important;
}
.mcf-update-article details.wp-block-details.mcf-update-details > summary,
.mcf-update-article .wp-block-details.mcf-update-details > summary,
.mcf-article-polish details.wp-block-details.mcf-update-details > summary,
.mcf-article-polish .wp-block-details.mcf-update-details > summary{
  min-height: 44px !important;
  padding: 12px 16px !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--mcf-title, var(--mcf-update-title)) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-shadow: none !important;
}
.mcf-update-article details.wp-block-details.mcf-update-details > summary::before,
.mcf-update-article .wp-block-details.mcf-update-details > summary::before,
.mcf-article-polish details.wp-block-details.mcf-update-details > summary::before,
.mcf-article-polish .wp-block-details.mcf-update-details > summary::before{
  content: none !important;
  display: none !important;
}
.mcf-update-article details.wp-block-details.mcf-update-details > summary::after,
.mcf-update-article .wp-block-details.mcf-update-details > summary::after,
.mcf-article-polish details.wp-block-details.mcf-update-details > summary::after,
.mcf-article-polish .wp-block-details.mcf-update-details > summary::after{
  margin-left: 14px !important;
  color: var(--mcf-block-accent) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}
.mcf-update-article details.wp-block-details.mcf-update-details[open] > summary,
.mcf-update-article .wp-block-details.mcf-update-details[open] > summary,
.mcf-article-polish details.wp-block-details.mcf-update-details[open] > summary,
.mcf-article-polish .wp-block-details.mcf-update-details[open] > summary{
  background: var(--mcf-block-panel-soft) !important;
  border-bottom: 1px solid var(--mcf-block-edge) !important;
}
.mcf-update-article details.wp-block-details.mcf-update-details > p,
.mcf-update-article .wp-block-details.mcf-update-details > p,
.mcf-article-polish details.wp-block-details.mcf-update-details > p,
.mcf-article-polish .wp-block-details.mcf-update-details > p{
  margin: 0 !important;
  padding: 14px 16px 16px !important;
}
.mcf-update-article details.wp-block-details.mcf-update-details > .wp-block-list,
.mcf-update-article details.wp-block-details.mcf-update-details > ul.wp-block-list,
.mcf-update-article .wp-block-details.mcf-update-details > .wp-block-list,
.mcf-update-article .wp-block-details.mcf-update-details > ul.wp-block-list,
.mcf-article-polish details.wp-block-details.mcf-update-details > .wp-block-list,
.mcf-article-polish details.wp-block-details.mcf-update-details > ul.wp-block-list,
.mcf-article-polish .wp-block-details.mcf-update-details > .wp-block-list,
.mcf-article-polish .wp-block-details.mcf-update-details > ul.wp-block-list{
  margin: 0 !important;
  padding: 14px 16px 16px 34px !important;
  border-top: 0 !important;
}
html.s-dark .mcf-update-article details.wp-block-details.mcf-update-details,
html.site-s-dark .mcf-update-article details.wp-block-details.mcf-update-details,
body.s-dark .mcf-update-article details.wp-block-details.mcf-update-details,
body.site-s-dark .mcf-update-article details.wp-block-details.mcf-update-details,
html.s-dark .mcf-update-article .wp-block-details.mcf-update-details,
html.site-s-dark .mcf-update-article .wp-block-details.mcf-update-details,
body.s-dark .mcf-update-article .wp-block-details.mcf-update-details,
body.site-s-dark .mcf-update-article .wp-block-details.mcf-update-details{
  border-color: var(--mcf-block-edge) !important;
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.18),
    inset 1px 1px 0 rgba(255, 255, 255, 0.04) !important;
}
html.s-dark .mcf-update-article details.wp-block-details.mcf-update-details > summary,
html.site-s-dark .mcf-update-article details.wp-block-details.mcf-update-details > summary,
body.s-dark .mcf-update-article details.wp-block-details.mcf-update-details > summary,
body.site-s-dark .mcf-update-article details.wp-block-details.mcf-update-details > summary,
html.s-dark .mcf-update-article .wp-block-details.mcf-update-details > summary,
html.site-s-dark .mcf-update-article .wp-block-details.mcf-update-details > summary,
body.s-dark .mcf-update-article .wp-block-details.mcf-update-details > summary,
body.site-s-dark .mcf-update-article .wp-block-details.mcf-update-details > summary{
  color: var(--mcf-night-title, #f3f7fb) !important;
}
.mcf-guides-home article.l-post,
.mcf-home-latest-posts article.l-post,
body.archive .loop-grid article.l-post,
body.category .loop-grid article.l-post,
body.search .loop-grid article.l-post,
body.tag .loop-grid article.l-post,
.main-content .loop-grid article.l-post,
.block-wrap .loop-grid article.l-post,
.block-wrap article.l-post.grid-post,
.smartmag-block-highlights article.l-post{
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  height: 100% !important;
  background: var(--mcf-block-panel) !important;
  box-shadow: none !important;
}
.mcf-guides-home article.l-post:hover,
.mcf-home-latest-posts article.l-post:hover,
body.archive .loop-grid article.l-post:hover,
body.category .loop-grid article.l-post:hover,
body.search .loop-grid article.l-post:hover,
body.tag .loop-grid article.l-post:hover,
.main-content .loop-grid article.l-post:hover,
.block-wrap .loop-grid article.l-post:hover,
.block-wrap article.l-post.grid-post:hover,
.smartmag-block-highlights article.l-post:hover{
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.08) !important;
}
html.s-dark .mcf-guides-home article.l-post:hover,
html.s-dark .mcf-home-latest-posts article.l-post:hover,
html.s-dark body.archive .loop-grid article.l-post:hover,
html.s-dark body.category .loop-grid article.l-post:hover,
html.s-dark body.search .loop-grid article.l-post:hover,
html.s-dark body.tag .loop-grid article.l-post:hover,
body.s-dark .mcf-guides-home article.l-post:hover,
body.s-dark .mcf-home-latest-posts article.l-post:hover,
body.s-dark.archive .loop-grid article.l-post:hover,
body.s-dark.category .loop-grid article.l-post:hover,
body.s-dark.search .loop-grid article.l-post:hover,
body.s-dark.tag .loop-grid article.l-post:hover{
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.26) !important;
}
.mcf-guides-home article.l-post .media,
.mcf-home-latest-posts article.l-post .media,
body.archive .loop-grid article.l-post .media,
body.category .loop-grid article.l-post .media,
body.search .loop-grid article.l-post .media,
body.tag .loop-grid article.l-post .media,
.main-content .loop-grid article.l-post .media,
.main-content .loop-list article.l-post .media,
.block-wrap article.l-post .media,
.smartmag-block-highlights article.l-post .media,
.smartmag-block-highlights .post-image{
  display: block !important;
  position: relative !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.mcf-guides-home article.l-post .media::before,
.mcf-guides-home article.l-post .media::after,
.mcf-home-latest-posts article.l-post .media::before,
.mcf-home-latest-posts article.l-post .media::after,
body.archive .loop-grid article.l-post .media::before,
body.archive .loop-grid article.l-post .media::after,
body.category .loop-grid article.l-post .media::before,
body.category .loop-grid article.l-post .media::after,
body.search .loop-grid article.l-post .media::before,
body.search .loop-grid article.l-post .media::after,
body.tag .loop-grid article.l-post .media::before,
body.tag .loop-grid article.l-post .media::after,
.main-content .loop-grid article.l-post .media::before,
.main-content .loop-grid article.l-post .media::after,
.main-content .loop-list article.l-post .media::before,
.main-content .loop-list article.l-post .media::after,
.block-wrap article.l-post .media::before,
.block-wrap article.l-post .media::after,
.smartmag-block-highlights article.l-post .media::before,
.smartmag-block-highlights article.l-post .media::after,
.smartmag-block-highlights .post-image::before,
.smartmag-block-highlights .post-image::after{
  content: none !important;
  display: none !important;
}
.mcf-home-latest-posts article.l-post > .media,
body.archive .loop-grid article.l-post > .media,
body.category .loop-grid article.l-post > .media,
body.search .loop-grid article.l-post > .media,
body.tag .loop-grid article.l-post > .media,
.main-content .loop-grid article.l-post > .media,
.block-wrap .loop-grid article.l-post > .media,
.block-wrap article.l-post.grid-post > .media{
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  aspect-ratio: 2 / 1 !important;
}
.mcf-home-latest-posts article.l-post > .media > a.image-link,
.mcf-home-latest-posts article.l-post > .media .image-link.media-ratio,
body.archive .loop-grid article.l-post > .media > a.image-link,
body.archive .loop-grid article.l-post > .media .image-link.media-ratio,
body.category .loop-grid article.l-post > .media > a.image-link,
body.category .loop-grid article.l-post > .media .image-link.media-ratio,
body.search .loop-grid article.l-post > .media > a.image-link,
body.search .loop-grid article.l-post > .media .image-link.media-ratio,
body.tag .loop-grid article.l-post > .media > a.image-link,
body.tag .loop-grid article.l-post > .media .image-link.media-ratio,
.main-content .loop-grid article.l-post > .media > a.image-link,
.main-content .loop-grid article.l-post > .media .image-link.media-ratio,
.block-wrap .loop-grid article.l-post > .media > a.image-link,
.block-wrap .loop-grid article.l-post > .media .image-link.media-ratio,
.block-wrap article.l-post.grid-post > .media > a.image-link,
.block-wrap article.l-post.grid-post > .media .image-link.media-ratio{
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  aspect-ratio: 2 / 1 !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.mcf-home-latest-posts article.l-post > .media picture,
body.archive .loop-grid article.l-post > .media picture,
body.category .loop-grid article.l-post > .media picture,
body.search .loop-grid article.l-post > .media picture,
body.tag .loop-grid article.l-post > .media picture,
.main-content .loop-grid article.l-post > .media picture,
.block-wrap .loop-grid article.l-post > .media picture,
.block-wrap article.l-post.grid-post > .media picture{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.mcf-guides-home article.l-post .media img,
.mcf-home-latest-posts article.l-post .media img,
body.archive .loop-grid article.l-post .media img,
body.category .loop-grid article.l-post .media img,
body.search .loop-grid article.l-post .media img,
body.tag .loop-grid article.l-post .media img,
.main-content .loop-grid article.l-post .media img,
.main-content .loop-list article.l-post .media img,
.block-wrap article.l-post .media img,
.smartmag-block-highlights article.l-post .media img,
.smartmag-block-highlights .post-image img{
  display: block !important;
  margin: 0 !important;
  vertical-align: top !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.mcf-home-latest-posts article.l-post > .media img.wp-post-image,
body.archive .loop-grid article.l-post > .media img.wp-post-image,
body.category .loop-grid article.l-post > .media img.wp-post-image,
body.search .loop-grid article.l-post > .media img.wp-post-image,
body.tag .loop-grid article.l-post > .media img.wp-post-image,
.main-content .loop-grid article.l-post > .media img.wp-post-image,
.block-wrap .loop-grid article.l-post > .media img.wp-post-image,
.block-wrap article.l-post.grid-post > .media img.wp-post-image{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.mcf-guides-home article.l-post .media + .content,
.mcf-home-latest-posts article.l-post .media + .content,
body.archive .loop-grid article.l-post .media + .content,
body.category .loop-grid article.l-post .media + .content,
body.search .loop-grid article.l-post .media + .content,
body.tag .loop-grid article.l-post .media + .content,
.main-content .loop-grid article.l-post .media + .content,
.main-content .loop-list article.l-post .media + .content,
.block-wrap article.l-post .media + .content,
.smartmag-block-highlights article.l-post .media + .content{
  position: relative !important;
  z-index: 1 !important;
  margin-top: -1px !important;
  border-top: 0 !important;
}
.mcf-guides-home article.l-post .content,
.mcf-home-latest-posts article.l-post .content,
body.archive .loop-grid article.l-post .content,
body.category .loop-grid article.l-post .content,
body.search .loop-grid article.l-post .content,
body.tag .loop-grid article.l-post .content,
.main-content .loop-grid article.l-post .content,
.block-wrap .loop-grid article.l-post .content,
.block-wrap article.l-post.grid-post .content,
.smartmag-block-highlights article.l-post .content{
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  background: var(--mcf-block-panel) !important;
  box-shadow: none !important;
}
.mcf-guides-home article.l-post .excerpt,
.mcf-guides-home article.l-post .post-excerpt,
.mcf-home-latest-posts article.l-post .excerpt,
.mcf-home-latest-posts article.l-post .post-excerpt,
body.archive .loop-grid article.l-post .excerpt,
body.archive .loop-grid article.l-post .post-excerpt,
body.category .loop-grid article.l-post .excerpt,
body.category .loop-grid article.l-post .post-excerpt,
body.search .loop-grid article.l-post .excerpt,
body.search .loop-grid article.l-post .post-excerpt,
body.tag .loop-grid article.l-post .excerpt,
body.tag .loop-grid article.l-post .post-excerpt,
.main-content .loop-grid article.l-post .excerpt,
.main-content .loop-grid article.l-post .post-excerpt,
.block-wrap .loop-grid article.l-post .excerpt,
.block-wrap .loop-grid article.l-post .post-excerpt,
.block-wrap article.l-post.grid-post .excerpt,
.block-wrap article.l-post.grid-post .post-excerpt,
.smartmag-block-highlights article.l-post .excerpt,
.smartmag-block-highlights article.l-post .post-excerpt{
  flex: 1 1 auto !important;
}
.meta-item.cat-labels a,
.post-meta .cat-labels a,
.the-post-header .cat-labels a,
.s-post-header .cat-labels a,
.entry-header .cat-labels a{
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 26px !important;
  padding: 5px 11px !important;
  background:
    linear-gradient(180deg, #35c963, #159037) !important;
  border: 1px solid #0f732d !important;
  border-radius: 0 !important;
  box-shadow:
    inset 0 -3px 0 rgba(0, 0, 0, 0.20),
    inset 1px 1px 0 rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28) !important;
}
.meta-item.cat-labels a::before,
.post-meta .cat-labels a::before,
.the-post-header .cat-labels a::before,
.s-post-header .cat-labels a::before,
.entry-header .cat-labels a::before{
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  background: #96f5a5 !important;
  border: 1px solid rgba(0, 0, 0, 0.22) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.meta-item.cat-labels a::after,
.post-meta .cat-labels a::after,
.the-post-header .cat-labels a::after,
.s-post-header .cat-labels a::after,
.entry-header .cat-labels a::after{
  content: none !important;
}
.meta-item.cat-labels a:hover,
.meta-item.cat-labels a:focus,
.post-meta .cat-labels a:hover,
.post-meta .cat-labels a:focus,
.the-post-header .cat-labels a:hover,
.the-post-header .cat-labels a:focus,
.s-post-header .cat-labels a:hover,
.s-post-header .cat-labels a:focus,
.entry-header .cat-labels a:hover,
.entry-header .cat-labels a:focus{
  background:
    linear-gradient(180deg, #48dc74, #168d38) !important;
  border-color: #0b6426 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  filter: brightness(1.02) !important;
}
:where(html.s-light, html.site-s-light, html:not(.s-dark):not(.site-s-dark)),
:where(body.s-light, body.site-s-light){
  --mcf-block-panel: #ffffff;
  --mcf-block-panel-soft: #f7faf7;
  --mcf-block-edge: #d4dfd2;
  --mcf-block-edge-strong: #bdcabc;
  --mcf-block-accent-soft: rgba(20, 117, 42, 0.075);
  --mcf-block-accent-line: rgba(20, 117, 42, 0.20);
  --mcf-block-topline: 1px solid var(--mcf-block-edge);
  --mcf-block-texture:
    linear-gradient(180deg, rgba(30, 46, 32, 0.018), rgba(255, 255, 255, 0) 72%),
    linear-gradient(90deg, rgba(31, 48, 34, 0.018) 0 1px, transparent 1px 18px);
  --mcf-block-step:
    inset 0 -4px 0 rgba(48, 72, 44, 0.045),
    inset 1px 1px 0 rgba(255, 255, 255, 0.74);
  --mcf-block-step-hover:
    inset 0 -4px 0 rgba(48, 72, 44, 0.065),
    inset 1px 1px 0 rgba(255, 255, 255, 0.78);
  --mcf-block-soft-shadow:
    0 2px 10px rgba(0, 0, 0, 0.035),
    inset 0 -4px 0 rgba(48, 72, 44, 0.045),
    inset 1px 1px 0 rgba(255, 255, 255, 0.74);
}
html.s-light .mcf-home-content-card,
html.s-light .mcf-guides-home .loop-grid,
html.s-light .mcf-home-latest-posts .loop-grid,
html.s-light .mcf-block-surface,
html.site-s-light .mcf-home-content-card,
html.site-s-light .mcf-guides-home .loop-grid,
html.site-s-light .mcf-home-latest-posts .loop-grid,
html.site-s-light .mcf-block-surface,
html:not(.s-dark):not(.site-s-dark) .mcf-home-content-card,
html:not(.s-dark):not(.site-s-dark) .mcf-guides-home .loop-grid,
html:not(.s-dark):not(.site-s-dark) .mcf-home-latest-posts .loop-grid,
html:not(.s-dark):not(.site-s-dark) .mcf-block-surface,
body.s-light .mcf-home-content-card,
body.s-light .mcf-guides-home .loop-grid,
body.s-light .mcf-home-latest-posts .loop-grid,
body.s-light .mcf-block-surface,
body.site-s-light .mcf-home-content-card,
body.site-s-light .mcf-guides-home .loop-grid,
body.site-s-light .mcf-home-latest-posts .loop-grid,
body.site-s-light .mcf-block-surface{
  border-color: var(--mcf-block-edge) !important;
  border-top-color: var(--mcf-block-edge) !important;
}
:where(html.s-light, html.site-s-light, html:not(.s-dark):not(.site-s-dark)) body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a,
:where(body.s-light, body.site-s-light) .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a{
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border-color: var(--mcf-block-edge) !important;
  border-top-width: 1px !important;
  box-shadow: var(--mcf-block-soft-shadow) !important;
}
:where(html.s-light, html.site-s-light, html:not(.s-dark):not(.site-s-dark)) body .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a::before,
:where(body.s-light, body.site-s-light) .ts-row > .col-8.main-content.s-post-contain > .the-post-header.s-head-modern.s-head-modern-a::before{
  height: 1px !important;
  background: var(--mcf-block-edge) !important;
  border-radius: 0 !important;
}
:where(html.s-light, html.site-s-light, html:not(.s-dark):not(.site-s-dark)) body .ts-row > .col-8.main-content.s-post-contain > .the-post-header .post-meta-items.meta-above,
:where(body.s-light, body.site-s-light) .ts-row > .col-8.main-content.s-post-contain > .the-post-header .post-meta-items.meta-above{
  border-bottom-color: var(--mcf-block-edge) !important;
}
:where(html.s-light, html.site-s-light, html:not(.s-dark):not(.site-s-dark)) body .ts-row > .col-8.main-content.s-post-contain > .single-featured,
:where(html.s-light, html.site-s-light, html:not(.s-dark):not(.site-s-dark)) body .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern .post-content-wrap,
:where(body.s-light, body.site-s-light) .ts-row > .col-8.main-content.s-post-contain > .single-featured,
:where(body.s-light, body.site-s-light) .ts-row > .col-8.main-content.s-post-contain > .the-post.s-post-modern .post-content-wrap{
  background: var(--mcf-block-panel) !important;
  border-color: var(--mcf-block-edge) !important;
}
:where(html.s-light, html.site-s-light, html:not(.s-dark):not(.site-s-dark)) body .ts-row > .col-8.main-content.s-post-contain > .single-featured img,
:where(body.s-light, body.site-s-light) .ts-row > .col-8.main-content.s-post-contain > .single-featured img{
  border-color: var(--mcf-block-edge) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055) !important;
}

@media (max-width: 680px) {.mcf-update-summary,
.mcf-update-article .wp-block-group.mcf-update-summary,
.mcf-article-polish .mcf-update-summary{
    margin: 20px 0 24px !important;
    padding: 14px 12px 12px !important;
    border-top-width: 1px !important;
    border-radius: 2px !important;
    overflow: hidden !important;
  }
.mcf-update-summary .wp-block-group__inner-container,
.mcf-update-summary .mcf-summary-body{
    min-width: 0 !important;
  }
.mcf-update-summary-title,
.mcf-article-polish .mcf-update-summary-title{
    position: relative !important;
    min-height: 30px !important;
    gap: 8px !important;
    margin: 0 0 11px !important;
    padding-right: 34px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }
.mcf-update-summary-title::before,
.mcf-article-polish .mcf-update-summary-title::before{
    width: 10px !important;
    height: 10px !important;
    box-shadow:
      inset 1px 1px 0 rgba(255, 255, 255, 0.42),
      inset -1px -1px 0 rgba(0, 0, 0, 0.28),
      0 0 0 2px var(--st-cube-soft) !important;
  }
.mcf-update-summary .mcf-summary-toggle,
.mcf-article-polish .mcf-update-summary .mcf-summary-toggle{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 28px !important;
    height: 28px !important;
    margin-left: 0 !important;
    border-radius: 2px !important;
  }
.mcf-update-summary ul,
.mcf-update-summary .wp-block-list,
.mcf-update-summary ul.wp-block-list,
.mcf-update-article .mcf-update-summary .wp-block-list,
.mcf-update-article .mcf-update-summary ul.wp-block-list,
.mcf-article-polish .mcf-update-summary .wp-block-list,
.mcf-article-polish .mcf-update-summary ul.wp-block-list{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
.mcf-update-summary li,
.mcf-update-summary .wp-block-list > li,
.mcf-update-article .mcf-update-summary .wp-block-list > li,
.mcf-article-polish .mcf-update-summary .wp-block-list > li{
    display: flex !important;
    align-items: flex-start !important;
    gap: 9px !important;
    min-height: 34px !important;
    padding: 7px 6px !important;
    border-radius: 2px !important;
    font-size: 13.5px !important;
    line-height: 1.42 !important;
  }
.mcf-update-summary-icon,
.mcf-article-polish .mcf-update-summary-icon{
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 2px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

}
body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain){
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border: 1px solid var(--mcf-block-edge) !important;
  border-top-color: var(--mcf-block-edge) !important;
  border-radius: 2px !important;
  box-shadow: var(--mcf-block-soft-shadow, var(--mcf-card-shadow)) !important;
}
body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
html.s-dark body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
html.s-dark body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
html.site-s-dark body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
html.site-s-dark body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.s-dark.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.s-dark.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.site-s-dark.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before,
body.site-s-dark.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain)::before{
  content: none !important;
  display: none !important;
}
html.s-dark body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
html.s-dark body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
html.site-s-dark body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
html.site-s-dark body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.s-dark.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.s-dark.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.site-s-dark.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.site-s-dark.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain){
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border-color: var(--mcf-block-edge) !important;
  box-shadow: var(--mcf-block-soft-shadow, var(--mcf-night-shadow-soft, 0 2px 10px rgba(0, 0, 0, .24))) !important;
}

@media (max-width: 767px) {body.page-template-default:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain),
body.page:not(.home) .ts-row > .col-8.main-content:not(.s-post-contain){
    padding: 22px 18px !important;
    border-radius: 2px !important;
  }

}
.entry-content .crp_related,
.post-content .crp_related{
  --crp-gap: 12px;
  --crp-grid-column-min: 210px;
  --crp-grid-card-min-height: 0px;
  --crp-grid-thumb-aspect-ratio: 16 / 9;
  --crp-grid-title-line-clamp: 3;
  --crp-grid-title-line-height: 1.3;
  margin: 30px 0 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--mcf-text) !important;
}
.entry-content .crp_related > h2,
.entry-content .crp_related > h3,
.entry-content .crp_related > h4,
.post-content .crp_related > h2,
.post-content .crp_related > h3,
.post-content .crp_related > h4{
  position: relative !important;
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 0 10px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mcf-block-edge) !important;
  color: var(--mcf-title) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}
.entry-content .crp_related > h2.titreh2,
.entry-content .crp_related > h3.titreh2,
.entry-content .crp_related > h4.titreh2,
.post-content .crp_related > h2.titreh2,
.post-content .crp_related > h3.titreh2,
.post-content .crp_related > h4.titreh2{
  padding: 0 0 10px 40px !important;
}
.entry-content .crp_related > h2.titreh2::before,
.entry-content .crp_related > h3.titreh2::before,
.entry-content .crp_related > h4.titreh2::before,
.post-content .crp_related > h2.titreh2::before,
.post-content .crp_related > h3.titreh2::before,
.post-content .crp_related > h4.titreh2::before{
  left: 0 !important;
  top: calc(50% - 5px) !important;
  width: 28px !important;
  height: 28px !important;
}
.entry-content .crp_related > h2::after,
.entry-content .crp_related > h3::after,
.entry-content .crp_related > h4::after,
.post-content .crp_related > h2::after,
.post-content .crp_related > h3::after,
.post-content .crp_related > h4::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 48px;
  height: 2px;
  background: var(--mcf-block-accent);
}
.entry-content .crp_related > h2 img,
.entry-content .crp_related > h3 img,
.entry-content .crp_related > h4 img,
.post-content .crp_related > h2 img,
.post-content .crp_related > h3 img,
.post-content .crp_related > h4 img{
  display: inline-block !important;
  float: none !important;
  position: static !important;
  vertical-align: middle !important;
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.entry-content .crp_related > ul,
.post-content .crp_related > ul,
.entry-content .crp_related.crp-grid > ul,
.post-content .crp_related.crp-grid > ul,
.entry-content .crp_related.crp-thumbs-grid > ul,
.post-content .crp_related.crp-thumbs-grid > ul{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
}
.entry-content .crp_related > ul > li,
.post-content .crp_related > ul > li,
.entry-content .crp_related.crp-grid > ul > li,
.post-content .crp_related.crp-grid > ul > li,
.entry-content .crp_related.crp-thumbs-grid > ul > li,
.post-content .crp_related.crp-thumbs-grid > ul > li{
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  break-inside: avoid !important;
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border: 1px solid var(--mcf-block-edge) !important;
  border-radius: var(--mcf-block-radius-small) !important;
  box-shadow: var(--mcf-block-step) !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}
.entry-content .crp_related > ul > li:hover,
.entry-content .crp_related > ul > li:focus-within,
.post-content .crp_related > ul > li:hover,
.post-content .crp_related > ul > li:focus-within{
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border-color: var(--mcf-block-edge-strong) !important;
  box-shadow: var(--mcf-block-step-hover) !important;
  transform: translateY(-1px) !important;
}
.entry-content .crp_related > ul > li > a,
.entry-content .crp_related .crp_link,
.post-content .crp_related > ul > li > a,
.post-content .crp_related .crp_link{
  display: grid !important;
  grid-template-rows: auto minmax(54px, auto) !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  color: var(--mcf-title) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.entry-content .crp_related > ul > li > a > figure,
.entry-content .crp_related .crp_link > figure,
.post-content .crp_related > ul > li > a > figure,
.post-content .crp_related .crp_link > figure{
  display: block !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 9 !important;
  background: var(--mcf-block-panel-soft) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mcf-block-edge) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.entry-content .crp_related .crp_thumb,
.entry-content .crp_related > ul > li > a > figure > img,
.post-content .crp_related .crp_thumb,
.post-content .crp_related > ul > li > a > figure > img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: filter .16s ease !important;
}
.entry-content .crp_related > ul > li:hover .crp_thumb,
.entry-content .crp_related > ul > li:focus-within .crp_thumb,
.post-content .crp_related > ul > li:hover .crp_thumb,
.post-content .crp_related > ul > li:focus-within .crp_thumb{
  filter: brightness(1.035) !important;
}
.entry-content .crp_related .crp_title,
.post-content .crp_related .crp_title{
  display: flex !important;
  grid-row: 2 !important;
  align-items: center !important;
  min-width: 0 !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 10px 11px 13px !important;
  overflow: visible !important;
  background: transparent !important;
  color: var(--mcf-title) !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-line-clamp: unset !important;
}
.entry-content .crp_related > ul > li:hover .crp_title,
.entry-content .crp_related > ul > li:focus-within .crp_title,
.post-content .crp_related > ul > li:hover .crp_title,
.post-content .crp_related > ul > li:focus-within .crp_title{
  color: var(--mcf-block-accent) !important;
}
.entry-content .crp_related .crp_excerpt,
.entry-content .crp_related .crp_author,
.entry-content .crp_related .crp_date,
.post-content .crp_related .crp_excerpt,
.post-content .crp_related .crp_author,
.post-content .crp_related .crp_date{
  padding: 0 11px 10px !important;
  background: transparent !important;
  color: var(--mcf-text-muted, var(--mcf-text)) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.entry-content .crp_related .crp_clear,
.post-content .crp_related .crp_clear{
  display: none !important;
}
.entry-content .crp_related .crp_class_credit,
.post-content .crp_related .crp_class_credit{
  margin: 8px 0 0 !important;
  color: var(--mcf-text-muted, var(--mcf-text)) !important;
  font-size: 11px !important;
}
html.s-dark .entry-content .crp_related > ul > li,
html.s-dark .post-content .crp_related > ul > li,
html.site-s-dark .entry-content .crp_related > ul > li,
html.site-s-dark .post-content .crp_related > ul > li,
body.s-dark .entry-content .crp_related > ul > li,
body.s-dark .post-content .crp_related > ul > li,
body.site-s-dark .entry-content .crp_related > ul > li,
body.site-s-dark .post-content .crp_related > ul > li{
  background:
    var(--mcf-block-texture),
    var(--mcf-block-panel) !important;
  border-color: var(--mcf-block-edge) !important;
  border-radius: var(--mcf-block-radius-small) !important;
  box-shadow: var(--mcf-block-step) !important;
}
html.s-dark .entry-content .crp_related > ul > li > a,
html.s-dark .entry-content .crp_related .crp_link,
html.s-dark .post-content .crp_related > ul > li > a,
html.s-dark .post-content .crp_related .crp_link,
html.site-s-dark .entry-content .crp_related > ul > li > a,
html.site-s-dark .post-content .crp_related > ul > li > a,
body.s-dark .entry-content .crp_related > ul > li > a,
body.s-dark .post-content .crp_related > ul > li > a,
body.site-s-dark .entry-content .crp_related > ul > li > a,
body.site-s-dark .post-content .crp_related > ul > li > a{
  background: transparent !important;
  color: var(--mcf-title) !important;
}
html.s-dark .entry-content .crp_related .crp_title,
html.s-dark .post-content .crp_related .crp_title,
html.site-s-dark .entry-content .crp_related .crp_title,
html.site-s-dark .post-content .crp_related .crp_title,
body.s-dark .entry-content .crp_related .crp_title,
body.s-dark .post-content .crp_related .crp_title,
body.site-s-dark .entry-content .crp_related .crp_title,
body.site-s-dark .post-content .crp_related .crp_title{
  background: transparent !important;
  color: var(--mcf-title) !important;
}

@media (min-width: 601px) and (max-width: 900px) {.entry-content .crp_related > ul,
.post-content .crp_related > ul,
.entry-content .crp_related.crp-grid > ul,
.post-content .crp_related.crp-grid > ul,
.entry-content .crp_related.crp-thumbs-grid > ul,
.post-content .crp_related.crp-thumbs-grid > ul{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

}

@media (max-width: 600px) {.entry-content .crp_related,
.post-content .crp_related{
    margin: 24px 0 20px !important;
  }
.entry-content .crp_related > h2,
.entry-content .crp_related > h3,
.entry-content .crp_related > h4,
.post-content .crp_related > h2,
.post-content .crp_related > h3,
.post-content .crp_related > h4{
    margin-bottom: 10px !important;
    padding-bottom: 9px !important;
    font-size: 18px !important;
  }
.entry-content .crp_related > h2.titreh2,
.entry-content .crp_related > h3.titreh2,
.entry-content .crp_related > h4.titreh2,
.post-content .crp_related > h2.titreh2,
.post-content .crp_related > h3.titreh2,
.post-content .crp_related > h4.titreh2{
    padding-left: 34px !important;
  }
.entry-content .crp_related > h2.titreh2::before,
.entry-content .crp_related > h3.titreh2::before,
.entry-content .crp_related > h4.titreh2::before,
.post-content .crp_related > h2.titreh2::before,
.post-content .crp_related > h3.titreh2::before,
.post-content .crp_related > h4.titreh2::before{
    width: 24px !important;
    height: 24px !important;
    top: calc(50% - 4px) !important;
  }
.entry-content .crp_related > h2 img,
.entry-content .crp_related > h3 img,
.entry-content .crp_related > h4 img,
.post-content .crp_related > h2 img,
.post-content .crp_related > h3 img,
.post-content .crp_related > h4 img{
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    margin-right: 8px !important;
  }
.entry-content .crp_related > ul,
.post-content .crp_related > ul,
.entry-content .crp_related.crp-grid > ul,
.post-content .crp_related.crp-grid > ul,
.entry-content .crp_related.crp-thumbs-grid > ul,
.post-content .crp_related.crp-thumbs-grid > ul{
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }
.entry-content .crp_related > ul > li > a,
.entry-content .crp_related .crp_link,
.post-content .crp_related > ul > li > a,
.post-content .crp_related .crp_link{
    grid-template-columns: 104px minmax(0, 1fr) !important;
    grid-template-rows: minmax(78px, auto) !important;
    align-items: stretch !important;
  }
.entry-content .crp_related > ul > li > a > figure,
.entry-content .crp_related .crp_link > figure,
.post-content .crp_related > ul > li > a > figure,
.post-content .crp_related .crp_link > figure{
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 104px !important;
    height: 78px !important;
    min-width: 104px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-right: 1px solid var(--mcf-block-edge) !important;
    border-bottom: 0 !important;
  }
.entry-content .crp_related .crp_thumb,
.entry-content .crp_related > ul > li > a > figure > img,
.post-content .crp_related .crp_thumb,
.post-content .crp_related > ul > li > a > figure > img{
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
  }
.entry-content .crp_related .crp_title,
.post-content .crp_related .crp_title{
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-items: center !important;
    min-height: 78px !important;
    padding: 10px 11px 12px !important;
    font-size: 13.25px !important;
    line-height: 1.32 !important;
  }
.entry-content .crp_related .crp_excerpt,
.entry-content .crp_related .crp_author,
.entry-content .crp_related .crp_date,
.post-content .crp_related .crp_excerpt,
.post-content .crp_related .crp_author,
.post-content .crp_related .crp_date{
    display: none !important;
  }

}
.entry-content .wp-block-group.mcf-guide-article,
.post-content .wp-block-group.mcf-guide-article,
.entry-content .mcf-guide-article.wp-block-group.has-background,
.post-content .mcf-guide-article.wp-block-group.has-background{
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

.mcf-seeds-hub{
  --mcf-seeds-bg: #ffffff;
  --mcf-seeds-bg-soft: #f4f7f4;
  --mcf-seeds-border: var(--mcf-border, #d9e2d9);
  --mcf-seeds-title: var(--mcf-title, #1f1f1f);
  --mcf-seeds-text: var(--mcf-text, #444444);
  --mcf-seeds-muted: #667069;
  --mcf-seeds-green: var(--mcf-green, #14752a);
  color: var(--mcf-seeds-text);
}
.mcf-seeds-hub > p{
  margin: 0 0 15px;
  line-height: 1.7;
}
.archive-description.base-text .mcf-seeds-hub-grid,
.taxonomy-description .mcf-seeds-hub-grid,
.term-description .mcf-seeds-hub-grid,
.mcf-seeds-hub-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 12px !important;
  grid-auto-rows: 74px !important;
  margin: 18px 0 24px !important;
}
.archive-description.base-text a.mcf-seeds-hub-card,
.taxonomy-description a.mcf-seeds-hub-card,
.term-description a.mcf-seeds-hub-card,
a.mcf-seeds-hub-card{
  position: relative;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 74px !important;
  height: 74px !important;
  margin: 0 !important;
  padding: 10px 34px 10px 11px !important;
  overflow: visible !important;
  border: 1px solid var(--mcf-seeds-border) !important;
  border-radius: 4px !important;
  background: var(--mcf-seeds-bg) !important;
  color: var(--mcf-seeds-text) !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: border-color .18s ease, background-color .18s ease;
}
.mcf-seeds-hub-card::after{
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b988d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.archive-description.base-text a.mcf-seeds-hub-card:hover,
.taxonomy-description a.mcf-seeds-hub-card:hover,
.term-description a.mcf-seeds-hub-card:hover,
a.mcf-seeds-hub-card:hover{
  border-color: var(--mcf-seeds-green) !important;
  background: var(--mcf-seeds-bg) !important;
  text-decoration: none !important;
}
.mcf-seeds-hub-card:hover::after{
  color: var(--mcf-seeds-green);
}
.mcf-seeds-hub-icon{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 30px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dce5dd;
  border-radius: 3px;
  background: var(--mcf-seeds-bg-soft);
  font-size: 15px !important;
  line-height: 1 !important;
}
.mcf-seeds-hub-content{
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.25 !important;
}
.mcf-seeds-hub-content strong{
  display: block !important;
  margin: 0 !important;
  color: var(--mcf-seeds-green) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
.mcf-seeds-hub-content > span{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--mcf-seeds-muted) !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}
.mcf-seeds-hub > h2,
.category-description .mcf-seeds-hub > h2,
.archive-description .mcf-seeds-hub > h2{
  position: relative;
  margin: 28px 0 16px;
  padding-left: 40px;
  color: var(--mcf-seeds-title);
  line-height: 1.25;
  text-decoration-line: underline;
  text-decoration-color: rgba(4,105,2,.9);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  text-decoration-skip-ink: none;
}
.mcf-seeds-hub > h2::before,
.category-description .mcf-seeds-hub > h2::before,
.archive-description .mcf-seeds-hub > h2::before{
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 30px; height: 30px;
  background: url("https://www.minecraft-france.fr/wp-content/uploads/2023/03/icone-categorie-h2-minecraft.png") center / contain no-repeat;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.25));
  transform: translateY(-50%) rotate(-3deg);
}
html.s-dark .mcf-seeds-hub,
html.site-s-dark .mcf-seeds-hub,
body.s-dark .mcf-seeds-hub,
body.site-s-dark .mcf-seeds-hub{
  --mcf-seeds-bg: #101b2d;
  --mcf-seeds-bg-soft: #17243a;
  --mcf-seeds-border: #263a56;
  --mcf-seeds-title: #eaf2ff;
  --mcf-seeds-text: #d8e1ec;
  --mcf-seeds-muted: #b9c5d3;
  --mcf-seeds-green: #72c985;
}
html.s-dark a.mcf-seeds-hub-card:hover,
html.site-s-dark a.mcf-seeds-hub-card:hover,
body.s-dark a.mcf-seeds-hub-card:hover,
body.site-s-dark a.mcf-seeds-hub-card:hover{
  border-color: var(--mcf-seeds-green) !important;
  background: var(--mcf-seeds-bg) !important;
}
html.s-dark .mcf-seeds-hub-icon,
html.site-s-dark .mcf-seeds-hub-icon,
body.s-dark .mcf-seeds-hub-icon,
body.site-s-dark .mcf-seeds-hub-icon{
  border-color: #2b405e;
}

@media (max-width: 700px) {.archive-description.base-text .mcf-seeds-hub-grid,
.taxonomy-description .mcf-seeds-hub-grid,
.term-description .mcf-seeds-hub-grid,
.mcf-seeds-hub-grid{
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 8px !important;
    margin: 16px 0 22px !important;
  }
.archive-description.base-text a.mcf-seeds-hub-card,
.taxonomy-description a.mcf-seeds-hub-card,
.term-description a.mcf-seeds-hub-card,
a.mcf-seeds-hub-card{
    min-height: 62px !important;
    height: auto !important;
    padding: 9px 32px 9px 10px !important;
  }
.mcf-seeds-hub-icon{
    flex-basis: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    font-size: 14px !important;
  }

}

.mcf-seeds-hub .mcf-seeds-version-nav{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 18px;
  padding: 0;
}
.mcf-seeds-hub .mcf-seeds-version-label{
  margin-right: 3px;
  color: var(--mcf-seeds-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.archive-description.base-text .mcf-seeds-hub a.mcf-seeds-version-link,
.taxonomy-description .mcf-seeds-hub a.mcf-seeds-version-link,
.term-description .mcf-seeds-hub a.mcf-seeds-version-link,
.mcf-seeds-hub a.mcf-seeds-version-link{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 5px 9px !important;
  border: 1px solid var(--mcf-seeds-border) !important;
  border-radius: 3px !important;
  background: var(--mcf-seeds-bg) !important;
  color: var(--mcf-seeds-text) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.archive-description.base-text .mcf-seeds-hub a.mcf-seeds-version-link:hover,
.taxonomy-description .mcf-seeds-hub a.mcf-seeds-version-link:hover,
.term-description .mcf-seeds-hub a.mcf-seeds-version-link:hover,
.mcf-seeds-hub a.mcf-seeds-version-link:hover{
  border-color: var(--mcf-seeds-green) !important;
  color: var(--mcf-seeds-green) !important;
}
.archive-description.base-text .mcf-seeds-hub a.mcf-seeds-version-link.is-current,
.taxonomy-description .mcf-seeds-hub a.mcf-seeds-version-link.is-current,
.term-description .mcf-seeds-hub a.mcf-seeds-version-link.is-current,
.mcf-seeds-hub a.mcf-seeds-version-link.is-current{
  border-color: var(--mcf-seeds-green) !important;
  background: var(--mcf-seeds-green) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 700px) {.mcf-seeds-hub .mcf-seeds-version-nav{
    gap: 6px;
    margin: 14px 0 16px;
  }

}

.mcf-seeds-hub .mcf-seeds-version-nav{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.mcf-seeds-hub .mcf-seeds-version-label{
  flex: 0 0 auto !important;
  margin: 0 !important;
}
.mcf-seeds-hub .mcf-seeds-version-list{
  display: flex !important;
  flex: 1 1 auto !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  min-width: 0 !important;
}
.mcf-seeds-hub .mcf-seeds-version-list > p{
  display: contents !important;
  margin: 0 !important;
}
.mcf-seeds-hub .mcf-seeds-version-list > br{
  display: none !important;
}
.mcf-seeds-hub .mcf-seeds-version-list a.mcf-seeds-version-link{
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}

@media (max-width: 560px) {.mcf-seeds-hub .mcf-seeds-version-nav{
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
.mcf-seeds-hub .mcf-seeds-version-list{
    width: 100% !important;
  }

}
