.tp-access-dialog {
  width: min(430px, calc(100% - 28px));
  padding: 0;
  color: #272522;
  background: transparent;
  border: 0;
}

.tp-access-dialog::backdrop {
  background: rgba(32, 29, 35, .58);
  backdrop-filter: blur(4px);
}

.tp-access-card {
  position: relative;
  padding: 32px;
  background: #fffdf9;
  border: 1px solid #e2ddd5;
  border-radius: 8px;
}

.tp-access-kicker {
  margin: 0 0 8px !important;
  color: #d85f75 !important;
  font-size: 11px !important;
  font-weight: 750;
}

.tp-access-card h2 { margin: 0; font-family: "Songti SC", "STSong", serif; font-size: 28px; letter-spacing: 0; }
.tp-access-card > p:not(.tp-access-kicker) { margin: 12px 0 22px; color: #77716c; font-size: 14px; line-height: 1.7; }
.tp-access-card label { display: block; margin-bottom: 7px; color: #5c5854; font-size: 12px; font-weight: 700; }
.tp-access-card input { width: 100%; height: 52px; padding: 0 14px; color: #272522; background: #fff; border: 1px solid #cbc4bd; border-radius: 6px; outline: none; font: inherit; text-transform: uppercase; }
.tp-access-card input:focus { border-color: #e7788a; }
.tp-access-submit { width: 100%; height: 48px; margin-top: 12px; color: #fff; background: #272522; border: 0; border-radius: 6px; font: inherit; font-weight: 700; cursor: pointer; }
.tp-access-submit:disabled { opacity: .6; cursor: wait; }
.tp-access-close { position: absolute; top: 11px; right: 11px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; color: #7d7771; background: transparent; border: 0; font-size: 25px; cursor: pointer; }
.tp-access-message { display: block; min-height: 20px; margin-top: 10px; color: #bd425c; font-size: 12px; text-align: center; }
.tp-access-card small { display: block; margin-top: 10px; color: #928d87; font-size: 11px; text-align: center; }

@media (max-width: 600px) {
  .tp-access-card { padding: 30px 20px 24px; }
}
