.bbrepost-button {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.9em;
    cursor: pointer;
    transition: background 0.2s;
}
.bbrepost-button:hover:not(.disabled) {
    background: #f0f0f0;
}
.bbrepost-button.disabled {
    opacity: 0.6;
    cursor: default;
}
.bbrepost-block {
    border-left: 3px solid #ddd;
    background: #f9f9f9;
    padding: 10px 15px;
    margin: 15px 0;
}
.bbrepost-block p {
    margin: 0 0 8px;
}
.bbrepost-block footer {
    font-size: 0.85em;
    color: #555;
}
