.cart-button:not(.-hidden) {
    display: none;
}
.headline-meta .category-holder, .headline-meta .date {
    font-weight: 500;
    display: none;
}

.btn.-text, .button.-text, a.button.-text, button[type="submit"].-text, input[type="submit"].-text {
    background-color: transparent;
    border: none;
    padding: 0;
    min-height: initial;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    font-size: 1em;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 0.6rem transparent;
    box-shadow: 0 0 0 0.6rem transparent;
    pointer-events: none !important;
}

.btn.-text, .button.-text, a.button.-text, button[type="submit"].-text, input[type="submit"].-text {
    pointer-events: none !important;
    display: none !important;
}