.wp-block-button.is-style-pill .wp-block-button__link,
.wp-block-button.is-style-pill-ghost .wp-block-button__link {
  --witrav-pill-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
  position: relative
  display: inline-flex
  align-items: center
  justify-content: center
  box-sizing: border-box
  gap: 10px
  min-height: 52px
  padding: 0 24px
  font-size: 16.2px
  font-weight: 700
  line-height: 1.2
  border-radius: 8px
  text-decoration: none
  box-shadow: none
}

.wp-block-button.is-style-pill .wp-block-button__link {
  background: var(--wp--preset--color--accent-1)
  color: var(--wp--preset--color--base)
  border: 0
}

.wp-block-button.is-style-pill .wp-block-button__link::before {
  content: none
}

.wp-block-button.is-style-pill .wp-block-button__link::after {
  content: ""
  flex-shrink: 0
  width: 18px
  height: 18px
  background-color: currentColor
  -webkit-mask: var(--witrav-pill-arrow) center / 18px no-repeat
  mask: var(--witrav-pill-arrow) center / 18px no-repeat
}

.wp-block-button.is-style-pill .wp-block-button__link:hover,
.wp-block-button.is-style-pill .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--primary-hover)
  color: var(--wp--preset--color--base)
  text-decoration: none
}

.wp-block-button.is-style-pill-ghost .wp-block-button__link {
  background: var(--wp--preset--color--base)
  color: var(--wp--preset--color--contrast)
  border: 0
}

.wp-block-button.is-style-pill-ghost .wp-block-button__link::before {
  content: none
}

.wp-block-button.is-style-pill-ghost .wp-block-button__link::after {
  content: ""
  flex-shrink: 0
  width: 18px
  height: 18px
  background-color: var(--wp--preset--color--accent-1)
  -webkit-mask: var(--witrav-pill-arrow) center / 18px no-repeat
  mask: var(--witrav-pill-arrow) center / 18px no-repeat
}

.wp-block-button.is-style-pill-ghost .wp-block-button__link:hover,
.wp-block-button.is-style-pill-ghost .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--wash-100)
  color: var(--wp--preset--color--contrast)
  text-decoration: none
}

.wp-block-button.witrav-pill--sm.is-style-pill .wp-block-button__link,
.wp-block-button.witrav-pill--sm.is-style-pill-ghost .wp-block-button__link {
  min-height: 44px
  padding: 0 18px
  font-size: 15.12px
}

@media (max-width: 768px) {
  .wp-block-button.is-style-pill:not(.witrav-pill--sm) .wp-block-button__link,
  .wp-block-button.is-style-pill-ghost:not(.witrav-pill--sm) .wp-block-button__link {
    font-size: 15.12px
  }
}
