@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600&display=swap');

.bd-exchange-card{

max-width:500px;
margin:auto;
padding:25px;
border-radius:15px;
background:white;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
font-family:'Hind Siliguri',sans-serif;

}

.bd-exchange-card h3{

text-align:center;
margin-bottom:20px;

}

.bd-exchange-card input{

width:100%;
padding:12px;
margin-bottom:12px;
border-radius:8px;
border:1px solid #ddd;
font-size:15px;

}

.bd-exchange-card input:focus{

outline:none;
border-color:#16a34a;

}

.bd-result{

background:#f9fafb;
padding:15px;
border-radius:10px;

}

.bd-result p{

margin:6px 0;

}

.profit{

color:#16a34a;
font-weight:600;
font-size:17px;

}
