/* Minification failed. Returning unminified contents.
(11,26): run-time error CSS1039: Token not allowed after unary operator: '-color-gray-200'
(15,15): run-time error CSS1039: Token not allowed after unary operator: '-color-gray-700'
 */
button.close > span {
  vertical-align: super;
}

.btnA {
  border-radius: 0;
  height: 45px;
}

.dropdown-menu li a:hover {
  background-color: var(--color-gray-200);
}

.hintText {
  color: var(--color-gray-700);
  display: block;
  padding: 15px 20px;
}

.dropdown-menu .bullet a::before {
  content: "\2022";
  margin-right: 4px;
}

.dropdown-component h3 {
  margin-bottom: 6.25px;
}

.dropdown-component.bold-title h1,
.dropdown-component.bold-title h2,
.dropdown-component.bold-title h3 {
  font-weight: 600;
}

