.tos-container-5003 {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px;
	font-family: 'Inter', sans-serif;
	color: #1A1A2E; /* Charcoal */
}

.tos-header-5003 {
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid #E2E8F0;
	padding-bottom: 30px;
}

.tos-title-5003 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 42px;
	font-weight: 800;
	color: #0D7377; /* Teal */
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.tos-date-5003 {
	font-size: 16px;
	color: #64748B; /* Slate */
	margin: 0;
}

.tos-content-5003 {
	background-color: #F8F9FA; /* Off-White */
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.tos-section-5003 {
	margin-bottom: 40px;
}

.tos-section-5003:last-child {
	margin-bottom: 0;
}

.tos-section-5003 h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #16213E; /* Navy */
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E8F0;
}

.tos-section-5003 h3 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #1A1A2E;
	margin: 25px 0 10px 0;
}

.tos-section-5003 p {
	font-size: 16px;
	line-height: 1.7;
	color: #1A1A2E;
	margin: 0 0 15px 0;
}

.tos-section-5003 ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}

.tos-section-5003 li {
	font-size: 16px;
	line-height: 1.7;
	color: #1A1A2E;
	margin-bottom: 8px;
}

.tos-contact-card-5003 {
	background-color: white;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	padding: 20px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.6;
}

.tos-email-link-5003 {
	color: #0D7377; /* Teal */
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
}

.tos-email-link-5003:hover {
	color: #16213E; /* Navy */
	text-decoration: underline;
}

@media (max-width: 768px) {
	.tos-container-5003 {
		padding: 40px 15px;
	}
	
	.tos-content-5003 {
		padding: 25px;
	}

	.tos-title-5003 {
		font-size: 32px;
	}

	.tos-section-5003 h2 {
		font-size: 22px;
	}
}
