/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .ls_redeem_form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.ls_redeem_form_heading h2 {
    text-align: center;
    margin-bottom: 33px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.ls_redeem_form label {
    font-weight: bold;
}

.ls_redeem_form input[type="text"],
.ls_redeem_form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.ls_redeem_form input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
}

.ls_clear_btn{
    background-color: #ff3030;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}



.ls_redeem_form input[type="submit"]:hover {
    background-color: #45a049;
}

.ls_input_error {
    color: #ff3030;
    font-size: 14px;
}

.ls_error {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0px;
    border-radius: 5px;
    background-color: #ff3030;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.ls_error p{
    margin: 0;
}


 .ls_result {
    margin: 20px auto;
    width: 80%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.ls_result_header {
    text-align: center;
    margin-bottom: 20px;
}

.ls_result_header h2 {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}

.ls_table {
    width: 100%;
    border-collapse: collapse;
}

.ls_table th, .table td {
    padding: 8px;
}

.ls_table th {
    text-align: left;
}

.ls_result_footer {
    margin-top: 20px;
    text-align: center;
}

.ls_redeem_another_btn {
    background-color: #4CAF50;
    color: white;
    padding: 11px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
}

.ls_redeem_another_btn:hover {
    background-color: #45a049;
}

.ls_result_footer .ls_print_btn{
    background-color: #03A9F4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
}

.ls_redeem_voucher_btn{
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;

}