.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.gray {
	color: var(--foreground-muted);
	font-size: 0.9em;
}

#teenindustingimused {
	padding-top: 30px;
}

#teenindustingimused p {
	margin: 0 0 20px 0;
}

#teenindustingimused p,
#teenindustingimused span,
#teenindustingimused div {
	font-size: 14px;
}

#teenindustingimused h2 span {
	font-size: 24px;
}

#teenindustingimused h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

#teenindustingimused h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.terms-table {
	margin: 20px 0;
}

.terms-table-row {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid var(--border);
	padding: 10px 0;
}

.terms-table-row:first-child {
	border-top: 1px solid var(--border);
}

.terms-table-cell:first-child {
	min-width: 35%;
}

#teenindustingimused .terms-section {
	margin: 10px 0;
}

#teenindustingimused .terms-disclaimer {
	font-style: italic;
}

#teenindustingimused .terms-section a {
	color: var(--navy);
	text-decoration: underline;
}

#teenindustingimused .terms-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#teenindustingimused .terms-description {
	text-align: center;
}

#teenindustingimused .terms-section {
	text-align: left;
    padding: 2rem;
    background: var(--white);
    border-radius: var(--radius-xl);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

#teenindustingimused .terms-section ul {
	list-style-type: circle;
}