/* VettifyIQ v4.8.1 audit fixes: provenance visibility + mobile evidence actions. */

@media (max-width: 760px) {
  body.v47-page-evidence .v40-main > section.v40-panel:last-of-type .v40-list-item.split {
    grid-template-columns: 1fr;
  }

  body.v47-page-evidence .v40-main > section.v40-panel:last-of-type .v40-list-item.split > .v40-actions {
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
  }

  body.v47-page-evidence .v40-main > section.v40-panel:last-of-type .v40-list-item.split > .v40-actions > * {
    max-width: 100%;
  }

  body.v47-page-evidence .v40-main > section.v40-panel:last-of-type .v40-list-item.split select {
    min-width: 0;
    max-width: 100%;
  }
}
