.category-description-card {
	align-items: flex-start;
	background: #eae7dd;
	border: 1px solid #ccc9bc;
	border-radius: 12px;
	display: flex;
	gap: 14px;
	margin-bottom: 24px;
	padding: 14px 16px;
}

.category-description-avatar {
	border-radius: 50%;
	height: 52px;
	width: 52px;
	overflow: hidden;
	flex-shrink: 0;
	background: #d5d2c8;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #5a5641
}

.category-description-avatar img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.category-description-text {
	color: #3a3828;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
}

.category-description-text p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
}

.category-description-text p + p {
	margin-top: 0.6rem;
}

.category-description-text strong {
	color: #2e2c20;
}

@media (max-width: 767.98px) {
	.category-description-card {
		padding: 12px 14px;
		gap: 12px;
	}

	.category-description-avatar {
		height: 44px;
		width: 44px;
	}

	.category-description-text p {
		font-size: 0.88rem;
	}
}
