body.smart-provider-page {
	background:
		radial-gradient(circle at 8% 6%, rgba(45, 183, 236, 0.17), transparent 31%),
		radial-gradient(circle at 92% 88%, rgba(45, 183, 236, 0.11), transparent 35%),
		linear-gradient(135deg, #061827 0%, #07121f 100%);
	color: #ffffff;
}

body.smart-provider-page #primary,
body.smart-provider-page #main,
body.smart-provider-page .site-main,
body.smart-provider-page .content-area,
body.smart-provider-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.smart-provider-page article {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
	padding: clamp(52px, 7vw, 88px) 0 clamp(70px, 9vw, 112px);
}

body.smart-provider-page h2 {
	margin: 42px 0 18px;
	color: #ffffff;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 900;
	line-height: 1.12;
}

body.smart-provider-page h2:first-child {
	margin-top: 0;
}

body.smart-provider-page p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.7;
}

body.smart-provider-page p.intro {
	margin: 0 0 8px;
}

body.smart-provider-page a {
	color: #69dcff;
}

body.smart-provider-page .smart-provider-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 30px 0 42px;
	padding: 24px 28px;
	border: 1px solid rgba(83, 213, 255, 0.3);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(41, 185, 239, 0.21), rgba(14, 85, 142, 0.26));
}

body.smart-provider-page .smart-provider-cta strong {
	font-size: 19px;
}

body.smart-provider-page .smart-provider-cta a {
	flex: 0 0 auto;
	padding: 12px 18px;
	border-radius: 9px;
	background: #39cffa;
	color: #031521;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

body.smart-provider-page table.smartstb_tbl {
	width: 100%;
	margin: 22px 0 52px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.17);
	border-radius: 14px;
	background: rgba(7, 17, 33, 0.7);
	color: rgba(255, 255, 255, 0.77);
	font-size: 13px;
}

body.smart-provider-page table.smartstb_tbl th,
body.smart-provider-page table.smartstb_tbl td {
	padding: 13px 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	vertical-align: middle;
}

body.smart-provider-page table.smartstb_tbl th:last-child,
body.smart-provider-page table.smartstb_tbl td:last-child {
	border-right: 0;
}

body.smart-provider-page table.smartstb_tbl tbody tr:last-child td {
	border-bottom: 0;
}

body.smart-provider-page table.smartstb_tbl thead th {
	background: rgba(41, 185, 239, 0.2);
	color: #ffffff;
	font-size: 15px;
}

body.smart-provider-page table.smartstb_tbl td:first-child {
	color: #ffffff;
	font-weight: 800;
}

body.smart-provider-page table.smartstb_tbl i.fa-check::before {
	content: "✓";
	color: #62e59b !important;
	font-style: normal;
	font-size: 18px;
}

body.smart-provider-page table.smartstb_tbl i.fa-times::before {
	content: "×";
	color: #ff8fa3 !important;
	font-style: normal;
	font-size: 20px;
}

body.smart-provider-page table.smartstb_tbl i.fa-check,
body.smart-provider-page table.smartstb_tbl i.fa-times {
	font-size: 0;
}

body.smart-provider-page .col-md-5,
body.smart-provider-page .col-md-7 {
	box-sizing: border-box;
	min-width: 0;
}

body.smart-provider-page .col-md-5 {
	/*float: left;*/
	/*width: 35%;*/
	/*padding: 18px 40px 18px 0;*/
	margin-bottom: 20px;
}

/*body.smart-provider-page .col-md-7 {*/
/*	float: right;*/
/*	width: 65%;*/
/*	padding: 0;*/
/*}*/

body.smart-provider-page .col-md-7::after {
	clear: both;
	content: "";
	display: table;
}

body.smart-provider-page .smart-provider-faq-item {
	margin: 0 0 12px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 12px;
	background: rgba(7, 17, 33, 0.7);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	transition: border-color 160ms ease, background-color 160ms ease;
}

body.smart-provider-page .smart-provider-faq-item summary {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 17px 18px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
	transition: background-color 160ms ease;
}

body.smart-provider-page .smart-provider-faq-item summary::-webkit-details-marker {
	display: none;
}

body.smart-provider-page .smart-provider-faq-item summary::before {
	content: "+";
	display: inline-grid;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid rgba(105, 220, 255, 0.36);
	border-radius: 50%;
	color: #69dcff;
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
}

body.smart-provider-page .smart-provider-faq-item summary:hover {
	background: rgba(64, 203, 250, 0.08);
}

body.smart-provider-page .smart-provider-faq-item[open] {
	border-color: rgba(73, 210, 255, 0.48);
	background: linear-gradient(135deg, rgba(20, 82, 123, 0.52), rgba(7, 17, 33, 0.82));
}

body.smart-provider-page .smart-provider-faq-item[open] summary {
	border-bottom: 1px solid rgba(105, 220, 255, 0.18);
}

body.smart-provider-page .smart-provider-faq-item[open] summary::before {
	content: "–";
	border-color: rgba(105, 220, 255, 0.7);
	background: rgba(105, 220, 255, 0.16);
}

body.smart-provider-page .smart-provider-faq-item__body {
	padding: 17px 18px 20px 54px;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.6;
}

body.smart-provider-page .smart-provider-faq-item__body .panel-body {
	margin: 0;
}

body.smart-provider-page .smart-provider-faq-item__body p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.7;
}

body.smart-provider-page .smart-provider-faq-item__body p:last-child {
	margin-bottom: 0;
}

body.smart-provider-page .entry-content::after {
	clear: both;
	content: "";
	display: table;
}

@media (max-width: 760px) {
	body.smart-provider-page article {
		width: calc(100% - 28px);
		padding-top: 40px;
	}

	body.smart-provider-page .smart-provider-cta,
	body.smart-provider-page .col-md-5,
	body.smart-provider-page .col-md-7 {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	body.smart-provider-page .col-md-5 {
		padding: 0;
	}

	body.smart-provider-page .col-md-7 {
		margin-top: 18px;
	}

	body.smart-provider-page .smart-provider-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	body.smart-provider-page table.smartstb_tbl {
		display: block;
		overflow-x: auto;
	}

	body.smart-provider-page table.smartstb_tbl th,
	body.smart-provider-page table.smartstb_tbl td {
		min-width: 130px;
	}

	body.smart-provider-page .smart-provider-faq-item__body {
		padding-left: 18px;
	}
}
