.download-container{
    max-width:1100px;
    margin:40px auto;
    padding:30px;
}

.download-header{
    background:#163B6D;
    color:#fff;
    padding:30px;
    border-radius:12px;
    margin-bottom:30px;
}

.download-header h1{
    margin:0;
    font-size:34px;
}

.download-meta{
    margin-top:12px;
    opacity:.9;
}

.download-summary{
    background:#f7f7f7;
    padding:25px;
    border-radius:10px;
    margin-bottom:30px;
    line-height:2;
}

.download-table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:35px;
}

.download-table td{
    padding:15px;
    border-bottom:1px solid #e6e6e6;
}

.download-table td:first-child{
    width:220px;
    font-weight:bold;
    background:#fafafa;
}

.download-button{
    display:inline-block;
    background:#0b7a36;
    color:#fff;
    padding:16px 35px;
    border-radius:8px;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.download-button:hover{
    background:#095d29;
    color:#fff;
}

.related-files{
    margin-top:60px;
}

.related-files h3{
    margin-bottom:20px;
}

.related-files ul{
    padding-right:20px;
}

.related-files li{
    margin-bottom:12px;
}