#exchange-rates-table{margin:20px auto;padding:20px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;max-width:800px}#exchange-rates-table table{width:100%;border-collapse:collapse}#exchange-rates-table th,#exchange-rates-table td{padding:10px;text-align:center;border:1px solid #ddd}#exchange-rates-table th{background-color:#f4f4f4;font-weight:700}@media (max-width:768px){#exchange-rates-table{overflow-x:auto;display:block}#exchange-rates-table table{min-width:600px}#exchange-rates-table th,#exchange-rates-table td{position:relative}#exchange-rates-table th{position:sticky;top:0;z-index:2}#exchange-rates-table td:first-child{position:sticky;left:0;background-color:#f9f9f9;z-index:1}}