/* Retter-Portal v1.3.48
   Inventar mobil: Die Aktionszelle erzeugt keine zweite Fläche mehr.
   Nur der eigentliche Bearbeiten-Button bleibt sichtbar. */

@media (max-width:760px){
  html body .app-shell .main section.content
  .inventory-table.responsive-table > tbody > tr > td.actions.table-actions,
  html body .app-shell .main section.content
  .inventory-table.responsive-table > tbody > tr > td.actions.table-actions.mobile-action-cell{
    display:contents!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    outline:0!important;
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
    filter:none!important;
  }

  html body .app-shell .main section.content
  .inventory-table.responsive-table > tbody > tr > td.actions.table-actions::before,
  html body .app-shell .main section.content
  .inventory-table.responsive-table > tbody > tr > td.actions.table-actions::after{
    display:none!important;
    content:none!important;
  }

  html body .app-shell .main section.content
  .inventory-table.responsive-table > tbody > tr .inventory-edit-button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:44px!important;
    margin:12px 0 0!important;
    padding:10px 14px!important;
    border-radius:13px!important;
  }
}
