@media all and (min-width: 769px), print {
  .post-list.grid > .item .post-list-item:not(.is-newest) .post-image {
    float: left;
    width: 40%;
  }
  .post-list.grid > .item .post-list-item:not(.is-newest) .post-image ~ .post-details {
    box-sizing: border-box;
    float: right;
    width: 60%;
    padding: 0 0 0 2rem;
  }
  .post-list.grid > .item .post-list-item:not(.is-newest) .post-image ~ .post-excerpt {
    box-sizing: border-box;
    float: right;
    width: 60%;
    padding: 0 0 0 2rem;
  }
  .post-list-wrapper .pager {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .post-list-wrapper .pager .toolbar-amount::after {
    content: none;
  }
  .page-layout-2columns-right .sidebar {
    border-left: 1px solid #e9ecf1;
  }
  .page-layout-2columns-right .column.main {
    padding-right: 15px;
  }
  .post-list-wrapper .pager {
    display: none;
  }
  .page-before-footer .pager {
    text-align: center;
  }
  .page-before-footer .pager .toolbar-amount {
    display: none;
  }
  .page-before-footer .pager .action {
    display: inline-flex;
    padding: 0;
  }
  .page-before-footer .pager .action > span:not(.label) {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    margin: 0 7px;
  }
  .page-before-footer .pager .action.next {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 1024px), print {
  .page-layout-2columns-right .sidebar {
    padding-left: 30px;
  }
  .page-layout-2columns-right .column.main {
    padding-right: 30px;
  }
}
