a.tec-organizer-list-view {
  font-weight: bold !important;
  color: #ffffff !important;
  padding: 5px 10px !important;
  display: inline-block;
  margin-bottom: 10px;
  width: auto !important;
}

.tec-tag {
  display: inline-flex;
  padding: .5rem 1.125rem !important;
  align-items: flex-start;
  gap: 12px;
  border-radius: 1.25rem;
  background: #DAEBFE;
  margin-bottom: .5rem !important;
  display: none;
}

.tec-tag[class*="oarc"],
.tec-tag[class*="office-of-advanced-research-computing"] {
  display: inline-flex;
  background: #DAEBFE;
  color: #000000;
}

.tec-tag[class*="idre"],
.tec-tag[class*="institute-for-digital-research-and-education"] {
  display: inline-flex;
  background: #FFBF0F;
  color: #000000;
}

a.tec-organizer-list-view:is([href^="http://"], [href^="https://"]):not([href*="//dev.idre.ucla.edu"]):not([href*="//stage.idre.ucla.edu"]):not([href*="//idre.ucla.edu"])::after {
  content: "";
  background-color: #ffffff;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  -webkit-mask-image: url(/wp-content/uploads/open.svg);
  mask-image: url(/wp-content/uploads/open.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0.875rem;
  mask-size: 0.875rem;
  position: relative;
  top: 0.125rem;
  line-height: 16px !important;
  left: 0.25em !important;
	margin-right: 0.25em;
}

a.tec-organizer-list-view:is([href^="http://"], [href^="https://"]):not([href*="//dev.idre.ucla.edu"]):not([href*="//stage.idre.ucla.edu"]):not([href*="//idre.ucla.edu"]):visited::after {
  background-color: #ffffff;
  color: #ffffff;
}

a.tec-organizer-list-view:is([href^="http://"], [href^="https://"]):not([href*="//dev.idre.ucla.edu"]):not([href*="//stage.idre.ucla.edu"]):not([href*="//idre.ucla.edu"]):hover::after {
  background-color: #fff;
  color: #fff;
}
