@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

.uc-date-wrapper {
  position: relative;
  margin-bottom: -100px;
  padding-bottom: 100px;
  z-index: 10;
  pointer-events: none;
}

.uc-date-wrapper #hebrew-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: white;
  text-align: right;
  background: transparent;
}
