/* ══════════════════════════════════════
   518-responsive.css — responsive
   ══════════════════════════════════════ */

@media (max-width: 480px) {
  .pw-offcanvas {
    width: 100% !important;
  }

  .pw-fab {
    bottom: 100px;
    right: 16px;
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .pw-matriz-table thead th,
  .pw-matriz-table tbody td,
  .pw-matriz-table tbody th {
    padding: 8px 6px;
  }

  .pw-module-cell {
    min-width: 72px;
    padding: 5px 6px;
  }

  .pw-module-cell .pw-module-id {
    font-size: 11px;
  }

  .pw-module-edit {
    width: 28px;
    height: 28px;
  }
}