.axepta-payment-method { padding: 0; display: block; font-family: inherit; }
.axepta-saved-cards-title { font-size: 18px; font-weight: 600; color: #2c3e50; margin-bottom: 8px; line-height: 1.2; }
.axepta-payment-options-container { margin: 6px 0; }
.axepta-payment-options { display: flex; gap: 8px; width: 100%; padding: 8px; margin-bottom: 0.5rem; flex-wrap: wrap; justify-content: flex-start; border-radius: 6px; border: 1px solid #eee; box-sizing: border-box; }
.axepta-payment-card { cursor: pointer; transition: all 0.2s ease; position: relative; display: flex; flex-direction: row; align-items: center; gap: 8px; margin: 0; max-width: none; height: auto; box-sizing: border-box; overflow: hidden; border-radius: 6px; padding: 6px 10px; border: 1px solid #eee; }
.axepta-payment-card.selected { padding: 6px 12px; background-color: transparent; border: 1px solid #ccc; }
.axepta-payment-title { font-size: 14px; font-weight: 500; margin-bottom: 6px; width: 100%; flex-basis: 100%; }
.axepta-save-card-checkbox { display: flex; align-items: center; gap: 8px; width: 100%; margin-top: 12px; font-size: 14px; }
.axepta-payment-description { width: 100%; display: flex; align-items: center; justify-content: flex-start; border: 0; border-radius: 6px; margin-top: 8px; }
.axepta-payment-description img { max-height: 20px; max-width: 50px; margin-right: 8px; }
.axepta-banner-demo { background: #FF9330; color: #000; padding: 8px; font-weight: 700; text-align: left; font-size: 14px; line-height: 1; letter-spacing: normal; margin: 0 0 12px 0; }
.payment_method_axepta_bnpp_gateway img { max-width: 25px; max-height: 25px; width: auto; height: auto; }
.axepta-saved-cards-options .axepta-radio-option { display: flex; align-items: center; padding: 8px; gap: 8px; background: #fff; border: 1px solid #eee; border-radius: 6px; max-width: 220px; height: auto; margin: 4px; }
.axepta-spinner-container { display: flex; justify-content: center; align-items: center; min-height: 40px; margin-top: 1rem; }
.axepta-modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; z-index: 1000; }
.axepta-modal-content { background-color: white; padding: 12px; border-radius: 6px; width: 100%; max-width: 640px; max-height: 80vh; overflow-y: auto; }
.axepta-test-cards-table th, .axepta-test-cards-table td { border: 1px solid #eee; padding: 6px; font-size: 13px; }

/* Make sure selectors are scoped and not overly specific to avoid overriding theme styles */
