/* ========================================================================== 
   Idea to Software — ITS Report / Rapport ITV EN 13508-2
   À ajouter à la fin de custom.css.
   Règles volontairement limitées à #its-itv-header et .its-itv-shell.
   ========================================================================== */ #its-itv-header, #its-itv-header *, .its-itv-shell, .its-itv-shell *  {
  box-sizing: border-box;
}
/* --------------------------------------------------------------------------
   Entête — cohérent avec les autres pages produit
   -------------------------------------------------------------------------- */ #its-itv-header  {
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-family: inherit;
}

#its-itv-header .its-itv-head__container  {
  width: calc(100% - 42px);
  max-width: 1440px !important;
  margin-inline: auto;
}

#its-itv-header .its-itv-head__main  {
  padding: 42px 0 35px;
  background: #14799d;
}

#its-itv-header .its-itv-head__title  {
  margin: 0;
  font-weight: 900;
  line-height: 1.06;
  text-transform: uppercase;
}

#its-itv-header .its-itv-head__title-top, #its-itv-header .its-itv-head__title-bottom  {
  display: block;
}

#its-itv-header .its-itv-head__title-top  {
  position: relative;
  width: fit-content;
  padding-right: 52px;
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  letter-spacing: -0.025em;
}

#its-itv-header .its-itv-head__title-top::after  {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  width: 38px;
  height: 4px;
  border-radius: 4px;
  background: #118ed1;
}

#its-itv-header .its-itv-head__title-bottom  {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 12px;
  color: #078cff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.02em;
}

#its-itv-header .its-itv-head__title-bottom i  {
  flex: 0 0 auto;
  color: #14b9c7;
  font-size: 0.66em;
}

#its-itv-header .its-itv-head__subtitle  {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(0.95rem, 1.35vw, 1.22rem);
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

#its-itv-header .its-itv-head__breadcrumb  {
  padding: 12px 0;
  background: #18aabd;
}

#its-itv-header .its-itv-head__breadcrumb .its-itv-head__container  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

#its-itv-header .its-itv-head__home, #its-itv-header .its-itv-head__current  {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 31px;
  color: #fff !important;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

#its-itv-header .its-itv-head__current  {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

#its-itv-header .its-itv-head__separator  {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}
/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */ .its-itv-shell  {
  --itv-ink: #0b2d3a;
  --itv-copy: #49636f;
  --itv-muted: #728790;
  --itv-blue: #087f9f;
  --itv-blue-deep: #116f93;
  --itv-cyan: #18aabd;
  --itv-orange: #f28d35;
  --itv-orange-soft: #fff4e9;
  --itv-green: #1d9d72;
  --itv-red: #c84d5c;
  --itv-yellow: #f6bd24;
  --itv-bg: #f6fafb;
  --itv-soft: #eef7f9;
  --itv-line: #d8e6ea;
  --itv-shadow: 0 20px 52px rgba(6, 47, 63, 0.10);
  overflow: hidden;
  background: #fff;
  color: var(--itv-ink);
  font-family: inherit;
}

.its-itv-shell img  {
  display: block;
  max-width: 100%;
}

.its-itv-shell a  {
  text-decoration: none;
}

.its-itv-shell .its-itv-container  {
  width: calc(100% - 40px);
  max-width: 1440px !important;
  margin-inline: auto;
}

.its-itv-shell h2, .its-itv-shell h3, .its-itv-shell p, .its-itv-shell figure, .its-itv-shell ul  {
  margin-top: 0;
}

.its-itv-shell h2  {
  margin-bottom: 17px;
  color: var(--itv-ink);
  font-size: clamp(2rem, 3.25vw, 3.15rem);
  font-weight: 850;
  letter-spacing: -0.038em;
  line-height: 1.08;
  text-wrap: balance;
}

