/* Sertifier editorial article template V2. Global eligible long-form scope. */
body.single-post.sertifier-editorial-v2 {
  --sev2-ink: #122c26;
  --sev2-muted: #60736c;
  --sev2-line: #dfe9e5;
  --sev2-soft: #f4faf7;
  --sev2-green: #08765e;
}

body.single-post.sertifier-editorial-v2 #main-content-row {
  display: block;
}

body.single-post.sertifier-editorial-v2 .main-content {
  float: none;
  width: 100%;
}

body.single-post.sertifier-editorial-v2 #main-content-row > aside.sidebar {
  display: none;
}

body.single-post.sertifier-editorial-v2 article#the-post {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  column-gap: 56px;
  align-items: center;
  width: 100%;
  padding: 48px 48px 58px;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(18, 44, 38, .055);
}

body.single-post.sertifier-editorial-v2 #the-post > .entry-header-outer {
  grid-column: 1;
  align-self: center;
  width: auto;
  padding: 0;
  border: 0;
}

body.single-post.sertifier-editorial-v2 #the-post > .featured-area {
  grid-column: 2;
  align-self: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--sev2-line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(18, 44, 38, .09);
}

body.single-post.sertifier-editorial-v2 #the-post > .featured-area img {
  display: block;
  width: 100%;
  height: auto;
}

body.single-post.sertifier-editorial-v2 #the-post > .featured-area .single-caption-text {
  display: none;
}

body.single-post.sertifier-editorial-v2 #the-post > .entry-content,
body.single-post.sertifier-editorial-v2 #the-post > #post-extra-info,
body.single-post.sertifier-editorial-v2 #the-post > .clearfix {
  grid-column: 1 / -1;
}

body.single-post.sertifier-editorial-v2 #breadcrumb {
  margin: 0 0 18px;
  color: var(--sev2-muted);
  font-size: 12px;
  line-height: 18px;
}

body.single-post.sertifier-editorial-v2 .entry-header .post-cat {
  margin-bottom: 14px;
  padding: 0;
  background: transparent !important;
  color: var(--sev2-green) !important;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.single-post.sertifier-editorial-v2 .entry-header .post-title {
  max-width: 610px;
  margin: 0 0 22px;
  color: var(--sev2-ink);
  font-size: clamp(40px, 3.2vw, 46px) !important;
  font-weight: 760;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
}

body.single-post.sertifier-editorial-v2 .single-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  align-items: center;
  color: var(--sev2-muted);
  font-size: 13px;
  line-height: 20px;
}

body.single-post.sertifier-editorial-v2 .single-post-meta .tie-alignright {
  float: none;
  margin: 0;
}

body.single-post.sertifier-editorial-v2 .sertifier-review-meta {
  max-width: 610px !important;
  margin: 12px 0 0 !important;
  color: var(--sev2-muted) !important;
  font-size: 12.5px !important;
  line-height: 19px !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-review-meta em {
  font-style: normal;
}

body.single-post.sertifier-editorial-v2 .sertifier-review-meta.sertifier-factcheck-meta {
  display: flex;
  gap: 8px;
  align-items: center;
}

body.single-post.sertifier-editorial-v2 .sertifier-review-meta.sertifier-factcheck-meta > span {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13a56d;
  box-shadow: 0 0 0 4px #e4f6ee;
}

body.single-post.sertifier-editorial-v2 #the-post > .entry-content {
  display: grid;
  grid-template-columns: 170px minmax(0, 620px) 210px;
  gap: 32px;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin-top: 64px;
  padding: 0;
}

