
/**
 * Accentuate the Tag ID of a component.
 */
.field--name-field-id .js-form-type-textfield {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  padding: 5px;
  border-radius: 10px;
}
.field--name-field-id .form-item__label {
  padding: 9px 5px 0px 5px;
}
/**
 * Adds ID Tag anchor styling.
 */
a.component-anchor {
  position: absolute;
  padding: 3px 6px 2px;
  height: 17px;
  font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: #0070bc;
  cursor: pointer;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
a.component-anchor:hover,
a.component-anchor:focus {
  color: #fff;
  text-decoration: none;
}
a.component-anchor:after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 8px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #0070bc;
}
.copy-url-message {
  position: fixed;
  z-index: 9999;
  background-color: #0070bc;
  color: #fff;
  padding: 15px;
  font-size: 2rem;
  bottom: 0;
  left: 0;
  width: 100%;
}
a.component-anchor:before {
  content: '\f0c1';
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255,255,255,.7);
  padding: 0 6px 0 1px;
}
.layout-builder-block a.component-anchor {
  pointer-events: visible;
}
