/* Scoped to the exact Yotsuya tenant by yotsuya-relocation.js. */
.relocation-notice[hidden] {
  display: none;
}

.myuco-yotsuya-relocated .relocation-notice {
  max-width: 920px;
  margin: 32px auto 8px;
  padding: 30px 36px;
  border: 1px solid #d8b6be;
  border-radius: 16px;
  background: #fff8fa;
  color: #3e3035;
  scroll-margin-top: 100px;
}

.relocation-label {
  margin: 0 0 8px;
  color: #945269;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.relocation-notice h2 {
  margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.5;
}

.relocation-notice > p:not(.relocation-label) {
  margin: 12px 0;
  line-height: 1.9;
}

.relocation-booking-link {
  display: inline-block;
  max-width: 100%;
  margin: 12px 0;
  padding: 14px 24px;
  border-radius: 8px;
  background: #82465b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}

.relocation-booking-link small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .03em;
}

.relocation-booking-link:hover {
  background: #653446;
}

.relocation-booking-link:focus-visible {
  outline: 3px solid #82465b;
  outline-offset: 4px;
}

.relocation-address,
.relocation-existing {
  font-size: 13px;
  color: #68535b;
}

@media (max-width: 640px) {
  .myuco-yotsuya-relocated .relocation-notice {
    margin: 22px 16px 6px;
    padding: 24px 20px;
  }

  .relocation-notice > p:not(.relocation-label) {
    font-size: 14px;
  }

  .relocation-booking-link {
    width: 100%;
    padding: 14px 12px;
    font-size: 15px;
  }
}
