@use "../../../styles/tokens/space";
@use "../../../styles/tokens/color";
@use "../../../styles/tools/convert";
@use "sass:math";

$base: (
  max-width: convert.to-rem(590px),
  margin-bottom: space.get("large"),
  padding: space.get("medium"),
  background: var(--color-fill-information),
  border: 1px solid var(--color-border-information),
  border-radius: convert.to-rem(5px),
);

$title: (
  font-size: convert.to-rem(18px) "!important",
  line-height: math.div(20, 18) "!important",
  margin-bottom: space.get("small") "!important",
  font-weight: 700 "!important",
);
