.sf-card {
	background: rgba(255,255,255,0.9);
	border-radius: 8px;
	padding: 2rem;
	max-width: 600px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.sf-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sf-card h3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #007bff;
}

.sf-card p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	color: #333;
}

.sf-btn-link {
	color: #3D5119;
	text-decoration: none;
	font-weight: 600;
}

.sf-btn-link:hover {
	text-decoration: underline;
}

@media (max-width: 428px) {
	.sf-card {
	    max-width: 90%;
	}
	.sf-fund-logo {
	    transform: none !important;
	    width: 160px !important;
	    max-width: 45vw !important;
	}
}
