/*===== Variables =====*/
/* Theme Colors */
/* Media Query widths */
/* Social Media Brand Colors */
/*===== Mixins =====*/
/***** Silent Classes *****/
.upgrades-ad {
  text-align: center;
  border: solid 3px #000;
  padding: 8px 16px 12px;
  margin-bottom: -15px;
  background: white;
}
.upgrades-ad span {
  font-size: 12px;
}
.upgrades-ad a {
  font-weight: 700;
  text-decoration: underline !important;
}
.upgrades-ad .ad-arrow {
  -webkit-transition: margin-left 0.1s;
  transition: margin-left 0.1s;
}
