.dlcounter-download-button {
    display: inline-block;
    padding: 10px 18px;
    background-color: #0073aa;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.dlcounter-download-button:hover,
.dlcounter-download-button:focus {
    background-color: #005177;
    text-decoration: none;
    color: #fff;
    outline: none;
}
.dlcounter-count {
    display: block;
    font-size: 13px;
    margin-top: 6px;
    color: #d0d0d0;
}

.dlcounter-copy-btn {
    cursor: pointer;
}

.button-danger {
    background-color: #dc3232;
    color: white;
    border-color: #dc3232;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 13px;
}
.button-danger:hover {
    background-color: #b02626;
    border-color: #b02626;
    color: white;
}
