/* Page cleanup: applies only to a page that contains this archive shortcode. */
.aua-update-archive-page .container-full:has([aria-label="breadcrumb"]),
.aua-update-archive-page .article-header,
.aua-update-archive-page .site-addswarp.pc.top,
.aua-update-archive-page .sidebar-wrapper {
  display: none;
}

.aua-update-archive-page .content-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

.aua-update-archive-page .content-wrapper > .card {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.aua-update-archive-page .post-content {
  padding: 0;
}

.aua-update-archive-page .post-content > p:first-child {
  display: none;
}

.aua-archive {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  color: #40566e;
}

.aua-title {
  margin: 0 0 1rem;
  color: #f20d0d;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.aua-year + .aua-year {
  margin-top: 1.75rem;
}

.aua-year h3 {
  margin: 0 0 .85rem;
  color: #40566e;
  font-size: 1.1rem;
  font-weight: 600;
}

.aua-month {
  padding-left: 0;
}

.aua-month + .aua-month {
  margin-top: .9rem;
}

.aua-month h4 {
  margin: 0 0 .35rem;
  color: #40566e;
  font-size: 1rem;
  font-weight: 600;
}

.aua-month ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aua-month li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .65rem;
  align-items: baseline;
  margin: .35rem 0;
  line-height: 1.65;
}

.aua-month li::before {
  display: none;
}

.aua-month time {
  color: #66788a;
  font-size: .94em;
  white-space: nowrap;
}

.aua-month time::before {
  content: "(";
}

.aua-month time::after {
  content: ")";
}

.aua-month a {
  color: #40566e;
  text-decoration: none;
}

.aua-month a:hover,
.aua-month a:focus {
  color: #1677ff;
  text-decoration: underline;
}

.aua-empty,
.aua-notice {
  max-width: 820px;
  margin: 1.5rem auto;
  padding: .85rem 1rem;
  border-left: 3px solid #5d9cec;
  background: #f5f9ff;
}

@media (max-width: 767px) {
  .aua-archive {
    padding: 1.25rem 1rem 2rem;
  }

  .aua-month li {
    gap: .45rem;
  }
}
