/**
 * @file
 * Styles for entities embedded with entity embed.
 */

/* @todo Temporarily show all embedded entities with a grey background, so it is
  easier to test before styles are in place. */

.ga-embedded-entity-placeholder {
  background-color: #ddd;
  width: 400px;
  height: 220px;
  text-align: center;
}

.ga-embedded-entity-placeholder h2 {
  padding-top: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ga-embedded-entity-placeholder ul.contextual-links {
  padding: 0 0;
}

.ga-embedded-entity-placeholder ul.contextual-links li {
  list-style-type: none;
  font-size: 0.8em;
}
