.redeem-input {
    width: 100%;
    max-width: 300px;
    padding: 8px 20px;
    font-size: 1.2em;
    border: 1.2px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.balance-text {
    font-size: 0.8em;
}

.balance-history {
    font-size: 0.7em;
    margin-top: -8px;
    color: #666;
    text-align: center;
}

.terms-info-window {
    font-size: 0.95em;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-us-text {
    margin-top: -7px;
    font-size: 0.8em;
}

.contact-us-text a, .terms-info-window a {
    text-decoration: underline;
    color: inherit;
}

hr {
    border: none;
    height: 1px;
    background-color: #ddd;
}

.highlight {
    border: 2px solid #4CAF50;
    background-color: #f0fff0;
}

div.bg-black.pad-20.hide-desktop.ta-center {
    display: block !important;
    width: calc(100% - 40px);
}

.gift-card-match {
    text-align: center;
    margin: 60px auto;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
}

.gift-card-match h1 {
    font-size: 2em;
}

.gift-card-match .p-13pt {
    font-size: 1.2em;
    color: #333;
    margin: 15px 0;
}

.gift-card-match .teal {
    color: #00796b;
    font-weight: bold;
}

.gift-card-match, .redeem-info {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
}

#container {
    display: flex;
    margin-top: 150px;
    top: 0;
    left: 0;
    min-height: calc(100vh - 475px);
    min-width: calc(100vw - 65px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
}

#redeem-form {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

span.teal {
    color: #287B78;
}

label.code-label {
    font-size: 18px;
}

.redeem-title {
    text-transform: none;
}

.redeem-confirm-title {
    text-transform: none;
}

#redeem-confirm-page {
    margin-top: 170px;
}

#submit-redeem-now {
    width: 260px;
    min-height: 50px;
    background: #287B78;
    border-radius: 5px;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

#submit-redeem-again {
    width: 200px;
    min-height: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #287B78;
    border: 1px solid #287B78;
    cursor: pointer;
}

#submit-redeem-confirm {
    width: 320px;
    min-height: 60px;
    background: #287B78;
    border-radius: 5px;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

a#tc:link {
    text-decoration: underline;
}

input#redeemCode {
    box-sizing: border-box;
    border: 1px solid #9E9E9E;
    font-size: 20px;
    padding: 15px;
    margin: 5px;
}

.success-message {
    font-size: 1.2em;
    font-weight: 300;
    color: #287B78;
    text-align: center;
}

.success-title {
    text-transform: none;
    text-align: center;
}