.fusion-reading-box-container {
	z-index: 1;
	position: relative;
	margin-bottom: 84px;

	.reading-box {
		padding: 28px 28px 27px 31px;
		background-color: #F2EFEF;
		border-left: 3px solid @primary-color;

		&.reading-box-center {
			text-align: center;
		}

		&.reading-box-right {
			text-align: right;
		}

		h2 {
			margin: 0;
			padding-top: 0;
			line-height: 1.5;
			font-size: 18px;
		}
	}

	.fusion-reading-box-flex {
		display: flex;
		align-items: center;
		justify-content: space-between;

		.fusion-desktop-button {
			flex-shrink: 0;
		}
	}

	.fusion-reading-box-additional {
		margin-top: 8px;
	}

	.reading-box-additional {
		p:last-child {
			margin-bottom: 0;
		}
	}

	.fusion-desktop-button {
		display: block;
	}

	.fusion-desktop-button-margin {
		margin-bottom: 10px;
	}

	.continue-center {
		display: inline-block;
		float: none;
		margin: 15px auto 0;
	}

	.continue-left {
		float: left;
		margin-right: 10px;
	}

	.continue-right {
		float: right;
		margin-left: 10px;
	}

	.fusion-mobile-button {
		display: none;
		float: none;
		margin: 15px 0 0;

		&.continue-center {
			display: inline-block;
		}
	}
}

.element-bottomshadow-mixin( @argument ) {
	transform: rotate( @argument );
}

.element-box-shadow( @arguments ) {
	box-shadow: @arguments;
}

.element-bottomshadow {
	position: relative;
}

.element-bottomshadow:after,
.element-bottomshadow:before {
	position: absolute;
	bottom: 15px;
	left: 10px;
	z-index: -1;
	height: 20%;
	max-height: 100px;
	max-width: 460px;
	width: 60%;
	content: "";
	opacity: 0.7;
	.element-box-shadow( 0 17px 10px rgba(0, 0, 0, 0.7 ) );
	.element-bottomshadow-mixin( -3deg );
}

.element-bottomshadow:after {
	left: auto;
	right: 10px;
	.element-bottomshadow-mixin( 3deg );
}
