/**
 * @file
 * Styles for the anchor preview in editors, for example ckeditor.
 */
[data-embed-button="famb_anchor"] {
  border: 2px dotted currentColor;
  padding: .5rem 1rem;
  display: flex !important;
  justify-content: center !important;
  line-height: 1.1;
}
[data-embed-button="famb_anchor"] .foundation-magellan-anchor {
  display: flex;
  align-items: center;
}
[data-embed-button="famb_anchor"] .foundation-magellan-anchor::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M448 288v66.098c-40.261 41.123-96.519 80.825-160 91.254v-189.352h96v-32l-96-37.471c37.282-13.18 64-48.731 64-90.529 0-53.020-42.98-96-96-96-53.021 0-96 42.98-96 96 0 41.798 26.715 77.35 64 90.529v0.006l-96 37.465v32h96v189.352c-63.484-10.429-119.742-50.131-160-91.254v-66.098h-64v32c0 64 128 192 256 192s256-128 256-192v-32h-64zM288 96c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32c17.673 0 32 14.327 32 32z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: .5em;
}
[data-embed-button="famb_anchor"] .foundation-magellan-anchor::after {
  content: attr(data-anchor-menu-title) " (#"attr(data-magellan-target)")";
}
