// ============================================================================
// :: Share
// ============================================================================
.m-share {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;

	border-top: $border-light;

	@include respond-at($screen-small-base) {
		flex-direction: row;
	}

	.a-link {
		white-space: nowrap;
	}

	.m-actions {
		justify-content: center;
		margin-bottom: 1rem;

		@include respond-at($screen-small-base) {
			justify-content: flex-end;
			margin-bottom: 0;
		}
	}
}
