.elm-load-more-wrap {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.elm-load-more-btn {
  background: #d72638;
  color: #fff;
  border: 0;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.elm-load-more-btn:hover {
  transform: translateY(-2px);
}
