/* new.liens-direct — stacked host banner buttons (theme images) */
#dle-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#dle-content .ld-title,
#dle-content h1.entry-title {
	margin: 0 auto 2.25rem;
	font-size: clamp(1.21rem, 2.42vw, 1.65rem);
	font-weight: 600;
	line-height: 1.35;
	color: #222;
	text-align: center;
	white-space: normal;
	width: 100%;
	max-width: 38rem;
	padding: 0 1rem;
	overflow-wrap: break-word;
}

.ld-host-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	width: 100%;
	max-width: 240px;
}

a.download.ld-host-btn,
a.download {
	display: block !important;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	text-decoration: none !important;
	line-height: 0;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.download.ld-host-btn:hover,
a.download.ld-host-btn:focus,
a.download:hover,
a.download:focus {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	background: transparent !important;
}

a.download .left,
a.download .right,
a.download h5,
a.download .fa {
	display: none !important;
}

a.download img,
#dle-content a.download img,
.ld-host-stack img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 18px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 560px) {
	#dle-content {
		max-width: 100%;
		padding: 0 0.75rem;
	}

	a.download.ld-host-btn,
	a.download {
		border-radius: 14px;
	}

	a.download img,
	.ld-host-stack img {
		border-radius: 14px;
	}
}
