.elementor-13715 .elementor-element.elementor-element-d9da545{--display:flex;}.elementor-13715 .elementor-element.elementor-element-7305a4b .month-tab.active{background-color:#1e4d3f;}.elementor-13715 .elementor-element.elementor-element-7305a4b .itinerary-button{background-color:#1e4d3f;}/* Start custom CSS for itinerary_widget, class: .elementor-element-7305a4b */.first-day-label{
  width: 110px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #C45119;
  position: relative;
  background-color: white;
  border-radius: 10px;
}

.first-day-label::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #C45119;
}


.month-tabs {
    justify-content: center;
}

.itinerary-button{
    
    color:#fff !important;}/* End custom CSS */