.bookingEngine .wrapper.headerV2 {
  background-color: var(--c-grey-light);
  box-shadow: 0px 3px 10px 0px rgb(153 153 153 / 24%);
}

.bookingEngine .headerV2 .menu a:not(:last-child)::after {
  content: '|';
  position: relative;
  top: -1px;
}

.bookingEngine .headerV2 .menu a:not(:last-child):hover::after {
  color: var(--c-text);
}

.bookingEngine .headerV2 .menu .phone svg {
  display: inline;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

.bookingEngine .headerV2 .menu .phone span {
  display: none;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV2 .menu a,
  .bookingEngine .headerV2 .menu .phone span {
    display: initial; 
  } 

  .bookingEngine .headerV2 .menu .phone svg {
    display: none;
  }
}