.technical-facts-table-section-wrapper {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.technical-facts-table-section-wrapper .technical-facts-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 820px) {
  .technical-facts-table-section-wrapper .technical-facts-section.half-width {
    max-width: 50%;
  }
}
.technical-facts-table-section-wrapper .technical-facts-section .fact-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid #ccc;
}
.technical-facts-table-section-wrapper .technical-facts-section .fact-item .fact-title {
  padding: 6px 0;
  border-right: 1px solid #ccc;
  font-weight: 700;
}
.technical-facts-table-section-wrapper .technical-facts-section .fact-item .fact-value {
  padding: 6px 0 6px 14px;
}
.technical-facts-table-section-wrapper .technical-facts-section > div:nth-child(1) {
  border-top: 1px solid #ccc;
}

/*# sourceMappingURL=technical-facts-table.css.map */
