highlighthit {
  font-weight: 600; }

.result-container .image-container {
  height: 40px;
  margin-top: 4px;
  margin-right: 12px; }

.result-container .summary-container {
  margin: 0 12px 0 0; }
  .result-container .summary-container .result-title-container {
    margin-bottom: 0px; }
    .result-container .summary-container .result-title-container .result-title {
      font-size: 21px;
      line-height: 30px;
      color: rgba( 0, 0, 0 ,  1 );
      color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
      font-weight: 300;
      max-width: 1006px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .result-container .summary-container .result-title-container .title-metadata-container {
      margin-left: 10px; }
  .result-container .summary-container .result-sub-title {
    margin-top: -1px;
    font-size: 0.75rem;
    color: rgba(16, 124, 16, 1);
    color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.result-container .result-description {
  margin-bottom: 0px;
  margin-top: 3px;
  max-height: 2.275rem;
  font-size: 0.875rem;
  line-height: 1.3;
  white-space: normal;
  overflow: hidden;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.result-container .result-right-section {
  margin-top: 7px; }
