/*
 * Theme Design System state layer.
 *
 * Property overrides are emitted inline only after their corresponding
 * Customizer setting is changed. Keeping this file limited to interaction
 * states guarantees that untouched settings preserve the current frontend.
 */
:is(.btn,.woocommerce .button,.pp-book-btn):focus-visible {
  outline: 2px solid var(--pp-color-accent, #b96543);
  outline-offset: 4px;
}

:is(.btn,.woocommerce .button,.pp-book-btn):active {
  transform: translateY(0);
}

:is(.btn,.woocommerce .button,.pp-book-btn):disabled,
:is(.btn,.woocommerce .button,.pp-book-btn).disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}
