/* Elara 0.9.69 — focused UI corrections */
/* Requested-items response form: keep the primary submit action visually separated from the last field. */
.modal.large.scrollable > .form-grid + .button.primary.wide,
.modal.scrollable > .form-grid + .button.primary.wide{
  margin-top:18px!important;
  min-height:46px;
}
@media(max-width:760px){
  .modal.large.scrollable > .form-grid + .button.primary.wide,
  .modal.scrollable > .form-grid + .button.primary.wide{margin-top:16px!important;width:100%}
}
