/* Copyright (c) ITech4net SAS. All rights reserved. */
/**
 * Project Details Panel Layout
 * Created: 2026-04-03
 * Modified: 2026-04-03
 */

.panel-footer {
    padding: 24px 30px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-start; /* Aligns buttons horizontally on the left side */
    gap: 12px;
}

/* Keeping buttons styles from the main user.css, only forcing horizontal layout in footer */
.panel-footer button {
    width: auto !important; /* Forces buttons to take only needed space */
    margin-top: 0 !important;
}
