/*
* VisuallyHidden component
*
*/
/*
 * Utilities
 */
.dnb-visually-hidden--focusable:not(:focus, :focus-within) {
  -webkit-user-select: none !important;
          user-select: none !important;
  -webkit-touch-callout: none !important;
  pointer-events: none !important;
  position: absolute !important;
  clip-path: inset(50%) !important;
  max-width: 1px !important;
  max-height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}