.erb-reaction-bar {
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.erb-reaction-bar-title {
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: center;
}

.erb-reaction-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.erb-reaction-btn {
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    background: #fafafa;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 14px;
}

.erb-reaction-btn:hover,
.erb-reaction-btn:focus {
    outline: none;
    border-color: #ccc;
    background: #f0f0f0;
}

.erb-reaction-emoji {
    font-size: 16px;
    line-height: 1;
}

.erb-reaction-count {
    min-width: 1.5em;
    text-align: center;
}

.erb-reaction-message {
    text-align: center;
    font-size: 12px;
    min-height: 1em;
}
