:host {
  display: block;
  margin-right: 30px;
}

.content {
  display: grid;
  grid-template-columns: 240px 3fr;
  margin: 32px 0;
  border: 1px solid var(--color-gray-eee);
}

.title {
  margin: 0;
}

.description {
  margin: 16px 0;
  font-size: 14px;
  color: #828ea0;
}

.field {
  display: contents;
}

.value {
  display: flex;
}

.label {
  background-color: #fafbfd;
  border-right: 1px solid var(--color-gray-eee);
}

.label,
.value {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  min-height: 38px;
  padding: 8px 18px;

  font-size: 14px;
  color: var(--color-gray-222);

  border-bottom: 1px solid var(--color-gray-eee);
}

.link {
  cursor: pointer;
  color: var(--accent-color-bg);

  &:hover {
    text-decoration: underline;
  }
}

.branches {
  white-space: pre;
}
