<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Smartphone and small window */
.amazon-btn img {
    max-width: 100%;
}

.amazon-item-list.item-list td.order-payment-summary {
    min-width: 160px;
}

#addressBookWidgetDiv .widget-container,
#consentWidgetDiv .widget-container,
#walletWidgetDiv .widget-container,
#addressBookWidgetDiv iframe,
#consentWidgetDiv iframe,
#walletWidgetDiv iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

#addressBookWidgetDiv,
#walletWidgetDiv,
#consentWidgetDiv {
    width: 100%;
    height: 228px;
    padding : 0;
    margin-bottom: 10px;
}

form legend {
    overflow: hidden; /* clearfix */
    clear: both;
}

.amazonheader {
    padding : 0 0 10px 0;
    margin : 0 0 0 -25px;
}

.amazonpopup {
    padding : 0 0 0px 50px;
}

/* Ignore all the user actions when the button is disabled */
.amazon-button[disabled] {
    pointer-events: none;
    position: relative;
}

.amazon-button[disabled] img {
    opacity: 0.6;
}

.amazon-button[disabled]:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.shipping-form, .billing-form {
    display: none;
}

.payment-message {
    color: #990000;
    font-size: 1em;
    padding-bottom: 10px;
}

@media screen and (max-width: 959px) and (min-width: 768px) {
    .amazon-item-list.item-list td {
        padding: 1em 0.3em;
    }

    .primary-focus #secondary {
      width: 190px;
    }

}

.level-2 {z-index: 15}

</pre></body></html>