﻿.gen-update-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.gen-updates-list .gen-update-row:last-child {
    border-bottom: none;
}

.gen-update-title {
    font-weight: bold;
}

.gen-update-desc {
    font-size: 0.9em;
    color: #555;
}

.gen-update-date {
    white-space: nowrap;
    font-size: 0.85em;
    color: #777;
}

.gen-updates-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-more-link {
    font-weight: 600;
    text-decoration: none;
}

    .view-more-link:hover {
        text-decoration: underline;
    }
