/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,20): run-time error CSS1039: Token not allowed after unary operator: '-list-container-margin-top'
(30,23): run-time error CSS1039: Token not allowed after unary operator: '-list-container-margin-bottom'
(38,17): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-main-title-foreground-color'
(39,21): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-main-title-font-size'
(40,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-main-title-font-weight'
(41,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-main-title-font-line-height'
(57,17): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-title-foreground-color'
(58,21): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-title-font-size'
(59,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-title-font-weight'
(60,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-title-font-line-height'
(65,17): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-link-foreground-color'
(70,19): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-link-hover-foreground-color'
(74,17): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-description-foreground-color'
(75,21): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-description-font-size'
(76,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-description-font-weight'
(77,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-description-font-line-height'
(86,17): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-error-message-foreground-color'
(87,21): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-error-message-font-size'
(88,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-error-message-font-weight'
(89,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-error-message-font-line-height'
(98,17): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-did-you-mean-message-foreground-color'
(99,21): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-did-you-mean-message-font-size'
(100,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-did-you-mean-message-font-weight'
(101,23): run-time error CSS1039: Token not allowed after unary operator: '-simple-list-did-you-mean-message-font-line-height'
 */
.list-container {
  --list-container-margin-top: 30px;
  --list-container-margin-bottom: 10px;
  --simple-list-main-title-foreground-color: #000000;
  --simple-list-main-title-font-size: 35px;
  --simple-list-main-title-font-weight: 600;
  --simple-list-main-title-font-line-height: normal;
  --simple-list-link-foreground-color: #124a7e;
  --simple-list-link-hover-foreground-color: #ab0032;
  --simple-list-title-foreground-color: #000000;
  --simple-list-title-font-size: 16px;
  --simple-list-title-font-weight: 600;
  --simple-list-title-font-line-height: 22px;
  --simple-list-description-foreground-color: #000000;
  --simple-list-description-font-size: 16px;
  --simple-list-description-font-weight: 400;
  --simple-list-description-font-line-height: 22px;
  --simple-list-error-message-foreground-color: #ab0032;
  --simple-list-error-message-font-size: 19px;
  --simple-list-error-message-font-weight: 600;
  --simple-list-error-message-font-line-height: 25px;
  --simple-list-did-you-mean-message-foreground-color: #000000;
  --simple-list-did-you-mean-message-font-size: 30px;
  --simple-list-did-you-mean-message-font-weight: 600;
  --simple-list-did-you-mean-message-font-line-height: normal;
  display: flex;
  flex-direction: column;
  float: left;
  margin-top: var(--list-container-margin-top);
  margin-bottom: var(--list-container-margin-bottom);
  row-gap: 10px;
  width: 100%;
}

  .list-container h1,
  .list-container h2,
  .list-container h3 {
    color: var(--simple-list-main-title-foreground-color);
    font-size: var(--simple-list-main-title-font-size);
    font-weight: var(--simple-list-main-title-font-weight);
    line-height: var(--simple-list-main-title-font-line-height);
    margin: 0;
  }

  .list-container[data-descriptions='true'] > ul > li,
  .list-container[data-descriptions='true'] > ol > li {
    margin-bottom: 15px;
  }

  .list-container .list-item-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .list-container .list-item-title {
    color: var(--simple-list-title-foreground-color);
    font-size: var(--simple-list-title-font-size);
    font-weight: var(--simple-list-title-font-weight);
    line-height: var(--simple-list-title-font-line-height);
  }

  .list-container .list-item-title-link,
  .list-container .list-item-title-link > .list-item-title {
    color: var(--simple-list-link-foreground-color);
  }

    .list-container .list-item-title-link:hover,
    .list-container .list-item-title-link:hover > .list-item-title {
      color: var(--simple-list-link-hover-foreground-color);
    }

  .list-container .list-item-description {
    color: var(--simple-list-description-foreground-color);
    font-size: var(--simple-list-description-font-size);
    font-weight: var(--simple-list-description-font-weight);
    line-height: var(--simple-list-description-font-line-height);
  }

  .list-container .list-container-error-message,
  .list-container .list-container-did-you-mean-message {
    display: none;
  }

  .list-container .list-container-error-message {
    color: var(--simple-list-error-message-foreground-color);
    font-size: var(--simple-list-error-message-font-size);
    font-weight: var(--simple-list-error-message-font-weight);
    line-height: var(--simple-list-error-message-font-line-height);
    margin-bottom: 40px;
  }

  .list-container[data-recovery-mode='recovery'] .list-container-error-message {
    display: flex;
  }

  .list-container .list-container-did-you-mean-message {
    color: var(--simple-list-did-you-mean-message-foreground-color);
    font-size: var(--simple-list-did-you-mean-message-font-size);
    font-weight: var(--simple-list-did-you-mean-message-font-weight);
    line-height: var(--simple-list-did-you-mean-message-font-line-height);
  }

  .list-container[data-recovery-mode='corrected'] .list-container-did-you-mean-message {
    display: flex;
  }  

