.api-search-engine-pagination-container {
    display: flex;
    justify-content: center;
}

.api-search-engine-pagination-disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    opacity: 0.5;
}

.api-search-engine-pagination-disabled:hover {
    background: #222;
    opacity: 0.5;
}

.api-search-engine-pagination-dots {
    font-size: 1.5rem;
    padding: 0 1rem;
}

.api-search-engine-pagination-current-page {
    pointer-events: none;
    border: 1px solid #222;
    background: white;
    color: #222;
}