html,
body {
	margin: 0;
	padding: 0;
}

body.thrivecart-terms {
	min-height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
	background-color: #ffffff;
}

.page-terms {
	box-sizing: border-box;
	max-width: 760px;
	margin: 0 auto;
	padding: 24px 16px 40px;
}

.page-terms section {
	display: block;
}

.page-terms h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 600;
	word-wrap: break-word;
}

.page-terms .terms-meta {
	margin: 0;
	font-size: 13px;
	color: #5f697d;
	word-wrap: break-word;
}

.page-terms .terms-content {
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.6;
	word-wrap: break-word;
}

.page-terms .terms-footer {
	margin-top: 16px;
	text-align: left;
}

.page-terms .terms-footer a {
	color: #5f697d;
	text-decoration: none;
	background-color: #f5f6f9;
	border: 1px solid #9fa5b1;
	padding: 6px 10px;
	border-radius: 8px;
	font-weight: 600;
	display: inline-block;
	font-size: 13px;
	white-space: nowrap;
}

.page-terms .terms-footer a:hover,
.page-terms .terms-footer a:focus {
	text-decoration: none;
	background-color: #e8eaf1;
	outline: none;
}

@media (min-width: 768px) {
	.page-terms {
		padding: 40px 32px 60px;
		font-size: 16px;
	}

	.page-terms h3 {
		font-size: 24px;
	}

	.page-terms .terms-content {
		font-size: 15px;
	}
}

