.group-pdU0M9 {
  gap: var(--ac-space-2);
  display: grid;
}

.item-RwPhcM {
  background-color: var(--ac-background);
  border: 1px solid var(--ac-primary);
  color: var(--ac-primary);
  cursor: pointer;
  height: 1rem;
  transition: border-color var(--ac-transition-fast),background-color var(--ac-transition-fast);
  border-radius: 999px;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: inline-flex;

  &:focus-visible {
    outline: 2px solid var(--ac-ring);
    outline-offset: 2px;
  }

  &[data-disabled] {
    cursor: not-allowed;
    opacity: .5;
  }
}

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

.icon-ZtI68F {
  fill: currentColor;
  width: .625rem;
  height: .625rem;
}


/*# sourceMappingURL=radio-group_module.css.map */