.wit-card.boards-card .annotations {
  margin-left: -3px; }
  .wit-card.boards-card .annotations .annotation {
    font-weight: normal;
    padding: 0; }
    .wit-card.boards-card .annotations .annotation .left-icon {
      margin-right: 4px;
      padding-right: 0; }
    .wit-card.boards-card .annotations .annotation .test-status-overlay-background {
      color: rgba( 255, 255, 255 ,  1 );
      color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
    .wit-card.boards-card .annotations .annotation .test-status-overlay-background,
    .wit-card.boards-card .annotations .annotation .test-status-overlay {
      position: absolute;
      bottom: 0;
      right: 9px; }
    .wit-card.boards-card .annotations .annotation.light.active {
      background-color: rgba(0, 0, 0, 0.2); }
    .wit-card.boards-card .annotations .annotation.light:hover {
      background-color: rgba(0, 0, 0, 0.06); }
    .wit-card.boards-card .annotations .annotation.dark.active {
      background-color: rgba(255, 255, 255, 0.29); }
    .wit-card.boards-card .annotations .annotation.dark:hover {
      background-color: rgba(255, 255, 255, 0.08); }
  .wit-card.boards-card .annotations .annotation-expanded {
    width: 100%;
    margin-left: 0;
    order: 1000; }
    .wit-card.boards-card .annotations .annotation-expanded .annotation-button {
      padding: 2px 4px; }
      .wit-card.boards-card .annotations .annotation-expanded .annotation-button.checklist {
        margin-top: 8px; }
      .wit-card.boards-card .annotations .annotation-expanded .annotation-button.light {
        background-color: rgba(0, 0, 0, 0.2); }
        .wit-card.boards-card .annotations .annotation-expanded .annotation-button.light:hover {
          background-color: rgba(0, 0, 0, 0.06); }
      .wit-card.boards-card .annotations .annotation-expanded .annotation-button.dark {
        background-color: rgba(255, 255, 255, 0.29); }
        .wit-card.boards-card .annotations .annotation-expanded .annotation-button.dark:hover {
          background-color: rgba(255, 255, 255, 0.08); }
      .wit-card.boards-card .annotations .annotation-expanded .annotation-button.not-highlighted {
        background-color: unset; }
    .wit-card.boards-card .annotations .annotation-expanded .test-annotation-divider {
      border-right:  1px solid;
      border-right-color: rgba( 200, 200, 200 ,  1 );
      border-right-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
      .wit-card.boards-card .annotations .annotation-expanded .test-annotation-divider.dark {
        border-right: 1px solid #c8c8c8; }
      .wit-card.boards-card .annotations .annotation-expanded .test-annotation-divider.light {
        border-right: 1px solid #5f5f5f; }
    .wit-card.boards-card .annotations .annotation-expanded .add-item-text-field {
      padding: 2px 4px; }
    .wit-card.boards-card .annotations .annotation-expanded.checklist-annotation-details .new-item {
      padding-left: 25px; }
      .wit-card.boards-card .annotations .annotation-expanded.checklist-annotation-details .new-item .add-item-text-field {
        width: calc(100% - 25px); }
    .wit-card.boards-card .annotations .annotation-expanded.github-annotation-details .fabric-icon {
      align-self: auto; }
    .wit-card.boards-card .annotations .annotation-expanded.github-annotation-details a {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
    .wit-card.boards-card .annotations .annotation-expanded .centered-annotation-row .bolt-list-cell-content {
      align-items: center;
      column-gap: 3px;
      margin-bottom: 3px; }
    .wit-card.boards-card .annotations .annotation-expanded .centered-annotation-row .add-item-text-field {
      width: 100%; }
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row .annotation-context-menu {
      width: 15px;
      height: 15px;
      position: absolute;
      top: 3px;
      right: 3px;
      justify-content: center;
      visibility: hidden; }
      .wit-card.boards-card .annotations .annotation-expanded .annotation-row .annotation-context-menu .bolt-button.icon-only {
        padding: 0px; }
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row .bolt-list-cell:not(.checked).light .bolt-checkmark,
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row .bolt-list-cell-content:not(.checked).light .bolt-checkmark,
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row .bolt-checkbox:not(.checked).light .bolt-checkmark {
      border-color: rgba(0, 0, 0, 0.55); }
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row .bolt-list-cell:not(.checked).dark .bolt-checkmark,
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row .bolt-list-cell-content:not(.checked).dark .bolt-checkmark,
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row .bolt-checkbox:not(.checked).dark .bolt-checkmark {
      border-color: rgba(255, 255, 255, 0.8); }
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row:hover .annotation-context-menu,
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row:focus-within .annotation-context-menu {
      visibility: visible;
      background-color: rgba( 239, 246, 252 ,  1 );
      background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 ); }
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row.bolt-list-row.light:hover {
      background-color: rgba(0, 0, 0, 0.06); }
    .wit-card.boards-card .annotations .annotation-expanded .annotation-row.bolt-list-row.dark:hover {
      background-color: rgba(255, 255, 255, 0.04); }
