/* Стили для детского калькулятора */
.children-results .card {
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.children-results .card-header {
	border-radius: 12px 12px 0 0 !important;
	font-weight: 600;
}

.children-results .display-4 {
	font-size: 3.5rem;
	line-height: 1;
}

/* Прогресс-бар ИМТ */
#bmiProgress {
	transition: width 0.5s ease-in-out;
}

/* Таблица норм */
.kbzu-table th,
.kbzu-table td {
	text-align: center;
	vertical-align: middle;
}

/* Адаптив */
@media (max-width: 576px) {
	.children-results .display-4 {
		font-size: 2.5rem;
	}

	.children-results .fs-3 {
		font-size: 1.5rem !important;
	}
}
