.ew-currency { margin: 24px 0 32px; padding: 20px; border: 1px solid #aaa; border-radius: 12px; color: #111; background: #f4f4f0; }
.ew-currency label { display:flex; align-items:center; flex-wrap:wrap; gap:12px; font-size:14px; font-weight:700; }
.ew-currency select { min-height:44px; max-width:100%; padding:8px 12px; border:1px solid #333; border-radius:6px; background:white; color:#111; font:inherit; }
.ew-currency p { margin:12px 0 0; max-width:85ch; font-size:12px; line-height:1.5; }
@media(max-width:600px){.ew-currency{padding:16px}.ew-currency label,.ew-currency select{width:100%}}
@media print{.ew-currency{display:none}}
