/* --- Block Styles
-------------------------------------------------------- */

.wp-block-section.is-style-axton-padding-0 {
  padding-bottom: 0;
  padding-top: 0;
}

/* --- WP Block Button Style
-------------------------------------------------------- */

.wp-block-button.is-style-axton-button .wp-block-button__link {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--foreground);
  border-radius: 0;
  padding: 0;
  border: none;
}

.wp-block-button__link.is-style-outline:not(.has-background) {
  background: transparent !important;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--foreground);
}
