/* BranchBuilder action buttons */
.bb-action-btn.fi-btn {
    background: linear-gradient(135deg, #e0f2fe, #cffafe) !important;
    color: #0e7490 !important;
    border: 1px solid #a5f3fc !important;
    box-shadow: none !important;
    ring: unset;
    --tw-ring-shadow: none !important;
}

.bb-action-btn.fi-btn:hover {
    background: linear-gradient(135deg, #cffafe, #a5f3fc) !important;
}

.bb-action-btn .fi-btn-label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.bb-action-btn .fi-btn-label img {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}
