/* Title */
.carousel-articles-latest-title
{
	padding-bottom: 10px;
	font-size: 1.5em;
	line-height: 45px;
	color: #686868;
}

.carousel-articles-latest-title:before
{
	content: "";
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	background-color: var(--theme-light-color);
}

[dir="rtl"] .carousel-articles-latest-title:before { right: 0; }
[dir="ltr"] .carousel-articles-latest-title:before { left: 0; }

/* Description */
.carousel-articles-latest-description
{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #686868;
}

.carousel-articles-latest-description p { margin: 0; }

.carousel-articles-latest-description a
{
	text-decoration: underline;
	color: var(--theme-color);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.carousel-articles-latest-description a:hover { color: var(--theme-light-color); }

/* Buttons */
.carousel-articles-latest-buttons { width: auto; }

#wrapper .carousel-articles-latest-btn
{
	width: 40px;
	font-weight: bold;
	color: #454545;
	background-color: #fff;
	border: 2px solid #454545;
	border-radius: 50%;
}

[dir="rtl"] #wrapper .carousel-articles-latest-btn:first-child { margin-left: 5px; }
[dir="ltr"] #wrapper .carousel-articles-latest-btn:first-child { margin-right: 5px; }

#wrapper .carousel-articles-latest-btn[disabled]
{
	color: #888;
	background-color: #eee;
	border-color: #bbb;
}

#wrapper .carousel-articles-latest-btn span
{
	width: 100%;
	margin: 0;
	font-size: 1.1em;
	line-height: 36px;
	text-align: center;
}

/* Item */
.carousel-articles-latest-item
{
	margin-top: 5vw;
	margin-bottom: 15px;
}

[dir="rtl"] .carousel-articles-latest-item { padding-left: 30px; }
[dir="ltr"] .carousel-articles-latest-item { padding-right: 30px; }

.carousel-articles-latest-item:before
{
	content: "\e911";
	position: absolute;
	top: 0;
	font-family: "Regiti Icon";
	font-size: 10vw;
	color: #7c7c7c;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

[dir="rtl"] .carousel-articles-latest-item:before { left: 20%; }
[dir="ltr"] .carousel-articles-latest-item:before { right: 20%; }

/* Link */
.carousel-articles-latest-item-link
{
	height: 100%;
	padding: 10px;
	background-color: #f5f7fa;
	border-radius: 10px;
	-webkit-tap-highlight-color: transparent;
}

/* Head */
.carousel-articles-latest-item-head { margin-bottom: 20px; }

/* Item image */
.carousel-articles-latest-item-image
{
	width: 60px;
	height: 60px;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
}

.carousel-articles-latest-item-image img
{
	-webkit-transition: all .5s cubic-bezier(.2, 1, .8, 1);
	transition: all .5s cubic-bezier(.2, 1, .8, 1);
}

.carousel-articles-latest-item:hover .carousel-articles-latest-item-image img
{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Item title */
.carousel-articles-latest-item-title
{
	width: calc(100% - 75px);
	min-height: 48px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: -1px;
	color: #686868;
}

/* Item introtext */
.carousel-articles-latest-item-introtext
{
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 30px;
	letter-spacing: -.5px;
	color: #686868;
}

/* Item read more */
.carousel-articles-latest-item-read-more
{
	text-decoration: underline;
	color: var(--theme-light-color);
}

@media (max-width: 47.9375em)
{
	.carousel-articles-latest-buttons
	{
		position: absolute;
		top: 0;
		z-index: 10;
	}

	[dir="rtl"] .carousel-articles-latest-buttons { left: 0; }
	[dir="ltr"] .carousel-articles-latest-buttons { right: 0; }
}

@media (min-width: 48em)
{
	.carousel-articles-latest-title { padding-bottom: 20px; }
	#wrapper .carousel-articles-latest-btn { width: 50px; }
	[dir="rtl"] #wrapper .carousel-articles-latest-btn:first-child { margin-left: 10px; }
	[dir="ltr"] #wrapper .carousel-articles-latest-btn:first-child { margin-right: 10px; }
	#wrapper .carousel-articles-latest-btn span { line-height: 46px; }
	.carousel-articles-latest-item { margin-top: 2.5vw; }
	.carousel-articles-latest-item:before { font-size: 5vw; }
	.carousel-articles-latest-item-link { padding: 20px; }

	.carousel-articles-latest-item-image
	{
		width: 80px;
		height: 80px;
	}

	.carousel-articles-latest-item-title { width: calc(100% - 120px); }
}

@media (min-width: 64em) { .carousel-articles-latest-item-link { padding: 30px; } }
@media (min-width: 80em) { .carousel-articles-latest-item-link { padding: 40px; } }