/* Bloc accueil — s’aligne sur les sections du thème DASSOUSCAN */
.dsc-sorties-section {
	margin-top: 0.5rem;
}

.dsc-sorties-strip {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 4px 0 10px;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}

.dsc-sorties-card {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 200px;
	max-width: 280px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: rgba(255, 255, 255, 0.06);
	text-decoration: none;
	color: inherit;
	scroll-snap-align: start;
}

.dsc-sorties-card.is-scheduled {
	border-style: dashed;
	opacity: 0.95;
}

.dsc-sorties-card__img img {
	display: block;
	border-radius: 6px;
	object-fit: cover;
}

.dsc-sorties-card__img--empty {
	width: 56px;
	height: 80px;
	border-radius: 6px;
	background: rgba(148, 163, 184, 0.25);
}

.dsc-sorties-card__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.dsc-sorties-card__manga {
	font-weight: 600;
	font-size: 0.95rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dsc-sorties-card__ch {
	font-size: 0.85rem;
	color: rgba(226, 232, 240, 0.85);
}

.dsc-sorties-more {
	margin: 6px 0 0;
}
