.detail-table table {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.3333333333333333;
  color: var(--black-2);
  border: 1px solid var(--br-c1);
  width: 100%;
}

.detail-table th {
  background: var(--white-3);
}

.detail-table th,
.detail-table td {
  padding: 10px 15px 10px 15px;
}

.detail-table tbody tr:nth-child(even) {
  background: var(--gray-bg);
}

.td-label {
  width: 330px;
}

.td-label-value {
  color: var(--black);
}

.td-meta-item {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.td-meta-item:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}

.td-meta-item:not(:last-child):after {
  content: '';
  width: 1px;
  height: 14px;
  background: var(--white-2);
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  transform: translateY(-50%);
}
.user-logged-in.detail-page span.td-meta-item::after {
  margin: 0;
}
