a.cb-sales-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.cb-sales-block-page-list-wrapper {
    position: relative;
    padding: 100px 0;
}
.cb-sales-block-page-list-header {
    margin-bottom: 100px;
}
.cb-sales-block-page-list-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

div.cb-sales-block-page-list-page-entry {
    margin-bottom: 40px;
    flex: 0 1 calc(25% - 20px);
}


.cb-sales-block-page-list-page-entry-text {
  margin-top: 8px;
}

.cb-sales-block-page-list-page-entry-text .post-prev-title {
    margin-bottom: 0.5em !important;
}

.post-prev-footer .post-prev-info {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.post-prev-info.date .date__icon {
    margin-right: 5px;
  margin-top: -1px;
}

.cb-sales-block-page-list-page-entry-text .category-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #0093d5;
  margin-bottom: 15px;
  font-weight: bold;
}

.sales-theme .cb-sales-block-page-list-page-entry-text .category__icon {
  fill: #0093d5;
  margin-right: .5rem;
}


@media only screen and (max-width: 1199px) {
    .cb-sales-block-page-list-pages {
        justify-content: center;
    }

    div.cb-sales-block-page-list-page-entry {
        flex: 0 1 310px;
        max-width: 310px;
    }
}
.ccm-pagination-wrapper .pagination {
    justify-content: center;
}
.ccm-pagination-wrapper .pagination span {
    display: inline-block;
  min-width: 46px;
  margin-right: 5px;
  padding: 9px 16px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
  
@media only screen and (max-width: 480px) {
  .ccm-pagination-wrapper .pagination span {
    min-width: 32px;
    margin-right: 3px;
    padding: 6px 8px;
    font-size: 16px;
  }
}