/* Additional payment choice; existing checkout remains unchanged. */
.ifshh-payment-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.65rem;min-width:0}
.ifshh-payment-choices>.purchase-form{display:flex;min-width:0;margin:0}
.ifshh-payment-choices>.purchase-form>.button{width:100%;height:100%}
a.ifshh-paypal-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.7rem 1rem;background:#ffc439;border:2px solid #ffc439;border-radius:.35rem;color:#003087!important;text-align:center;font:800 .95rem/1.25 Inter,Arial,sans-serif;text-decoration:none!important;white-space:normal}
a.ifshh-paypal-button:hover{background:#f2ba36;border-color:#f2ba36}
a.ifshh-paypal-button:focus-visible{outline:3px solid #294698;outline-offset:3px}
.purchase-option-actions{grid-template-columns:minmax(0,1fr)}
.purchase-option-actions.ifshh-payment-fallback{grid-template-columns:repeat(2,minmax(0,1fr))}
.purchase-option-actions.ifshh-payment-fallback>.account-option{grid-column:1/-1}
.purchase-options-compact .ifshh-paypal-button{min-height:46px;padding:.55rem .7rem;font-size:.85rem}
.site-footer .ifshh-payment-choices{grid-template-columns:1fr;justify-items:start;gap:.7rem;margin-top:.5rem}
.site-footer a.ifshh-paypal-button{min-height:40px;padding:.5rem .85rem;font-size:.85rem}
@media(max-width:380px){.ifshh-payment-choices{gap:.45rem}a.ifshh-paypal-button{padding:.6rem .65rem;font-size:.85rem}}
