.embedly-form-control {
  display: flex; }

.embedly-url-field {
  position: relative;
  flex: 1;
  margin-right: 10px; }

.embedly-thumbnail-placeholder {
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .embedly-thumbnail-placeholder .icon {
    display: block;
    color: rgba(0, 0, 0, 0.5); }
  .embedly-thumbnail-placeholder span {
    display: none; }

.embedly-thumbnail-image {
  height: 60px;
  width: auto;
  display: block; }

.embedly-thumbnail-actions {
  display: flex;
  align-items: center;
  justify-content: center; }
  .embedly-thumbnail-actions a {
    cursor: pointer; }
  .embedly-thumbnail-actions .thumbnail-edit {
    margin-right: 5px; }
  .embedly-thumbnail-actions span {
    display: none; }
