.postteaser--latest .blaze-container {
    position: relative;
    padding-bottom: 85px;
}

.postteaser--latest .blaze-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0 20px 0;
    border-top: 1px solid #E6E6E6
}
.postteaser--latest .blaze-pagination button {
    margin: 0 .5rem;
    font-size: 0;
    height: 16px;
    width: 16px;
    display: block;
    padding: 0;
    line-height: 0;
    background: #0093D0;
    border: 0;
    border-radius: 50%;
    transition: 0.3s background ease-in-out;
}

.postteaser--latest .blaze-pagination button.active {
    background: #C8D201
}
.postteaser--latest .blaze-pagination button:focus {
    outline: 0;
}
.postteaser--latest .blaze-pagination button.focus-visible {
    outline: 2px dotted #005f87;
    offset: 5px;
}
.postteaser--latest .blaze-navigation {
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    padding-bottom: 10px;
}
.postteaser--latest .blaze-navigation button {
    margin-left: 10px;
    display: flex;
    height: 32px;
    width: 32px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #005F87;
    background: #005F87;
    border-radius: 5px;
}

.postteaser--latest .blaze-navigation button svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}

@media (min-width: 1024px) {
    .postteaser--latest .blaze-navigation {
        padding-bottom: 28px;
    }
}