/* Visual-only package layer for the existing accessible contact button.
   The button's aria-label, focus style and click handling remain in site.js. */
.ds-ask__toggle {
  width: 52px;
  min-width: 52px;
  min-height: 52px;
  padding: 6px;
  gap: 0;
}

.ds-ask__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
