/* Front-end auth pages built around Elementor form handlers. */
body.pq-auth-page{
  --pq-auth-bg: #242424;
  --pq-auth-panel: #2c2d30;
  --pq-auth-panel-strong: #343538;
  --pq-auth-border: rgba(255,255,255,0.1);
  --pq-auth-border-strong: rgba(255,255,255,0.18);
  --pq-auth-text: #ffffff;
  --pq-auth-muted: rgba(255,255,255,0.68);
  --pq-auth-subtle: rgba(255,255,255,0.5);
  --pq-auth-field: #eceff4;
  --pq-auth-field-text: #20242a;
  --pq-auth-gold: #f0c62e;
  --pq-auth-gold-hover: #ffd84d;
  --pq-auth-danger: #ff6b6b;
  min-height: 100dvh;
  background-color: var(--pq-auth-bg);
  color: var(--pq-auth-text);
  font-family: 'Visby', sans-serif;
}

body.pq-auth-reset-virtual{
  background-image:
    linear-gradient(rgba(20,21,23,0.82), rgba(20,21,23,0.82)),
    url('/wp-content/uploads/2026/03/Culture_Boxes_SectionImage.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body.pq-auth-code-page{
  background: var(--pq-auth-bg);
}

body.pq-auth-page,
body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) :is(h1,h2,h3,h4,h5,h6,p,a,span,strong,em,small,label,input,button,textarea){
  font-family: 'Visby', sans-serif !important;
  letter-spacing: 0 !important;
}

body.pq-auth-page.elementor-template-canvas :is(#page, .elementor){
  min-height: 100dvh;
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) :is(.elementor-invisible, .animated, .fadeIn, .fadeInUp, .fadeInDown){
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) :is(input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea){
  width: 100% !important;
  min-height: 42px !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 12px !important;
  background: var(--pq-auth-field) !important;
  color: var(--pq-auth-field-text) !important;
  -webkit-text-fill-color: var(--pq-auth-field-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.56) !important;
  outline: none !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) textarea{
  min-height: 86px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  resize: vertical;
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) :is(input, textarea)::placeholder{
  color: rgba(32,36,42,0.46) !important;
  -webkit-text-fill-color: rgba(32,36,42,0.46) !important;
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) :is(input, textarea):focus{
  border-color: rgba(240,198,46,0.88) !important;
  box-shadow:
    0 0 0 3px rgba(240,198,46,0.16),
    inset 0 1px 0 rgba(255,255,255,0.56) !important;
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) :is(button, input[type="submit"], .elementor-button, .pq-auth-primary-button){
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 12px !important;
  background: var(--pq-auth-gold) !important;
  color: #1f1d15 !important;
  -webkit-text-fill-color: #1f1d15 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) :is(button, input[type="submit"], .elementor-button, .pq-auth-primary-button):hover{
  background: var(--pq-auth-gold-hover) !important;
  border-color: rgba(255,255,255,0.22) !important;
  transform: translateY(-1px);
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) a{
  color: var(--pq-auth-gold) !important;
  text-decoration: none !important;
}

body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) a:hover{
  color: var(--pq-auth-gold-hover) !important;
}

body.pq-auth-page .pq-auth-notice{
  width: min(100%, 460px);
  box-sizing: border-box;
  padding: 10px 12px;
  margin: 0 auto 12px !important;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.84);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

body.pq-auth-page .pq-auth-notice--success{
  background: rgba(54, 137, 92, 0.16);
  border-color: rgba(96, 214, 153, 0.46);
  color: rgba(227, 255, 239, 0.92);
}

body.pq-auth-page .pq-auth-notice--error{
  background: rgba(176, 49, 49, 0.16);
  border-color: rgba(255, 96, 96, 0.46);
  color: rgba(255, 230, 230, 0.94);
}

