body {
    background-color: #F7EDF8;
}
.site-container {
    border-top: none !important;
}
.home-block > h2,
.articles-modules > h2 {
    border-bottom: none !important;
}
.menu-right .primary-menu > ul li a {
    color: #1D2E09 !important;
}
.link-button,
.search-form .icon-search {
    color: #1D2E09;

}
.search-form .icon-search {
    border: 1px solid #1D2E09;
}
input, select, textarea {
    border-color: #1D2E09;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    color: #535353;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #0C1708 !important;
}
.site-container {
    margin-top: 0;
    margin-bottom: 0;
}
.content-area-wrapper .item-image img,
.content-area-wrapper .articles-modules img {
    border-radius: 6px;
}
a.next.page-numbers,
a.prev.page-numbers {
    border: 1px solid #535353;
    color: #535353;
    background-color: transparent;
    border-radius: 4px;
    transition: opacity 0.3s;
}
a.next.page-numbers::after,
a.prev.page-numbers::before  {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 0 0 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.70312 1.07031L5.21875 0.554688C5.45312 0.34375 5.80469 0.34375 6.01562 0.554688L10.5859 5.10156C10.7969 5.33594 10.7969 5.6875 10.5859 5.89844L6.01562 10.4688C5.80469 10.6797 5.45312 10.6797 5.21875 10.4688L4.70312 9.95312C4.49219 9.71875 4.49219 9.36719 4.70312 9.13281L7.53906 6.4375H0.8125C0.484375 6.4375 0.25 6.20312 0.25 5.875V5.125C0.25 4.82031 0.484375 4.5625 0.8125 4.5625H7.53906L4.70312 1.89062C4.49219 1.65625 4.46875 1.30469 4.70312 1.07031Z' fill='%23535353'/%3E%3C/svg%3E%0A");
}
a.prev.page-numbers::before {
    margin: 0 9px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27344 9.95312L5.75781 10.4688C5.52344 10.6797 5.17188 10.6797 4.96094 10.4688L0.414062 5.89844C0.179688 5.6875 0.179688 5.33594 0.414062 5.125L4.96094 0.554688C5.17188 0.34375 5.54688 0.34375 5.75781 0.554688L6.27344 1.07031C6.50781 1.30469 6.48438 1.65625 6.27344 1.89062L3.4375 4.5625H10.1875C10.4922 4.5625 10.75 4.82031 10.75 5.125V5.875C10.75 6.20312 10.4922 6.4375 10.1875 6.4375H3.4375L6.27344 9.13281C6.48438 9.36719 6.50781 9.71875 6.27344 9.95312Z' fill='%23535353'/%3E%3C/svg%3E%0A");
}
a.next.page-numbers:hover,
a.prev.page-numbers:hover {
    opacity: 0.7;
}
.nav-links .page-numbers {
    font-weight: 400;
    border-radius: 4px;
    background-color: transparent !important;
    border: 1px solid transparent;
    color: #101828 !important;
}
.nav-links .page-numbers.dots {
    border: none;
}
.nav-links .page-numbers:hover {
    border-color: #101828;
}
.nav-links .current {
    background: #CFEA71 !important;
    border-color: #CFEA71 !important;
    color: #101828 !important;
}
.pagination .nav-links {
    height: auto;
}

@media ( max-width: 980px ) {
    .site-header.menu-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .site-header.menu-right::before,
    .site-header.menu-right::after {
        display: none;
    }
}
@media ( max-width: 680px ) {
    a.next.page-numbers,
    a.prev.page-numbers {
        text-indent: -99999px;
        overflow: hidden;
        position: relative;
        width: 33px;
        height: 33px;
    }
    a.next.page-numbers::after,
    a.prev.page-numbers::before {
        text-indent: 0;
        position: absolute;
        top: 9px;
        left: 1px;
    }
    a.prev.page-numbers::before {
        left: 10px;
    }
    .nav-links .page-numbers,
    .nav-links:before {
        margin-left: 1px;
        padding: 0px 3px;
        font-size: 14px;
    }
}