body { padding-top: 100px; }

.shop-contact {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  min-height: 100px;
  font-size: 18px;
  background: rgba(9, 11, 13, .94);
  backdrop-filter: blur(14px);
}

.shop-contact > .shell {
  min-height: 100px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  line-height: 1.2;
}

.shop-contact .address,
.shop-contact span { color: #d2d2d5; font-size: 18px; text-decoration: none; }
.shop-contact a:last-child { color: #fff; font-size: 23px; font-weight: 800; text-decoration: none; }

.form-dialog {
  width: min(680px, calc(100% - 24px));
  height: min(720px, calc(100dvh - 24px));
  max-width: 680px;
  max-height: 720px;
  padding: 42px 10px 10px;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 12px;
}

.form-dialog iframe { min-height: 100%; }
.form-dialog .close { z-index: 2; color: #202226; }

@media (max-width: 650px) {
  body { padding-top: 100px; }
  .shop-contact { min-height: 100px; font-size: 16px; }
  .shop-contact > .shell { min-height: 100px; padding: 14px 8px; gap: 7px; }
  .shop-contact .address,
  .shop-contact span { max-width: none; font-size: 16px; }
  .shop-contact a:last-child { font-size: 21px; }
  .form-dialog {
    width: calc(100% - 12px);
    height: calc(100dvh - 12px);
    max-height: none;
    padding: 40px 4px 4px;
    border-radius: 9px;
  }
}
