
.team-honours { width: 100%; }
.team-honours__heading { font-weight: 600; margin-bottom: .75rem; }

.team-honours__list { padding: 0; margin: 0; list-style: none; }

.team-honours__item {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .35rem; /* adjustable via Style > Item Gap */
}

.team-honours--grid .team-honours__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem 1rem;
}

.team-honours--grid .team-honours__item { margin: 0; }

.team-honours__icon svg, .team-honours__icon i { width: 18px; height: 18px; }

.team-honours__years { opacity: .8; }

.team-honours__boot svg { width: 14px; height: 14px; vertical-align: middle; }