.activity-card-subtle {
  padding: 6px 0;
  white-space: pre-wrap; }

.activity-card-first-image {
  margin-right: 12px; }

.activity-card-time {
  line-height: 32px; }

.activity-feed-sequence {
  min-width: 1.5rem; }
  @media screen and (max-width: 599px) {
    .activity-feed-sequence {
      display: none; } }
  .activity-feed-sequence .bolt-timeline-icon-prefix,
  .activity-feed-sequence .bolt-timeline-icon-suffix {
    border-color: rgba(0, 0, 0, 0.10);
    border-color: var(--palette-black-alpha-10,rgba(0, 0, 0, 0.10));
    min-height: 20px; }
  .activity-feed-sequence.new .activity-feed-timeline-icon {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .activity-feed-sequence.new .activity-feed-timeline-dot,
  .activity-feed-sequence.new .activity-feed-timeline-iteration {
    background-color: rgba(0, 120, 212, 1);
    background-color: var(--communication-background,rgba(0, 120, 212, 1));
    color: rgba(255, 255, 255, 1);
    color: var(--text-on-communication-background,rgba(255, 255, 255, 1)); }
  .activity-feed-sequence.new .bolt-timeline-icon-prefix,
  .activity-feed-sequence.new .bolt-timeline-icon-suffix {
    border-color: rgba(0, 90, 158, 1);
    border-color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .activity-feed-sequence.selected .activity-feed-timeline-icon {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
    outline: 1px dashed rgba(0, 90, 158, 1);
    outline: 1px dashed var(--communication-foreground,rgba(0, 90, 158, 1));
    padding: 3px; }
  .activity-feed-sequence.dot .bolt-timeline-icon-prefix {
    min-height: 10px; }

.activity-feed-timeline-dot {
  background-color: rgba( 218, 218, 218 ,  1 );
  background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  border-radius: 50%;
  height: 0.7em;
  width: 0.7em; }

.activity-feed-timeline-iteration {
  background-color: rgba( 218, 218, 218 ,  1 );
  background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  padding: 4px 0;
  border-radius: 2px; }

.activity-feed-list {
  cursor: auto;
  user-select: unset;
  -ms-user-select: unset;
  -moz-user-select: unset;
  -webkit-user-select: unset; }
  .activity-feed-list.can-add-comments .bolt-timeline-first-row .bolt-timeline-icon-suffix,
  .activity-feed-list.can-add-comments .bolt-timeline-row:nth-child(4) .bolt-timeline-icon-prefix {
    border-left-style: dashed; }
  .activity-feed-list .shimmer-circle-medium {
    animation-name: shimmer-thin;
    border-radius: 50%;
    height: 24px;
    margin-right: 4px;
    width: 24px; }

@media screen and (max-width: 599px) {
  .repos-activity-filter-dropdown {
    margin-right: 20px; } }

.comment-file-header {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 234, 234, 234 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding-bottom: 12px;
  padding-top: 12px; }
  .comment-file-header .repos-summary-diff-splitter {
    overflow: hidden; }

.comment-file-diff-container {
  border-top:  1px solid;
  border-top-color: rgba( 234, 234, 234 ,  1 );
  border-top-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding-top: 12px; }
  .comment-file-diff-container .repos-summary-code-diff {
    border-radius: 4px 0 0 4px;
    width: 100%; }
  .comment-file-diff-container .code-view-buttons {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 12px; }
    @media screen and (max-width: 599px) {
      .comment-file-diff-container .code-view-buttons {
        padding-left: 12px;
        padding-right: 12px; } }
    .comment-file-diff-container .code-view-buttons .expand-code-button {
      padding: 4px; }

.comment-file-header-title {
  padding-left: 20px;
  padding-right: 20px; }

.comment-file-header-link {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.broken-state-icon {
  margin-right: 3pt;
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
