li.page-numbers a {
    color: #505050;
}
li.page-numbers.current.active a {
    color: #fff;
}

/* New Styles for the updated design */
.reports-container {
    background-color: #f8f9fa;
    min-height: 100vh;
    padding-top: 20px;
}

.filter-bar {
    background-color: #404040;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.filter-bar .form-control, .filter-bar select {
    background-color: white;
    border: 1px solid #ced4da;
    padding: 8px 12px;
    font-size: 14px;
}

.filter-bar label {
    color: white;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.report-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.report-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* .report-left-section {
    position: relative;
    padding: 15px;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-right: 20px;
} */

.report-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-icon .molecular-icon {
    width: 50px;
    height: 50px;
    border: 3px solid #8B0000;
    border-radius: 50%;
    position: relative;
    background: white;
}

.report-icon .molecular-icon::before,
.report-icon .molecular-icon::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #8B0000;
    border-radius: 50%;
}

.report-icon .molecular-icon::before {
    top: 15px;
    left: 15px;
}

.report-icon .molecular-icon::after {
    bottom: 15px;
    right: 15px;
}
.book-cover{
    background-repeat: no-repeat;
    background-size: 164px 200px;
}

.market-type {
    font-size: 14px;
    font-weight: bold;
    color: #8B0000;
    margin-bottom: 5px;
    line-height: 1.2;
    width: 130px;
    left: 13px;
    position: relative;
    top: 10px;
}
.year-badge {
    /* background: #dc3545; */
    /* color: white; */
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 26%;
    transform: translateX(-50%);
}

.report-content {
    flex: 1;
    padding-right: 20px;
}

.report-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.report-title a {
    color: inherit;
    text-decoration: none;
}

.report-title a:hover {
    color: #8B0000;
}

.report-meta {
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
}

.report-meta strong {
    color: #333;
}

.pricing-section {
    min-width: 200px;
    text-align: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #8B0000;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #8B0000;
    margin-bottom: 5px;
}

.pages-info {
    font-size: 13px;
    color: #242424;
    margin-bottom: 15px;
}

.btn-request {
    background: #8B0000;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.btn-request:hover {
    background: #6d1129;
    color: white;
}

.btn-buy {
    background: white;
    color: #242424;
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #242424;
}

.btn-buy:hover {
    background: #f8f9fa;
    color: #242424;
}

.pagination-info {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    color: #666;
}

.paginate-links {
    text-align: center;
    margin-bottom: 10px;
}

.paginate-links .pagination {
    justify-content: center;
}

.paginate-links .page-link {
    background-color: #8B0000;
    color: #fff;
    border: 1px solid #8B0000;
    margin: 0 2px;
    border-radius: 5px;
}

.paginate-links .page-link:hover {
    background-color: #6d0000;
    color: #fff;
}

.paginate-links .page-item.active .page-link {
    background-color: #dc3545;
    border-color: #dc3545;
}

@media only screen and (min-width: 769px) and (max-width: 992px)  {
    .book-cover {
        display: none;
    }
}
@media (max-width: 768px) {
    .report-card .row {
        flex-direction: column;
    }

    .report-left-section {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .pricing-section {
        min-width: auto;
        margin-top: 15px;
    }
    .book-cover {
        display: none;
    }
    .year-badge{
        left: 20%;
    }
}


.filter-bar {
    background-color: #4a4a4a;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.page-info {
    flex-shrink: 0;
}

.page-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.filter-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
}

.filter-select {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    min-width: 120px;
    outline: none;
    transition: border-color 0.3s ease;
}

.filter-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter-container {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .filter-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .filter-select {
        width: 100%;
    }

}
