.angie-practice-container {
	background-color: #0d1f35;
	border-radius: 6px;
	padding: 36px 32px;
}

.angie-practice-main-title {
	font-family: 'Fraunces', serif;
	font-size: 18px;
	color: #c8992a;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.angie-practice-item {
	display: flex;
	gap: 14px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.angie-practice-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.angie-practice-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #12a08e;
	flex-shrink: 0;
	margin-top: 5px;
}

.angie-practice-item-title {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2px;
	line-height: 1.4;
}

.angie-practice-item-desc {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.angie-practice-container {
		padding: 24px 20px;
	}
	
	.angie-practice-main-title {
		font-size: 16px;
	}
}
