.elementor-57223 .elementor-element.elementor-element-0a6b62a{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}#elementor-popup-modal-57223 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-57223{background-color:#00000099;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-57223 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-57223 .dialog-close-button{display:flex;}#elementor-popup-modal-57223 .dialog-close-button i{color:var( --e-global-color-accent );}#elementor-popup-modal-57223 .dialog-close-button svg{fill:var( --e-global-color-accent );}/* Start custom CSS for container, class: .elementor-element-0a6b62a *//* ===== Phytocee Research Bulletin – Popup form styling (Scoped) ===== */
.phytocee-popup .nr-rb-form {
  font-family: inherit;
}

/* layout */
.phytocee-popup .nr-rb-form .nr-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}
.phytocee-popup .nr-rb-form .nr-3col .nr-col {
  flex: 1 1 calc(33.333% - 12px);
  min-width: 240px;
}
.phytocee-popup .nr-rb-form .nr-col-12 {
  flex: 1 1 100%;
}

/* inputs / textareas */
.phytocee-popup .nr-rb-form input[type="text"],
.phytocee-popup .nr-rb-form input[type="tel"],
.phytocee-popup .nr-rb-form input[type="email"],
.phytocee-popup .nr-rb-form textarea {
  width: 100%;
  border: 1px solid #d7d9cf;
  border-radius: 6px;
  background: #fff;
  height: 56px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #1d1d1d;
  box-shadow: none;
  outline: none;
}
.phytocee-popup .nr-rb-form textarea {
  min-height: 110px;
  height: 110px;
  resize: vertical;
}

/* placeholder */
.phytocee-popup .nr-rb-form ::placeholder {
  color: #8d8f82;
  opacity: 1;
}

/* focus state */
.phytocee-popup .nr-rb-form input:focus,
.phytocee-popup .nr-rb-form textarea:focus {
  border-color: #9fb477;
  box-shadow: 0 0 0 3px rgba(159,180,119,.15);
}

/* submit button (pill, orange) */
.phytocee-popup .nr-rb-form .nr-actions {
  margin-top: 6px;
}
.phytocee-popup .nr-rb-form .nr-btn {
  display: inline-block;
  background: #e07a4d;
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 28px;
  padding: 12px 22px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .12s ease, background .2s;
}
.phytocee-popup .nr-rb-form .nr-btn:hover {
  background: #cf6d43;
  transform: translateY(-1px);
}

/* CF7 success message inside popup */
.phytocee-popup .wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 14px;
  border: 1px solid #46b450;
}

/* responsive */
@media (max-width: 1024px) {
  .phytocee-popup .nr-rb-form .nr-3col .nr-col {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .phytocee-popup .nr-rb-form .nr-3col .nr-col {
    flex: 1 1 100%;
  }
}/* End custom CSS */