/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wc_payment_method.payment_method_simplur_synchrony_financial label img {
    height: 40px;
    width: auto;
    margin-right: 0;
}

.simplur-synchrony-financing-modal table thead {
    background-color: #8b0000;
    color: #fff;
}

.simplur-synchrony-financing-modal table thead th,
.simplur-synchrony-financing-modal table tbody th {
    text-align: center;
    vertical-align: top;
}

.modal .wpdi-offer,
.modal .epni-offer {
    display: none;
}

.simplur-synchrony-financing-modal[offertype="epni"] .epni-offer {
    display: block;
}

.simplur-synchrony-financing-modal[offertype="wpdi"] .wpdi-offer {
    display: block;
}

.synchrony-financing-disclaimer {
    font-weight: bold;
    font-size: 13px;
}

.synchrony-financing-disclaimer a {
    pointer-events: none;
    cursor: default;
}

.synchrony-financing-disclaimer:hover a {
    text-decoration: underline;
}