#cc-post-tab-decs-false,
#cc-post-tab-flow-false,
#cc-post-tab-tools-false,
#cc-post-tab-materials-false {
    display: none !important;
}



.cci_post_tabs .jet-tabs__control-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    gap: 15px;
}


.cci_post_tabs [data-tab="2"] ol{counter-reset: LIST-ITEMS 0;}
.cci_post_tabs [data-tab="2"] li:before{
  content: counter( LIST-ITEMS ) "";
  counter-increment: LIST-ITEMS;
  z-index: 1;
  position: absolute;
  font-size: 2em;
  font-weight: 900;
  line-height: 0.8;
  width: 60px;
  height: 60px;
  background-color: var( --e-global-color-primary );
  color: var( --e-global-color-text );
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 0 15px 0;
}


.min-h-50 {min-height: 50px;}

.footer-seo b {font-weight: 500 !important; }
.footer-seo h2 {font-weight: 500 !important; margin-bottom: 5px !important;}
.footer-seo * {
  font-family: inherit !important;
  font-size: inherit !important;
  color: #ABABAB !important;
}



.cci-loop-img a {
  aspect-ratio: 1/1;
}

.cci-loop-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

 