/* Activity Downloads styles */

.activity-downloads {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.activity-downloads h3 {
    font-size: 17px;
}

.downloads-list {
    list-style: none;
    padding-left: 0;
}

.downloads-list li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.downloads-list a {
    color: red;
    text-decoration: none;
    font-weight: 500;
}

.downloads-list a:hover {
    text-decoration: underline;
}

.downloads-list i {
    color: #0073aa;
}
