/* Garantir cards verdes no dashboard do aluno */
.aluno-prova-card {
	background: linear-gradient(135deg, #eff1f0 0%, #aeb8b6 100%) !important;
	color: #000 !important;
	border-radius: 2rem !important;
	border: none !important;
	box-shadow: 0 6px 32px 0 rgba(34,197,94,0.18), 0 1.5px 6px 0 rgba(0,0,0,0.08);
	padding: 2rem 2rem 1.5rem 2rem !important;
	margin-bottom: 1.5rem;
	transition: transform 0.15s;
}
.aluno-prova-card:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 12px 40px 0 rgba(34,197,94,0.22), 0 2px 8px 0 rgba(0,0,0,0.10);
}
.aluno-prova-card .btn-iniciar-prova {
	background: #fff;
	color: #16a34a;
	border: none;
	border-radius: 1.5rem;
	font-weight: bold;
	box-shadow: 0 2px 8px rgba(34,197,94,0.10);
	transition: background 0.2s, color 0.2s;
}
.aluno-prova-card .btn-iniciar-prova:hover {
	background: #16a34a;
	color: #fff;
}
/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
