@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
.title-bar {
  justify-content: space-between;
  margin-bottom: 25px;
}

.date-post-list .post-row .blog-date {
  margin-right: 1em;
}

.post-body {
  border-top: 2px solid #707070;
  padding-top: clamp(40px, 5vw, 66px);
}

.pdf-wrapper {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  height: 0px;
}
.pdf-wrapper iframe {
  display: none;
}
@media screen and (min-width: 651px) {
  .pdf-wrapper {
    height: auto;
    aspect-ratio: 1/1.1;
    margin-bottom: clamp(80px, 10vw, 150px);
  }
  .pdf-wrapper iframe {
    display: unset;
    width: 100%;
    height: 100%;
    border: unset;
  }
}

.link-container .a-btn,
.form-wrapper .a-btn {
  box-sizing: border-box;
  padding: 0.9em 3em 0.9em 3.3em;
  white-space: nowrap;
  background-position: right 0.5em center;
  background-size: 1.5em;
  font-size: clamp(12px, 1vw, 18px);
  text-align: start;
}

section.monthly-newspaper .link-container {
  margin: 0 auto clamp(50px, 6vw, 80px);
  justify-content: center;
  column-gap: clamp(20px, 4vw, 40px);
  row-gap: 20px;
}

section.yearly-newspaper .form-wrapper {
  border-top: 2px solid #434343;
  padding-top: clamp(20px, 3vw, 40px);
  margin-bottom: clamp(80px, 10vw, 120px);
}
section.yearly-newspaper .form-wrapper .year-filter {
  justify-content: center;
  column-gap: clamp(20px, 4vw, 40px);
  row-gap: 20px;
}

nav.adjacent-nav {
  margin-top: 0;
}

@media screen and (max-width: 651px) {
  section.pn-title .title-bar .download-btn {
    width: 100%;
    margin: 1em 0 0 0;
  }
}

/*# sourceMappingURL=parish-news.css.map */
