/* UI neutral */
/* status */
.emotions-info-text {
  background: rgba(0, 0, 0, 0.3);
}

.emotions-table {
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
}
.emotions-table thead th {
  letter-spacing: 0.1em;
  padding: 0.9rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.emotions-table tbody th, .emotions-table tbody td {
  padding: 0.9rem 0.9rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  word-break: break-word;
  hyphens: auto;
}
.emotions-table ul {
  padding-left: 20px;
}
.emotions-table .emotion-quotes-list .is-extra {
  max-height: 0;
  overflow: hidden;
}
.emotions-table .emotion-quotes-list.expanded .is-extra {
  max-height: initial;
  overflow: initial;
}
.emotions-table .toggle-li {
  list-style: none;
  margin-top: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .emotions-table .emotion-quotes-list .is-extra {
    transition: none !important;
  }
}/*# sourceMappingURL=emotion_database.css.map */