/* Tag */
.eol-tag,
.citrix-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid #fa5944;
  border-radius: 4px;
  font-family: 'Public Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ae3513;
  white-space: nowrap;
  line-height: normal;
}

.citrix-tag {
  border-color: #005dd0;
  color: #005dd0;
}

@media (max-width: 768px) {
  .citrix-tag {
    font-size: 11px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }
}

.tag-spaced-left {
  margin-left: 8px;
}
