.alm-specs-table-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.alm-specs-table-scroll {
  overflow-x: auto;
  width: 100%;
}

.alm-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.alm-specs-table th,
.alm-specs-table td {
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  text-align: center;
  white-space: nowrap;
}

.alm-specs-table thead th {
  background-color: #1d6b3f;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  z-index: 0;
}

.alm-specs-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #fff !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
  border-right: none !important;
  box-shadow: none !important;
}

.alm-specs-table thead tr {
  border: none !important;
}

.alm-specs-table .alm-specs-table__label-col {
  text-align: left;
  font-weight: 600;
  white-space: normal;
  min-width: 120px;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: sticky;
  left: 0;
  background-color: #fff !important;
  box-shadow: 2px 0 0 0 #e0e0e0;
  z-index: 1;
}

.alm-specs-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.alm-specs-table tbody tr:nth-child(even) .alm-specs-table__label-col {
  background-color: #f9f9f9;
}