.termlist-text-wrapper {
    text-align: center;
    max-width: 736px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
}
.term-list {
    background: #F7F7F7;
    margin-bottom: 75px;
    padding: 32px 20px;
}
.term-list-item {
    background: white;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 25px;
    border: 1px solid #000;
    color: #000 !important;
    transition: 0.3s;
    display: flex;
    align-items: center;
    height: 40px;
    overflow: hidden;
}
.term-list-item.active,
.term-list-item:hover {
    background: #D6C8A2;
    border-color: #D6C8A2;
    color: #000 !important;
}
.term-list-items {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.term-list {
    padding-bottom: 30px;
}
.getpost-image a {
    display: block;
    position: relative;
}
.getpost-image{
    position: relative;
}
.getpost-image h3.getpost-topics {
    position: absolute;
    top:15px;
    left:15px;
background: transparent !important;
    margin: 0;
}
.getpost-image h3.getpost-topics a {
    background: #D6C8A2;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.getpost-text a{
    color:#000 !important;
    text-decoration: none !important;
    padding-top: 20px;
    display: block;
}
article.getpost-card {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 25px;
}
.getpost-metadata {
    padding-top: 20px;
}
.getpost-footer a{
    color:#000;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}
.getpost-footer a:hover {
    color: #D6C8A2;
}
.getpost-footer svg path {
    transition: 0.3s;
}
.getpost-footer a:hover svg path {
    stroke: #D6C8A2;
}

.nav-links {
    width: fit-content;
    max-width: fit-content;
}
#content .term-list h2 {
    font-size: 24px !important;
    margin-bottom: 20px;
}
.paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 16px;
    margin-top: 48px;
}
.page-numbers {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transition: 0.3s;
}
.page-numbers:hover,
.page-numbers.current {
    background: #375eab;
    border-radius: 30px;
    color: #fff;
}
.pagination-numbers {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-items: center;
}

.term-accordeom-body {
    transition: .5s;
    height: 0;
    overflow: hidden;
    width: 100%;
    display: none;
}
.prev-next-icons {
    transition: 0.3s;
}
.prev-next-icons:hover{
    opacity: 0.7;
}
h3.term-accordeom-title {
    font-size: 16px !important;
    transition: 0.3s;
    color: #000;
    text-decoration: underline;
    padding-top: 8px;
    user-select: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .page-numbers {
        width: 30px;
        height: 30px;
    }
    .paginator {
    gap: 10px;
    font-size: 16px;
}
}