@mixin export-booking-base() {

  .export-booking__popover {
    display: flex;
    align-items: center;
  }

  .export-booking__calendar-box {
    text-align: center;
    width: 60px;

    a {
      display: block;
    }

    a:hover {
     color: #d21548;
    }

    div {
      margin-top: 8px;
    }

    img {
      height: 30px;
      width: 30px;
    }
  }

}