/* Back To School - box carusel (HP coloana stanga, sub secundare + pagini articol). Model = boxul PROMO #RomaniInDiaspora (card orizontal: poza 16:9 stanga 40% + text dreapta) + feature carusel XTB (1 articol vizibil, dots jos). Brand spot turcoaz #25E4C4, fara siglа (jos = dots de navigare, ascunse la 1 articol). Eticheta per-articol deasupra titlului. Randare directa (nu ajax). */

.bts-wrapper {
	margin-bottom: 20px;
}
/* pe paginile de articol (inainte de "Articolele zilei"): margin 40px sus+jos */
#mbm-dripples-back-to-school-box-article {
	margin: 40px 0;
}
.bts-main {
	background: #FFFFFF;
	border-radius: 10px;
	border-top: 3px solid #25E4C4;
	box-shadow: 2px 2px 8px 4px #2b1c3914;
	padding: 16px 14px 14px;
	box-sizing: border-box;
	font-family: Open Sans, Arial, sans-serif;
}
.bts-header {
	margin: 0 0 14px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D6F3EC;
}
.bts-title {
	display: inline-block;
	margin: 0;
	font: 600 19px/1.1 Montserrat, Arial, sans-serif;
	color: #07493F;
	letter-spacing: 0.3px;
}
.bts-articles {
	min-height: 150px;
}
.bts-article {
	display: none;
}
.bts-article.is-active {
	display: flex;
	gap: 16px;
	align-items: center;
}
.bts-article__media {
	flex: 0 0 40%;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background-color: #EAF6F3;
	aspect-ratio: 370 / 260;
}
.bts-article__img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.bts-article__text {
	flex: 1 1 auto;
	min-width: 0;
}
.bts-article__label {
	display: inline-block;
	margin: 0 0 8px;
	padding: 3px 10px;
	background: #07493F;
	color: #FFFFFF;
	font: 600 12.5px/1.35 Montserrat, Arial, sans-serif;
	letter-spacing: 0.2px;
	border-radius: 4px;
}
.bts-article__title {
	margin: 0;
	font: 600 17px/1.4 Montserrat, Arial, sans-serif;
	letter-spacing: 0.2px;
	color: #1F1633;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bts-article__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s;
}
.bts-article__title a:hover {
	color: #000000;
}
.bts-article__link {
	display: block;
	margin-top: 12px;
	font: 600 13px/1 Montserrat, Arial, sans-serif;
	color: #07493F;
	letter-spacing: 0.3px;
	text-decoration: none;
	transition: color 0.15s;
}
.bts-article__link::after {
	content: ' \2192';
}
.bts-article__link:hover {
	color: #25E4C4;
}
.bts-main[data-total="1"] .bts-dots {
	display: none;
}
.bts-dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px;
	margin-top: 14px;
}
.bts-dot {
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	appearance: none;
}
.bts-dot::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #CDE9E2;
	transition: background-color 0.15s;
}
.bts-dot:hover::before {
	background-color: #9FDDD0;
}
.bts-dot--active::before {
	background-color: #07493F;
}
@media screen and (max-width: 767px) {
	.bts-main {
		padding: 14px 14px 12px;
	}
	.bts-title {
		font-size: 18px;
	}
	/* pe mobil: poza sus full-width, textul dedesubt (orizontalul e prea inghesuit) */
	.bts-article.is-active {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}
	.bts-article__media {
		flex: none;
		width: 100%;
	}
	.bts-article__title {
		font-size: 18px;
		line-height: 1.35;
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
}
/* eticheta in boxul flux "Stirile zilei" (demo preview) - badge deasupra titlului */
.bts-flux-badge {
	display: inline-block;
	margin: 0 0 6px;
	padding: 2px 8px;
	background: #07493F;
	color: #FFFFFF;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	border-radius: 4px;
	text-decoration: none;
}
