/**
 * @file
 * Styles for Startup Growth Lite's pagination.
 */

/* Using .pager selector on the first one to override .region-content ul. */
.pager__items {
  margin: 20px 0 20px;
  text-align: left;
  padding: 0;
}
li.pager__item {
  padding: 0;
  margin: 0;
  border-bottom: none;
  font-size: 14px;
}
li.pager__item > a {
  padding: 11px 25px;
  border: none;
  border-bottom: 1px solid transparent;
  color: #1e1e1e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
}
li.pager__item > a:hover {
  background-color: transparent;
}
li.pager__item.is-active a,
li.pager__item.is-active:last-child a {
  line-height: 1;
}
li.pager__item > a:focus {
  background: none;
}
