/* Reusable Block - Post Article Product Link */
.post-article-productlink {
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.post-article-productlink a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 8px;
  outline: 1px solid #ffffff;
  overflow: hidden;
  padding: 8px;
  /*16px*/
  text-align: center;
  width: 15%;
  /*30%*/
  text-decoration: none;
}
.post-article-productlink a:hover, .post-article-productlink a:active {
  outline: 1px solid #2E4787;
  transition: 0.2s outline ease;
}

@media only screen and (max-width: 767px) {
  .post-article-productlink a {
    width: 45%;
  }
}
@media only screen and (max-width: 680px) {
  .post-article-productlink a {
    width: 40%;
  }
}
.post-article-productlink a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map */
