/* Scoped to explicit GEO CTA anchors; native forms and global buttons are untouched. */
a.livi-cta.livi-cta-native {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  vertical-align: middle;
}
a.livi-cta.livi-cta-native:not(.roll-button):not(.customify-btn):not(.btn):not(.mr3btn) {
  padding: 12px 24px;
  border-radius: 4px;
  background: #ef6c14;
  color: #fff;
  font: inherit;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
a.livi-cta.livi-cta-native:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
