/* Grid action buttons — matches My Proposals & RFIs standard */
.grid-actions {
    display: inline-flex;
    gap: 0.25rem;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}

.grid-actions .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 0.25rem;
}

.grid-actions .btn i {
    font-size: 0.875rem;
}

.grid-actions.justify-content-center {
    justify-content: center;
}
