.coupon-widget {
    border: 1px solid rgba(50, 50, 50, 0.5);
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    max-width: 360px;
    padding: 30px;
    width: 360px;
    z-index: 4;
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}

.coupon-widget .hide {
    display: none;
}

.coupon-widget .inline-block-container {
    display: inline-block;
    width: 100%;
}

.coupon-widget .form-left {
    float: left;
    padding: 10px 14px 0px 0px
}

.coupon-widget .coupon-form-header {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 30px;
    margin: 0px 0px 14px 0px;
    text-decoration: none solid #1a1a1a;
    width: 100%;
}

.coupon-form-header h1 {
    font-size: 24px;
}

.coupon-widget label {
    color: #1a1a1a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    text-decoration: none solid #1a1a1a;
}

.coupon-widget input {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 16px;
    height: 42px;
    line-height: 20px;
    text-align: center;
}

.coupon-widget input.visa-bin {
    width: 54px;
}

.coupon-widget input.club-code {
    width: 54px;
}

.coupon-widget input.member-number {
    width: 114px;
}

.coupon-widget input.check-digit {
    width: 38px;
}

.coupon-widget input.zip-code {
    width: 121px;
}

.coupon-widget .action-btn {
    background-color: #003893;
    border: 2px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    height: 44px;
    text-align: center;
    text-decoration: none solid #ffffff;
    text-transform: uppercase;
    width: 124px;
}

.coupon-widget .action-btn:hover {
    background: #3373B1;
}

.coupon-widget .message-bubble {
    background-color: #003893;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 40px 8px 8px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}

.coupon-widget .message-bubble-close {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-weight: 700;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.coupon-widget .coupon-barcode {
    text-align: center;
}

.coupon-container{
    text-align: center;
}

.coupon-widget .coupon-code {
    font-size: 20px;
    margin: 20px 0px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-container button {
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0 20px;
    cursor: pointer;
}

.coupon-container button:focus {
    outline: 1px solid #333;
}

span#copied-alert{
    display: block;
    margin: 20px 0;
    font-size: 14px;
    font-style: italic;
    background: #fff;
}

.grecaptcha-badge {
    z-index: 1000;
}
