/* Overlay */
.aw-np-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 99990;
}

/* Modal shell */
.aw-np-modal{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  overflow: auto;
  padding: 24px;
  box-sizing: border-box;
}

.aw-np-dialog{
  position: relative;
  max-width: 760px;
  margin: 40px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
  padding: 24px 22px 18px;
  box-sizing: border-box;
}

/* Close */
.aw-np-close{
  position: absolute;
  top: 14px;
  left: 14px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

/* Head */
.aw-np-head{
  text-align: center;
  margin: 6px 0 14px;
}
.aw-np-title{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  margin: 6px 0 8px;
}
.aw-np-desc{
  font-size: 15px;
  opacity: .75;
  margin: 0;
}

/* Body */
.aw-np-body{
  margin-top: 14px;
}

/* Lock body scroll when modal open */
.aw-np-lock{
  overflow: hidden !important;
}

/* CF7: в модалке прячем "служебные" блоки, если тема их показывает */
.aw-np-modal .screen-reader-response{
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.aw-np-modal .hidden-fields-container{
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* No-price block wrapper */
.aw-np-noprice-wrap{
  margin-top: 18px;
}

/* На всякий: кнопка "Заказать" в блоке без цены на 100% как в теме (если тема задаёт width) */
.aw-np-noprice-wrap .single_add_to_cart_button{
  width: 100%;
}

/* Мобилка */
@media (max-width: 520px){
  .aw-np-dialog{
    margin: 18px auto;
    padding: 18px 16px 14px;
  }
  .aw-np-title{ font-size: 22px; }
}
