:host {
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 4px 0px #f0f0f0; }
  :host > li:not(:last-child) {
    border-left: 1px solid #ddd; }
  :host > li:hover {
    background-color: #f6f6f6; }
  :host > li.active {
    background-color: #3c7fc5;
    color: #fff; }
  :host > li a {
    min-width: 18px;
    display: block;
    text-align: center;
    padding: 5px 10px; }

/*# sourceMappingURL=pagination.component.css.map */
