/* Keep the copy action aligned with the other instruction-detail actions. */
@media (max-width: 560px) {
  body.app-body:not(.login-body-v26):not(.print-mode)
    .v210-instruction-detail-head .actions > .v244-copy-form {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.app-body:not(.login-body-v26):not(.print-mode)
    .v210-instruction-detail-head .v244-copy-form > .btn {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
  }
}
