:root {
  --bs-pagination-color: #000;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-color: #000;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #000;
  --bs-pagination-hover-border-color: #000;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #000;
  --bs-pagination-active-border-color: #000;
}

p li {
  font-size: 18px !important;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}
.page-bg-header {
  padding: 96px 15px !important;
}

/* PAGINATION */
.pagination .page-link {
  color: #000 !important; /* Black text */
  border-color: #000 !important; /* Black border */
}

.pagination .page-link:hover {
  background-color: #000 !important;
  color: #fff !important; /* White text on hover */
}

.pagination .page-item.active .page-link {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

/* Monokai-inspired styling for inline code */
code {
  background-color: #272822;
  color: #f8f8f2;
  padding: 2px 5px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.95em;
}

/* Monokai-inspired styling for code blocks */
pre {
  background-color: #272822;
  color: #f8f8f2;
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  line-height: 1.5;
}

/* Syntax highlighting */
pre .keyword {
  color: #f92672;
} /* Pink */
pre .string {
  color: #e6db74;
} /* Yellow */
pre .comment {
  color: #75715e;
  font-style: italic;
} /* Grey */
pre .number {
  color: #ae81ff;
} /* Purple */
pre .function {
  color: #a6e22e;
} /* Green */
pre .variable {
  color: #f8f8f2;
} /* White */

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f4f4f4;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 1.3;
}

/* FOOTER */

.footer {
  background: url("/assets/images/footer-bg.jpg") no-repeat center center/cover;
}

.footer__about ul li {
  margin-bottom: 22px;
}

.footer__about ul li {
  list-style: none;
  font-size: 16px;
  color: #777c81;
  line-height: 28px;
}

.footer__about .footer__social a {
  font-size: 16px;
  color: #777c81;
  display: inline-block;
  margin-right: 16px;
}

.footer__about .footer__social a:last-child {
  margin-right: 0;
}

.footer__widget {
  overflow: hidden;
  margin-bottom: 40px;
}

.footer__widget h4 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 25px;
}

.footer__widget ul {
  width: 46%;
  float: left;
}

.footer__widget ul li {
  list-style: none;
}

.footer__widget ul li a {
  font-size: 16px;
  color: #777c81;
  line-height: 30px;
  text-decoration: none;
}
