.ecre_reward-points-wrapper {
margin-top: 20px;
display: flex;
flex-direction: column;
gap: 10px;
padding-left: 16px;
padding-right: 16px;
}
.ecre-reward-input-wrapper{
display: flex;
}
.ecre-reward-input-wrapper input {
background-color: #fff;
border: 1px solid hsla(0, 0%, 7%, .8) !important;
border-radius: 4px !important;
box-sizing: border-box;
color: #2b2d2f;
font-family: inherit;
font-size: 1em;
line-height: 1em;
margin: 0;
min-height: 0;
padding: 1em;
width: 100%;
}
.ecre-reward-input-wrapper button {
margin-left: 8px;
}
.ecre-reward-point-message {
color: #ff0000;
font-size: 14px;
}