.sweet-policy-styles {
	& h2 {
		font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 1em;

		&:not(:first-of-type) {
			margin-top: 2em;
		}
	}

	& p:has(+ p) {
		margin-bottom: 1em !important;
	}

	& p:has(+ ul) {
		font-weight: 700;
		margin-bottom: 1em;
	}

	& ul {
		display: grid;
		row-gap: 8px;
		list-style-type: disc;
		margin-left: 1rem;
	}
}
