/* General Wrapper Styling */
.next-event-wrap {
  background-color: #fff;
  border: 1px solid #f4f7fc;
  border-radius: 0;
  filter: drop-shadow(0 5px 14px rgba(8, 15, 52, .04));
  transition: transform 0.2s ease-in-out;
  margin: 24px 0;
  width: 100%;
  max-height: 340px;
}
.next-event-wrap:hover {
  transform: scale(1.01);
}

/* Anchor Styling */
.business-events-card-container {
  display: block;
  text-decoration: none;
  color: inherit; /* Ensures text inherits color from parent */
}

/* Image Section */
.events__section__image {
  width: 57.26%;
  float: left;
}
.img-wrap .img {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 338px;
  object-position: left;
}

/* Text Section */
.events__section__text {
  width: 40.17%;
  float: right;
  padding: 15px;
}
.events-main-con {
  margin-right: 5vw;
}
.card_date_container-day {
  position: absolute;
  right: 2%;
  text-align: center;
}
.events-card_datemonth {
  font-size: 20px;
  text-transform: uppercase;
  color: #6e7a91;
  margin-bottom: 10px;
}
.events-card_date-day {
  font-size: 47px;
  font-weight: 700;
  color: #141b2b;
}

/* Bottom Section */
.events-card_container_bottom {
  display: flex;
  align-items: center;
}
.events--card__date {
  display: flex;
  align-items: center;
  background-color: #f4f7fc;
  padding: 6px 19px;
  margin-left: 12px;
}
.events--card__date--icon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 1.4px 4.9px rgba(244, 38, 62, .22));
}
.events--card__date--text {
  color: #141b2b;
  font-weight: 700;
}

/* Responsive Adjustments */
@media (max-width: 1218px) {
