.cv-dashboard-page {
	max-width: 1200px;
	margin: 4rem auto;
	padding: 0 2rem;
}

.cv-dashboard-container h1 {
	margin-bottom: 2rem;
}

.cv-notice {
	padding: 1rem 1.5rem;
	border-radius: 8px;
	margin-bottom: 2rem;
}

.cv-notice-success {
	background: #D1FAE5;
	border: 2px solid #10B981;
	color: #065F46;
}

.cv-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.cv-dashboard-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	padding: 2rem;
}

.cv-dashboard-card h2 {
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #E5E7EB;
}

.cv-tier-badge {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}

.cv-tier-name {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1F2937;
}

.cv-status {
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
}

.cv-status-active {
	background: #D1FAE5;
	color: #065F46;
}

.cv-status-cancelled {
	background: #FEE2E2;
	color: #991B1B;
}

.cv-membership-details p {
	margin: 1rem 0;
	color: #6B7280;
}

.cv-button-cancel {
	background: #EF4444;
	color: white;
	margin-top: 1.5rem;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

.cv-button-cancel:hover {
	background: #DC2626;
}

.cv-no-membership {
	text-align: center;
	padding: 2rem 0;
}

.cv-account-info p {
	margin: 1rem 0;
}

.cv-quick-links {
	list-style: none;
	padding: 0;
}

.cv-quick-links li {
	margin: 0.75rem 0;
}

.cv-quick-links a {
	color: #4F46E5;
	text-decoration: none;
	font-weight: 500;
}

.cv-quick-links a:hover {
	text-decoration: underline;
}

.cv-button {
	display: inline-block;
	padding: 0.75rem 2rem;
	border: none;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.cv-button-primary {
	background: #4F46E5;
	color: white;
}

.cv-button-primary:hover {
	background: #4338CA;
}
