// ============================================================================
// :: Root
// ============================================================================
.s-aside {

	.l-aside {
		margin-top: 0;

		> * {
			font-size: $bp-font-size-base;
			line-height: $bp-line-height-base;
			text-align: center;

			border: 0.1rem solid $bp-border-color;
		}
	}

	.l-aside__highlight {
		background-color: $bp-primary-color;
	}
}
