.valores-up-empty {
    text-align: center;
    padding: 60px 20px;
    margin: 40px 0;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.valores-up-empty p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.valores-up-empty p:last-child {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.valores-up-historico-wrapper {
    width: 100%;
}

.valores-up-pagination {
    margin-top: 16px;
}

.valores-up-pagination .pagination {
    gap: 4px;
}

.valores-up-pagination .page,
.valores-up-pagination .btn-pagination {
    cursor: pointer;
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    color: #333;
    transition: background 0.2s;
}

.valores-up-pagination .page:hover,
.valores-up-pagination .btn-pagination:hover:not([disabled]) {
    background: #f0f0f0;
}

.valores-up-pagination .current {
    background: #c00d0d;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
}

.valores-up-pagination .btn-pagination[disabled] {
    opacity: 0.3;
    cursor: default;
}

.valores-up-pagination .dots {
    border: none;
    cursor: default;
}

.valores-up-pagination .dots:hover {
    background: none;
}
