.uf-feedback {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 6px;
    background: #f9f9f9;
    max-width: 500px;
    margin: 20px 0;
    text-align: center;
}

.uf-buttons {
    margin-top: 10px;
}

.uf-thumb {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.uf-icon {
    width: 26px;
    height: 26px;
    color: #fff;
    transition: all 0.2s ease;
}

.uf-thumb:hover .uf-icon {
    color: #000;
    transform: scale(1.1);
}

.uf-thanks {
    margin-top: 10px;
    color: #4caf50;
    font-weight: bold;
}
.tablenav-pages a.current-page {
    font-weight: bold;
    text-decoration: underline;
}
