.NugetLogo {
  color: #2b88d8; }

.NPMLogo {
  color: #da0a00; }

.ApacheMavenLogo {
  color: #ff9d00; }

.GradleLogo32 {
  color: #6e6e6e; }

.package-icon {
  font-size: 1.5rem;
  height: 24px;
  width: 24px;
  top: 20px;
  left: 18px;
  margin-top: 6px; }

.package-result .result-title-container {
  max-width: 792px; }

.package-result .search-result-title {
  font-size: 0.9375rem;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  height: 20px;
  left: 54px;
  top: 12px;
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
  border: none !important; }

.package-result .result-description {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  /* @TODO: The max-width overriding should be removed. */
  max-width: 825px; }
