.ih-single-page {
  --ih-single-red: #0E8F96;
  --ih-single-coral: #1FB7BD;
  --ih-single-rose: #C5E8E9;
  --ih-single-plum: #116D73;
  --ih-single-blue: #18576B;
  --ih-single-teal: #0E8F96;
  --ih-single-mint: #DDF3F4;
  --ih-single-peach: #E3F3EF;
  --ih-single-ink: #313030;
  --ih-single-muted: #5B5A58;
  --ih-single-grey: #969694;
  --ih-single-line: rgba(49, 48, 48, 0.09);
  --ih-single-soft: #F3F2F0;
  --ih-single-white: #FFFFFF;
  --ih-single-shadow: 0 14px 34px rgba(49, 48, 48, 0.06);
  background: #FFFFFF;
  color: var(--ih-single-ink);
  font-family: "Montserrat", sans-serif;
  overflow: clip;
}

.ih-blog-single-modern-template .qodef-content {
  padding-top: var(--ih-header-offset, 74px);
}

.ih-blog-single-modern-template .qodef-page-header .qodef-menu-area {
  box-shadow: none !important;
}

.ih-blog-single-modern-template .qodef-content .qodef-content-inner > .qodef-full-width,
.ih-blog-single-modern-template .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding: 0 !important;
}

.ih-single-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 4px;
  pointer-events: none;
}

.ih-single-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--ih-single-red, #CE283D);
  box-shadow: 0 0 18px rgba(206, 40, 61, 0.38);
}

.ih-single-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.ih-single-subnav {
  position: fixed;
  top: var(--ih-header-offset, 74px);
  left: 0;
  right: 0;
  z-index: 120;
  width: 100%;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0 6px 18px rgba(49, 48, 48, 0.05);
}

.ih-single-subnav-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 12px 24px;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.ih-single-subnav-inner::-webkit-scrollbar {
  display: none;
}

.ih-single-subnav-map {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: max-content;
}

.ih-single-subnav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 6px;
  background: transparent;
  color: var(--ih-single-grey);
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.ih-single-subnav-link:hover,
.ih-single-subnav-link:focus-visible,
.ih-single-subnav-link.is-active {
  background: #F3F2F0;
  color: #313030;
  box-shadow: none;
  outline: none;
}

.ih-single-subnav-placeholder {
  color: var(--ih-single-grey);
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.ih-single-hero .ih-single-shell {
  width: min(1160px, calc(100% - 88px));
}

.ih-single-page h1,
.ih-single-page h2,
.ih-single-page h3,
.ih-single-page p {
  margin-top: 0;
}

.ih-single-page h1,
.ih-single-page h2,
.ih-single-page h3 {
  color: var(--ih-single-ink);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.ih-single-page p {
  color: var(--ih-single-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.ih-single-page a {
  text-decoration: none;
}

.ih-single-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--ih-single-grey);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ih-single-hero {
  scroll-margin-top: 108px;
  padding: 74px 0 46px;
  background: #FFFFFF;
  clear: both;
}

.ih-single-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(500px, 1.12fr);
  align-items: stretch;
  gap: clamp(24px, 2vw, 36px);
  min-height: clamp(360px, 28vw, 470px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.ih-single-hero-panel::before {
  content: none;
}

.ih-single-hero-copy,
.ih-single-hero-visual,
.ih-single-hero-overview,
.ih-single-hero-insights {
  position: relative;
  z-index: 1;
}

.ih-single-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: 0;
}

.ih-single-hero-copy-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ih-single-back,
.ih-single-link,
.ih-single-button,
.ih-single-mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1;
}

.ih-single-back,
.ih-single-link {
  color: var(--ih-single-ink);
  font-size: 14px;
  transition: color 200ms ease, transform 200ms ease;
}

.ih-single-back {
  width: fit-content;
  margin-bottom: 24px;
}

.ih-single-back svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transform: rotate(180deg);
}

.ih-single-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.ih-single-back:hover,
.ih-single-link:hover {
  color: var(--ih-single-red);
}

.ih-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: var(--ih-single-grey);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ih-single-meta a,
.ih-single-meta span:first-child {
  color: var(--ih-single-red);
}

.ih-single-hero-copy h1 {
  max-width: 560px;
  margin: 14px 0 0;
  font-size: clamp(1.72rem, 2.55vw, 3rem);
  line-height: 1.04;
}

.ih-single-hero-deck {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--ih-single-muted);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.66;
}

.ih-single-hero-overview,
.ih-single-hero-insights {
  align-items: start;
}

.ih-single-hero-insights {
  display: flex;
  height: 100%;
}

