/* Псевдозаголовки в стандартном меню Tilda (dropdown) */
.t228__list_item > a[href],
.t456__list_item > a[href],
.t450__list_item > a[href] {
}

/* Стилизация НЕкликабельных пунктов */
.t228__list_item > a:not([href*="/"]):not([href*="http"]) ,
.t456__list_item > a:not([href*="/"]):not([href*="http"]),
.t450__list_item > a:not([href*="/"]):not([href*="http"]) {
  font-size: 12px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6) !important;
  pointer-events: none;
  cursor: default;
  margin-top: 14px;
  display: block;
}
.t228 {
  border: 5px solid red !important;
}