body {
  background-color: #f6f6f6;
}

.widget_custom_html .custom-html-widget {
  padding: 0;
  max-height: 350px;
  overflow: auto;
}

.widget_custom_html .widgettitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: rgba(245, 158, 11, 1);
  line-height: 1.3;
}

.widget_custom_html ul li {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
}

.widget_custom_html ul li a {
  color: #0259a8;
}

.pagination .page-numbers {
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  margin-right: 4px;
}

.pagination .page-numbers {
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  margin-right: 4px;
  transition: 0.3s;
}

.pagination .page-numbers {
  color: #757575;
  text-decoration: none;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #930007;
  border-color: #930007;
  color: #fff;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #0059a8;
  border-color: #0059a8;
}

@media (min-width: 1024px) {
  .lg\:group-hover\:block {
    display: none;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }
}
