.upsteknik-product-layout {
  margin-top: 30px;
}

.upsteknik-product-image {
  width: 100%;
  max-height: 50vh;
  object-fit: contain;
}

.upsteknik-product-title {
  margin-bottom: 0;
  overflow-wrap: break-word;
}

.upsteknik-product-categories {
  margin-top: var(--wp--preset--spacing--20);
}

.upsteknik-section-title {
  margin-bottom: var(--wp--preset--spacing--40);
}

.upsteknik-section-divider {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  border-bottom-color: var(--wp--preset--color--upsteknik-orange);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.upsteknik-spec-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.upsteknik-spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.95rem;
  line-height: 1.35;
}

.upsteknik-spec-table th,
.upsteknik-spec-table td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ededed;
}

.upsteknik-spec-table tbody td {
  text-align: center;
}

.upsteknik-spec-table th,
.upsteknik-spec-table td,
.upsteknik-spec-table input,
.upsteknik-spec-table small {
  font-size: inherit;
}

.upsteknik-spec-table .upsteknik-spec-attr-col {
  position: sticky;
  left: 0;
  background: #fff;
  width: 120px;
  min-width: 120px;
  z-index: 1;
}

.upsteknik-spec-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.upsteknik-spec-table tbody tr:nth-child(even) .upsteknik-spec-attr-col {
  background: #f7f7f7;
}

.upsteknik-spec-table .upsteknik-spec-group-row,
.upsteknik-spec-table .upsteknik-spec-group-row:nth-child(even) {
  background: transparent;
}

.upsteknik-spec-table .upsteknik-spec-group-row th,
.upsteknik-spec-table .upsteknik-spec-group-row td {
  background: #fff;
}

.upsteknik-spec-table tbody tr.upsteknik-spec-group-row:nth-child(even) th,
.upsteknik-spec-table tbody tr.upsteknik-spec-group-row:nth-child(even) td {
  background: #f7f7f7;
}

.upsteknik-spec-table .upsteknik-spec-group-cell {
  padding: 1.25rem 0.75rem 0.5rem;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-weight: 600;
  background: #fff;
  font-style: italic;
}

.upsteknik-spec-table .upsteknik-spec-group-fill {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

@media (min-width: 782px) {
  .upsteknik-spec-table .upsteknik-spec-attr-col {
    width: 180px;
    min-width: 180px;
  }
}

.upsteknik-spec-scroll-hint {
  margin-top: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  font-style: italic;
}

@media (min-width: 782px) {
  .upsteknik-spec-scroll-hint {
    display: none;
  }
}

.upsteknik-document-row {
  display: flex;
  margin-top: 1rem;
}

.upsteknik-document-content {
  align-content: center;
  overflow-wrap: anywhere;
}

.upsteknik-product-tags {
  font-style: italic;
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}

.upsteknik-product-bottom-spacer {
  height: 60px;
}
