.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 8px;
  background: #32180f;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(50, 24, 15, 0.22);
}

.skip-link:focus {
  top: 16px;
}

.article-summary {
  max-width: 590px;
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid #bc7040;
  background: rgba(255, 255, 255, 0.58);
  color: #5f5148;
}

.article-summary strong {
  display: block;
  margin-bottom: 8px;
  color: #5a2e19;
  font-size: 13px;
}

.article-summary p {
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.72;
}

.article-byline {
  margin: 15px 0 0;
  color: #8b776a;
  font-size: 12px;
  line-height: 1.6;
}

.article-byline a {
  color: #744327;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.official-source {
  max-width: 980px;
  margin: -70px auto 90px;
  padding: 0 24px;
  color: #786b63;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}

.official-source a {
  color: #7b4729;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 720px) {
  .article-summary {
    margin-top: 20px;
    padding: 15px 16px;
  }

  .article-summary p {
    font-size: 13px;
  }

  .article-byline {
    font-size: 11px;
  }

  .official-source {
    margin-top: -52px;
    margin-bottom: 70px;
    text-align: left;
  }
}
