.cs-page__archive-count:not(:first-child) {
   display: none !important;
}

/*.cs-page__header {*/
/*   max-height: 70vh;*/
/*   overflow: hidden;*/
/*   margin-bottom: 6rem !important;*/
/*}*/

/*.blur {*/
/*   top: 70vh;*/
/*   transform: translate(0, -100%);*/
/*   width: 100%;*/
/*   height: 10vh;*/
/*   margin-top: 0px;*/
/*   position: absolute;*/
/*   display: block;*/
/*   background: linear-gradient(to bottom, rgba(0,0,0,0), var(--cs-color-site-background));*/
/*}*/

/*.button {*/
/*   display: block;*/
/*   width: fit-content;*/
/*   height: auto;*/
/*   text-align: center;*/
/*   top: 70vh;*/
/*   left: 50%;*/
/*   text-decoration: none;*/
/*   position: absolute;*/
/*   padding: 10px 30px;*/
/*   border: 1px solid var(--cs-color-primary);*/
/*   color: var(--cs-color-primary);*/
/*   transform: translate(-50%);*/
/*   margin-bottom: 32px;*/
/*   white-space: nowrap;*/
/*   cursor: pointer;*/
/*}*/

.cs-posts-area__pagination {
   margin-bottom: 3rem;
}

[data-scheme=dark] .pk-social-links-item .pk-social-links-link {
   color: #ffff !important;
}