/* Custom overrides for dwmkerr.com */

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 720px;
  margin: 0 auto;
  width: 96%;
}

.header-row .p-title {
  margin: 0;
}

.p-title--small {
  font-size: 2rem;
}

.header-icons .c-links {
  margin: 0;
  padding: 0;
}

.header-icons .c-links__item {
  margin: 0 0 0 8px;
}

.header-icons .c-links a {
  height: 24px;
  width: 24px;
}

.header-icons .c-links__icon {
  height: 12px;
  width: 12px;
}

.header-icons .c-links__icon--amazon {
  height: 16px;
  width: 16px;
}


.c-article-date {
  font-size: 1.2rem;
  color: #999;
  margin-top: 40px;
  text-align: right;
}

.c-article-old-notice {
  font-size: 1.2rem;
  color: #999;
  font-style: italic;
  margin: 8px 0;
}

.c-article-age {
  font-size: 1.1rem;
  color: #bbb;
  font-style: italic;
  margin: 0;
}

.c-article__summary {
  color: #999;
  font-size: 1.4rem;
  line-height: 1.8;
}
