#title-edit {
text-align: center;
 font-weight: bold;
font-size: 30px;

}
.page-active {
   background-color: var(--primaria-cor) !important;
   color: white  !important;
}


.pagination-clean .page-link {
    background: transparent;
    border: none;
    color: #888;
    font-weight: 500;
    border-radius: 5px;
}

.pagination-clean .page-item.active .page-link {
    color: #000;
    border-bottom: 2px solid #000; /* Linha indicadora */
    border-radius: 0;
}

.editoria-header {
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .editoria-header {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
  .editoria-header {
        margin-top: 50px;
    }
}