/* Variables */
.support-block {
  position: relative;
}
body:not(.wp-admin) .support-block {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  body:not(.wp-admin) .support-block {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.support-block .links {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .support-block .links {
    margin-top: 60px;
  }
}
.support-block .links .link-item {
  border: solid 1px #dedede;
  border-radius: 16px;
  display: block;
  padding: 15px 80px 15px 30px;
  position: relative;
}
.support-block .links .link-item:not(:last-child) {
  margin-bottom: 30px;
}
.support-block .links .link-item:after {
  display: none;
}
.support-block .links .link-item h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.support-block .links .link-item .desc {
  color: #545454;
  font-weight: normal;
  max-width: 970px;
}
.support-block .links .link-item .button {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.support-block .links .link-item:hover, .support-block .links .link-item:focus {
  text-decoration: none;
}
.support-block .links .link-item:hover h3, .support-block .links .link-item:focus h3 {
  color: #F98012;
}
.support-block .links .link-item:hover .button > span:after, .support-block .links .link-item:focus .button > span:after {
  background-color: #F98012;
}
body.wp-admin .support-block .cards .card img {
  max-height: 80px;
}/*# sourceMappingURL=acf-support.css.map */