@charset "UTF-8";
.as-phone.wp-block-social-link a:before {
  content: "📞︎";
  display: inline-flex;
  height: 1em;
  width: 1em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  justify-content: center;
}
.as-phone.wp-block-social-link svg {
  display: none;
}

[class*=child-menu-button] a {
  background: var(--wp--preset--color--primary);
  border-radius: var(--child-border-radius);
  padding: 5px 15px 5px 15px !important;
}
[class*=child-menu-button] a * {
  color: white;
}
[class*=child-menu-button] a:hover {
  text-decoration: none !important;
  background: var(--wp--preset--color--secondary);
}
[class*=child-menu-button] a:hover * {
  color: white;
}
[class*=child-menu-button].child-menu-button--secondary a {
  background: var(--wp--preset--color--secondary);
}
[class*=child-menu-button].child-menu-button--secondary a:hover {
  background: var(--wp--preset--color--primary);
}

.wp-block-table.like-text :is(td, th) {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/*# sourceMappingURL=gutenberg-frontend.css.map */
