@charset "UTF-8";

.plan-section {
	max-width: 1100px;
	margin: 40px auto;
}

.plan-section h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.plan-lead {
	font-size: 1.05rem;
}

.table-plan thead th {
	background-color: #f8f9fa;
	text-align: center;
	vertical-align: middle;
}

.table-plan tbody td {
	text-align: center;
	vertical-align: middle;
}

.plan-name {
	font-weight: 600;
}

.badge-basic {
	background-color: #0d6efd;
}

.badge-plus {
	background-color: #198754;
}

.badge-business {
	background-color: #6f42c1;
}
