.portal-news-tickets-component .neo-badge {
  align-items: center;
  background-color: var(--gh-badge-bg);
  border: 1px solid var(--gh-badge-border);
  border-radius: 2em;
  color: var(--gh-text-primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 10px;
  text-transform: capitalize;
}
.portal-news-tickets-component .neo-badge.neo-state-badge {
  border-radius: 2em;
  color: var(--gh-text-inverse);
  gap: 6px;
  padding: 2px 10px 2px 8px;
}
.portal-news-tickets-component .neo-badge.neo-state-badge.neo-state-closed {
  background-color: var(--gh-state-closed-bg);
}
.portal-news-tickets-component .neo-badge.neo-state-badge.neo-state-open {
  background-color: var(--gh-state-open-bg);
}
.portal-news-tickets-component .neo-ticket-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.portal-news-tickets-component .neo-ticket-labels .neo-release-badge {
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}
.portal-news-tickets-component .neo-ticket-labels .neo-release-badge:hover {
  opacity: 0.8;
}
.portal-news-tickets-component .neo-ticket-labels .neo-release-badge i {
  margin-right: 5px;
}
.portal-news-tickets-component .neo-frontmatter-table .neo-sub-issue {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}
.portal-news-tickets-component .neo-frontmatter-table .neo-sub-issue i.fa-circle-check {
  color: var(--gh-state-open-bg);
}
.portal-news-tickets-component .neo-frontmatter-table .neo-sub-issue i.fa-circle {
  color: var(--gh-icon-muted);
}
.portal-news-tickets-component .neo-frontmatter-table .neo-state-badge {
  height: 24px;
}
.portal-news-tickets-component .neo-frontmatter-table .neo-ticket-labels {
  margin-bottom: 0;
}
.portal-news-tickets-component .neo-ticket-timeline {
  margin-top: 2rem;
  padding-left: 60px;
  position: relative;
}
.portal-news-tickets-component .neo-ticket-timeline::before {
  display: none;
  background-color: var(--gh-border-default);
  bottom: 0;
  content: "";
  left: 30px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 0;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item {
  margin-bottom: 1.5rem;
  position: relative;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.body-item {
  margin-bottom: 2rem;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.event .neo-timeline-badge {
  align-items: center;
  background: var(--gh-badge-bg);
  border: 2px solid var(--gh-bg-default);
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  left: -44px;
  position: absolute;
  top: -2px;
  width: 28px;
  z-index: 1;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.event .neo-timeline-badge i {
  color: var(--gh-text-secondary);
  font-size: 14px;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.event .neo-timeline-body {
  color: var(--gh-event-text-color);
  font-size: 13px;
  padding-top: 2px;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.event .neo-timeline-body .neo-timeline-user {
  color: var(--gh-text-primary);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.event .neo-timeline-body .neo-timeline-user:hover {
  text-decoration: underline;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.event.purple .neo-timeline-badge i {
  color: var(--gh-state-closed-bg);
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.event.green .neo-timeline-badge i {
  color: var(--gh-state-open-bg);
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment {
  margin-top: 10px;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-avatar {
  height: 40px;
  left: -50px;
  position: absolute;
  top: -6px;
  width: 40px;
  z-index: 1;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-avatar img {
  border: 2px solid var(--gh-bg-default);
  border-radius: 50%;
  width: 100%;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content {
  background: var(--gh-bg-default);
  border: 1px solid var(--gh-timeline-border);
  border-radius: 6px;
  position: relative;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content::before, .portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content::after {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 13px;
  width: 0;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: var(--gh-bg-subtle);
  border-width: 7px;
  margin-top: -7px;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content::before {
  border-color: rgba(208, 215, 222, 0);
  border-right-color: var(--gh-timeline-border);
  border-width: 8px;
  margin-top: -8px;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content .neo-timeline-header {
  align-items: center;
  background-color: var(--gh-bg-subtle);
  border-bottom: 1px solid var(--gh-timeline-border);
  border-radius: 6px 6px 0 0;
  color: var(--gh-header-text-color);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 8px 16px;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content .neo-timeline-header .neo-timeline-user {
  color: var(--gh-text-primary);
  cursor: pointer;
  font-weight: 600;
  margin-right: 8px;
  text-decoration: none;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content .neo-timeline-header .neo-timeline-user:hover {
  text-decoration: underline;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content .neo-timeline-body {
  font-size: 14px;
  overflow-wrap: anywhere;
  padding: 16px;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content .neo-timeline-body p:last-child {
  margin-bottom: 0;
}
.portal-news-tickets-component .neo-ticket-timeline .neo-timeline-item.comment .neo-timeline-content .neo-timeline-body pre {
  overflow-x: auto;
}

/*# sourceMappingURL=Component.css.map */