.stay22-accommodation-map {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.stay22-copy h4 {
  margin: 5px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
}

.stay22-copy p:last-child,
.stay22-disclosure,
.stay22-fallback {
  color: rgba(24, 35, 31, 0.66);
  font-size: 0.86rem;
  line-height: 1.5;
}

.stay22-copy p:last-child,
.stay22-disclosure {
  margin: 0;
}

.stay22-frame {
  height: 520px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fffdf8;
}

.stay22-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.stay22-fallback {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fffdf8;
}

@media (max-width: 640px) {
  .stay22-frame {
    height: 430px;
  }
}
