/* App-level tweaks layered on Bootstrap 5.3 color modes + the brand skin. */
main { min-height: 60vh; }
.form-text { color: var(--bs-secondary-color); }

/* Bank wire details (layouts/_wire_details.php). The /vip pages get this skin from
   founders.css; the platform layouts don't load that file, so it's restated here
   against Bootstrap color-mode vars to follow the light/dark theme. */
.wire-box { background: var(--bs-tertiary-bg); border: 1px solid var(--bs-border-color); border-radius: .7rem; overflow: hidden; }
.wire-row { display: flex; justify-content: space-between; gap: 1rem; padding: .62rem .95rem; border-bottom: 1px solid var(--bs-border-color); }
.wire-row:last-child { border-bottom: 0; }
.wire-row span { color: var(--bs-secondary-color); font-size: .85rem; }
.wire-row b { color: var(--bs-emphasis-color); text-align: right; }
