html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
.ma__event-time__calendar {
  font-weight: 700;
  line-height: 1.3; }

.ma__event-time__details {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: .35em; }
