@use "../../../../styles/tokens/space";
@use "../../../../styles/tools/convert";

$layout: (
  margin-bottom: space.get("large"),
);

$description: (
  margin-bottom: space.get("xsmall"),
  max-width: convert.to-rem(350px),
);

$input-control: (
  margin-bottom: space.get("xsmall"),
);

$radiocheck-control: (
  margin-right: space.get("small"),
  margin-bottom: 0,
);

$hint: (
  margin-top: space.get("xsmall"),
  margin-bottom: 0,
);