.its-itv-shell h3  {
  margin-bottom: 9px;
  color: var(--itv-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.its-itv-shell p, .its-itv-shell li  {
  color: var(--itv-copy);
  line-height: 1.68;
}

.its-itv-lead  {
  font-size: 1.08rem;
}

.its-itv-kicker  {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 13px;
  color: var(--itv-blue) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.its-itv-kicker::before  {
  content: "";
  flex: 0 0 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--itv-orange);
}

.its-itv-heading  {
  max-width: 910px;
  margin-bottom: 38px;
}

.its-itv-heading--center  {
  margin-inline: auto;
  text-align: center;
}

.its-itv-heading--center .its-itv-kicker  {
  justify-content: center;
}

.its-itv-section  {
  padding: clamp(72px, 8vw, 112px) 0;
}

.its-itv-section--soft  {
  border-top: 1px solid #edf3f5;
  border-bottom: 1px solid #edf3f5;
  background: linear-gradient(180deg, #f8fbfc 0%, #eef7f9 100%);
}
/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */ .its-itv-hero  {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(38px, 5vw, 74px);
  align-items: center;
  padding-top: clamp(62px, 7vw, 94px);
  padding-bottom: clamp(68px, 8vw, 108px);
}

.its-itv-hero__copy  {
  max-width: 650px;
}

.its-itv-hero__points  {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.its-itv-hero__points span, .its-itv-checks span  {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid var(--itv-line);
  border-radius: 12px;
  background: #fff;
  color: var(--itv-ink);
  font-size: 0.92rem;
  font-weight: 750;
}

.its-itv-hero__points i, .its-itv-checks i  {
  color: var(--itv-blue);
}
/* --------------------------------------------------------------------------
   Boutons
   -------------------------------------------------------------------------- */ .its-itv-actions  {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.its-itv-button  {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 19px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 0.93rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.its-itv-button:hover  {
  transform: translateY(-2px);
}

.its-itv-button--primary  {
  background: var(--itv-blue);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(8, 127, 159, 0.22);
}

.its-itv-button--outline  {
  border-color: var(--itv-line);
  background: #fff;
  color: var(--itv-ink) !important;
}

.its-itv-button--light  {
  background: #fff;
  color: var(--itv-blue-deep) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.its-itv-button--ghost  {
  border-color: rgba(255, 255, 255, 0.46);
  color: #fff !important;
}
/* --------------------------------------------------------------------------
   Captures / PhotoSwipe
   -------------------------------------------------------------------------- */ .its-itv-shot  {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--itv-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--itv-shadow);
}

.its-itv-shot > a.zoom  {
  position: relative;
  display: block;
  overflow: hidden;
  background: #edf4f6;
  cursor: zoom-in;
}

.its-itv-shot > a.zoom::after  {
  content: "\f00e";
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 127, 159, 0.94);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.its-itv-shot:hover > a.zoom::after  {
  opacity: 1;
  transform: translateY(0);
}

.its-itv-shot img  {
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

.its-itv-shot:hover img  {
  transform: scale(1.012);
}

.its-itv-shot figcaption  {
  padding: 12px 15px 14px;
  color: var(--itv-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.its-itv-shot__badge  {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff1c7;
  color: #8b5d00;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 7px 20px rgba(62, 44, 0, 0.12);
}
/* --------------------------------------------------------------------------
   Workflow
   -------------------------------------------------------------------------- */ .its-itv-flow  {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.its-itv-flow__item  {
  position: relative;
  min-height: 205px;
  padding: 22px 17px 18px;
  border: 1px solid var(--itv-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 54, 70, 0.05);
}

.its-itv-flow__item > span  {
  position: absolute;
  top: 13px;
  right: 14px;
  color: #a7b6bc;
  font-size: 0.72rem;
  font-weight: 900;
}

.its-itv-flow__item > i  {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 12px;
  background: #e9f7fa;
  color: var(--itv-blue);
  font-size: 1.02rem;
}

.its-itv-flow__item:nth-child(2n) > i  {
  background: var(--itv-orange-soft);
  color: var(--itv-orange);
}

.its-itv-flow__item p  {
  margin-bottom: 0;
  font-size: 0.9rem;
}
/* --------------------------------------------------------------------------
   Splits
   -------------------------------------------------------------------------- */ .its-itv-split  {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.its-itv-split--visual-right  {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.its-itv-split__copy  {
  max-width: 650px;
}
/* --------------------------------------------------------------------------
   Listes fonctionnelles
   -------------------------------------------------------------------------- */ .its-itv-feature-list  {
  display: grid;
  gap: 12px;
  margin-top: 27px;
}

.its-itv-feature-list > div  {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
}

.its-itv-feature-list i  {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: #e9f7fa;
  color: var(--itv-blue);
}

.its-itv-feature-list span  {
  padding-top: 7px;
  color: var(--itv-copy);
  line-height: 1.55;
}

.its-itv-feature-list strong  {
  color: var(--itv-ink);
}

.its-itv-note  {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  margin-top: 25px;
  padding: 17px 18px;
  border: 1px solid #cde4e9;
  border-radius: 14px;
  background: #f3fbfc;
}

.its-itv-note > i  {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #dff3f6;
  color: var(--itv-blue);
}

.its-itv-note strong  {
  display: block;
  margin: 2px 0 4px;
  color: var(--itv-ink);
}

.its-itv-note p  {
  margin-bottom: 0;
  font-size: 0.91rem;
}
/* --------------------------------------------------------------------------
   Médias / cartes
   -------------------------------------------------------------------------- */ .its-itv-media-grid  {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.its-itv-shot--portrait  {
  max-width: 620px;
}

.its-itv-media-copy  {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.its-itv-card  {
  min-height: 200px;
  padding: 23px;
  border: 1px solid var(--itv-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(6, 47, 63, 0.06);
}

.its-itv-card--accent  {
  grid-column: 1 / -1;
  min-height: auto;
  border-color: #f4d3b7;
  background: #fff9f3;
}

.its-itv-card__icon  {
  display: grid;
  width: 45px;
  height: 45px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 12px;
  background: #e9f7fa;
  color: var(--itv-blue);
}

.its-itv-card--accent .its-itv-card__icon  {
  background: #ffead7;
  color: var(--itv-orange);
}

.its-itv-card p  {
  margin-bottom: 0;
}

.its-itv-checks  {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}
/* --------------------------------------------------------------------------
   IA
   -------------------------------------------------------------------------- */ .its-itv-section--ai  {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #f7e2ba;
  border-bottom: 1px solid #f7e2ba;
  background: radial-gradient(circle at 90% 10%, rgba(246, 189, 36, 0.14), transparent 30%), radial-gradient(circle at 5% 90%, rgba(24, 170, 189, 0.12), transparent 31%), #fffcf6;
}

.its-itv-ai-head  {
  display: flex;
  gap: 22px;
  justify-content: space-between;
  align-items: flex-start;
}

.its-itv-ai-head > div  {
  max-width: 900px;
}

.its-itv-badge  {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.its-itv-badge--soon  {
  border: 1px solid #efd48c;
  background: #fff3c9;
  color: #8b5e00;
}

.its-itv-ai-lead  {
  max-width: 980px;
  margin-bottom: 36px;
}

.its-itv-ai-grid  {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
}

.its-itv-ai-copy  {
  display: grid;
  gap: 14px;
}

.its-itv-ai-copy article  {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 17px 18px;
  border: 1px solid #f1dfb6;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.78);
}

.its-itv-ai-copy article > span  {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: #fff0c0;
  color: #8f6208;
  font-size: 0.75rem;
  font-weight: 900;
}

.its-itv-ai-copy article h3, .its-itv-ai-copy article p  {
  margin-bottom: 0;
}

.its-itv-ai-copy article p  {
  margin-top: 4px;
  font-size: 0.91rem;
}

.its-itv-warning  {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  padding: 16px 17px;
  border-radius: 15px;
  background: #0f4357;
}

.its-itv-warning i  {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.its-itv-warning p, .its-itv-warning strong  {
  margin-bottom: 0;
  color: #fff;
}

.its-itv-shot--ai  {
  border-color: #efdca7;
}
/* --------------------------------------------------------------------------
   Cartographie
   -------------------------------------------------------------------------- */ .its-itv-shot--wide  {
  max-width: 1260px;
  margin-inline: auto;
}

.its-itv-map-features  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.its-itv-map-features article  {
  padding: 21px 19px;
  border: 1px solid var(--itv-line);
  border-radius: 15px;
  background: #fff;
}

.its-itv-map-features i  {
  margin-bottom: 15px;
  color: var(--itv-blue);
  font-size: 1.22rem;
}

.its-itv-map-features p  {
  margin-bottom: 0;
  font-size: 0.9rem;
}
/* --------------------------------------------------------------------------
   Partage client
   -------------------------------------------------------------------------- */ .its-itv-share-grid  {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
/* --------------------------------------------------------------------------
   Rapport final
   -------------------------------------------------------------------------- */ .its-itv-list  {
  display: grid;
  gap: 10px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.its-itv-list li  {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
}

.its-itv-list i  {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: #e9f7fa;
  color: var(--itv-blue);
}

.its-itv-list span  {
  padding-top: 4px;
}
/* --------------------------------------------------------------------------
   Bénéfices
   -------------------------------------------------------------------------- */ .its-itv-section--benefits  {
  border-top: 1px solid var(--itv-line);
  background: #fbfdfd;
}

.its-itv-benefits  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.its-itv-benefits article  {
  padding: 24px;
  border: 1px solid var(--itv-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 54, 70, 0.05);
}

.its-itv-benefits p  {
  margin-bottom: 0;
  font-size: 0.91rem;
}
/* --------------------------------------------------------------------------
   CTA
   -------------------------------------------------------------------------- */ .its-itv-cta  {
  padding: clamp(58px, 6vw, 84px) 0;
  background: linear-gradient(115deg, #0b617e 0%, #0886a3 56%, #18aabd 100%);
}

.its-itv-cta__inner  {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  align-items: center;
}

.its-itv-cta__inner > div:first-child  {
  max-width: 830px;
}

.its-itv-cta .its-itv-kicker, .its-itv-cta h2, .its-itv-cta p  {
  color: #fff !important;
}

.its-itv-cta .its-itv-kicker::before  {
  background: #f7a557;
}

.its-itv-cta h2  {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.its-itv-cta p  {
  margin-bottom: 0;
  opacity: 0.9;
}

.its-itv-actions--cta  {
  flex: 0 0 auto;
  margin-top: 0;
}
/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */ @media (max-width: 1180px)  {
  .its-itv-hero, .its-itv-split, .its-itv-split--visual-right, .its-itv-ai-grid  {
    grid-template-columns: 1fr;
  }
  .its-itv-hero__copy, .its-itv-split__copy  {
    max-width: 820px;
  }
  .its-itv-flow  {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .its-itv-map-features, .its-itv-benefits  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .its-itv-media-grid  {
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 860px)  {
  #its-itv-header .its-itv-head__main  {
    padding: 34px 0 28px;
  }
  #its-itv-header .its-itv-head__title-bottom  {
    gap: 14px;
  }
  .its-itv-media-grid, .its-itv-share-grid  {
    grid-template-columns: 1fr;
  }
  .its-itv-shot--portrait  {
    max-width: none;
  }
  .its-itv-ai-head, .its-itv-cta__inner  {
    flex-direction: column;
    align-items: flex-start;
  }
  .its-itv-actions--cta  {
    width: 100%;
  }
}

@media (max-width: 680px)  {
  #its-itv-header .its-itv-head__container  {
    width: calc(100% - 28px);
  }
  #its-itv-header .its-itv-head__title-top  {
    padding-right: 0;
    font-size: 1.8rem;
  }
  #its-itv-header .its-itv-head__title-top::after  {
    display: none;
  }
  #its-itv-header .its-itv-head__title-bottom  {
    align-items: flex-start;
    font-size: 1.55rem;
  }
  #its-itv-header .its-itv-head__subtitle  {
    font-size: 0.85rem;
  }
  .its-itv-shell .its-itv-container  {
    width: calc(100% - 28px);
  }
  .its-itv-section  {
    padding: 62px 0;
  }
  .its-itv-hero  {
    gap: 34px;
    padding-top: 50px;
    padding-bottom: 64px;
  }
  .its-itv-shell h2  {
    font-size: clamp(1.75rem, 9vw, 2.25rem);
  }
  .its-itv-hero__points, .its-itv-checks, .its-itv-flow, .its-itv-media-copy, .its-itv-map-features, .its-itv-benefits  {
    grid-template-columns: 1fr;
  }
  .its-itv-card--accent  {
    grid-column: auto;
  }
  .its-itv-flow__item  {
    min-height: auto;
  }
  .its-itv-ai-copy article  {
    grid-template-columns: 38px 1fr;
  }
  .its-itv-button  {
    width: 100%;
  }
  .its-itv-shot, .its-itv-flow__item, .its-itv-card, .its-itv-benefits article  {
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce)  {
  .its-itv-shell *, .its-itv-shell *::before, .its-itv-shell *::after  {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* --------------------------------------------------------------------------
   Palette d'actions de l'éditeur ITV
   -------------------------------------------------------------------------- */ .its-itv-editor-actions  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.its-itv-editor-actions article  {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--itv-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 54, 70, 0.05);
}

.its-itv-editor-actions i  {
  margin-bottom: 14px;
  color: var(--itv-blue);
  font-size: 1.05rem;
}

.its-itv-editor-actions article:nth-child(3n + 2) i  {
  color: var(--itv-orange);
}

.its-itv-editor-actions strong  {
  margin-bottom: 5px;
  color: var(--itv-ink);
  font-size: 0.92rem;
}

.its-itv-editor-actions span  {
  color: var(--itv-copy);
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 680px)  {
  .its-itv-editor-actions  {
    grid-template-columns: 1fr;
  }
  .its-itv-editor-actions article  {
    min-height: auto;
  }
}

.its-itv-status  {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 11px;
  align-items: center;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #efd48c;
  border-radius: 12px;
  background: #fff8de;
}

.its-itv-status > i  {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: #ffedaf;
  color: #8b5e00;
}

.its-itv-status span  {
  color: #745d2e;
  font-size: 0.84rem;
  line-height: 1.45;
}

.its-itv-status strong  {
  color: #604800;
}