/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 #currency-converter { max-width:500px; margin:20px auto; padding:20px; border:1px solid #ddd; border-radius:12px; box-shadow:0 4px 12px rgba(0,0,0,.1); font-family:sans-serif; }
.cc-row { display:flex; gap:10px; margin-bottom:12px; }
.cc-row input, .cc-row select { flex:1; padding:10px; font-size:16px; border:1px solid #ccc; border-radius:8px; }
#cc_result { background:#f9f9f9; }
.cc-rate { font-size:14px; color:#444; margin-top:8px; }
