.ui-datepicker {
  z-index: 500 !important;
}

.ui-autocomplete {
  z-index: 500 !important;
}

button.load-more-content {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  cursor: pointer;
  font: 18px "LatoHeavy";
  background: none;
  color: var(--color-primary);
  text-transform: none;
}

.more-link {
  background: none;
}

button.load-more-content::after {
  position: absolute;
  right: 5px;
  width: 20px;
  height: 24px;
  content: '';
  transition: 0.25s right ease;
  background: url(/profiles/custom/sdnn/themes/sdnn_theme/assets/images/cta-link.svg) no-repeat center;
  background-size: 14px;
}

button.load-more-content:hover:after {
  right: 0;
  transition: 0.25s right ease;
}
