.open-source-page {
  background-image: none;
}

.open-source-shell {
  width: min(1040px, calc(100% - 48px));
}

.open-source-table-wrap {
  overflow-x: auto;
  margin-top: 20px;
}

.open-source-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.open-source-table th,
.open-source-table td {
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.open-source-table thead th {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.open-source-table tbody th {
  font-weight: 650;
}

.open-source-dependencies {
  margin-top: 22px;
}

.open-source-dependencies summary {
  color: var(--accent-strong);
  cursor: pointer;
  font-weight: 650;
}

@media (max-width: 680px) {
  .open-source-shell {
    width: calc(100% - 30px);
  }

  .open-source-table {
    min-width: 590px;
  }
}
