/* Gutenberg Styles */
@import "../fonts/fonts.css";
.wp-block-uagb-advanced-heading.gray-background {
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.4);
}
a.gwr-view-loop-item, div.gwr-view-loop-item {
  box-sizing: border-box;
  color: inherit;
  margin: 10px;
  overflow: hidden;
  background: #e4e6e6;
}
a.gwr-view-loop-item .tb-image img, div.gwr-view-loop-item .tb-image img {
  width: 100%;
}
a.gwr-view-loop-item .padded, div.gwr-view-loop-item .padded {
  padding: 10px 20px;
}
a.gwr-view-loop-item:hover {
  box-shadow: 0px 0px 10px 1px #62b6cb;
  background: #d6e6e6;
}
body.tg-disable-primary-top-margin #primary {
  margin-top: 0;
}
.gwr-small-print {
  font-size: 80%;
  line-height: 1.2;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
