:root { --ck-pressed-outline: #ff2d9a; }

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .button, [data-ck-pressable]):not(:disabled):not([aria-disabled="true"]):active,
:where(button, input[type="button"], input[type="submit"], input[type="reset"], .button, [data-ck-pressable])[data-ck-pressed]:not(:disabled):not([aria-disabled="true"]) {
  outline: 3px solid var(--ck-pressed-outline) !important;
  outline-offset: 3px !important;
}
