.q2a-posts {
    --oc-primary: #009682;
    --oc-background: #efefef;
    --oc-text: #000000;
    --oc-danger: #e74c3c;
    --oc-secondary: #00634E;
}

.q2a-posts.blog-listing .card {
    margin-bottom: 10px;
    padding: 0;
}
.q2a-posts.blog-listing .card.q2a-help {
    font-size: small;
}
.q2a-posts.blog-listing .card p {
    margin-bottom: 5px;
}
.q2a-posts.blog-listing .card p:last-child {
    margin-bottom: 0;
}

.q2a-post-title a {
    font-weight: bold;
}

.q2a-post-tags {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

.q2a-post-tags a {
    background-color: var(--oc-primary);
    display: block;
    padding: 2px 8px;
    font-size: 10px;
}
.q2a-post-tags a,
.q2a-post-tags a:focus,
.q2a-post-tags a:hover,
.q2a-post-tags a:visited {
    color: white;
}

.q2a-post-meta {
    font-size: small;
}