/*GOODREADS*/
#goodreads-widget {
  padding: 18px 0;
  width: 100%;
  font-family: "Hypatia Sans Pro";
}
#goodreads-widget h1 {
  font-family: "Noto Sans Extracondensed";
  font-size: var(--text-xl);
  border-bottom: 1px solid var(--primary);
  margin-bottom: var(--space-2xs);
}
#goodreads-widget a {
  text-decoration: none;
  color: var(--text-title);
}
#goodreads-widget a:hover {
  color: var(--primary);
}
#gr_footer {
  width: 100%;
  text-align: right;
}
#goodreads-widget .gr_branding {
  color: var(--primary);
  font-size: 11px;
  text-decoration: none;
  font-style: italic;
  font-family: "Hypatia Sans Pro";
}
