

/* Start:/local/components/my/cars2.tree/templates/wipers2/style.css?1758545258912*/
.cars-tree-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 30px; /* ⬅️ отступ слева у списка */
  margin: 0;
  gap: 8px 12px;
  align-items: baseline;
}

/* Общие стили для li */
.cars-tree-list li {
  white-space: nowrap;
  padding: 0;
  
}

/* Ссылки */
.cars-tree-list li a {
  text-decoration: none;
  color: #1595a6;
  padding: 4px 0;
  font-size: 17px;
  display: inline-block;
  line-height: 13px;
}

.cars-tree-list li a:hover {
  text-decoration: none;
  border-bottom: dashed 1px #30AABC;
}

/* Буквы */
.cars-letter {
  color: #002050;
  font-size: 1.4rem;
  padding: 4px 0;
  margin-right: 12px;
  margin-left: -30px; /* ⬅️ компенсируем отступ ul */
}

/* Разрыв строки перед буквой */
.line-break {
  flex-basis: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
}

/* End */
/* /local/components/my/cars2.tree/templates/wipers2/style.css?1758545258912 */
