.message-tags {
    margin-bottom: 10px;
}

.tag-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 0.8em;
    font-weight: 600;
    margin: 2px 4px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #e3f2fd;
    color: #1976d2;
    transition: background 0.15s;
}

.tag-badge:hover {
    background: #bbdefb;
}

.tag-badge.active {
    background: #1976d2;
    color: #e3f2fd;
}