.ih-single-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.ih-single-button,
.ih-single-mini-button {
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid var(--ih-single-red);
  border-radius: 8px;
  background: var(--ih-single-red);
  color: #FFFFFF;
  font-size: 14px;
  box-shadow: 0 12px 26px rgba(206, 40, 61, 0.14);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.ih-single-button:hover,
.ih-single-button:focus-visible,
.ih-single-mini-button:hover,
.ih-single-mini-button:focus-visible {
  border-color: var(--ih-single-ink);
  background: var(--ih-single-ink);
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(49, 48, 48, 0.16);
  outline: none;
}

.ih-single-overview-journey,
.ih-single-metric-grid div {
  border: 1px solid var(--ih-single-line);
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(49, 48, 48, 0.04);
}

.ih-single-overview-journey {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  min-height: 100%;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(49, 48, 48, 1) 0%, rgba(117, 40, 115, 0.92) 100%);
  color: #FFFFFF;
}

.ih-single-overview-head p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.5;
}

.ih-single-overview-head {
  flex: 0 0 auto;
}

.ih-single-overview-journey .ih-single-kicker {
  margin-bottom: 10px;
  color: #A8DE45;
}

.ih-single-overview-steps {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  flex: 1;
  min-height: 0;
  align-items: stretch;
  gap: 12px;
  margin-top: 18px;
}

.ih-single-overview-step {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.ih-single-overview-step span {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ih-single-overview-step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.4;
}

.ih-single-metric-grid {
  grid-area: metrics;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ih-single-metric-grid div {
  min-height: 84px;
  padding: 14px;
}

.ih-single-metric-grid div:nth-child(2) {
  background: linear-gradient(135deg, rgba(243, 242, 240, 1) 0%, rgba(240, 169, 183, 0.18) 100%);
}

.ih-single-metric-grid div:nth-child(3) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(164, 210, 212, 0.24) 100%);
}

.ih-single-metric-grid div:nth-child(4) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(246, 202, 162, 0.2) 100%);
}

.ih-single-metric-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--ih-single-grey);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ih-single-metric-grid strong {
  display: block;
  color: var(--ih-single-ink);
  font-size: 0.98rem;
  line-height: 1.3;
}

.ih-single-body-section {
  scroll-margin-top: 108px;
  padding: 66px 0;
  background: var(--ih-single-soft);
}

.ih-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.ih-single-rail {
  position: sticky;
  top: calc(var(--ih-header-offset, 74px) + 72px);
  display: grid;
  gap: 16px;
}

.ih-single-rail-card,
.ih-single-content-wrap,
.ih-single-related-card,
.ih-single-comments .ih-single-shell > div {
  border: 1px solid var(--ih-single-line);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(49, 48, 48, 0.04);
}

.ih-single-rail-card {
  padding: 22px;
}

.ih-single-content-wrap--full {
  width: 100%;
  max-width: 100%;
}

.ih-single-toc {
  display: grid;
  gap: 8px;
}

.ih-single-toc a,
.ih-single-toc span {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--ih-single-muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.ih-single-toc a {
  background: var(--ih-single-soft);
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.ih-single-toc a:hover,
.ih-single-toc a.is-active {
  background: var(--ih-single-ink);
  color: #FFFFFF;
  transform: translateX(2px);
}

.ih-single-help-card {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(240, 169, 183, 0.18) 100%);
}

.ih-single-help-card h2 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.ih-single-help-card p {
  margin-bottom: 18px;
  font-size: 0.92rem;
  line-height: 1.62;
}

.ih-single-mini-button {
  min-height: 44px;
  width: 100%;
}

.ih-single-content-wrap {
  overflow: hidden;
}

.ih-single-content-wrap[data-single-reveal] {
  opacity: 1;
  transform: none;
}

.ih-single-content-intro {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid var(--ih-single-line);
  background: #313030;
}

.ih-single-content-intro span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--ih-single-red);
  color: #FFFFFF;
}

.ih-single-content-intro svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.ih-single-content-intro p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.6;
}

.ih-single-content-body {
  counter-reset: article-section;
  padding: clamp(26px, 4vw, 54px);
}

.ih-single-content-body > *:first-child,
.ih-single-content-body .wpb_text_column > .wpb_wrapper > *:first-child {
  margin-top: 0;
}

.ih-single-content-body p,
.ih-single-content-body li,
.ih-single-content-body td,
.ih-single-content-body th {
  color: var(--ih-single-muted);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.78;
}

.ih-single-content-body p {
  margin-bottom: 22px;
}

.ih-single-content-body > p:first-of-type {
  color: var(--ih-single-ink);
  font-size: 1.08rem;
  line-height: 1.85;
}

