src/css/popup.css [933:947]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  opacity: 0;
  pointer-events: none;
  transition: opacity 2s;
  background-color: var(--colorGreen50);
  border-radius: var(--borderRadiusSm);
  padding: var(--spacingXs) var(--spacingSm);
  font-size: var(--fontSizeBodyXs);
  font-weight: 500;
  /* 
  By allowing this to overlap other elements,
  we don't need to reserve empty space for it.  
  Otherwise, this empty space would push the
  .expand-toggle out of the card on small screens:
  */
  position: absolute;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/css/popup.css [1039:1053]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  opacity: 0;
  pointer-events: none;
  transition: opacity 2s;
  background-color: var(--colorGreen50);
  border-radius: var(--borderRadiusSm);
  padding: var(--spacingXs) var(--spacingSm);
  font-size: var(--fontSizeBodyXs);
  font-weight: 500;
  /* 
  By allowing this to overlap other elements,
  we don't need to reserve empty space for it.  
  Otherwise, this empty space would push the
  .expand-toggle out of the card on small screens:
  */
  position: absolute;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



