/* AZPET · pages/pets — responsividade */
@media (max-width: 620px){
  body.app .table-actions{flex-direction:column;align-items:stretch}
  body.app .table-actions .btn{width:100%;justify-content:center}
}
@media (max-width: 900px) {
  .vaccine-metrics {
    grid-template-columns: 1fr;
  }

  .calendar-head,
  .calendar-week {
    grid-template-columns: 1fr;
  }

  .calendar-head {
    display: none;
  }

  .calendar-day {
    min-height: auto;
    border-right: none;
  }
}