/* Styles for assets/css/archive.css */

.archive-newspaper-page {
  --container: 1000px;
  background: var(--body-bg);
  color: #151515;
}

.archive-newspaper-page .container.first {
  padding-bottom: 18px;
}

.archive-newspaper-page .section-breadcrumbs {
  margin-bottom: 28px;
}

.archive-newspaper-masthead {
  text-align: center;
}

.archive-newspaper-page .newspaper-masthead__logo {
  width: var(--logo-width);
  max-width: var(--logo-width);
  min-width: var(--logo-width);
  margin: 0 auto 18px;
}

.archive-newspaper-page .newspaper-masthead__logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
  filter: grayscale(1);
}

.archive-newspaper-head {
  padding-bottom: 36px;
}

.archive-newspaper-page .newspaper-masthead__subtitle {
  max-width: 760px;
  margin: 14px auto 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.68);
}

.archive-newspaper-story .container {
  padding-top: 0;
}

.archive-newspaper-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.archive-loop-item {
  margin: 0;
}

@media (max-width: 767px) {
  .archive-newspaper-masthead {
    text-align: left;
  }

  .archive-newspaper-page .newspaper-masthead__logo {
    margin-left: 0;
    margin-right: 0;
  }

  .archive-newspaper-page .newspaper-masthead__subtitle {
    margin-left: 0;
    margin-right: 0;
  }

  .archive-newspaper-list {
    gap: 18px;
  }
}
