.posts-pagination {
    margin-top: 60px;
}

.posts-pagination__items {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    align-items: center;
}

.posts-pagination__items span {
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.posts-pagination__items a {
    color: #647882;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.posts-pagination__items .current {
    color: black;
}

.posts-pagination__items .svg-button {
    height: 12px !important;
    fill: #647882;
}

.news .news__body h1 {
    font-weight: 400;
    font-size: 30px;
    color: #647882;
    text-transform: none;
}

.news .news__body h2,
.news .news__body h3 {
    font-weight: 400;
    font-size: 26px;
    color: #647882;
    text-transform: none;
}

.news .news__body h4 {
    font-weight: 400;
    font-size: 23px;
    color: #647882;
    text-transform: none;
}

.news .news__body a {
    color: #FF156D;
}

.news-page section {
    margin-top: 0;
}
.news__pagination {
    margin-top: 0;
}
.rel-products__title {
    margin-top: 0;
}

.rd-article-title.news__title {
    border-left: 0;
    padding-left: 0;
}

.rd-article-date.news__date {
    align-items: center;
    background: #524e9c;
    border-radius: 0 10px 0 10px;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
    width: 158px;
}

.rd-news-page .rd-article-featured-layout.news__header {
    margin-bottom: 60px !important;
}

.rd-news-page .news-all .rd-news-card__media.prod-line__main .media--img {
    max-width: none !important;
}

.rd-article-rel-products-title.nav-title-light {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    margin: 0 0 30px;
    padding: 0;
}

.rd-article-rel-products-title .nav-light__link {
    align-items: center;
    background: #f5f5f5;
    border: 0;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    color: #524e9c;
    cursor: default;
    display: inline-flex;
    flex-grow: 0;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.1;
    margin: 0;
    min-width: 198px;
    padding: 12px 26px 14px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

.rd-article-rel-products-title .rd-nav-light__label {
    color: inherit;
    cursor: default;
    display: block;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    text-align: center;
    width: 100%;
}

.rd-article-rel-products-title.nav-title-light span::after {
    content: none;
    display: none;
}

@media (max-width: 767px) {
    .rd-article-date.news__date {
        font-size: 12px;
        height: 38px;
        width: 118px;
    }

    .rd-article-rel-products-title .nav-light__link {
        min-height: 64px;
        min-width: 0;
        padding: 12px 14px 14px;
        width: 100%;
    }
}

.product-list.article-buttom {
    margin-bottom: 60px;
}

.load-more-wrap {
  text-align: center;
  margin-top: 40px;
}
.load-more {
  background: #4b5096;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s; 
  font-size: 21px;
}
.load-more:hover {
  background: #4b5096;
}

.product-uvp {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #647882;
}

.product-ean {
    margin-top: 0;
    font-size: 11px;
    font-weight: 400;
    color: #a8b8c0;
}


.block-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1010;
    width: 350px;
    height: 279px;
    background-color: #f3f4f6;
}
.block-cookie__wrap {
    padding: 30px;
}
.block-cookie__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.block-cookie__text {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.block-cookie__text a {
    display: inline;
    color: #4b5096;
}
.block-cookie__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block-cookie__button {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 15px;
    border: 1px solid #4b5096;
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
    margin-right: 10px;
}
.block-cookie__close {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
    top: -2px;
}
.block-cookie__close:before {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 19px;
    width: 1px;
    background-color: #000;
    transform: rotate(45deg);
}
.block-cookie__close:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 19px;
    width: 1px;
    background-color: #000;
    transform: rotate(-45deg);
}
