.AvatarText__avatarText {
	font-size: 1rem;
    line-height: 2.5rem;
    border-radius: 50%;
    background: #ad3389;
    border: 1px solid #ffffff;
    width: 2.5rem;
    height: 2.5rem;
}

.commonStyle__zt3Brand {
    color: #ffffff;
}

.commonStyle__zt3BrandBg {
    background-color: #ad3389;
}

.SearchContainer__downArrow {
    border-top-color: #ad3389;
}

.Icon__brand {
    color: #ad3389;
}

/* Always show the View More button with blue text */
.ViewMore__viewmore {
  visibility: visible !important;
  opacity: 1 !important;
  display: inline-block !important;
}

.ViewMore__viewmore .Link__link2 {
  visibility: visible !important;
  opacity: 1 !important;
  color: #0070e0 !important; /* Blue text */
}

/* Override any hover-only rules */
.commonStyle__zt3Brand {
  color: #0070e0 !important;
  opacity: 1 !important;
}
