@CHARSET "UTF-8";
    .download-button {
        padding: 6px 10px;
        background-color: #1a5660; /* Updated button color */
        color: white;
        border: none;
        border-radius: 3px;
        text-decoration: none;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        column-gap: 5px;
        cursor: pointer;
    }

    .download-button:hover {
       	opacity: 0.8;
    }

    .download-button i {
        margin-right: 5px;
    }