/* Final customer-app visual polish: compact receipt summary. */
.air-app #view-receipts .month-hero {
  min-height: 0 !important;
  padding: 14px 16px !important;
  border-radius: 20px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px !important;
  align-items: center !important;
  gap: 12px !important;
  box-shadow: 0 12px 28px -22px rgba(8, 91, 91, 0.65) !important;
}

.air-app #view-receipts .month-hero .mh-copy {
  min-width: 0 !important;
}

.air-app #view-receipts .month-hero .mh-copy small {
  display: block !important;
  margin-bottom: 2px !important;
  font-size: 0.68rem !important;
  line-height: 1.1 !important;
  letter-spacing: 0.12em !important;
}

.air-app #view-receipts .month-hero .mh-copy strong {
  display: block !important;
  font-size: clamp(1.55rem, 7vw, 2rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
}

.air-app #view-receipts .month-hero .mh-copy span {
  display: block !important;
  margin-top: 5px !important;
  font-size: 0.74rem !important;
  line-height: 1.25 !important;
  opacity: 0.9 !important;
  white-space: normal !important;
}

.air-app #view-receipts .month-hero .mh-glyph {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 1.55rem !important;
  line-height: 1 !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

@media (max-width: 420px) {
  .air-app #view-receipts .month-hero {
    padding: 12px 14px !important;
    grid-template-columns: minmax(0, 1fr) 38px !important;
  }
  .air-app #view-receipts .month-hero .mh-glyph {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    font-size: 1.35rem !important;
  }
}
