.rmwp-button-wrap button {
  text-decoration: underline;
  padding: 0;
  text-transform: inherit;
  color: #2596be;
  background-color: transparent! important;
  border-color: transparent! important;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 0px solid #e2e6ea;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.rmwp-button-wrap button.open,
.rmwp-button-wrap button:hover {
  color: #2596be;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  cursor: pointer;
}
