.entity-info {
  background: #f7f8f9;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 2em;
  border-left: 6px solid #0036b3;
}

table .entity-info {
  margin-bottom: 0;
}

.entity-info__body {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.entity-info-list {
  flex: 0 1 auto;
  min-width: 250px;
  border-right: 1px solid #e5e7eb;
  padding-right: 20px;
}

.entity-info-list:last-child {
  border: none;
}

@media (max-width: 742px) {
  .entity-info-users {
    padding-right: 0;
    border-right: none;
  }
}

.entity-info-section {
  margin-bottom: 12px;
}

.entity-info-section:last-child {
  margin-bottom: 0;
}

.entity-info-section-label {
  text-transform: uppercase;
  color: #55565b;
  font-weight: 700;
}

.entity-info-section {
  .entity-info-section-item,
  .entity-info-section-bundles,
  .entity-info-section-label {
    font-size: 14px;
    min-height: 22px;
    margin: 0 0 12px;
  }
}

.entity-info-section-item:last-child {
  margin: 0;
}

.entity-info-section-item a {
  margin-right: 5px;
  color: #0036b3;
  text-decoration: none;
}

.entity-info-section-item a:hover {
  text-decoration: underline;
}

.entity-info-section-bundles {
  display: flex;
  gap: 16px;
}

.entity-info-section-status {
  display: flex;
  gap: 16px;
}

.entity-info-section-status > span {
  font-size: 12px;
  color: #666666;
}
