.action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-block: var(--wdg-gap-xsmall);
}
.action-card__heading, .editor-styles-wrapper .action-card__heading {
  color: var(--wdg-color-primary);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  max-width: 22rem;
}
.action-card__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 3.5rem 0 0;
}
.action-card__link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--wdg-color-button-background, var(--wdg-color-secondary));
  border-color: var(--wdg-color-button-border, var(--wdg-color-secondary));
  border-radius: var(--wdg-button-border-radius, 0.25rem);
  border-style: var(--wdg-button-border-style, solid);
  border-width: var(--wdg-button-border-width, 1px);
  color: var(--wdg-color-button-text, var(--wdg-color-white));
  cursor: pointer;
  display: flex;
  font-family: var(--wdg-font-button, sans-serif);
  font-size: inherit;
  font-weight: var(--wdg-button-font-weight, 700);
  gap: 0.75em;
  letter-spacing: var(--wdg-button-font-letter-spacing);
  line-height: var(--wdg-button-font-line-height, 1.2);
  margin: 0;
  padding: 1em 2em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease, background-color 250ms ease, border-color 250ms ease;
  z-index: 2;
}
.action-card__link:hover, .action-card__link:focus-visible {
  background-color: var(--wdg-color-button-hover-background, var(--wdg-color-primary));
  border-color: var(--wdg-color-button-hover-border, var(--wdg-color-primary));
  color: var(--wdg-color-button-hover-text, var(--wdg-color-white));
  text-decoration: none;
}
.action-card__link--editor:not([href]), .action-card__link--editor[href=""] {
  cursor: default;
}
.action-card__link--nohref {
  cursor: default;
}
.action-card__description, .editor-styles-wrapper .action-card__description {
  margin: 3rem 0 0;
  max-width: 24rem;
}
.action-card__description p, .editor-styles-wrapper .action-card__description p {
  margin: 0;
}
.action-card__description p + p, .editor-styles-wrapper .action-card__description p + p {
  margin-top: 1.725rem;
}

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