.wp-block-group.alignwide,
.wp-block-group.alignfull {
  margin-inline: auto;
}

.wp-block-media-text {
  gap: 2rem;
}

.wp-block-button.is-style-vigam-arrow-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: #2f3e46;
}
.wp-block-button.is-style-vigam-arrow-button .wp-block-button__link:hover, .wp-block-button.is-style-vigam-arrow-button .wp-block-button__link:focus {
  background: transparent !important;
  box-shadow: none;
}
.wp-block-button.is-style-vigam-arrow-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M12.1269 8.24994H0V6.74998H12.1269L6.43076 1.05382L7.49996 0L14.9999 7.49996L7.49996 14.9999L6.43076 13.9461L12.1269 8.24994Z' fill='%23000'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M12.1269 8.24994H0V6.74998H12.1269L6.43076 1.05382L7.49996 0L14.9999 7.49996L7.49996 14.9999L6.43076 13.9461L12.1269 8.24994Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-vigam-arrow-button .wp-block-button__link:hover::after, .wp-block-button.is-style-vigam-arrow-button .wp-block-button__link:focus::after {
  transform: translateX(4px);
}

/*# sourceMappingURL=global.css.map */
