/* PDL native checkout order comment field */
.pdl-order-comment {
    margin: 20px 0;
}

.pdl-order-comment textarea {
    min-height: 90px;
}

/* Place native checkout order comments with final payment actions. */
.pdl-order-comment {
    margin: 20px 0 14px;
}

.pdl-order-comment textarea {
    min-height: 90px;
}

/* The quote checkout page already represents the quote; the extra BSS print button is redundant here. */
body.quoteextension-quote-checkout .action-print,
body.quoteextension-quote-checkout .quote-print,
body.quoteextension-quote-checkout .print-quote {
    display: none !important;
}
