/* Like heart overlay on gallery tiles */
.gal-card { position: relative; }
.gal-like {
  position:absolute; right:8px; top:8px;
  display:inline-flex; align-items:center; justify-content:center;
  width:38px !important; height:38px !important; padding:0 !important;
  line-height:38px; border-radius:50% !important; border:0;
  cursor:pointer; color:#fff; background: rgba(0,0,0,0.35);
  font-size:18px; text-align:center; box-sizing:border-box;
  -webkit-appearance:none; appearance:none; text-transform:none !important; white-space:normal !important;
}
.gal-like:hover { background: rgba(0,0,0,0.5); }
.gal-like[aria-pressed="true"], .gal-like.liked { background:#f3dcdc; }
/* Icon color: always white (liked and unliked) */
.gal-like .fa, .eiw-lb-like .fa { color: #fff; font-size: 1em; line-height: 1; }

/* Lightbox like button */
.eiw-lb-like {
  position:absolute; bottom:16px; right:18px;
  display:inline-flex; align-items:center; justify-content:center;
  width:44px !important; height:44px !important; padding:0 !important;
  line-height:44px; border-radius:50% !important; border:none;
  cursor:pointer; background: rgba(255,255,255,0.18); color:#fff !important; font-size:22px;
  box-sizing:border-box; -webkit-appearance:none; appearance:none; text-transform:none !important; white-space:normal !important;
}
.eiw-lb-like:hover { background: rgba(255,255,255,0.28); }
.eiw-lb-like[aria-pressed="true"] { background:#f3dcdc; }
