/* Styling for the dual button */
.dual-btn {
  color: var(--pst-color-text-base);
  background: none;
  border: none;
  font-size: 1em;
  cursor: pointer;
  padding: 0.2em 0.5em;
  z-index: 10001;
}