.vs-pwa-modal-card {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  border: 1px solid rgba(227, 201, 157, .42);
  border-radius: 10px;
  background: #fffaf2;
  box-shadow: 0 22px 70px rgba(17, 24, 20, .28);
  padding: clamp(20px, 4vw, 30px);
  color: #49372f;
}

.vs-pwa-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(73, 55, 47, .12);
  border-radius: 999px;
  background: rgba(73, 55, 47, .06);
  color: #49372f;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.vs-pwa-kicker {
  display: inline-block;
  color: #8b3f34;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vs-pwa-modal-card h2 {
  margin: 8px 42px 10px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.03;
  overflow-wrap: anywhere;
}

.vs-pwa-modal-card p {
  margin: 0;
  color: rgba(73, 55, 47, .78);
  font-size: 17px;
  line-height: 1.45;
}

.vs-pwa-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 18px;
}

.vs-pwa-actions .vs-button {
  min-height: 52px;
  justify-content: center;
}

.vs-pwa-help {
  margin-top: 14px !important;
  border: 1px solid rgba(82, 125, 112, .24);
  border-radius: 8px;
  background: rgba(82, 125, 112, .09);
  padding: 12px;
  font-size: 14px !important;
}

.vs-pwa-modal-open {
  overflow: hidden;
}

.vs-login-screen {
  grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  min-height: calc(100vh - var(--vs-header-h));
}

.vs-login-photo {
  position: relative;
  min-height: 620px;
}

.vs-login-photo img {
  object-position: center;
}
