/* PowerMTA command spacing refinement — v96 */

/* The global responsive guardrail caps every aside at 19rem. This command
   output panel is a grid column, so let it fill that column completely. */
.pmta-command-log-v95 {
  width: 100% !important;
  max-width: 100% !important;
  justify-self: stretch;
}

/* Keep all actions together after the targeting fields. The compiled v95
   markup places the action row first; visual ordering changes only layout. */
.pmta-command-controls-v95 > :nth-child(2) {
  order: 1;
  margin-top: 0 !important;
}

.pmta-command-controls-v95 > :first-child {
  order: 2;
  width: 100%;
  margin-top: 12px !important;
}

@media (max-width: 1279px) {
  .pmta-command-log-v95 {
    max-width: 100% !important;
  }
}
