﻿.app-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.page-description {
    color: #6b7280;
    margin-bottom: 24px;
}