:root.card-mode .thread-empty.compact {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

:root.card-mode #card-link-search-form {
  width: 100%;
  min-width: 0;
  height: 44px;
  flex: 0 0 44px;
  gap: 8px;
  padding: 3px 3px 3px 13px;
  border-radius: 12px;
}

:root.card-mode #card-link-search-form button {
  display: inline-flex;
  height: 36px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 9px;
  color: #fff;
  background: var(--main-blue);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

:root.card-mode #card-link-search-form button:hover {
  background: #14549f;
}

:root.card-mode #card-link-search-form button:focus-visible {
  outline: 3px solid rgba(24, 99, 188, 0.34);
  outline-offset: 2px;
}

:root.card-mode #card-link-results {
  width: 100%;
  min-width: 0;
}

:root.card-mode .search-contact {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  gap: 8px;
  padding: 9px 10px;
}

:root.card-mode .search-contact .avatar {
  width: 36px;
  height: 36px;
  font-size: 12px;
}

:root.card-mode .search-contact .search-result-copy {
  min-width: 0;
}

:root.card-mode .search-contact .search-result-copy strong {
  font-size: 15px;
  line-height: 1.2;
}

:root.card-mode .search-contact .search-result-copy span {
  font-size: 12px;
  line-height: 1.25;
}

:root.card-mode .search-contact > span:last-child {
  flex: 0 0 auto;
  color: var(--main-blue);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
