/* WordPress integration */
.admin-bar .sg-header,
.admin-bar .internal-header {
  top: 32px;
}

.footer-contact-email {
  display: inline-block;
  margin-top: 22px;
  color: #0d3a69;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(13, 58, 105, 0.3);
}

.wp-default-content,
.wp-404 {
  min-height: 70vh;
  padding-block: 180px 100px;
}

.wp-default-content > h1,
.wp-404 > h1 {
  color: #072d55;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 6vw, 78px);
}

@media (max-width: 782px) {
  .admin-bar .sg-header,
  .admin-bar .internal-header {
    top: 46px;
  }
}
