/*!
 * Copyright 2024-2025 The Baha Authors
 * Licensed under MIT (https://project-eleven.kz)
 */
 
/* Контейнер для заголовка и кнопки */
.page-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

/* Стиль заголовка */
.page-header {
	font-size: 1.8rem;
	font-weight: bold;
	color: #4e73df;
	display: flex;
	align-items: center;
}

.page-header i {
	margin-right: 10px;
}