/**
 * Copyright (C) 2021  Eoin Flood
 */
/**
 * Enter row, col
 */
.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 1.7rem;
}

.ast-article-single img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#member-discounts-section h2 + p {
  font-size: 1.1em;
  font-weight: 600;
}
#member-discounts-section ul:has(> li > a) {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
#member-discounts-section ul img {
  max-width: 14rem;
}/*# sourceMappingURL=frontend-become-a-member.css.map */