/* v1.0.3 — Slot/Placeholder Styles */
.mek7-brand-slot img{ width:100%; height:auto; display:block; }
.mek7-brand-placeholder{
  display:inline-flex; align-items:center; justify-content:center;
  width:100%;
  height:100%;
  border:1px dashed rgba(0,0,0,.15);
  border-radius:10px;
  font-weight:600; letter-spacing:.5px;
  color: rgba(0,0,0,.55);
  background: rgba(0,0,0,.02);
}
a.mek7-brand-link{ text-decoration:none; display:block; width:100%; }