.usc-publications {
    padding: 20px;
}

.usc-publications .filters {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.usc-publications .publication-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.usc-publications .formPubli input,
.usc-publications .formPubli select {
    width: 100%;    
}

.publication-item a {
    color: #0a6cad;
    font-weight: 700;
    text-decoration: none !important;
}

.publication-item i {
    font-weight: 700;
}

/* Pagination Styles */
.paginacion .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 50px 0;
    padding: 0;
    list-style: none;
}

.paginacion  .pagination .page-item {
    margin: 0;
    list-style: none;
}

.paginacion .pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    margin: 0;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.paginacion .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.paginacion .pagination .page-link:hover {
    color: #0d6efd;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.paginacion .pagination .page-item.active .page-link:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.paginacion .pagination .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    color: #666;
}

/* First and last page links */
.paginacion .pagination .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.paginacion .pagination .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*unicas*/
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}


@media only screen and (max-width : 991px){

}

@media only screen and (max-width : 979px){

}

@media only screen and (max-width : 767px){
	
    .usc-publications {
        padding: 0;
    }
	
}

@media only screen and (max-width : 600px){
	
	
}

@media only screen and (max-width : 480px){

}

@media only screen and (max-width : 320px){

}