.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.force-light {
  color-scheme: light;
}

.force-dark {
  color-scheme: dark;
}

.link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);

  .icon {
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
    overflow: visible;
    color: var(--color-text-secondary);

    svg {
      width: 100%;
      height: 100%;
      overflow: visible;
      fill: currentColor;
      stroke: none;

      path {
        fill: currentColor;
      }
    }
  }
}

turbo-frame#modal {
  display: contents;
}
