// ============================================================================
// :: Aside Content
// ============================================================================
.s-aside-content {
	margin-top: 2rem;

	p,
	li,
	strong {
		font-family: $font-family-roboto;
		font-weight: $font-weight-normal;
		font-size: $font-size;
		line-height: $line-height-2x-large;

		color: $text-color;

		@include respond-to($screen-small-base) {
			font-size: $font-size-1x-small;
			line-height: $line-height-1x-large;
		}
	}

	p + * {
		margin-top: 1rem;
	}

	ul {
		padding-left: 2rem;

		& + * {
			margin-top: 2rem;
		}
	}

	strong {
		font-weight: $font-weight-bold;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {

		& + * {
			margin-top: 2rem;
		}
	}
}
