.custom-dropdown{display:inline-block;margin-left:2rem;position:relative}.custom-dropdown .arrow{font-size:10px;margin-left:4px;transition:transform .3s ease}.custom-dropdown .arrow.up{transform:rotate(180deg)}.custom-dropdown .dropdown-menu{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:-1px;min-width:max-content;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transform:translateY(-4px);transition:all .2s ease;visibility:hidden;z-index:1000}.custom-dropdown .downloadBtn.active{border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-dropdown .downloadBtn:hover{transform:none}.custom-dropdown .downloadBtn.active+.dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.custom-dropdown .dropdown-item{align-items:center;background:#fff;color:#333;display:flex;font-size:14px;font-weight:500;gap:10px;padding:12px 24px;text-decoration:none;transition:background .2s ease;white-space:nowrap}.custom-dropdown .dropdown-item:hover{background:#f5f7fa}.custom-dropdown .dropdown-item:first-child{border-bottom:1px solid #edf0f2}.custom-dropdown .platform-icon{align-items:center;display:inline-flex;height:20px;justify-content:center;width:20px}.custom-dropdown .platform-icon img{height:100%;object-fit:contain;width:100%}@media (max-width:767px){.custom-dropdown{margin-left:0}.custom-dropdown .downloadBtn{font-size:12px}body .header__buttons{display:initial}}