:host slot {
  display: contents;
}

::slotted(r-button) {
  --r-button--color: var(--r-text-regular);
  --r-button--border-width: 0;
  --r-button--background-color: rgba(0,0,0,0);
  --r-button--slot--position: relative;
  --r-button--slot--text-decoration: underline;
  --r-button--padding: 10px 2px 18px 2px;
  --r-button--slot--text-underline-offset: 9px;
}

::slotted(r-button:hover:not([disabled]):not([disabled=false])) {
  --r-button--background-color: var(--r-background-interactive-hovered);
}

::slotted(r-button:active:not([disabled]):not([disabled=false])) {
  --r-button--background-color: var(--r-background-interactive-pressed);
}
