.payment-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; clear: both; }
.payment-actions .payment-action { display: flex; flex: 1 1 210px; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 14px; border: 1px solid #287da1; border-radius: 4px; background: #fff; color: #176180; font-size: 14px; line-height: 1.5; text-align: center; text-decoration: none; white-space: normal; overflow-wrap: anywhere; box-sizing: border-box; }
.payment-actions .payment-action:hover { background: #edf6fa; }
.payment-actions .payment-action:focus-visible { outline: 2px solid #176180; outline-offset: 3px; }
