.search-result-section {
  margin-bottom: 50px;
}

.list-item {
  padding: 1em;
}
.list-item:not(:last-child) {
  margin-bottom: 1em;
}

.list-item__table {
  width: 100%;
  table-layout: fixed;
}
.list-item__table td, .list-item__table th {
  border: 1px solid var(--tantive-main-dark-color);
}
.list-item__table td {
  padding: 0.5em;
  word-break: break-all;
}
.list-item__table td[rowspan] {
  vertical-align: middle;
}

.list-item__property-name {
  width: 20%;
}

.list-item__property-code {
  width: 10%;
}

.list-item__property-char {
  width: 20%;
}

.list-item__property-htnl {
  width: 10%;
}

.list-item___char-td {
  text-align: center;
}

.list-item__char-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.list-item__char--char {
  font-size: 2em;
  line-height: 0;
  text-align: center;
}

.list-item__char--char-title {
  line-height: 1;
}

.list-item__char--input {
  border-width: 0;
  width: 2em;
  background-color: transparent;
}

.emoji-detail-button {
  background-color: #efefef;
  font-size: 0.75em;
  font-weight: bold;
  padding: 3px 0.5em;
  border: 1px solid var(--tantive-main-dark-color);
  border-radius: 3px;
}

.no-such-category {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.no-such-category h2::before {
  display: none;
}
.no-such-category p {
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=style-tools-emoji-search-result.css.map */