/* WordPress integration adjustments layered over the confirmed static CSS. */

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

.katoseitai-cta-phone {
  display: grid;
  min-width: min(100%, 21rem);
  padding: 1rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.katoseitai-cta-phone span,
.katoseitai-cta-phone small {
  color: #cbd7e2;
  font-size: 0.75rem;
}

.katoseitai-cta-phone strong {
  color: #f1d6a3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  letter-spacing: 0.04em;
}

.copy-exact .site-footer > .l-container {
  padding-top: clamp(3.5rem, 7vw, 6rem);
}

.wp-block-image img,
.wp-post-image {
  height: auto;
}

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