/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.afterpay_msg {
    padding-bottom: 10px;
}
.afterpay_msg-link {
    color: #999;
    text-decoration: underline;
}

.afterpay-image {
    width: 65px;
    max-width: 7em;
    height: 18px;
    margin-left: 2px;
    vertical-align: sub;
}

.pdp-afterpay-message {
    margin-top: 12px;
}

@media (min-width: 1280px) {
    .afterpay_modal-body {
        min-height: 350px;
        padding-bottom: 14px;
    }
}
.afterpay_modal-dialog {
    height: 100%;
}
@media (min-width: 1280px) {
    .afterpay_modal-dialog {
        max-width: 806px;
        height: auto;
    }
}
.afterpay_modal-content {
    border: 0;
    border-radius: 0;
}
@media (min-width: 1280px) {
    .afterpay_modal-content {
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }
}
.afterpay_modal-subtitle {
    margin-bottom: 24px;
}
@media (min-width: 1280px) {
    .afterpay_modal-subtitle {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1;
    }
}
@media (min-width: 1280px) {
    .afterpay_modal-steps {
        margin: 19px 0 27px;
        padding: 0;
    }
}
.afterpay_modal-cta {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
@media (min-width: 1280px) {
    .afterpay_modal-cta {
        font-size: 24px;
        line-height: 1.5;
    }
}
.afterpay_modal-cta--active {
    color: #666;
}
.afterpay_modal-delimiter {
    display: inline-block;
    width: 2px;
    height: 18px;
    margin: 3px 8px 0;
    background-color: #999;
    line-height: 1;
}
@media (min-width: 1280px) {
    .afterpay_modal-delimiter {
        width: 3px;
        height: 24px;
        margin: 8px 10px 0;
    }
}
.afterpay_modal-content_icon {
    width: auto;
    height: 40px;
}
@media (min-width: 1280px) {
    .afterpay_modal-content_icon {
        height: 50px;
    }
}
.afterpay_modal-disclaimer {
    color: #666;
}

.afterpay_alert {
    color: #333;
    background-color: #f8f8f8;
}
