li {
  list-style: none;
}

.textblock__title {
  display: flex;
  background-color: #F7F7F7;
  color: #575757;
  height: 30px;
  padding: 0px 16px;
  word-wrap: break-word;
}

.textblock__title h1 {
  flex-grow: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}

.textblock__title__edit {
  flex-grow: 0;
  line-height: 30px;
}

.textblock__title__edit a {
  cursor: pointer;
  color: #1DAF9E;
  padding: 4px 8px;
  border: 1px solid #1DAF9E;
  border-radius: 4px;
  font-size: 12px;
}

.textblock__body {
  padding: 16px;
  font-size: 12px;
  color: #7A7A7A;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 60px;
  word-wrap: break-word;
}

.textblock__body .url {
  text-align: left;
  margin: 0px 0px 8px;
}

.textblock__body p {
  margin: 0px 0px 8px;
}

.textblock__body h2 {
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
}

.textblock__body table {
  width: 100%;
  margin: 0px 0px 8px;
}

.textblock__body table td, .textblock__body table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.textblock__body table th {
  font-weight: 700;
  word-break: keep-all;
}

.textblock__table {
  padding: 16px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(auto, 80px) 1fr;
  grid-gap: 4px;
}

.textblock__table__key {
  grid-column: 1;
  word-break: break-all;
  font-size: 12px;
  color: #7A7A7A;
  line-height: 1.6;
}

.textblock__table__val {
  grid-column: 2;
  word-break: break-all;
  font-size: 12px;
  color: #7A7A7A;
  line-height: 1.6;
}

.textblock__table__val h2 {
  font-weight: bold;
  font-size: 14px;
}
