
/* eventIN v7.4 — compact modern footer fix */
.eventin-footer-clean,
.eventin-footer-clean *{box-sizing:border-box}

.eventin-footer-clean{
  width:100%;
  background:#111214;
  color:#fff;
  border-top:3px solid #ef171d;
  padding:22px 0;
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
}

.efc-inner{
  width:min(1180px,92%);
  min-height:52px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.efc-left{
  display:flex;
  align-items:center;
  gap:18px;
}

.efc-logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-size:25px;
  font-weight:900;
  letter-spacing:-1.5px;
  line-height:1;
}

.efc-mark{color:#ef171d;margin-right:5px;font-size:22px}
.efc-event{color:#fff}
.efc-in{color:#ef171d}
.efc-copy{color:#8e939d;font-size:12px;font-weight:700}

.efc-share{
  display:flex;
  align-items:center;
  gap:8px;
}

.efc-label{
  margin-right:5px;
  color:#9ba0aa;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.efc-btn{
  appearance:none;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin:0;
  padding:0;
  border:1px solid #30333a;
  border-radius:50%;
  background:#1b1d21;
  color:#fff;
  font-size:15px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}

.efc-btn:hover{
  transform:translateY(-2px);
  background:#ef171d;
  border-color:#ef171d;
}

.efc-toast{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translate(-50%,15px);
  opacity:0;
  pointer-events:none;
  z-index:99999;
  padding:10px 15px;
  border-radius:999px;
  background:#111;
  color:#fff;
  box-shadow:0 8px 25px rgba(0,0,0,.22);
  font:700 12px Arial,sans-serif;
  transition:.2s ease;
}

.efc-toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:650px){
  .eventin-footer-clean{padding:20px 0}
  .efc-inner{flex-direction:column;justify-content:center;gap:15px}
  .efc-left{flex-direction:column;gap:7px}
  .efc-share{justify-content:center}
}
