.wc-payment-accordion{width:100%;margin:0;font-family:inherit}.wc-pma-item{border:1px solid #e8e8e8;border-radius:4px;margin-bottom:6px;overflow:hidden;background:#f7f7f7;transition:box-shadow 0.2s ease}.wc-pma-item:last-child{margin-bottom:0}.wc-pma-item.is-open{background:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .06)}.wc-pma-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 18px;background:#fff0;border:none;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none;color:inherit;transition:background 0.15s ease}.wc-pma-header:hover{background:rgb(0 0 0 / .03)}.wc-pma-title{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#333}.wc-pma-chevron{display:flex;align-items:center;color:#555;transition:transform 0.25s ease;flex-shrink:0}.wc-pma-item.is-open .wc-pma-chevron{transform:rotate(180deg)}.wc-pma-panel{overflow:hidden;max-height:0;transition:max-height 0.3s ease}.wc-pma-content{display:flex;align-items:flex-start;gap:20px;padding:12px 18px 18px;border-top:1px solid #e8e8e8}.wc-pma-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:64px}.wc-pma-logo svg,.wc-pma-logo img{display:block;max-width:60px;height:auto}.wc-pma-installments{flex:1;min-width:0}.wc-pma-row{display:flex;align-items:center;padding:5px 0;border-bottom:1px solid #f0f0f0;gap:10px}.wc-pma-row:last-child{border-bottom:none}.wc-pma-label{font-size:12px;font-weight:600;color:#333;min-width:50px}.wc-pma-value{font-size:13px;font-weight:700;color:#222;min-width:110px}.wc-pma-fee{font-size:12px;font-weight:500}.wc-pma-fee.no-fee{color:#2e7d32}.wc-pma-fee.with-fee{color:#c62828}@media (max-width:480px){.wc-pma-content{flex-direction:column;gap:14px}.wc-pma-logo{width:auto}.wc-pma-value{min-width:90px}}