.ih-single-content-body h2,
.ih-single-content-body h3,
.ih-single-content-body h4,
.ih-single-content-body h5 {
  clear: both;
  color: var(--ih-single-ink);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.ih-single-content-body h2 {
  counter-increment: article-section;
  position: relative;
  margin: 44px 0 22px;
  padding: 24px 26px 24px 92px;
  border: 1px solid var(--ih-single-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #FFFFFF 0%, #F3F2F0 100%);
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  line-height: 1.12;
  box-shadow: 0 10px 24px rgba(49, 48, 48, 0.04);
}

.ih-single-content-body h2::before {
  content: counter(article-section, decimal-leading-zero);
  position: absolute;
  left: 24px;
  top: 25px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--ih-single-ink);
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ih-single-content-body h3 {
  margin: 34px 0 16px;
  padding-left: 18px;
  border-left: 4px solid var(--ih-single-red);
  font-size: clamp(1.24rem, 1.8vw, 1.55rem);
  line-height: 1.22;
}

.ih-single-content-body h4 {
  margin: 28px 0 12px;
  color: var(--ih-single-red);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ih-single-content-body h5 {
  margin: 22px 0 10px;
  font-size: 1.16rem;
  line-height: 1.35;
}

.ih-single-content-body p:empty {
  display: none;
}

.ih-single-content-body a {
  color: var(--ih-single-red);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ih-single-content-body strong {
  color: var(--ih-single-ink);
}

.ih-single-content-body ul,
.ih-single-content-body ol {
  display: grid;
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.ih-single-content-body li {
  position: relative;
  margin: 0;
  padding: 16px 18px 16px 46px;
  border: 1px solid var(--ih-single-line);
  border-radius: 8px;
  background: #FFFFFF;
}

.ih-single-content-body li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 1.36em;
  width: 9px;
  height: 9px;
  border: 2px solid var(--ih-single-red);
  border-radius: 999px;
}

.ih-single-content-body ol {
  counter-reset: article-list;
}

.ih-single-content-body ol > li {
  counter-increment: article-list;
}

.ih-single-content-body ol > li::before {
  content: counter(article-list);
  top: 15px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 0;
  background: var(--ih-single-red);
  color: #FFFFFF;
  font-size: 0.76rem;
  font-weight: 800;
}

.ih-single-content-body blockquote {
  position: relative;
  margin: 34px 0;
  padding: 32px;
  border: 0;
  border-radius: 8px;
  background: #313030;
  color: #FFFFFF;
}

.ih-single-content-body blockquote::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(240, 169, 183, 0.28);
  filter: blur(10px);
}

.ih-single-content-body blockquote p {
  position: relative;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  font-weight: 600;
}

.ih-single-content-body img {
  height: auto;
  border-radius: 8px;
}

.ih-single-content-body figure,
.ih-single-content-body .wp-caption {
  max-width: 100%;
  margin: 34px 0;
  padding: 10px;
  border: 1px solid var(--ih-single-line);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 12px 26px rgba(49, 48, 48, 0.05);
}

.ih-single-content-body figure img,
.ih-single-content-body .wp-caption img {
  display: block;
  width: 100%;
}

.ih-single-content-body figcaption,
.ih-single-content-body .wp-caption-text {
  margin: 10px 4px 2px;
  color: var(--ih-single-grey);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.ih-single-content-body table {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 34px 0;
  border-collapse: collapse;
  border: 1px solid var(--ih-single-line);
  border-radius: 8px;
  background: #FFFFFF;
}

.ih-single-content-body th,
.ih-single-content-body td {
  min-width: 160px;
  padding: 16px;
  border-bottom: 1px solid var(--ih-single-line);
  text-align: left;
}

.ih-single-content-body th {
  color: var(--ih-single-ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-single-page-links {
  margin-top: 34px;
}

.ih-single-related,
.ih-single-comments {
  padding: 66px 0;
  background: #FFFFFF;
}

.ih-single-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.ih-single-section-head h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.08;
}

.ih-single-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ih-single-related-card {
  overflow: hidden;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.ih-single-related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 34px rgba(49, 48, 48, 0.09);
}

.ih-single-related-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ih-single-soft);
}

.ih-single-related-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-single-related-card > div {
  padding: 22px;
}

.ih-single-related-card h3 {
  margin: 12px 0 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.ih-single-related-card h3 a {
  color: inherit;
}

.ih-single-comments {
  padding-top: 0;
}

.ih-single-comments .ih-single-shell > div {
  padding: 34px;
}

.ih-single-comments .comment-respond,
.ih-single-comments .comments-area {
  color: var(--ih-single-ink);
  font-family: "Montserrat", sans-serif;
}

.ih-single-comments .comment-reply-title,
.ih-single-comments .comments-title {
  margin: 0 0 16px;
  color: var(--ih-single-ink);
  font-size: clamp(1.65rem, 2.1vw, 2.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ih-single-comments .logged-in-as,
.ih-single-comments .comment-notes,
.ih-single-comments .form-allowed-tags {
  margin: 0 0 18px;
  color: var(--ih-single-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.ih-single-comments .logged-in-as a,
.ih-single-comments .comment-notes a {
  color: var(--ih-single-red);
  font-weight: 700;
}

.ih-single-comments .comment-form {
  display: grid;
  gap: 18px;
}

.ih-single-comments .comment-form p {
  margin: 0;
}

.ih-single-comments .comment-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--ih-single-ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.ih-single-comments .comment-form textarea,
.ih-single-comments .comment-form input[type="text"],
.ih-single-comments .comment-form input[type="email"],
.ih-single-comments .comment-form input[type="url"] {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 1px solid var(--ih-single-line);
  border-radius: 8px;
  background: #FFFFFF;
  color: var(--ih-single-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 0.96rem;
  line-height: 1.6;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.ih-single-comments .comment-form textarea {
  min-height: 220px;
  resize: vertical;
}

.ih-single-comments .comment-form textarea::placeholder,
.ih-single-comments .comment-form input::placeholder {
  color: #969694;
}

.ih-single-comments .comment-form textarea:focus,
.ih-single-comments .comment-form input:focus {
  outline: none;
  border-color: rgba(206, 40, 61, 0.5);
  box-shadow: 0 0 0 4px rgba(206, 40, 61, 0.12);
}

.ih-single-comments .form-submit {
  margin-top: 6px;
}

.ih-single-comments .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--ih-single-red);
  border-radius: 8px;
  background: var(--ih-single-red);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(206, 40, 61, 0.14);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  cursor: pointer;
}

.ih-single-comments .submit:hover,
.ih-single-comments .submit:focus-visible {
  border-color: var(--ih-single-ink);
  background: var(--ih-single-ink);
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(49, 48, 48, 0.16);
  outline: none;
}

[data-single-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  transition: opacity 620ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--single-delay, 0ms);
}

[data-single-reveal="left"] {
  transform: translate3d(28px, 0, 0) scale(0.985);
}

[data-single-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  [data-single-reveal],
  [data-single-reveal="left"],
  .ih-single-related-card {
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .ih-single-hero-panel,
  .ih-single-layout,
  .ih-single-section-head {
    grid-template-columns: 1fr;
  }

  .ih-single-hero-panel {
    min-height: auto;
  }

  .ih-single-hero-insights,
  .ih-single-hero-overview,
  .ih-single-overview-dashboard,
  .ih-single-metric-grid {
    grid-template-columns: 1fr;
  }

  .ih-single-hero-copy {
    align-self: start;
    padding-top: 0;
  }

  .ih-single-rail {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-single-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ih-blog-single-modern-template .qodef-content {
    padding-top: 70px;
  }

  .ih-single-subnav {
    top: 0;
  }

  .ih-single-subnav-inner {
    gap: 8px;
    min-height: 52px;
    padding: 10px 12px;
  }

  .ih-single-subnav-link {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .ih-single-shell {
    width: min(100% - 24px, 1180px);
  }

  .ih-single-hero .ih-single-shell {
    width: calc(100% - 24px);
  }

  .ih-single-hero {
    padding-top: 88px;
  }

  .ih-single-hero-panel {
    min-height: auto;
    padding: 0;
  }

  .ih-single-hero-copy h1 {
    font-size: 1.78rem;
    line-height: 1.06;
  }

  .ih-single-hero-deck {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .ih-single-summary-item,
  .ih-single-overview-step,
  .ih-single-overview-dashboard,
  .ih-single-hero-insights,
  .ih-single-metric-grid {
    grid-template-columns: 1fr;
  }

  .ih-single-actions,
  .ih-single-button,
  .ih-single-link {
    width: 100%;
  }

  .ih-single-link {
    min-height: 42px;
  }

  .ih-single-metric-grid,
  .ih-single-rail,
  .ih-single-related-grid {
    grid-template-columns: 1fr;
  }

  .ih-single-body-section,
  .ih-single-related,
  .ih-single-comments {
    padding: 46px 0;
  }

  .ih-single-content-intro {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ih-single-content-body {
    padding: 22px;
  }

  .ih-single-content-body h2 {
    padding: 84px 20px 22px;
  }

  .ih-single-content-body h2::before {
    left: 20px;
  }
}
