.acf-fc-layout-handle .thumbnail {
  display: inline-block;
  vertical-align: middle; }

.acf-flexible-content .layout.to-be-updated {
  border: 5px solid red; }

.attachment-info .thumbnail {
  cursor: pointer; }

.alignment-indicator {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid white;
  box-shadow: 1px 1px 5px black;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease; }
