.morelong {
  width: auto;
  margin: 0 auto;
  line-height: 65px;
  background: linear-gradient(to right, #00a0e9 0%, #215bae 51%, #00a0e9 100%);
  background-size: auto;
  background: -webkit-linear-gradient(to right, #00a0e9 0%, #215bae 51%, #00a0e9 100%);
  color: #ffffff;
  text-align: center;
  background-size: 200% auto;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
}
.morelong a {
  line-height: 65px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.morelong a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30%;
  background: #ffffff;
  top: 45%;
  right: 30px;
  transform: rotate(45deg);
}
.morelong a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30%;
  background: #ffffff;
  bottom: 45%;
  right: 30px;
  transform: rotate(135deg);
}

.mb30 {
  margin-bottom: 30px;
}/*# sourceMappingURL=addtop2025.css.map */