
#eventMap{
height:400px;
margin-bottom:30px;
}

.elchos-events{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:30px;
}

.tour-card{
background:#0a0f2b;
border-radius:12px;
overflow:hidden;
color:white;
box-shadow:0 6px 25px rgba(0,0,0,0.5);
}

.tour-img{
height:220px;
background-size:cover;
background-position:center;
}

.tour-body{
padding:20px;
}

.tour-date{
color:#ff008c;
font-weight:bold;
margin-bottom:6px;
}

.tour-meta{
display:flex;
gap:12px;
margin-top:10px;
}

.tour-nav{
display:inline-block;
margin-top:12px;
background:#ff008c;
color:white;
padding:8px 14px;
border-radius:6px;
text-decoration:none;
}
