.master-snippet-panel {
  max-height: min(330px, calc(100vh - 16px));
}

#starBtn.starred,
.thread-star {
  color: #f5b301;
}

.record-kind {
  margin: -5px 0 12px;
  color: var(--muted);
  font-size: 12px;
}

.details-note {
  margin: 12px 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.conversation-search-results {
  position: absolute;
  z-index: 50;
  top: 112px;
  left: 10px;
  right: 10px;
  max-height: min(430px, calc(100vh - 190px));
  overflow: auto;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 30px #15233a26;
}

.conversation-search-hit {
  display: grid;
  width: 100%;
  gap: 3px;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.conversation-search-hit:hover { background: #f0f5ff; }
.conversation-search-hit small { color: var(--muted); }
.conversation-search-hit span { overflow: hidden; color: #334155; text-overflow: ellipsis; white-space: nowrap; }
.search-result-status { padding: 14px; color: var(--muted); text-align: center; }

@media (max-width: 760px) {
  .conversation-search-results { top: 166px; }
}