body.single-post.sertifier-editorial-v2 #the-post > .entry-content::before,
body.single-post.sertifier-editorial-v2 #the-post > .entry-content::after {
  display: none;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__rail {
  position: sticky;
  top: 92px;
  grid-column: 1;
  min-width: 0;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc {
  padding: 17px 15px 15px;
  border: 1px solid var(--sev2-line);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfa 100%);
  box-shadow: 0 8px 28px rgba(18, 44, 38, .045);
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc summary {
  pointer-events: none;
  list-style: none;
  color: var(--sev2-ink);
  font-size: 13px;
  font-weight: 780;
  line-height: 20px;
  letter-spacing: .015em;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc summary::-webkit-details-marker {
  display: none;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc ol {
  max-height: calc(100vh - 240px);
  margin: 14px 0 0;
  padding: 0;
  overflow: auto;
  counter-reset: sev2-toc;
  list-style: none;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc li {
  counter-increment: sev2-toc;
  margin: 0;
  font-size: 12.5px;
  line-height: 17px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc a {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 6px;
  margin: 0 -7px;
  padding: 7px;
  border-radius: 8px;
  color: var(--sev2-muted) !important;
  text-decoration: none !important;
  transition: color .15s ease, background .15s ease;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc a::before {
  content: counter(sev2-toc, decimal-leading-zero);
  color: #91a39c;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .04em;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc a:hover,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc a:focus-visible,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc a.is-active {
  background: #eef8f4;
  color: var(--sev2-green) !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc a.is-active::before {
  color: var(--sev2-green);
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__rail-share {
  margin-top: 16px;
  padding: 0 5px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__rail-share > p {
  margin: 0 0 10px;
  color: var(--sev2-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--sev2-line);
  border-radius: 9px;
  background: #fff;
  color: var(--sev2-ink) !important;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__icon-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__icon-link:hover,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__icon-link:focus-visible,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__icon-link.is-copied {
  border-color: #9ccfbe;
  background: var(--sev2-soft);
  color: var(--sev2-green) !important;
  outline: none;
  transform: translateY(-1px);
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__prose {
  grid-column: 2;
  min-width: 0;
  width: 100%;
  color: var(--sev2-ink);
  font-size: 18px;
  line-height: 1.68;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__commerce {
  position: sticky;
  top: 92px;
  grid-column: 3;
  display: grid;
  gap: 14px;
  min-width: 0;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-card,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--sev2-line);
  border-radius: 15px;
  background: #fff;
  color: var(--sev2-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 34px rgba(18, 44, 38, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-card:hover,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-card:focus-visible,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card:hover,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card:focus-visible {
  border-color: #a9d2c4;
  outline: 0;
  box-shadow: 0 14px 38px rgba(18, 44, 38, .1);
  transform: translateY(-2px);
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-media {
  position: relative;
  display: block;
  height: 112px;
  overflow: hidden;
  border-bottom: 1px solid var(--sev2-line);
  background: #f4f7f6;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 28%;
  transition: transform .25s ease;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-card:hover .sertifier-editorial-v2__product-media img {
  transform: scale(1.025);
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-kicker,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-card > strong,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-copy,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-action {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-kicker {
  margin-top: 15px;
  color: var(--sev2-green);
  font-size: 10.5px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-card > strong {
  margin-top: 7px;
  font-size: 16px;
  line-height: 21px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-copy {
  margin-top: 7px;
  color: var(--sev2-muted);
  font-size: 12.5px;
  line-height: 18px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-action {
  margin-top: 13px;
  margin-bottom: 16px;
  color: var(--sev2-green);
  font-size: 12.5px;
  font-weight: 760;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card {
  padding: 16px;
  background: var(--sev2-ink);
  color: #fff !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .11);
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-mark svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card strong,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card small,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-action {
  display: block;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card strong {
  font-size: 15px;
  line-height: 20px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card small {
  margin-top: 7px;
  color: #b9cbc5;
  font-size: 12px;
  line-height: 17px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-action {
  margin-top: 13px;
  color: #8be1c0;
  font-size: 12px;
  font-weight: 750;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__prose > p {
  margin-bottom: 24px;
  font-size: 18px !important;
  line-height: 1.68 !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__prose > h2 {
  scroll-margin-top: 110px;
  margin: 54px 0 18px !important;
  color: var(--sev2-ink);
  font-size: 31px !important;
  line-height: 1.24 !important;
  letter-spacing: -.022em;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__prose > h3 {
  margin: 34px 0 12px !important;
  color: var(--sev2-ink);
  font-size: 22px !important;
  line-height: 1.34 !important;
  letter-spacing: -.012em;
}

body.single-post.sertifier-editorial-v2 .table-is-responsive {
  margin: 28px 0 38px !important;
  border: 1px solid var(--sev2-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 44, 38, .045);
}

body.single-post.sertifier-editorial-v2 .table-is-responsive table {
  margin: 0 !important;
  border: 0 !important;
  font-size: 14px;
  line-height: 20px;
}

body.single-post.sertifier-editorial-v2 .table-is-responsive th {
  padding: 14px 16px !important;
  border-color: var(--sev2-line) !important;
  background: #f2f8f5 !important;
  color: var(--sev2-ink);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .025em;
  text-transform: uppercase;
}

body.single-post.sertifier-editorial-v2 .table-is-responsive td {
  padding: 14px 16px !important;
  border-color: var(--sev2-line) !important;
  color: #38544d;
  vertical-align: top;
}

body.single-post.sertifier-editorial-v2 .table-is-responsive tbody tr:hover td {
  background: #f8fbfa;
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 38px 0 !important;
  padding: 30px !important;
  border: 1px solid #c9e2d8;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #edf9f4 0%, #f8fcfa 68%, #e2f4ec 100%) !important;
  box-shadow: 0 16px 42px rgba(18, 44, 38, .065);
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta::after {
  position: absolute;
  z-index: -1;
  top: -72px;
  right: -58px;
  width: 190px;
  height: 190px;
  border: 26px solid rgba(8, 118, 94, .07);
  border-radius: 50%;
  content: "";
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta h3 {
  margin: 0 0 10px !important;
  font-size: 24px !important;
  line-height: 31px !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta p {
  max-width: 470px;
  margin-bottom: 20px;
  color: #425f57;
  font-size: 16px;
  line-height: 25px;
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta .wp-block-button {
  margin: 0;
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta .wp-block-button__link {
  min-height: 42px;
  padding: 11px 16px !important;
  border: 1px solid var(--sev2-green) !important;
  border-radius: 10px !important;
  background: var(--sev2-green) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 18px;
  text-decoration: none !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta .is-style-outline .wp-block-button__link {
  background: #fff !important;
  color: var(--sev2-green) !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta .wp-block-button__link:hover,
body.single-post.sertifier-editorial-v2 .sertifier-workflow-cta .wp-block-button__link:focus-visible {
  border-color: #095f50 !important;
  background: #095f50 !important;
  color: #fff !important;
  outline: 0;
}

body.single-post.sertifier-editorial-v2 .sertifier-reader-tools--research,
body.single-post.sertifier-editorial-v2 .sertifier-content-tools--research {
  margin: 0 0 34px !important;
  padding: 0 0 24px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--sev2-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-reader-tools__label,
body.single-post.sertifier-editorial-v2 .sertifier-content-tools__label {
  margin: 0 0 11px !important;
  color: var(--sev2-muted) !important;
  font-size: 13px !important;
  line-height: 18px !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-reader-tools__item,
body.single-post.sertifier-editorial-v2 .sertifier-content-tools__item {
  min-height: 36px !important;
  padding: 7px 11px !important;
  border-color: var(--sev2-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
  font-size: 13px !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__end-share {
  margin-top: 52px !important;
}

body.single-post.sertifier-editorial-v2 #post-extra-info {
  width: 680px;
  max-width: 100%;
  margin: 56px auto 0;
}

@media (max-width: 1080px) {
  body.single-post.sertifier-editorial-v2 article#the-post {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr);
    column-gap: 40px;
    padding: 40px;
  }

  body.single-post.sertifier-editorial-v2 #the-post > .entry-content {
    grid-template-columns: 180px minmax(0, 650px);
    gap: 38px;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__commerce {
    position: static;
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    margin-top: 8px;
  }
}

@media (max-width: 900px) {
  body.single-post.sertifier-editorial-v2 article#the-post {
    display: block;
    padding: 34px;
  }

  body.single-post.sertifier-editorial-v2 #the-post > .featured-area {
    margin-top: 30px;
  }

  body.single-post.sertifier-editorial-v2 #the-post > .entry-content {
    grid-template-columns: 175px minmax(0, 1fr);
    gap: 32px;
    margin-top: 46px;
  }
}

@media (max-width: 700px) {
  body.single-post.sertifier-editorial-v2 #content.site-content {
    padding-right: 0;
    padding-left: 0;
  }

  body.single-post.sertifier-editorial-v2 article#the-post {
    padding: 24px 20px 38px;
    border-radius: 0;
    box-shadow: none;
  }

  body.single-post.sertifier-editorial-v2 .entry-header .post-title {
    font-size: 36px !important;
    line-height: 1.11 !important;
  }

  body.single-post.sertifier-editorial-v2 #the-post > .featured-area {
    margin-top: 26px;
    border-radius: 13px;
  }

  body.single-post.sertifier-editorial-v2 #the-post > .entry-content {
    display: block;
    margin-top: 34px;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__rail {
    position: static;
    margin: 0 0 28px;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc {
    padding: 13px 15px;
    border: 1px solid var(--sev2-line);
    border-radius: 11px;
    background: #fff;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc summary {
    pointer-events: auto;
    cursor: pointer;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc summary::after {
    float: right;
    content: "+";
    color: var(--sev2-green);
    font-size: 20px;
    font-weight: 500;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc[open] summary::after {
    content: "−";
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__toc ol {
    max-height: none;
    margin-top: 13px;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__rail-share {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__commerce {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__product-media {
    height: 170px;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__rail-share > p {
    margin: 0;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__prose > p {
    font-size: 17px !important;
    line-height: 1.64 !important;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__prose > h2 {
    margin-top: 44px !important;
    font-size: 28px !important;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__prose > h3 {
    font-size: 21px !important;
  }
}

/* Canary shell alignment with the primary Sertifier site. */
body.single-post.sertifier-editorial-v2 #tie-container {
  overflow: visible !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__rail,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__commerce {
  align-self: start;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__demo-card strong {
  color: #fff !important;
}

body.single-post.sertifier-editorial-v2 #theme-header {
  background: #f8f8f7 !important;
  box-shadow: none !important;
}

body.single-post.sertifier-editorial-v2 #theme-header .main-nav-wrapper,
body.single-post.sertifier-editorial-v2 #theme-header #main-nav {
  height: 78px !important;
}

body.single-post.sertifier-editorial-v2 #theme-header #main-nav {
  border: 0 !important;
  border-bottom: 1px solid #e8e8e5 !important;
  background: #f8f8f7 !important;
  box-shadow: none !important;
  line-height: 78px !important;
}

body.single-post.sertifier-editorial-v2 #theme-header #main-nav-menu > .menu > li > a {
  color: #111 !important;
  font-size: 15px;
  font-weight: 600;
}

body.single-post.sertifier-editorial-v2 #theme-header #main-nav-menu > .menu > li > a:hover,
body.single-post.sertifier-editorial-v2 #theme-header #main-nav-menu > .menu > li > a:focus-visible {
  color: var(--sev2-green) !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 17px 0 17px 18px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--sev2-green);
  color: #fff !important;
  font-size: 15px;
  font-weight: 650;
  line-height: 44px;
  text-decoration: none !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__header-cta:hover,
body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__header-cta:focus-visible {
  background: #08755e;
  color: #fff !important;
}

body.single-post.sertifier-editorial-v2 .about-author {
  display: grid;
  position: relative;
  max-width: 900px;
  grid-template-columns: 112px minmax(0, 1fr);
  column-gap: 28px;
  margin: 54px auto 0 !important;
  padding: 26px 30px !important;
  border: 1px solid var(--sev2-line) !important;
  border-radius: 20px !important;
  background: #f8f8f7 !important;
  box-shadow: none !important;
  overflow: visible;
}

body.single-post.sertifier-editorial-v2 .about-author::before {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  align-self: start;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 14px;
  border: 1px solid #d8e7e1;
  border-radius: 15px;
  background: #fff;
  color: var(--sev2-green);
  content: "Written by";
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 16px;
  text-transform: uppercase;
}

body.single-post.sertifier-editorial-v2 .about-author .author-info {
  grid-column: 2;
  grid-row: 1;
  padding: 0 !important;
  overflow: visible;
}

body.single-post.sertifier-editorial-v2 .about-author .author-name {
  margin: 0 0 10px !important;
  font-size: 23px !important;
  line-height: 30px !important;
}

body.single-post.sertifier-editorial-v2 .about-author .author-name a {
  color: var(--sev2-ink) !important;
  text-decoration: none !important;
}

body.single-post.sertifier-editorial-v2 .about-author .author-bio {
  max-width: 660px;
  color: #4f625c;
  font-size: 15px;
  line-height: 24px;
}

body.single-post.sertifier-editorial-v2 .about-author .social-icons {
  margin-top: 18px;
}

body.single-post.sertifier-editorial-v2 .about-author .social-link {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce5e1;
  border-radius: 50%;
  background: #fff;
  color: var(--sev2-green) !important;
}

body.single-post.sertifier-editorial-v2 #related-posts {
  max-width: 1182px;
  margin: 26px auto 0 !important;
  padding: 46px 0 52px !important;
  border: 0 !important;
  border-top: 1px solid var(--sev2-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-post.sertifier-editorial-v2 #related-posts .mag-box-title {
  margin: 0 0 24px !important;
  border: 0 !important;
}

body.single-post.sertifier-editorial-v2 #related-posts .mag-box-title::before,
body.single-post.sertifier-editorial-v2 #related-posts .mag-box-title::after {
  display: none !important;
}

body.single-post.sertifier-editorial-v2 #related-posts .mag-box-title h3 {
  color: var(--sev2-ink);
  font-size: 28px !important;
  font-weight: 720;
  letter-spacing: -.02em;
  line-height: 35px !important;
}

body.single-post.sertifier-editorial-v2 #related-posts .related-posts-list {
  display: grid;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 !important;
}

body.single-post.sertifier-editorial-v2 #related-posts .related-item {
  display: grid !important;
  width: auto !important;
  min-height: 132px;
  grid-template-columns: 124px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: 17px;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid var(--sev2-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 44, 38, .045);
  overflow: hidden;
}

body.single-post.sertifier-editorial-v2 #related-posts .post-thumb {
  display: block;
  width: 124px !important;
  height: 110px !important;
  grid-column: 1;
  grid-row: 1 / 3;
  margin: 0 !important;
  border-radius: 12px;
  aspect-ratio: auto;
  float: none !important;
  overflow: hidden;
}

body.single-post.sertifier-editorial-v2 #related-posts .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

body.single-post.sertifier-editorial-v2 #related-posts .related-item:hover .post-thumb img {
  transform: scale(1.025);
}

body.single-post.sertifier-editorial-v2 #related-posts .post-title,
body.single-post.sertifier-editorial-v2 #related-posts .post-meta {
  width: auto !important;
  padding: 0;
}

body.single-post.sertifier-editorial-v2 #related-posts .post-title {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 12px !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

body.single-post.sertifier-editorial-v2 #related-posts .post-title a {
  color: var(--sev2-ink) !important;
}

body.single-post.sertifier-editorial-v2 #related-posts .post-meta {
  grid-column: 2;
  grid-row: 2;
  color: #71817c;
  font-size: 12px;
}

body.single-post.sertifier-editorial-v2 #comments {
  max-width: 760px;
  margin: 0 auto 64px !important;
}

body.single-post.sertifier-editorial-v2 #add-comment-block {
  padding: 24px 26px !important;
  border: 1px solid var(--sev2-line) !important;
  border-radius: 20px !important;
  background: #f8f8f7 !important;
  box-shadow: none !important;
}

body.single-post.sertifier-editorial-v2 #reply-title {
  margin: 0 0 8px !important;
  border: 0 !important;
  color: var(--sev2-ink);
  font-size: 22px !important;
  font-weight: 720;
  letter-spacing: -.02em;
  line-height: 29px !important;
}

body.single-post.sertifier-editorial-v2 #reply-title::before,
body.single-post.sertifier-editorial-v2 #reply-title::after {
  display: none !important;
}

body.single-post.sertifier-editorial-v2 #commentform label {
  color: #334a43;
  font-size: 13px;
  font-weight: 650;
}

body.single-post.sertifier-editorial-v2 #commentform input[type="text"],
body.single-post.sertifier-editorial-v2 #commentform input[type="email"],
body.single-post.sertifier-editorial-v2 #commentform input[type="url"],
body.single-post.sertifier-editorial-v2 #commentform textarea {
  width: 100%;
  border: 1px solid #d9e2de !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.single-post.sertifier-editorial-v2 #commentform textarea {
  height: 92px !important;
  min-height: 92px;
  max-height: 160px;
  padding: 12px 14px;
  resize: vertical;
}

body.single-post.sertifier-editorial-v2 #commentform .logged-in-as,
body.single-post.sertifier-editorial-v2 #commentform .comment-form-comment,
body.single-post.sertifier-editorial-v2 #commentform .form-submit {
  margin-bottom: 10px !important;
}

body.single-post.sertifier-editorial-v2 #commentform .form-submit {
  margin-top: 12px !important;
}

body.single-post.sertifier-editorial-v2 #commentform input:focus,
body.single-post.sertifier-editorial-v2 #commentform textarea:focus {
  border-color: var(--sev2-green) !important;
  outline: 3px solid rgba(0, 163, 86, .12);
}

body.single-post.sertifier-editorial-v2 #commentform .submit {
  min-height: 44px;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--sev2-green) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 650;
}

body.single-post.sertifier-editorial-v2 #footer {
  border: 0 !important;
  background: #111 !important;
  color: #b9c3bf !important;
}

body.single-post.sertifier-editorial-v2 #footer-widgets-container {
  padding: 44px 0 36px !important;
  background: #111 !important;
}

body.single-post.sertifier-editorial-v2 #footer .container-wrapper,
body.single-post.sertifier-editorial-v2 #footer .widget {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-post.sertifier-editorial-v2 #footer .fot-img {
  box-sizing: content-box;
  width: 154px !important;
  height: auto !important;
  padding: 9px 13px;
  border-radius: 11px;
  background: #fff;
  filter: none;
}

body.single-post.sertifier-editorial-v2 #footer .fot-soz {
  max-width: 270px;
  margin-top: 22px;
  color: #d3dcd8 !important;
  font-size: 14px;
  line-height: 22px;
}

body.single-post.sertifier-editorial-v2 #footer .footer-widget-area {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

body.single-post.sertifier-editorial-v2 #footer #text-4 .textwidget > p {
  margin: 0 !important;
}

body.single-post.sertifier-editorial-v2 #footer #text-4 .textwidget > p:nth-child(2) {
  display: none;
}

body.single-post.sertifier-editorial-v2 #footer .footer-widget-area > .tie-row {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(260px, 1.35fr) minmax(150px, .7fr) minmax(150px, .7fr);
  gap: 54px;
  margin: 0 !important;
}

body.single-post.sertifier-editorial-v2 #footer .footer-widget-area .tie-col-md-3 {
  width: auto !important;
  padding: 0 !important;
  float: none !important;
}

body.single-post.sertifier-editorial-v2 #footer #custom_html-3 {
  display: none !important;
}

body.single-post.sertifier-editorial-v2 #footer .widget-title {
  margin-bottom: 18px !important;
  border: 0 !important;
}

body.single-post.sertifier-editorial-v2 #footer .widget-title::before,
body.single-post.sertifier-editorial-v2 #footer .widget-title::after {
  display: none !important;
}

body.single-post.sertifier-editorial-v2 #footer .the-subtitle {
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.single-post.sertifier-editorial-v2 #footer a {
  color: #eef3f1 !important;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none !important;
}

body.single-post.sertifier-editorial-v2 #footer .widget a,
body.single-post.sertifier-editorial-v2 #footer .textwidget a,
body.single-post.sertifier-editorial-v2 #footer #site-info a {
  color: #eef3f1 !important;
}

body.single-post.sertifier-editorial-v2 #footer a:hover,
body.single-post.sertifier-editorial-v2 #footer a:focus-visible {
  color: #77e0b8 !important;
}

body.single-post.sertifier-editorial-v2 #site-info {
  padding: 19px 0 !important;
  border-top: 1px solid #2a302e !important;
  background: #111 !important;
  color: #9ea9a5 !important;
}

body.single-post.sertifier-editorial-v2 #site-info .tie-col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.single-post.sertifier-editorial-v2 #site-info .copyright-text,
body.single-post.sertifier-editorial-v2 #site-info .footer-menu {
  margin: 0 !important;
  float: none !important;
}

body.single-post.sertifier-editorial-v2 #site-info .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
}

body.single-post.sertifier-editorial-v2 #site-info .footer-menu li {
  margin: 0 !important;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-cta {
  display: flex;
  width: min(1040px, calc(100% - 40px));
  min-height: 126px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 auto;
  padding: 28px 32px;
  border: 1px solid #2d3935;
  border-radius: 20px;
  background: #18231f;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-cta > div:first-child {
  display: grid;
  gap: 7px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-cta strong {
  color: #fff !important;
  font-size: 22px;
  font-weight: 680;
  letter-spacing: -.015em;
  line-height: 29px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-cta span {
  color: #b9c5c0;
  font-size: 14px;
  line-height: 22px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #3e4c47;
  border-radius: 999px;
  background: transparent;
  color: #fff !important;
  font-size: 14px;
  font-weight: 650;
}

body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-actions a:first-child {
  border-color: var(--sev2-green);
  background: var(--sev2-green);
}

@media (max-width: 1080px) {
  body.single-post.sertifier-editorial-v2 #related-posts .related-posts-list {
    grid-template-columns: 1fr;
  }

  body.single-post.sertifier-editorial-v2 #footer .footer-widget-area > .tie-row {
    grid-template-columns: 1.2fr .7fr .7fr;
    gap: 30px;
  }
}

@media (max-width: 700px) {
  body.single-post.sertifier-editorial-v2 #tie-container {
    overflow: hidden !important;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__header-cta {
    display: none;
  }

  body.single-post.sertifier-editorial-v2 .about-author,
  body.single-post.sertifier-editorial-v2 #add-comment-block {
    display: block;
    margin-right: 16px !important;
    margin-left: 16px !important;
    padding: 26px 22px !important;
    border-radius: 16px !important;
  }

  body.single-post.sertifier-editorial-v2 #related-posts {
    padding: 42px 16px 48px !important;
  }

  body.single-post.sertifier-editorial-v2 #related-posts .related-posts-list {
    grid-template-columns: 1fr;
  }

  body.single-post.sertifier-editorial-v2 #related-posts .related-item {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  body.single-post.sertifier-editorial-v2 #related-posts .post-thumb {
    width: 104px !important;
    height: 94px !important;
  }

  body.single-post.sertifier-editorial-v2 #footer-widgets-container {
    padding: 52px 20px 38px !important;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-cta {
    display: grid;
    width: calc(100% - 32px);
    gap: 20px;
    padding: 24px;
  }

  body.single-post.sertifier-editorial-v2 .sertifier-editorial-v2__footer-actions {
    flex-wrap: wrap;
  }

  body.single-post.sertifier-editorial-v2 #footer .footer-widget-area {
    width: 100%;
  }

  body.single-post.sertifier-editorial-v2 #footer .footer-widget-area > .tie-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.single-post.sertifier-editorial-v2 #site-info .tie-col-md-12 {
    display: grid;
    justify-items: start;
  }
}
