.post-tags .badge {
    background-color: #000000 !important;
    color: #e3e3e3 !important;
    padding: 0.5em 0.8em;
    font-size: 0.85em;
    font-weight: 500;
}

.post-tags .badge a {
    color: #e3e3e3 !important;
    text-decoration: none !important;
}

.post-tags .badge:hover {
    opacity: 0.8;
}
