.avisos-table {
  width: 100%;
  border-collapse: collapse;
}

.avisos-table td {
  border: 1px solid #ddd;
  padding: 12px;
}

.aviso-btn {
  margin: 5px;
  padding: 6px 10px;
  cursor: pointer;
}

.aviso-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.aviso-modal.show {
  display: flex;
}

.modal-box {
  background: #fff;
  padding: 20px;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
}
