/* VETTA ui74: keep the owner pet-care summary inside the mobile viewport. */

#panel-ow-pets .pet-care-summary-grid {
  min-width: 0 !important;
  max-width: 100% !important;
}

#panel-ow-pets .pet-care-summary-grid > * {
  min-width: 0 !important;
  max-width: 100% !important;
}

#panel-ow-pets .pet-care-summary-message {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  text-align: center !important;
  line-height: 1.35 !important;
}

@media (max-width: 720px) {
  #panel-ow-pets .pet-care-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
  }

  #panel-ow-pets .pet-care-summary-message {
    grid-column: 1 / -1 !important;
    padding: 11px 12px !important;
  }
}
