/* USC's published web cardinal (#990000), expressed as its exact RGB value.
   https://identity.usc.edu/identity/color/ */
.affiliation-usc {
  color: rgb(153, 0, 0);
}

/* Colors from Google's official wordmark asset.
   https://www.gstatic.com/images/branding/googlelogo/svg/googlelogo_clr_74x24px.svg */
.affiliation-google {
  white-space: nowrap;
}

.affiliation-google__blue {
  color: rgb(66, 133, 244);
}

.affiliation-google__red {
  color: rgb(234, 67, 53);
}

.affiliation-google__yellow {
  color: rgb(251, 188, 5);
}

.affiliation-google__green {
  color: rgb(52, 168, 83);
}

/* Keep the affiliation logo separate from the profile's social links. */
.author__affiliation {
  margin-top: 16px;
}

.author__affiliation a {
  display: block;
  width: 160px;
  max-width: 100%;
}

.author__affiliation img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .author__affiliation a { width: 120px; }
}
