/* Content Egg specific tweaks; loaded after style.css */

/* Tighter spacing for lists of offers */
.content-egg-block.cegg-offers .cegg-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Make logos in offers template align nicely */
.content-egg-block img.cegg-logo {
  max-height: 24px;
  width: auto;
  vertical-align: middle;
}

/* Respect Divi typography inside Content Egg blocks */
.content-egg-block {
  font-size: inherit;
  line-height: inherit;
}