@media (min-width: 992px) {
  .shortcuts .container.shortcuts-overflow {
    overflow-x: auto;
    padding-top: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .shortcuts .container.shortcuts-overflow::-webkit-scrollbar {
    display: none;
  }

  .shortcuts .container.shortcuts-overflow .shortcuts-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .shortcuts .container.shortcuts-overflow .shortcuts-container > a {
    min-width: 285px;
    flex-shrink: 0;
  }
}

/* Calendar post card image */
#posts-page article .calendar-post-image,
#related-posts article .calendar-post-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 160px;
  margin-bottom: 24px;
  background: #f7f4f7;
}

#posts-page article .calendar-post-image img,
#related-posts article .calendar-post-image img {
  width: 80px;
  height: 80px;
  float: none;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #posts-page article.home-post .calendar-post-image,
  #related-posts article.home-post .calendar-post-image {
    width: 95px;
    min-height: 95px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }

  #posts-page article.home-post .calendar-post-image img,
  #related-posts article.home-post .calendar-post-image img {
    width: 48px;
    height: 48px;
  }
}
