.representation-review {
  padding: 14px 22px;
  border-bottom: 1px solid #edf0f1;
  background: #f8fafb;
  color: #55646d;
  overflow-wrap: anywhere;
}
.representation-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 9px;
  font-size: 12px;
  line-height: 1.6;
}
.representation-heading strong { font-weight: 550; color: #384950; }
.representation-heading span { color: #75858c; font-size: 11px; }
.representation-heading span::before { content: "·"; margin-right: 9px; }
.representation-review > p { margin: 6px 0 0; font-size: 12px; line-height: 1.65; }
.representation-sources { margin-top: 9px; }
.representation-sources > summary { cursor: pointer; color: #627c89; font-size: 11px; line-height: 1.6; }
.representation-sources > summary:focus-visible { outline: 2px solid #86b7f8; outline-offset: 3px; }
.representation-quote { margin: 11px 0 0; padding: 0 0 0 11px; border-left: 2px solid #d8e3e7; overflow-wrap: anywhere; }
.representation-quote p { margin: 0; color: #667780; font-size: 11px; line-height: 1.65; white-space: pre-wrap; }
.representation-quote cite { display: block; margin-top: 4px; color: #84939b; font-size: 10px; line-height: 1.6; font-style: normal; }
.representation-field-hint { display: block; margin-top: 6px; font-size: 10px; line-height: 1.6; color: #73858e; overflow-wrap: anywhere; }
@media (max-width: 1150px) { .representation-review { padding-left: 17px; padding-right: 17px; } }
