﻿.project-container {
	border: 1px solid #ccc;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	background-color: #fff;
	width: 100%;
	border-left: 5px solid var(--system-blue-dark);
}

.info-text {
	color: var(--system-blue-dark);
	font-size: 16px;
	margin: 0;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.info-text .icon {
	margin-right: 6px;
	display: flex;
	align-items: center;
}

.info-text .icon img {
	width: 1.7rem; 
	height: 1.7rem;
}