.swap-banner {
  margin: 12px;
  padding: 13px 14px;
  background: #edf8f2;
  color: var(--green-dark);
  border: 1px solid #cce8d8;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.swap-banner > div:first-child { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.swap-banner b { font-size: 14px; white-space: nowrap; }
.swap-banner > div:first-child span { color: var(--muted); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.swap-action { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.swap-action span { font-size: 12px; color: var(--muted); }
.swap-action button { min-height: 36px; padding: 0 13px; border: 0; border-radius: 7px; background: var(--green-dark); color: #fff; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
#swapPanel { padding: 44px 42px; }
.swap-card { padding: 18px; background: var(--wash); border-radius: 10px; margin: 14px 0; }
.swap-card b { display: block; font-size: 17px; }
.swap-card span { color: var(--muted); font-size: 13px; }
.swap-arrow { text-align: center; color: var(--green); font-weight: 800; margin: 8px; }
.swap-note { font-size: 13px; color: var(--muted); }
.swap-status { display: inline-block; padding: 4px 9px; border-radius: 20px; background: var(--mint); color: var(--green); font-size: 12px; font-weight: 800; }
.danger-button { width: 100%; min-height: 44px; border: 0; background: transparent; color: #9e2d25; font: inherit; font-weight: 700; cursor: pointer; margin-top: 8px; }
@media (max-width: 720px) {
  .swap-banner { margin: 10px 12px; padding: 11px 12px; gap: 10px; }
  .swap-banner > div:first-child { display: block; }
  .swap-banner > div:first-child span { display: block; max-width: 190px; }
  .swap-action { gap: 8px; }
  .swap-action span { display: none; }
  #swapPanel { padding: 42px 20px 28px; }
}
