.last-updated {
	background: #eee;
	padding: 15px 20px;
	border-left: 4px solid #314f60;
	margin-bottom: 40px;
    margin-top:40px;
	font-size: 0.95rem;
	color: #555;
}

.section {
	margin-bottom: 35px;
}

.section h2 {
	color: #314f60;
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #314f60;
}

.permission-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 20px 0;
}

.permission-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 15px;
}

.permission-item.allowed::before {
	content: '✓';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #314f60;
	color: white;
	border-radius: 50%;
	font-weight: bold;
	flex-shrink: 0;
	margin-top: 2px;
}

.permission-item.restricted::before {
	content: '✕';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #ba3c0d;
	color: white;
	border-radius: 50%;
	font-weight: bold;
	flex-shrink: 0;
	margin-top: 2px;
}

.permission-item span {
	font-size: 1rem;
	flex: 1;
}

.disclaimer {
	padding: 10px 25px;
}

strong {
	color: #000;
}
