button,
.fx-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    background:#111827;
    color:white;
    border:0;
    min-height:34px;
    padding:7px 12px;
    border-radius:9px;
    font-weight:bold;
    font-size:12px;
    line-height:1.2;
    cursor:pointer;
    text-decoration:none;
    max-width:100%;
    white-space:normal;
}

.fx-btn-sm,
.fx-table .fx-btn{
    min-height:30px;
    padding:6px 10px;
    border-radius:8px;
    font-size:11px;
}

button:hover,
.fx-btn:hover{
    background:#374151;
}

.fx-btn-primary{
    background:#2563eb;
}

.fx-btn-danger{
    background:#b91c1c;
}
