.select2-container--default .select2-selection--single {
    height: 45px !important;
    line-height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
}
.form-group {
    margin-bottom: 0;
}
.form-control {
    height: 45px;
    padding: 0 15px;
}
.clear-field {
    position: absolute;
    right: 30px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #999;
    font-size: 20px;
    padding: 5px;
    line-height: 1;
}
.clear-field:hover {
    color: #666;
}
.field-wrapper {
    position: relative;
}
.select2-container {
    z-index: 1;
}
.publication-card-wrapper {
    position: relative;
    margin-top: 30px;
}
.publication-card {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    background-color: #e9e8e2;
    transition: all 0.3s ease;
}
.publication-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.publication-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
}
.publication-card h3 a {
    color: #494949;
}
.publication-card .meta {
    color: #494949;
    font-size: 14px;
    margin-bottom: 10px;
}
.publication-card .type {
    display: inline-block;
    padding: 3px 8px;
    background: #f0f0f0;
    border-radius: 3px;
    font-size: 12px;
    color: #666;
}
.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
}
.pagination .page-numbers {
    display: flex;
    padding: 8px 16px;
    margin: 0 4px;
    gap: 4px;
    text-decoration: none;
    color: #333;
}
.pagination li .page-numbers  {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pagination .page-numbers .current {
    background: #007bff;
    color: white;
    border-color: #007bff;
}
.pagination a.page-numbers:hover:not(.current) {
    background: #f8f9fa;
}
.form-buttons .btn {
    border-radius: 4px;
    height: 45px !important;
    
}
.select2.select2-container .select2-selection.select2-selection--single {
    padding: 0 15px !important;
}
.results-count {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}
form {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    background:#F7F7F7;
}
form input[type=email], form input[type=number], form input[type=password], 
form input[type=text], form select,
.select2.select2-container .select2-selection.select2-selection--single {
 
    background: #fff !important;
}

/* Make form fields stack at 1023px and smaller */
@media (max-width: 1023px) {
    .publication-search-form-area .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }
}
