.post-cat {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: .4px;
    text-transform: uppercase;
    background: rgba(207, 36, 54, .08);
    color: var(--tie-accent);
    margin-bottom: 8px;
}

.post-cat:hover {
    background: var(--tie-accent);
    color: #fff;
}

.entry .wp-block-heading,
.entry-content h2,
.entry-content h3 {
    font-weight: 500;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 18px 22px;
}

.entry-content a {
    color: var(--tie-accent);
}

.entry-content a:hover {
    color: var(--tie-accent-hover);
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 18px;
}

.entry-content table td,
.entry-content table th {
    border: 1px solid var(--tie-border);
    padding: 8px 10px;
}

.entry-content blockquote {
    margin: 18px 0;
    border-left: 4px solid var(--tie-accent);
    padding: 10px 16px;
    background: #fff9fa;
}

.stream-title {
    font-weight: 500;
}

.page-entry h2 {
    margin: 24px 0 10px;
    font-size: 30px;
}
