/* Locked release CTAs. The button still takes the press and still runs its
   liquid-metal animation -- it simply has no destination. `disabled` is
   deliberately NOT used: it would kill pointer events and with them the shader
   press, which is the feedback that makes the click feel acknowledged rather
   than broken. aria-disabled carries the meaning for assistive tech. */
[data-slot="liquid-button"].cta-locked {
  cursor: default;
}
/* NO margin-right. It was .55em, put there to separate the padlock from the
   words beside it. Those words are gone from every pill but Premier's, and on
   a control whose only content is the padlock a trailing margin is not
   spacing - it is 4px of off-centre, because justify-content:center centres
   the item's MARGIN box. The button already carries gap-2, which does the
   same job between two items and correctly disappears when there is one. */
.cta-lock {
  width: 1em;
  height: 1em;
  flex: none;
  opacity: .9;
  position: relative;
  z-index: 1;
}
