/* ======================
   EVENT PAGE
====================== */

/* Disable home hero */
.hero{display:none!important}

/* Gallery */
.gallery{
  width:100%;
  height:220px;
  overflow:hidden;
}

.gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:none;
}

.gallery img.active{display:block}

/* Cards */
.card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  margin:14px;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
}

/* Pay bar */
.pay-bar{
  position:fixed;
  bottom:56px;
  left:0;
  width:100%;
  height:64px;
  background:#fff;
  border-top:1px solid #ddd;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 14px;
  z-index:999;
}

.pay-bar button{
  background:#ff3d00;
  color:#fff;
  border:none;
  border-radius:12px;
  height:44px;
  padding:0 22px;
  font-size:15px;
}
