/* Pay Later message above the add-to-cart button, and its generic twin in the
   brand cards on the Custom Builder page.
   The message itself is PayPal's own markup - only the space around it is ours.
   The wrapper stays collapsed while empty, so an ineligible product does not
   leave a gap where a message never arrived. */

.swordis-ppl-message {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    flex: 1 1 100%;
}

.swordis-ppl-message:empty {
    display: none;
}

.swordis-ppl-message paypal-message {
    display: block;
}

/* Builder page: centred under the brand's Build Now button, in the space the
   v5 message used to occupy. */
.swordis-ppl-message--generic {
    margin: 0 0 24px;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
}
