html {
  box-sizing: border-box; }

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

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
.ma__fixed-feedback-button {
  bottom: 0;
  height: 300px;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 9999; }
  .ma__fixed-feedback-button a {
    background-color: white;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-radius: 5px 5px 0 0;
    border-color: rgba(56, 133, 87, 0.5);
    color: #388557;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    left: -40px;
    letter-spacing: 0.15rem;
    padding: 0 10px;
    position: absolute;
    pointer-events: auto;
    top: 115px;
    transform: rotate(270deg);
    z-index: 80; }
  .ma__fixed-feedback-button.hide-button {
    display: none; }
