/** biome-ignore-all lint/complexity/noImportantStyles: <allowed> */
body {
	color: black !important;
	background: white !important;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
	overflow-x: hidden !important;
}
a:link {
	color: #0045e3;
}
a:visited {
	color: #0045e3;
}
a:hover {
	color: #006ce7;
}
.link-button {
	width: fit-content;
	font-weight: 600;
	display: inline-block;
	padding: 0.7rem 2rem;
	border-radius: 0.3rem;
	color: White !important;
	background-color: #0045e3;
	text-decoration: none;
	margin-top: 1.2rem !important;
	margin-bottom: 1rem !important;
}
.link-button-outlined {
	width: fit-content;
	font-weight: 600;
	display: inline-block;
	padding: 0.7rem 2rem;
	border-radius: 0.3rem;
	color: #0045e3 !important;
	border: 1px solid #0045e3;
	text-decoration: none;
	margin-top: 1.2rem !important;
	margin-bottom: 1rem !important;
}
.callout-box {
	background: #f8f9fa;
	border-left: 4px solid #0066cc;
	padding: 20px 24px;
	margin: 32px 0;
	border-radius: 4px;
}

.callout-box .callout-icon {
	font-size: 24px;
	margin-bottom: 8px;
}

.callout-box strong {
	color: #1a1a1a;
	font-size: 16px;
}

.callout-box p {
	margin: 8px 0;
	line-height: 1.6;
}

.callout-link {
	color: #0066cc;
	text-decoration: none;
	font-weight: 500;
}

.callout-link:hover {
	text-decoration: underline;
}
.faq-section {
	margin: 32px 0;
}

.faq-item {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-item h3 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #1a1a1a;
}

.faq-item p {
	margin: 0;
	line-height: 1.6;
}
.features-table {
	border: 1px solid #e0e0e0;
}
.features-table td {
	padding: 4px;
}

.fancy-table {
	border: 1px solid #0045e320;
	border-radius: 8px;
	width: 90%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.fancy-table td {
	padding: 8px;
}

.fancy-table tr:first-child td,
.fancy-table tr:first-child th,
.fancy-table tr td:first-child,
.fancy-table tr th:first-child {
	border-radius: 8px;
	font-weight: bold;
	background-color: #0045e320;
}

.cards-table {
	table-layout: fixed;
	border: 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 24px;
}

.cards-table td {
	border-radius: 16px;
	padding: 16px;
	vertical-align: top;
	table-layout: fixed;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

div .card-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 16px;
}
div .card-body {
	font-style: italic;
}
