pre {
    display: block;
    font-size: 1.5rem;
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
    overflow: auto;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    white-space: pre-wrap;
    word-break: break-all;
}

.pre-scrollable {
    max-height: 500px;
    overflow-y: scroll;
}

.woocommerce-order-pay .container .woocommerce {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 30px auto;
}

.woocommerce-order-pay .container .woocommerce .order_details {
    display: flex;
    flex-direction: column;
}

.woocommerce-order-pay .container .woocommerce .order_details li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: none;
}

.woocommerce-order-pay .container .woocommerce .order_details li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.w2t-tranzila-form-page {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.wmc-currency .wmc-nav {
    display: block;
    width: auto;
    height: 40px;
    border: 1px solid black;
    background: transparent;
    padding: 8px;
    outline: 0;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 16px;
    font-weight: 300;
}