
      #lensaPosts-1pd82qc {
        display: grid;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      .lensa_post:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.lensa_post:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
.lensa_post:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}
.lensa_post:nth-child(4) {
  grid-row: 4;
  grid-column: 1;
}
.lensa_post:nth-child(5) {
  grid-row: 5;
  grid-column: 1;
}
.lensa_post:nth-child(6) {
  grid-row: 6;
  grid-column: 1;
}


      .no-underline {
        text-decoration: none;
      }
      .no-underline:visited {
        color: inherit;
      }
    
#lensa_post_pagination_postPagination-se9k5f1 {
  text-align: center;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}

#lensa_post_pagination_postPagination-se9k5f1 p,
#lensa_post_pagination_postPagination-se9k5f1 ul {
  display: flex;
  list-style-type: none;
}

#next_postPagination-se9k5f1.disable,
#prev_postPagination-se9k5f1.disable,
#first_jump_postPagination-se9k5f1.disable,
#latest_jump_postPagination-se9k5f1.disable {
  pointer-events: none;
}

#next_postPagination-se9k5f1:hover,
#prev_postPagination-se9k5f1:hover,
#first_jump_postPagination-se9k5f1:hover,
#latest_jump_postPagination-se9k5f1:hover,
#post_counter_postPagination-se9k5f1 li:hover {
  cursor: pointer;
}

#post_counter_postPagination-se9k5f1 li.current {
}
  