#zilly-download-button-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 1em;
}

#zilly-download-now-button {
    background-color: #000000;
    color: #fff;
    border: 0;
    padding: 0.75em 1.5em;
    font-size: 0.8em;
    line-height: 1;
    border-radius: 1px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.3s ease;
}

#zilly-download-now-button:hover {
    background-color: #555;
}
