.neg-name-list {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: sans-serif;
    transition: all 0.3s ease;
}
.neg-name-list ul {
    padding-left: 20px;
}
.neg-name-list li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.png-refresh-btn {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
.png-refresh-btn:hover {
    background-color: #005f8d;
}
@media screen and (max-width: 600px) {
    .neg-name-list {
        font-size: 16px;
    }
}
