.qlm-downloads-container {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px;
}

.qlm-download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.qlm-download-item:last-child {
    border-bottom: none;
}

.qlm-download-title {
    font-weight: bold;
    flex-grow: 1;
}

.qlm-download-link {
    background-color: #0073aa;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 3px;
    margin: 0 15px;
    white-space: nowrap;
}

.qlm-download-link:hover {
    background-color: #005a87;
}

.qlm-download-count {
    font-size: 0.9em;
    color: #555;
    white-space: nowrap;
}