/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.ax-text-max-width-800 {
  max-width: 800px;
}

.orphic-plugin-boilerplate-button {
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--base);
  padding: 8px 16px;
  border-radius: 3.33px;
  font-size: var(--wp--preset--font-size--medium);
  text-decoration: none;
  text-align: center;
  justify-content: center;
}

.orphic-plugin-boilerplate-button:hover,
button:hover,
.wp-block-button__link:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.gform_required_legend {
  display: none;
}

:where(.wp-site-blocks *:focus) {
  outline: none !important;
}
