.entry-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.entry-table th {
  padding: 0 10px 8px;
  color: #4f617d;
  font-size: .84rem;
  text-align: left;
}

.entry-table td {
  padding: 0 8px;
  vertical-align: middle;
}

.entry-table input {
  width: 100%;
}

.repeatable-row-inline td {
  background: #fff;
  border-top: 1px solid var(--thp-border-soft);
  border-bottom: 1px solid var(--thp-border-soft);
  padding-top: 10px;
  padding-bottom: 10px;
}

.repeatable-row-inline td:first-child {
  border-left: 1px solid var(--thp-border-soft);
  border-radius: 14px 0 0 14px;
}

.repeatable-row-inline td:last-child {
  border-right: 1px solid var(--thp-border-soft);
  border-radius: 0 14px 14px 0;
  white-space: nowrap;
}

.table-scroll {
  overflow-x: auto;
}

.bullet-list {
  margin: 10px 0 0 1.1rem;
  color: #50617c;
  line-height: 1.7;
}

.top-space-sm {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .entry-table {
    min-width: 860px;
  }
}
