.download-icon-wrapper {
    background:#f2f4f7ff;
    border-radius:8px;
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-shrink:0
    }
    
    .download-icon-wrapper svg {
    width:32px;
    height:32px
    }
    
    .download-section-title {
    font-family:"Ravi";
    font-weight:600;
    font-size:18px;
    margin-bottom:18px;
    color:#0F172A
    }
    
    .download-list {
    display:flex;
    flex-direction:column;
    gap:16px
    }
    
    .download-item {
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:16px 20px;
    display:flex;
    align-items:center;
    gap:20px;
    direction:rtl
    }
    
    .download-button {
    background:#0ba5ecff;
    color:#fff;
    font-family:"Ravi";
    font-weight:700;
    font-size:14px;
    line-height:24px;
    text-decoration:none;
    white-space:nowrap;
    transition:.2s ease;
    width:120px;
    height:44px;
    gap:8px;
    border-radius:10px;
    text-align:center;
    padding:10px 16px
    }
    
    .download-button:hover {
    background:#0086C9;
    color:#fff
    }
    
    .download-info {
    flex-grow:1
    }
    
    .download-title {
    font-family:"Ravi";
    font-weight:600;
    font-size:16px;
    color:#111827;
    margin-bottom:6px;
    text-align:right
    }
    
    .download-meta {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    font-family:"Ravi";
    font-weight:400;
    font-size:14px;
    color:#6B7280;
    text-align:right
    }

    .download-version-note,
    .download-file-size {
    flex-shrink:0;
    white-space:nowrap
    }
    
    .download-list .sep {
    color:#d0d5ddff;
    font-size:10px
    }
    
    .download-icon {
    opacity:.6
    }
    
    @media (max-width: 768px) {
    .download-list {
    flex-direction:row;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
    -ms-overflow-style:none;
    padding-bottom:8px;
    gap:12px
    }

    .download-list::-webkit-scrollbar {
    display:none
    }

    .download-item {
    flex-shrink:0;
    width:280px;
    min-width:280px;
    flex-direction:column;
    align-items:stretch;
    padding:12px 16px;
    gap:12px
    }

    .download-button {
    width:100%;
    text-align:center
    }
    
    .download-title {
    text-align:right
    }
    
    .download-meta {
    text-align:right
    }
    
    .download-icon {
    display:none
    }

    .download-icon-wrapper {
    width:40px;
    height:40px;
    flex-shrink:0
    }

    .download-icon-wrapper svg {
    width:24px;
    height:24px
    }
    }