/* Add Event Info style */
.elementor-widget-eventinfo .EventInfo__Item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.elementor-widget-eventinfo .elementor-widget-container{
  margin-bottom: 0px!important;
}

.elementor-widget-eventinfo .elementor-widget-container{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.elementor-widget-eventinfo .EventInfo__Item--location{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.elementor-widget-eventinfo .EventInfo__WrapperLocation{
  display: flex;
  gap: 10px;
}

.elementor-widget-eventinfo .EventInfo__LocationLink{
  margin-left: 25px;
}

.elementor-widget-eventinfo .EventInfo__Status{
  font-size: 14px;
  border: 1px solid #d80707;
  color: #fff;
  background-color: #d80707;
  border-radius: 100px;
  font-weight: 500;
  line-height: var(--e-global-typography-2ef6aa2-line-height);
  padding: 4px 12px;
}

.elementor-widget-eventinfo .EventInfo__IconWrapper {
  margin-top: 2px
}

.elementor-widget-eventinfo .EventInfo__Icon{
  height: auto;
}

.elementor-widget-eventinfo .EventInfo__StartDate, .EventInfo__EndDate{
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  text-align: center;
}

.elementor-widget-eventinfo .EventInfo__Item p{
    margin-bottom: 0px;
}