/* The Tyres.co.uk app in the footer's info row, beside "Follow Us": a title
   in the same style and the Google Play badge under it.

   A standalone stylesheet, like footer-accordion.css, because main.css is a
   Compass build we cannot regenerate. */
.mastfooter-social {
  margin-right: 40px;
}
.mastfooter-app {
  margin: -6px auto 0 0;
}
.mastfooter-app__title {
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
}
.mastfooter-app__badge {
  display: block;
  width: 150px;
  line-height: 0;
  transition: opacity 0.15s;
}
.mastfooter-app__badge:hover {
  opacity: 0.85;
}
.mastfooter-app__badge img {
  display: block;
  width: 150px;
  height: 44px;
}
@media all and (max-width: 767px) {
  .mastfooter-social {
    margin-right: 0;
  }
}