body.pq-auth-page--lost-password form[name="PQ Lost Password"],
.pq-auth-reset-card{
  width: min(100%, 400px);
  box-sizing: border-box;
  border: 1px solid var(--pq-auth-border);
  border-radius: 18px;
  background: rgb(43, 44, 47);
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

body.pq-auth-page--lost-password form[name="PQ Lost Password"]{
  padding: 30px 34px 34px !important;
}

body.pq-auth-page--login .elementor-widget-login form{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.pq-auth-page--login .elementor-widget-login .elementor-field-group,
body.pq-auth-page--lost-password form[name="PQ Lost Password"] .elementor-field-group,
body.pq-auth-page--register form[name="PQ Register"] .elementor-field-group{
  margin: 0 !important;
  padding: 0 !important;
}

body.pq-auth-page :is(.elementor-field-label, .elementor-login-label, label){
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}

body.pq-auth-page--login .elementor-widget-login .elementor-login__logged-in-message,
body.pq-auth-page .elementor-message{
  color: rgba(255,255,255,0.76) !important;
}

body.pq-auth-page--login .elementor-widget-login .elementor-field-type-checkbox,
body.pq-auth-page--login .elementor-widget-login .elementor-login__remember-me{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgba(255,255,255,0.76) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.pq-auth-page--login .elementor-widget-login input[type="checkbox"]{
  width: 14px !important;
  height: 14px !important;
  min-height: 0 !important;
  accent-color: var(--pq-auth-gold);
}

body.pq-auth-page--login .elementor-widget-login .elementor-lost-password{
  color: rgba(255,255,255,0.56) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.pq-auth-page--login h2{
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-align: center;
}

body.pq-auth-page--lost-password form[name="PQ Lost Password"]{
  display: grid !important;
  gap: 12px !important;
}

body.pq-auth-page--lost-password h2{
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

body.pq-auth-page--register .pq-auth-invite-card{
  width: min(100%, 908px);
  margin: 0 auto 12px;
  box-sizing: border-box;
  border: 1px solid rgba(240,198,46,0.34);
  border-radius: 14px;
  background: rgba(240,198,46,0.1);
  padding: 14px 16px;
  color: #ffffff;
}

body.pq-auth-page--register .pq-auth-invite-card--invalid{
  border-color: rgba(255,107,107,0.42);
  background: rgba(255,107,107,0.12);
}

body.pq-auth-page--register .pq-auth-invite-card__eyebrow{
  margin: 0 0 5px;
  color: var(--pq-auth-gold);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.pq-auth-page--register .pq-auth-invite-card--invalid .pq-auth-invite-card__eyebrow{
  color: #ff9b9b;
}

body.pq-auth-page--register .pq-auth-invite-card__text{
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

body.pq-auth-page--register .pq-auth-invite-card__link{
  display: inline-flex;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 900;
}

body.pq-auth-page--register form[name="PQ Register"] .elementor-form-fields-wrapper{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 14px !important;
  align-items: start !important;
}

body.pq-auth-page--register form[name="PQ Register"] :is(.elementor-field-type-textarea, .elementor-field-type-submit){
  grid-column: 1 / -1 !important;
}

body.pq-auth-page--register form[name="PQ Register"] .elementor-field-type-submit button{
  width: 100% !important;
}

body.pq-auth-page--register :is(h2,h3,h4,h5,h6){
  color: #ffffff !important;
}

body.pq-auth-page--register p{
  color: rgba(255,255,255,0.84) !important;
  font-weight: 700 !important;
}

body.pq-auth-page--register :is(h5,h6,p){
  line-height: 1.35 !important;
}

.pq-auth-standalone{
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: clamp(20px, 5vw, 48px) 16px;
  box-sizing: border-box;
}

.pq-auth-reset-card{
  display: grid;
  gap: 14px;
  padding: 28px 32px 30px;
  color: #ffffff;
}

.pq-auth-reset-card__brand img{
  display: block;
  width: min(100%, 288px);
  height: auto;
  margin: 0 auto 4px;
}

.pq-auth-reset-card__header{
  display: grid;
  gap: 6px;
}

.pq-auth-reset-card__eyebrow{
  margin: 0;
  color: var(--pq-auth-gold);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pq-auth-reset-card h1{
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.pq-auth-reset-card p{
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.pq-auth-reset-form{
  display: grid;
  gap: 12px;
}

.pq-auth-field{
  display: grid;
  gap: 6px;
}

.pq-auth-field span{
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.pq-auth-login{
  min-height: 100dvh;
  display: grid;
  place-items: center;
  width: 100%;
  margin: 0 auto;
  padding: clamp(18px, 5vw, 48px);
  background: var(--pq-auth-bg);
  box-sizing: border-box;
}

.pq-auth-login__card{
  display: grid;
  gap: 20px;
  width: min(100%, 403px);
  box-sizing: border-box;
  padding: 30px 28px 32px;
  border: 1px solid var(--pq-auth-border);
  border-radius: 16px;
  background: var(--pq-auth-panel);
  color: #ffffff;
  box-shadow: none;
}

.pq-auth-login__logo img{
  display: block;
  width: min(100%, 284px);
  height: auto;
  margin: 0 auto 0;
}

.pq-auth-login__card .pq-auth-notice{
  width: 100%;
  margin: 0 !important;
}

.pq-auth-login__form{
  display: grid;
  gap: 16px;
}

.pq-auth-login .pq-auth-field{
  gap: 7px;
}

.pq-auth-login .pq-auth-field span{
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none;
}

body.pq-auth-page .pq-auth-login .pq-auth-field input{
  min-height: 34px !important;
  padding: 0 0 8px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(245, 244, 239, 0.24) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  transition: border-color 140ms ease, color 140ms ease;
}

body.pq-auth-page .pq-auth-login .pq-auth-field input:focus{
  border-color: #e1b81f !important;
  box-shadow: none !important;
}

.pq-auth-login__meta-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pq-auth-login__remember{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0 !important;
  color: rgba(255,255,255,0.76) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.pq-auth-login__remember input{
  width: 14px !important;
  height: 14px !important;
  min-height: 0 !important;
  margin: 0 !important;
  accent-color: var(--pq-auth-gold);
}

.pq-auth-login__lost{
  flex: 0 0 auto;
  color: rgba(255,255,255,0.62) !important;
  font-size: 12px;
  font-weight: 900;
}

.pq-auth-login__submit{
  width: 100%;
}

.pq-auth-login__register{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-top: 2px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.pq-auth-login__register a{
  font-weight: 900;
}

.pq-auth-recovery__copy{
  margin: -4px 0 0;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.pq-auth-recovery .pq-auth-text-link{
  margin-top: -2px;
}

.pq-auth-text-link{
  justify-self: center;
  color: rgba(255,255,255,0.68) !important;
  font-size: 12px;
  font-weight: 900;
}

.pq-auth-register{
  align-items: center;
  padding-top: clamp(18px, 3vw, 34px);
  padding-bottom: clamp(18px, 3vw, 34px);
}

.pq-auth-register .pq-auth-login__card{
  width: min(100%, 760px);
  gap: 20px;
  padding: 30px 34px 32px;
}

.pq-auth-register__intro{
  display: grid;
  gap: 24px;
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  background: var(--pq-auth-panel-strong);
}

.pq-auth-register__head{
  display: grid;
  gap: 18px;
  max-width: none;
  margin: 0;
  text-align: left;
}

.pq-auth-register__head h1{
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.pq-auth-register__head p{
  margin: 0;
  color: rgba(255,255,255,0.66) !important;
  font-size: 15px;
  font-weight: 800 !important;
  line-height: 1.55;
}

.pq-auth-register__head p a{
  margin-left: 8px;
  font-weight: 850 !important;
  white-space: nowrap;
}

.pq-auth-register__support{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  color: rgba(255,255,255,0.92) !important;
  font-size: 16px;
  font-weight: 850 !important;
  line-height: 1.35;
}

.pq-auth-register__support a{
  font-weight: 900 !important;
}

.pq-auth-register .pq-auth-invite-card{
  width: 100%;
  margin: 0;
}

.pq-auth-register__form{
  display: grid;
  gap: 18px;
}

.pq-auth-register__fieldset{
  display: grid;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.pq-auth-register__legend{
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 0;
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.pq-auth-register__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 22px;
  align-items: start;
}

.pq-auth-register__guidance-copy{
  display: grid;
  gap: 16px;
  text-align: left;
}

.pq-auth-register__guidance-copy h2{
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.06;
}

.pq-auth-register__guidance-copy p{
  margin: 0;
  color: rgba(255,255,255,0.92) !important;
  font-size: 14px;
  font-weight: 800 !important;
  line-height: 1.48;
}

.pq-auth-register__guidance-block{
  display: grid;
  gap: 12px;
}

.pq-auth-register__guidance-block h3{
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.pq-auth-register__guidance-item{
  display: grid;
  gap: 5px;
}

.pq-auth-register__guidance-item strong,
.pq-auth-register__guidance-example dt{
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.pq-auth-register__guidance-example{
  display: grid;
  gap: 12px;
  margin: 0;
}

.pq-auth-register__guidance-example > div{
  display: grid;
  gap: 4px;
}

.pq-auth-register__guidance-example dd{
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.pq-auth-register__guidance-note{
  color: rgba(255,255,255,0.78) !important;
}

body.pq-auth-register-modal-open{
  overflow: hidden;
}

.pq-auth-register__overlay{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 140ms ease, visibility 140ms ease;
  z-index: 1000;
}

.pq-auth-register__overlay.is-open,
.pq-auth-register__overlay:target{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pq-auth-register__overlay-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(12,12,14,0.82);
}

.pq-auth-register__overlay-dialog{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  width: min(100%, 660px);
  max-height: min(100dvh - 48px, 760px);
  overflow: auto;
  padding: 28px 30px;
  border: 1px solid var(--pq-auth-border);
  border-radius: 18px;
  background: var(--pq-auth-panel);
  box-shadow: 0 20px 48px rgba(0,0,0,0.34);
}

.pq-auth-register__overlay-actions{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.pq-auth-register__overlay-acknowledge{
  min-width: 170px;
  align-self: flex-start;
  width: auto !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 18px !important;
}

.pq-auth-register .pq-auth-field{
  gap: 7px;
}

.pq-auth-register .pq-auth-field--full{
  grid-column: 1 / -1;
}

.pq-auth-register .pq-auth-field span{
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: none;
}

.pq-auth-register .pq-auth-field span b{
  color: var(--pq-auth-gold);
  font-weight: 900;
}

.pq-auth-register .pq-auth-field--label-hidden > span{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.pq-auth-page .pq-auth-register .pq-auth-field :is(input, textarea){
  min-height: 34px !important;
  padding: 0 0 8px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(245, 244, 239, 0.24) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  transition: border-color 140ms ease, color 140ms ease;
}

body.pq-auth-page .pq-auth-register .pq-auth-field :is(input, textarea)::placeholder{
  color: rgba(255,255,255,0.4) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.4) !important;
}

body.pq-auth-page .pq-auth-register .pq-auth-field :is(input, textarea):focus::placeholder{
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

body.pq-auth-page .pq-auth-register .pq-auth-field textarea{
  min-height: 72px !important;
  padding-top: 2px !important;
  padding-bottom: 8px !important;
}

body.pq-auth-page .pq-auth-register .pq-auth-field :is(input, textarea):focus{
  border-color: #e1b81f !important;
  box-shadow: none !important;
}

body.pq-auth-page .pq-auth-register .pq-auth-field--error :is(input, textarea){
  border-color: rgba(255,107,107,0.72) !important;
}

.pq-auth-field__hint,
.pq-auth-field__error{
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.pq-auth-field__hint{
  color: rgba(255,255,255,0.48);
}

.pq-auth-field__error{
  color: #ff9b9b;
}

.pq-auth-register__submit{
  width: 100%;
  margin-top: 2px;
}

.pq-auth-register__signin{
  padding-top: 0;
}

@media (max-width: 980px){
  .pq-auth-login{
    padding: 20px;
  }

  body.pq-auth-page--register form[name="PQ Register"] .elementor-form-fields-wrapper{
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pq-auth-register .pq-auth-login__card{
    width: min(100%, 680px);
    padding: 28px;
  }

  .pq-auth-register__intro{
    padding: 15px;
  }

  .pq-auth-register__guidance-copy h2{
    font-size: 24px;
  }

  .pq-auth-register__grid{
    gap: 14px 18px;
  }
}

@media (max-width: 640px){
  body.pq-auth-code-page{
    background: var(--pq-auth-panel);
  }

  .pq-auth-login{
    min-height: 100dvh;
    padding: 0;
    background: var(--pq-auth-panel);
  }

  .pq-auth-login__card{
    align-content: center;
    width: 100%;
    min-height: 100dvh;
    padding: 28px 22px;
    border: 0;
    border-radius: 0;
    background: var(--pq-auth-panel);
  }

  body.pq-auth-page :where(main.pq-auth-login, main.pq-auth-standalone, .pq-auth-reset-card, form[name="PQ Lost Password"], form[name="PQ Register"], .elementor-widget-login) :is(input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea){
    min-height: 44px !important;
    font-size: 13px !important;
  }

  body.pq-auth-page--login .elementor-widget-login form,
  body.pq-auth-page--lost-password form[name="PQ Lost Password"],
  .pq-auth-reset-card{
    width: min(100%, calc(100vw - 28px));
    border-radius: 16px;
    padding: 22px !important;
  }

  body.pq-auth-page--login h2{
    font-size: 15px !important;
  }

  .pq-auth-login{
    padding: 14px;
  }

  .pq-auth-login__logo img{
    width: min(100%, 254px);
  }

  .pq-auth-register{
    padding: 0;
  }

  .pq-auth-register .pq-auth-login__card{
    align-content: start;
    width: 100%;
    min-height: 100dvh;
    padding: 24px 20px 30px;
    overflow-y: auto;
  }

  .pq-auth-register__intro{
    gap: 20px;
    padding: 15px;
  }

  .pq-auth-register__grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .pq-auth-register__legend{
    font-size: 17px;
  }

  .pq-auth-register__guidance-copy h2{
    font-size: 20px;
  }

  .pq-auth-register__overlay{
    align-items: flex-start;
    justify-content: center;
    padding: 14px;
  }

  .pq-auth-register__overlay-dialog{
    width: min(100%, calc(100vw - 28px));
    min-height: auto;
    max-height: calc(100dvh - 28px);
    padding: 22px 20px 26px;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
  }

  .pq-auth-register__overlay-acknowledge{
    height: 44px !important;
    min-height: 44px !important;
  }

  .pq-auth-register__head h1{
    font-size: 20px;
  }

  .pq-auth-register__head p{
    font-size: 14px;
  }

  .pq-auth-register__support{
    font-size: 14px;
  }

  .pq-auth-login__meta-row,
  .pq-auth-login__register{
    align-items: flex-start;
    flex-direction: column;
  }

  .pq-auth-login__register{
    align-items: center;
  }
}
