.payment-summary,.payment-row{display:flex;gap:20px;align-items:center;min-width:0}
.payment-summary>div,.payment-row>div{min-width:0}
.payment-summary img{width:220px;max-width:40%;aspect-ratio:16/9;object-fit:cover;border-radius:10px}
.payment-method>img{width:190px;height:64px;object-fit:contain}
.payment-row>img{width:120px;aspect-ratio:16/9;object-fit:cover;border-radius:8px}
.filter-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:end}
table{border-collapse:collapse;width:100%}
th,td{text-align:left;padding:10px;border-bottom:1px solid var(--border);overflow-wrap:anywhere}
@media(max-width:700px){.payment-summary,.payment-row{align-items:flex-start}
.filter-row{grid-template-columns:1fr}
.payment-summary img{width:130px}
.payment-row>img{width:90px}
table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}
}
@media(max-width:420px){.payment-summary{flex-direction:column}
.payment-summary img{width:100%;max-width:100%}
.payment-row{gap:12px}
.payment-row>img{width:72px}
.payment-method .btn{width:100%}
}
