.mode-share-light {
  display: inline-flex;
  width: 11px;
  height: 11px;
  margin: 5px auto;
  border: 1px solid rgba(31, 33, 29, .45);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fffdf7;
}

.channel-col-share-status {
  padding: 2px!important;
  text-align: center;
  vertical-align: middle;
}

.mode-share-synced { background: #2f9b4f; }
.mode-share-mismatch { background: #d9363e; }
.mode-share-mismatch { padding: 0; cursor: pointer; }
.mode-share-mismatch:hover { box-shadow: 0 0 0 3px rgba(217, 54, 62, .2); }
