.pdf-filter-details {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1.5px solid #1076bc;
}

.pdf-filter-details .filter-date {
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pdf-filter-details .filter-title h3{
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.filter-title a:hover,
.filter-title a:focus,
.filter-title a:active{
  color: #1076bc;
}

.pdf-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.pdf-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.pdf-pagination .page-number {
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pdf-pagination .page-number.current {
  color: #000;
  font-weight: 700;
}

.pdf-pagination .prev-page,
.pdf-pagination .next-page {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.page-number.disabled {
  color: #989898;
}

.pdf-pagination-info {
  color: #000;
  text-align: right;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

/* Big Screen Size */
@media (min-width: 768px) {
  .pdf-filter-details {
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1.5px solid #1076bc;
  }

  .pdf-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .pdf-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 109px;
    margin-top: 63px;
  }

.pdf-filter-details .filter-title h3{
  font-size: 24px;
  line-height: 1.5;
}

.pdf-pagination-info {
  font-size: 24px;
  line-height: 1.25;
}
}

@media (min-width: 1024px) {
  .pdf-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 229px;
    margin-top: 63px;
  }
}
