html {
  box-sizing: border-box; }

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

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
.ma__email__email {
  font-weight: 700;
  color: #535353; }

.ma__email__details {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: .35em;
  margin-top: -.25em; }
