.critical_issue{
  color: #ff9900;
}
.update-history-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.update-history-details .product{
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.update-history-details .product-image-container{
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
  background-color: #f8f8f8;
}

.update-history-details .product-image{
  background-size: contain;
  background-repeat: no-repeat;
  height:40px;
}

.update-history-details .product-thirdeye{
 background-image: url('/img/update-history/TE_Suite_logo_standard1_20250502.svg');
}

.update-history-details .product-netld{
  background-image: url('/img/update-history/netLD_Enterprise_logo.svg');
}

.update-history-details .features-and-bug-fixes{
  padding: 16px 16px 24px 16px;
}

.update-history-details .section-title {
  position: relative;
  padding-left:16px;
}
.update-history-details .section-title:nth-child(1) {
  margin: 20px 0px 20px 0px;
}
.update-history-details .section-title:nth-child(3) {
  margin: 40px 0px 20px 0px;
}

.update-history-details .section-title h3 {
  display: inline-block;
  background: white;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  color: #312c2c;
  font-size:24px;
}

.update-history-details .section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #f3f1f1;
  z-index: 0;
}

.update-history-details .item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}

.update-history-details .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.update-history-details .bug-item::before {
  background-image: url('/img/update-history/bug.png');
}
.update-history-details .feature-item::before {
  background-image: url('/img/update-history/feature.png');
}

.update-history-details .product:nth-child(1){
  margin-top:40px;
}
.update-history-details .product:nth-child(2){
  margin-top:80px;
}
.update-history .feature-list .tab-list .list-item {
    text-decoration: none;
}
.list-item-tag{
  display:inline-block;
  width:122px;
}
.list-item-sep{
  display:inline-block;
  width:9px;
}
.list-item-date{
  display:inline-block;
  width:90px;
  text-align: right;
}

.update-history-tabs .content-title{
  display: inline-flex;
  height: 64px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  align-items: center;
  font-size:22px;
  margin-top:27px;
}
.update-history-tabs .tag-image{
  width: 64px;
  height: 100%;
  background-color: #f8f8f8;
  background-image: url('/img/update-history/tag.png');
}
.update-history-tabs .tag-text{
  padding-right: 24px;
  padding-left: 16px;
  width:200px;
}
.update-history-tabs .date-image{
  width: 64px;
  height: 100%;
  background-color: #f8f8f8;
  background-image: url('/img/update-history/date.png');
}

.update-history-tabs .date-text{
  padding-right: 24px;
  padding-left: 16px;
  width:170px;
}
.update-history-details .legacy-list{
  margin-top:40px;
}
.update-history-details .legacy-item:before{
  background-image: url('/img/update-history/item.png');
}
@media (max-width: 768px) {
  .update-history-tabs .content-title{
    font-size:16px;
    height:40px;
  }
  .update-history-tabs .tag-text{
    padding-right: 8px;
    padding-left: 8px;
    width:130px;
  }
  .update-history-tabs .date-text{
    padding-right: 24px;
    padding-left: 16px;
    width:113px;
  }
  .update-history-tabs .tag-image, .update-history-tabs .date-image{
    width: 40px;
    height: 100%;
    background-size: 40px 40px;
  }
}
.update-history-tabs .footnote {
  position: relative;
  padding-left: 32px;
  margin-top:24px;
}
.update-history-tabs .footnote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/img/update-history/asterisk.png');
}