.sbv-component-specs,
.sbv-component-specs * {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.sbv-component-specs {
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid #c9ced2;
  color: #20262b;
}

.sbv-component-specs__heading {
  display: grid;
  grid-template-columns: minmax(140px, 0.65fr) minmax(280px, 1.35fr);
  gap: 32px;
  align-items: end;
  padding-bottom: 24px;
}

.sbv-component-specs__heading p,
.sbv-component-specs__eyebrow {
  margin: 0;
  color: #68727a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.sbv-component-specs__heading h4,
.sbv-component-specs__group h5 {
  margin: 0;
  color: #20262b;
  font-family: inherit;
  font-weight: 500;
}

.sbv-component-specs__heading h4 {
  font-size: 30px;
  line-height: 1.15;
}

.sbv-component-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  border-top: 1px solid #d9dde0;
}

.sbv-component-specs__group {
  min-width: 0;
  padding-top: 24px;
}

.sbv-component-specs__group h5 {
  padding: 7px 0 20px;
  font-size: 21px;
  line-height: 1.25;
}

.sbv-component-specs__group table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.sbv-component-specs__group tr {
  border-top: 1px solid #e1e4e6;
}

.sbv-component-specs__group th,
.sbv-component-specs__group td {
  padding: 13px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.45;
}

.sbv-component-specs__group th {
  width: 58%;
  padding-right: 24px;
  color: #5f686f;
  font-weight: 400;
  text-align: left;
}

.sbv-component-specs__group td {
  color: #20262b;
  font-weight: 500;
  text-align: right;
}

.sbv-component-specs__source {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #d9dde0;
  color: #68727a;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sbv-component-specs {
    margin-top: 32px;
    padding-top: 24px;
  }

  .sbv-component-specs__heading,
  .sbv-component-specs__grid {
    grid-template-columns: 1fr;
  }

  .sbv-component-specs__heading {
    gap: 8px;
  }

  .sbv-component-specs__heading h4 {
    font-size: 25px;
  }

  .sbv-component-specs__grid {
    gap: 32px;
  }

  .sbv-component-specs__group th {
    width: 44%;
    padding-right: 12px;
  }

  .sbv-component-specs__group th,
  .sbv-component-specs__group td {
    font-size: 13px;
  }
}
