.vp18h_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.vp18h_page-link {
    padding: 8px 12px;
    margin: 0 5px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.vp18h_page-link:hover {
    background-color: #f4f4f4;
}

.vp18h_page-link.active {
    background-color: #333333;
    color: #ffffff;
}