/* CSL Actualités Pro 1.3 – raccourci réservé au compte cercle. */
.csl-news-hero-copy {
	position: relative;
	z-index: 2;
}

.csl-news-manager-shortcut {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	margin-top: 22px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 999px;
	background: #fff;
	color: #123247 !important;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 10px 25px rgba(8, 38, 53, .18);
	transition: transform .2s ease, box-shadow .2s ease;
}

.csl-news-manager-shortcut:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(8, 38, 53, .24);
}

.csl-news-manager-shortcut span {
	font-size: 18px;
	line-height: 1;
}

.csl-news-detail-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.csl-news-detail-toolbar .csl-news-back {
	margin: 0;
}

.csl-news-manager-shortcut--detail {
	min-height: 42px;
	margin: 0;
	border-color: #d7e7e5;
	background: linear-gradient(120deg, #17677d, #2ca27e);
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(23, 103, 125, .18);
}

@media (max-width: 560px) {
	.csl-news-detail-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.csl-news-manager-shortcut {
		width: 100%;
	}

	.csl-news-manager-shortcut--detail {
		margin-top: 2px;
	}
}
