/* =========================================================
   visit.css
   Page-specific styles for /visit
   Split out of the old monolithic style.css. Rule order is
   unchanged from the original file.
   ========================================================= */

.icon-ai {
  font-size: 2.2rem;
  color: #ffffff;
  min-width: 40px;
}
.event-info1 {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  display: flex;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.info-block h5 {
  font-weight: 600;
  color: #0a65ff;
  margin-bottom: 5px;
}
.info-block p {
  font-size: 16px;
  color: #333;
  margin: 0;
}
.event-info1 {
  background: rgb(255 255 255 / 5%);
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  border: 2px #ffffff solid;
}
.info-block {
  color: #fff;
}
