.pagination-npslch.dce-pagination {
    font-size: 13px; /* Pagination text size */
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dce-pagination.pagination-npslch span,
.dce-pagination.pagination-npslch a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1px 0 0;
    padding: 10px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #999;
    -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;

    color: var(--e-global-color-astglobalcolor0);
    background-color: #02010100;
}
.dce-pagination.pagination-npslch a:hover {
    color: var(--e-global-color-748b8a4);
    background-color: var(--e-global-color-astglobalcolor0);
}
.dce-pagination.pagination-npslch span.current {
    color: var(--e-global-color-astglobalcolor0);
    background-color: var(--e-global-color-bbc1658);
}

.alx-search-form + .npslch-filter {
    margin-block-start: 1rem;
}

.npslch-filter .term {
    display: inline-block;
    padding: 4px 14px 4px 14px;
    margin: 0 5px 5px 0;

    color: var(--e-global-color-astglobalcolor2);
    background-color: #7da63b2b;
}
.npslch-filter .term[aria-current] {
    background-color: var(--e-global-color-astglobalcolor0);
    border-color: var(--e-global-color-astglobalcolor0);
    color: #fff;
}

.npslch-grid .dce-item_title {
    padding: 10px 0;
}

.npslch-grid .dce-post-title {
    font-family: 'Inter', Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.25px;
    display: inline-block;
}

.npslch-grid .dce-post-button a.dce-button {
    padding: 1rem 0rem 0rem 0rem;
    border-radius: 0px;

    color: var(--e-global-color-astglobalcolor0);
    background-color: #ffffff00;
}

.npslch-grid[data-rows-of] .dce-post-block {
    padding: 10px;
}
.npslch-grid[data-rows-of] article {
    width: calc(100% / 1);
    flex: 0 1 calc(100% / 1);
}

.npslch-grid[style*='--cols'] {
    display: flex;
    flex-wrap: wrap;

    row-gap: 20px;
}
.npslch-grid[style*='--cols'] > article {
    width: calc((100%) / var(--cols));
    padding: 0 10px;
}
.npslch-grid .post__title {
    font-family: 'Roboto', Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 5px;

    color: var(--e-global-color-secondary);
    letter-spacing: 0.26px;

    a {
        color: inherit;
    }
}

.npslch-grid article .grid-item-content {
    padding: 0.5em 0em 0.5em 0em;
}

.npslch-grid .post__read-more {
    color: var(--e-global-color-astglobalcolor0);
    background-color: var(--e-global-color-astglobalcolor5);
    padding: 5px 0px 10px 0px;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0.25px;
}

.npslch-grid .post__meta-data {
    margin-bottom: 15px;
}

.npslch-columns {
    --row-gap: 1rem;

    columns: var(--cols, 1);
}

.npslch-columns .pair:not(:first-child) {
    margin-block-start: var(--row-gap);
}

.npslch-columns label {
    display: inline-block;
    font-weight: bold;
}
.npslch-columns .value {
    display: inline-block;
    vertical-align: top;
}

.npslch-columns label::after {
    content: ':';
}

@media (max-width: 767px) {
    .npslch-columns label {
        display: block;
    }
}
@media (min-width: 768px) {
    .npslch-grid[data-rows-of='2'] article {
        width: calc(100% / 2);
        flex: 0 1 calc(100% / 2);
    }

    .npslch-grid[data-rows-of='3'] article {
        width: calc(100% / 3);
        flex: 0 1 calc(100% / 3);
    }

    .npslch-grid[data-rows-of='4'] article {
        width: calc(100% / 4);
        flex: 0 1 calc(100% / 4);
    }
    .npslch-grid[data-rows-of='6'] article {
        width: calc(100% / 6);
        flex: 0 1 calc(100% / 6);
    }

    .npslch-grid[style*='--cols-tablet'] > article {
        width: calc((100%) / var(--cols-tablet));
    }
    .npslch-columns label {
        width: 50%;
    }
    .npslch-columns .value {
        width: 50%;
    }
    .npslch-columns[style*='--cols-tablet'] {
        --cols: var(--cols-tablet) !important;
    }
}
@media (min-width: 981px) {
    .npslch-grid[style*='--cols-desktop'] > article {
        width: calc((100%) / var(--cols-desktop));
    }
    .npslch-columns[style*='--cols-desktop'] {
        --cols: var(--cols-desktop) !important;
    }
}

.alx-search-form input {
    border-width: 2px;
    border-color: var(--ast-global-color-0);
    border-right-width: 0;
    padding: 10px 0.75em;
    margin-inline-end: -0.5em;
}

.alx-search-form button[type='submit'] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
}
