.admin-edit-post-modal .syndications .syndication {
  margin-bottom: 4px;
}

.admin-edit-post-modal .syndicate-btn {
  margin-bottom: 4px;
  float: left;
}

.admin-edit-post-modal .inline.fields {
  margin-top: 4px;
}

.admin-edit-post-modal .inline.fields label {
  min-width: 42px;
  display: inline-block;
}

.admin-post-details {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 20px;
}

@media only screen and (max-width: 687px) {
  .admin-post-details {
    display: block;
  }
  .admin-post-details .panel-right {
    clear: both;
    margin-top: 50px;
  }
}

@-webkit-keyframes fadeIt {
  0%  { background-color: #21ba45; }
  100% { background-color: #e0e1e2; }
}
@-moz-keyframes fadeIt {
  0%  { background-color: #21ba45; }
  100% { background-color: #e0e1e2; }
}
@-o-keyframes fadeIt {
  0%  { background-color: #21ba45; }
  100% { background-color: #e0e1e2; }
}
@keyframes fadeIt {
  0%  { background-color: #21ba45; }
  100% { background-color: #e0e1e2; }
}

.btn-confirmed {
    -webkit-animation: fadeIt 0.7s ease-in-out;
       -moz-animation: fadeIt 0.7s ease-in-out;
         -o-animation: fadeIt 0.7s ease-in-out;
            animation: fadeIt 0.7s ease-in-out;
}

.external-profiles .ui.icon.mini.button {
  font-size: 0.6em;
}

