.custom-input{
    height: 50px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding-left: 15px;
    font-size: 14px;
}

.custom-input:focus{
    box-shadow: none;
    border-color: #6c63ff;
}

.discount-btn{
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(90deg,#4f46e5,#9333ea);
    color: #fff;
    font-weight: 600;
    border: none;
}

.discount-btn:hover{
    opacity: 0.9;
}
.discount-form{
   max-width: 380px;
   margin: auto;
}

/* Remove Bootstrap input styling */
.minimal-input{
   border: none;
   background: transparent;
   box-shadow: none;
   padding: 12px 0;
   font-size: 16px;
   color: #333;
}

/* Remove focus border */
.minimal-input:focus{
   outline: none;
   box-shadow: none;
   border: none;
   background: transparent;
}

/* Placeholder style */
.minimal-input::placeholder{
   color: #8b8b8b;
   font-weight: 500;
}

/* Button */
.discount-btn{
   height: 52px;
   border-radius: 14px;
   background: linear-gradient(90deg,#4f46e5,#9333ea);
   color: #fff;
   font-weight: 600;
   border: none;
   font-size: 16px;
}

.discount-btn:hover{
   opacity: 0.9;
   color: #fff;
}

/* Text */
.unsubscribe-text{
   color: #6c757d;
   font-size: 14px;
}
form.discount-form input {
    border: solid 1px #ccc;
}