.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 16px;
  border-radius: 6px;
  background: #fff;
  color: #071b36;
  font-weight: 800;
}

.custom-logo-link,
.custom-logo-link img {
  display: block;
}

.site-footer .menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .menu li {
  margin: 0;
}

.wp-content {
  min-height: 55vh;
  padding: clamp(64px, 9vw, 110px) 0;
  background: #f6f8fb;
}

.wp-content-wrap {
  max-width: 900px;
}

.wp-content-narrow {
  max-width: 760px;
}

.wp-content h1 {
  margin: 0 0 30px;
  color: #071b36;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.entry-content > * + * {
  margin-top: 1.4em;
}

.entry-content img,
.entry-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.post-list {
  display: grid;
  gap: 18px;
}

.post-card {
  padding: 28px;
  border: 1px solid #cbd8e7;
  border-radius: 18px;
  background: #fff;
}

.post-card h2 {
  margin: 0 0 10px;
  color: #071b36;
}

.navigation.pagination,
.post-navigation {
  margin-top: 38px;
}

.comments-area {
  margin-top: 54px;
  padding-top: 36px;
  border-top: 1px solid #cbd8e7;
}

.comment-list {
  padding-left: 22px;
}

.comment-list li + li {
  margin-top: 24px;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #b8cbe3;
  border-radius: 8px;
  font: inherit;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.nav-links a,
.nav-links .current {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #bfd0e5;
  border-radius: 8px;
  background: #fff;
}

body.admin-bar header.site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar header.site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar header.site-header {
    top: 0;
  }
}
