.product-description article,
.product-description section,
.product-description aside,
.product-description header,
.product-description dl,
.product-description .spec-row,
.mce-content-body article,
.mce-content-body section,
.mce-content-body aside,
.mce-content-body header,
.mce-content-body dl,
.mce-content-body .spec-row {
  box-sizing: border-box;
}

.product-description article,
.mce-content-body article {
  line-height: 1.65;
}

.product-description section,
.mce-content-body section {
  margin: 0 0 22px;
}

.product-description section > h2,
.mce-content-body section > h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.product-description dl:not(.seo-spec-list),
.mce-content-body dl:not(.seo-spec-list) {
  display: grid;
  grid-template-columns: minmax(140px, 0.35fr) 1fr;
  gap: 0;
  margin: 12px 0;
  border: 1px solid #e2e8f0;
}

.product-description dl:not(.seo-spec-list) dt,
.product-description dl:not(.seo-spec-list) dd,
.mce-content-body dl:not(.seo-spec-list) dt,
.mce-content-body dl:not(.seo-spec-list) dd {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
}

.product-description dl:not(.seo-spec-list) dt,
.mce-content-body dl:not(.seo-spec-list) dt {
  font-weight: 700;
  background: #f8fafc;
}

.product-description .seo-spec-list,
.product-information .seo-spec-list,
.product-information-tabs .seo-spec-list,
.tabs .seo-spec-list,
#description .seo-spec-list,
.mce-content-body .seo-spec-list,
.seo-spec-list {
  display: block !important;
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  list-style: none !important;
  font-size: 15px !important;
}

.product-description .seo-spec-list::after,
.product-information .seo-spec-list::after,
.product-information-tabs .seo-spec-list::after,
.tabs .seo-spec-list::after,
#description .seo-spec-list::after,
.mce-content-body .seo-spec-list::after,
.seo-spec-list::after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}

.product-description .seo-spec-list .spec-row,
.mce-content-body .seo-spec-list .spec-row,
.seo-spec-list .spec-row {
  grid-column: 1 / -1;
  display: flex;
  float: none !important;
  border-bottom: 1px solid #e5e5e5;
}

.product-description .seo-spec-list .spec-row:last-child,
.mce-content-body .seo-spec-list .spec-row:last-child,
.seo-spec-list .spec-row:last-child {
  border-bottom: 0;
}

.product-description .seo-spec-list .spec-row:nth-child(odd),
.mce-content-body .seo-spec-list .spec-row:nth-child(odd),
.seo-spec-list .spec-row:nth-child(odd) {
  background: #ffffff;
}

.product-description .seo-spec-list .spec-row:nth-child(even),
.mce-content-body .seo-spec-list .spec-row:nth-child(even),
.seo-spec-list .spec-row:nth-child(even) {
  background: #f8f9fa;
}

.product-description .seo-spec-list dt,
.product-information .seo-spec-list dt,
.product-information-tabs .seo-spec-list dt,
.tabs .seo-spec-list dt,
#description .seo-spec-list dt,
.mce-content-body .seo-spec-list dt,
.seo-spec-list dt {
  box-sizing: border-box;
  display: block !important;
  float: left !important;
  clear: none !important;
  width: 40% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 12px 15px !important;
  border-right: 1px solid #e5e5e5 !important;
  border-top: 1px solid #e5e5e5 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #333333 !important;
}

.product-description .seo-spec-list dd,
.product-information .seo-spec-list dd,
.product-information-tabs .seo-spec-list dd,
.tabs .seo-spec-list dd,
#description .seo-spec-list dd,
.mce-content-body .seo-spec-list dd,
.seo-spec-list dd {
  box-sizing: border-box;
  display: block !important;
  float: left !important;
  clear: none !important;
  width: 60% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 12px 15px !important;
  border-top: 1px solid #e5e5e5 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #555555 !important;
}

.product-description .seo-spec-list > dt:first-of-type,
.product-description .seo-spec-list > dd:first-of-type,
.mce-content-body .seo-spec-list > dt:first-of-type,
.mce-content-body .seo-spec-list > dd:first-of-type,
.seo-spec-list > dt:first-of-type,
.seo-spec-list > dd:first-of-type {
  border-top: 0;
}

.product-description .seo-spec-list > dt:nth-of-type(odd),
.product-description .seo-spec-list > dd:nth-of-type(odd),
.mce-content-body .seo-spec-list > dt:nth-of-type(odd),
.mce-content-body .seo-spec-list > dd:nth-of-type(odd),
.seo-spec-list > dt:nth-of-type(odd),
.seo-spec-list > dd:nth-of-type(odd) {
  background: #ffffff;
}

.product-description .seo-spec-list > dt:nth-of-type(even),
.product-description .seo-spec-list > dd:nth-of-type(even),
.mce-content-body .seo-spec-list > dt:nth-of-type(even),
.mce-content-body .seo-spec-list > dd:nth-of-type(even),
.seo-spec-list > dt:nth-of-type(even),
.seo-spec-list > dd:nth-of-type(even) {
  background: #f8f9fa;
}

.product-description .faq-item,
.mce-content-body .faq-item,
.faq-item {
  margin: 0 0 16px;
}

.product-description .faq-item h3,
.mce-content-body .faq-item h3,
.faq-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.35;
}

.product-description .faq-item p,
.mce-content-body .faq-item p,
.faq-item p {
  margin: 0;
}

@media (max-width: 768px) {
  .product-description .seo-spec-list .spec-row,
  .mce-content-body .seo-spec-list .spec-row,
  .seo-spec-list .spec-row {
    flex-direction: column;
  }

  .product-description .seo-spec-list,
  .product-information .seo-spec-list,
  .product-information-tabs .seo-spec-list,
  .tabs .seo-spec-list,
  #description .seo-spec-list,
  .mce-content-body .seo-spec-list,
  .seo-spec-list {
    display: block !important;
  }

  .product-description .seo-spec-list dt,
  .product-information .seo-spec-list dt,
  .product-information-tabs .seo-spec-list dt,
  .tabs .seo-spec-list dt,
  #description .seo-spec-list dt,
  .mce-content-body .seo-spec-list dt,
  .seo-spec-list dt {
    display: block !important;
    width: 100% !important;
    float: none !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: #f1f1f1 !important;
  }

  .product-description .seo-spec-list dd,
  .product-information .seo-spec-list dd,
  .product-information-tabs .seo-spec-list dd,
  .tabs .seo-spec-list dd,
  #description .seo-spec-list dd,
  .mce-content-body .seo-spec-list dd,
  .seo-spec-list dd {
    display: block !important;
    width: 100% !important;
    float: none !important;
    border-top: 0 !important;
  }
}

.eetat-experience,
.eetat-expertise,
.eetat-authority,
.eetat-trust {
  padding: 1px 3px;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.eetat-experience {
  background: #dcfce7;
  outline: 1px solid #86efac;
}

.eetat-expertise {
  background: #dbeafe;
  outline: 1px solid #93c5fd;
}

.eetat-authority {
  background: #ede9fe;
  outline: 1px solid #c4b5fd;
}

.eetat-trust {
  background: #fef3c7;
  outline: 1px solid #fcd34d;
}
