.nirf-list {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.nirf-row {
    display: grid;
    grid-template-columns: 160px 1fr 150px;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.nirf-row:last-child {
    border-bottom: none;
}

.nirf-date-badge {
    background: #e6f4ef;
    color: #2f7d6b;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
}

.nirf-title {
    font-size: 16px;
    color: #444;
}

.nirf-download {
    text-align: right;
}

.nirf-btn {
    background: #1aa179;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.nirf-btn:hover {
    background: #168a67;
}