.site-footer .menu a {
    color: #ffffff !important;
}

.site-footer .menu a:hover {
    color: #7cff7c !important;
}
.kb-posts .loop-entry {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kb-posts .entry-content-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.kb-posts .entry-footer,
.kb-posts .kt-blocks-post-readmore {
    margin-top: auto;
}

.pixel-partner-ad {
    border: 4px solid #39d12f;
    background: transparent;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
}

.pixel-partner-ad img {
    display: block;
    width: 100%;
    height: auto;
}

.pixel-partner-ad::after {
    content: "Pixel Partner";
    display: block;
    background: #39d12f;
    color: #111;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
