.title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.direction-title{font-size:24px;font-weight:700;margin:0}.toggle-switch{display:flex;border-radius:25px;background:#e0e0e0;padding:4px;width:-moz-fit-content;width:fit-content;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.toggle-switch input{display:none}.toggle-switch label{padding:8px 20px;cursor:pointer;font-size:15px;font-weight:700;color:#333;transition:all .3s ease;border-radius:20px}.toggle-switch input:checked+label{background:#aeaeff;color:white;box-shadow:0 2px 4px rgba(0,0,0,.2)}.sticky-best-rate{position:fixed;top:0;left:0;right:0;background:#ffffff;z-index:990;box-shadow:0 4px 10px rgba(0,0,0,.05);border-top:1px solid #f0f0f0;transition:all .3s ease}.sticky-best-rate-container{max-width:1040px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 20px;height:52px}.sticky-best-rate-container .currency-info{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#333;flex-shrink:0}.sticky-best-rate-container .currency-info span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.sticky-best-rate-container .currency-icon{width:26px;height:26px;margin-right:0}.sticky-best-rate-container .arrow-icon{width:20px;height:20px;opacity:.6}.sticky-best-rate-container .rate-info{font-size:16px;font-weight:800;color:#333;text-align:center;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:100px}.scroll-action{flex-shrink:0}.scroll-to-top{background:#F0F0FF;color:#5D5DFF;border:1px solid rgba(93,93,255,.1);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.scroll-to-top:hover{background:#aeaeff;color:white;border-color:#aeaeff}@media (max-width:767px){.title-container{flex-direction:column;align-items:center;gap:10px}.direction-title{font-size:20px}.toggle-switch{width:100%;justify-content:space-between}.toggle-switch label{flex:1 1;text-align:center;padding:8px 10px}.sticky-best-rate{top:60px}.sticky-best-rate-container{padding:0 16px;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px}.sticky-best-rate-container .currency-info{flex-shrink:1;font-size:12px;gap:4px}.sticky-best-rate-container .currency-info span{display:none}.sticky-best-rate-container .currency-icon{width:24px;height:24px;margin-right:0}.sticky-best-rate-container .arrow-icon{width:16px;height:16px}.sticky-best-rate-container .rate-info{font-size:15px;font-weight:700;text-align:center;flex-grow:1;min-width:80px;max-width:180px}.scroll-action{flex-shrink:0}.scroll-to-top{width:32px;height:32px}}