ul, ol {
	padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;

	ul, ol {
		font-size: 0.9rem;
		margin: 0 0 0.25rem;
	}

	li {
		padding-left: 0.2rem;
		margin: 0 0 0.25rem;
	}

    &.inverted-bullets {
        list-style-type: circle;
    }

    &.square-bullets {
        list-style-type: square;
    }

    &.no-bullets {
        list-style-type: none;
    }
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;

	li {
		&:before {
			content: "";
		}
	}
}
