.ui-icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Marca: conservar el rojo Brinken y mantener Urban realmente junto al logo. */
.brand,
.footer-brand {
  gap: 8px;
  color: var(--red);
}

.brand img {
  width: 84px;
  height: 54px;
  filter: none;
}

.brand span {
  margin-bottom: 11px;
  color: var(--red);
  font-size: 9px;
  letter-spacing: .22em;
}

.footer-brand img {
  width: 106px;
  height: 69px;
  filter: none;
}

.footer-brand span {
  margin-bottom: 15px;
  color: var(--red);
}

.icon-wrap .ui-icon,
.nav-cta .ui-icon,
.button .ui-icon {
  width: 18px;
  height: 18px;
}

.window-search {
  display: flex;
  align-items: center;
  gap: 7px;
}

.window-search .ui-icon {
  width: 10px;
  height: 10px;
}

.dashboard-body aside i {
  display: grid;
  place-items: center;
}

.dashboard-body aside .ui-icon {
  width: 13px;
  height: 13px;
}

.trend {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.trend .ui-icon {
  width: 8px;
  height: 8px;
}

.activity-icon .ui-icon {
  width: 13px;
  height: 13px;
}

.ok .ui-icon {
  width: 9px;
  height: 9px;
  stroke-width: 2.4;
}

.marquee-mark {
  width: 5px;
  height: 5px;
  display: block;
  background: var(--ink);
  transform: rotate(45deg);
}

.mobile-more,
.mobile-search {
  display: grid;
  place-items: center;
}

.mobile-more .ui-icon,
.mobile-search .ui-icon {
  width: 15px;
  height: 15px;
}

.quick-icon .ui-icon {
  width: 21px;
  height: 21px;
}

.chevron-icon .ui-icon {
  width: 12px;
  height: 12px;
}

.mobile-insight > i .ui-icon {
  width: 15px;
  height: 15px;
}

@media (max-width: 580px) {
  .brand img {
    width: 78px;
    height: 50px;
  }

  .brand span {
    margin-bottom: 11px;
    font-size: 7px;
  }
}
