/* Team Module Styles */
.team-app { --module-color: var(--color-primary); }

/* Team-specific navigation icon colors */
.nav-link i.fa-clock { color: var(--color-danger) !important; }

/* Employee Sidebar */
.employee-sidebar {
    position: sticky;
    top: 1rem;
}

/* Equal-height columns inside tab panes */
.tab-content .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.tab-content .row > [class*="col-"] > .card:last-child {
    flex-grow: 1;
}

/* Employee Avatar */
.employee-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: 1px;
}
