/* Provider Coupons (REST) frontend styles */

.pc-redeem-provider label {
    display: inline-block;
    width: auto;
    padding-right: 10px;
}

.pc-redeem-provider input {
    display: inline-block;
    width: auto;
    margin-right: 25px;
    margin-bottom: 15px;
}

.pc-redeem-provider button {
    display: inline-block;
    width: auto;
}


form.pc-redeem-form {
    width: 100%;
    text-align: center;
}
