.is-reading-action {
  position: relative;
  z-index: 2;
  color: #fff;
  background: #c82727 !important;
  border-color: #c82727 !important;
  box-shadow: 0 0 0 5px rgba(200, 39, 39, .24), 0 0 24px rgba(200, 39, 39, .8);
  animation: reader-action-pulse 1s ease-in-out infinite;
}

@keyframes reader-action-pulse {
  50% {
    transform: scale(1.055);
    box-shadow: 0 0 0 9px rgba(200, 39, 39, .12), 0 0 34px rgba(200, 39, 39, .95);
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-reading-action {
    animation: none;
  }
}

main p,
main li,
main fieldset label,
.legal-note,
.trust {
  text-align: justify;
  text-justify: inter-word;
}

html[lang="en"] main p,
html[lang="en"] main li,
html[lang="en"] main fieldset label {
  hyphens: auto;
}

main h1,
main h2,
main h3,
main legend,
main .eyebrow,
main .button,
main button {
  text-align: start;
  text-justify: auto;
}
