:root {
  /* heycar mint color */

  /* mica blue color */

  /* sunbeam blue color */

  /* mustang yellow color */

  /* old ferrari red color */

  /* -- fantasy name of "green" color to be defined -- */

  /* -- fantasy name of "whatsapp" color to be defined -- */

  /* -- fantasy name of "red" color to be defined -- */

  /* tarmac grey color */
  --color-tarmac-grey-700: #303030;

  /* brand colors */
}
/* Depricated. Do Not Use */
:root {
  --gap-3xs: 2px;
  --gap-2xs: 4px;
  --gap-xs: 8px;
  --gap-s: 12px;
  --gap-m: 16px;
  --gap-2xl: 28px;
}
:root {
  /* Font families */

  /* Font weights */
}
/*
  Heading
*/
/*
  Sub-Heading
*/
/*
  Body
*/
/*
  Caption
*/
/*
  Overline
*/
/*
  Button
*/
/*
  Button Old - DO NOT USE
*/
/* If this is ever changed please update breakpoints.json as well */
/* Mobile */
/* Tablet */
/* Desktop */
/* Default theme (light) */
:root {
  /*
    Colors
  */
  --color-neutral-700: var(--color-tarmac-grey-700);

  /*
    Sizes
  */
}
body {
  color: var(--color-neutral-700);
}
.contentContainer {
  padding-top: var(--gap-3xs);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.optionContent {
  font-size: var(--gap-m);
  justify-content: center;
  align-items: center;
  border: 0;
  min-height: var(--gap-2xl);
  box-shadow: none;
  box-sizing: border-box;
  text-decoration: none;
  border-style: solid;
  flex-grow: 2;
  padding-top: var(--gap-3xs);
  max-width: 232px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.leftContent {
  padding-right: var(--gap-xs);
}
.rightContent {
  padding-top: var(--gap-2xs);
  font-size: var(--gap-s);
}
