.elementor-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.elementor-pagination .page-numbers {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0!important;
    width: 56px;
    height: 56px;
    background-color: #F7F5F5;
}

.elementor-pagination .page-numbers.current {
    background-color: #E74315!important;
    color: white!important;
}
