.content-fragment.thread-details .content-details .attribute-list .attribute-item .ui-userpresence {
  margin-right: 10px / 4;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.author {
  border-bottom: 0px;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote a {
  margin-right: 10px / 2;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote.vote a,
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote.unvote a {
  font-size: 12.6px;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote .attribute-description.singular {
  display: none;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote[data-count="0"][data-isAuthor="True"] {
  padding: 0;
  display: none;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote[data-count="0"].vote a.add {
  color: #025ea9;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote[data-count="0"].vote a.add:before {
  width: 15.4px;
  height: 15.4px;
  font-size: 15.4px;
  line-height: 15.4px;
  margin-right: 2px;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote[data-count="0"].vote a.add:before {
  margin-left: 1px;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote[data-count="1"] .attribute-description.plural {
  display: none;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote[data-count="1"] .attribute-description.singular {
  display: inline;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote.unvote a {
  color: #898c8e;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.vote.unvote a:hover {
  color: #025ea9;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.state .attribute-value {
  font-size: 16.8px;
  color: #54585a;
  font-weight: 600;
  padding-left: 1px;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.state.suggested .attribute-value a {
  font-size: 16.8px;
  color: #FED141;
  font-weight: 600;
  padding-left: 1px;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.state.suggested .attribute-value a::after {
  margin-left: 10px;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.state.verified .attribute-value a {
  font-size: 16.8px;
  color: #47A478;
  font-weight: 600;
  padding-left: 1px;
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.state.verified .attribute-value a::after {
  margin-left: 10px;
}

.content-details.minimal .attribute-list {
    border: solid 1px var(--color-gray-200);
    border-radius: var(--space-1);
    padding: var(--space-3);
    background: var(--color-blue-100);
    box-shadow: 8px 8px 12px 0px #bebebe;
}
.content-fragment.thread-details .content-fragment-content h2 {
      padding: var(--space-3) 0;
}
.content-details.minimal .attribute-list .attribute-item.suggested {
    background: var(--color-yellow-500);
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.state.suggested .attribute-value a  {
    color: var(--color-black);
    font-weight: 500;
}
.content-details.minimal .attribute-list .attribute-item.verified {
    background: var(--color-green-700);
}
.content-fragment.thread-details .content-details .attribute-list .attribute-item.state.verified .attribute-value a  {
    color: var(--color-white);
    font-weight: 500;
}

