.entity-subqueue-main-articles-edit-form .field-multiple-table tbody tr:nth-child(1) {
  background: rgba(209,35,42,0.3);
}

.entity-subqueue-main-articles-edit-form .field-multiple-table tbody tr:nth-child(2),
.entity-subqueue-main-articles-edit-form .field-multiple-table tbody tr:nth-child(3),
.entity-subqueue-main-articles-edit-form .field-multiple-table tbody tr:nth-child(4),
.entity-subqueue-main-articles-edit-form .field-multiple-table tbody tr:nth-child(5) {
  background: #ddecff;
}

.gin--edit-form .twitter-tweet {
  width:200px;
 height: 260px;
background: url('/themes/custom/tw_webpack/dist/images/logo-x.svg');
background-repeat:no-repeat;
background-size: cover;
}

.gin--edit-form .twitter-tweet::after {
  content: 'Twitter/X embed media';
  text-align: center;
  color: black;
  display: flex;
  align-items: center;
  height: 100%;
}
.social-embed {
  min-width: 250px;
}
