/* Restore Attendance 1.3.3
   Vertical centering for the native iPhone month field in the owner journal.
   The field width and every other application component stay unchanged. */

html body section.dashboard-card.owner-card > input.month-input[type="month"] {
  height: 56px !important;
  min-height: 56px !important;
  padding-block: 0 !important;
  line-height: 56px !important;
  vertical-align: middle !important;
}

html body section.dashboard-card.owner-card > input.month-input[type="month"]::-webkit-date-and-time-value {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
  text-align: center !important;
}

html body section.dashboard-card.owner-card > input.month-input[type="month"]::-webkit-datetime-edit,
html body section.dashboard-card.owner-card > input.month-input[type="month"]::-webkit-datetime-edit-fields-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
}
