/* AWCCLP – Fiches Droits Quotidiens
   Styles volontairement légers et neutres : ils s'intègrent à la plupart
   des thèmes. Surchargez-les depuis votre thème si besoin. */

.dq-archive,
.dq-single {
	max-width: 820px;
	margin: 0 auto;
	padding: 1.5rem 1rem;
}

/* Titres */
.dq-archive-title,
.dq-fiche-title {
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.dq-archive-description {
	color: #555;
	margin-bottom: 1.5rem;
}

/* Liste de fiches */
.dq-fiche-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dq-fiche-item {
	padding: 1.1rem 0;
	border-bottom: 1px solid #e6e6e6;
}

.dq-fiche-item-title {
	margin: 0 0 0.35rem;
	font-size: 1.25rem;
}

.dq-fiche-item-title a {
	text-decoration: none;
}

.dq-fiche-item-excerpt {
	color: #444;
}

.dq-read-more {
	display: inline-block;
	margin-top: 0.4rem;
	font-weight: 600;
	text-decoration: none;
}

/* Navigation par thème (archive globale) */
.dq-theme-nav {
	background: #f6f7f9;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 1rem 1.25rem;
	margin-bottom: 2rem;
}

.dq-theme-nav h2 {
	margin-top: 0;
	font-size: 1.1rem;
}

.dq-theme-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.dq-theme-list a {
	text-decoration: none;
	font-weight: 600;
}

.dq-count {
	color: #888;
	font-weight: 400;
}

/* Étiquettes de thème sur une fiche */
.dq-fiche-themes {
	margin: 0 0 0.5rem;
}

.dq-theme-tag {
	display: inline-block;
	background: #eef2f7;
	color: #29415e;
	border-radius: 4px;
	padding: 0.15em 0.6em;
	margin-right: 0.35rem;
	font-size: 0.85rem;
	text-decoration: none;
}

/* Préambule */
.dq-preambule {
	font-size: 1.05rem;
	font-weight: 500;
	border-left: 4px solid #29415e;
	padding-left: 1rem;
	margin-bottom: 1.5rem;
	color: #333;
}

/* Références & documents */
.dq-references,
.dq-documents {
	margin-top: 1.75rem;
}

.dq-references h3,
.dq-documents h3 {
	font-size: 1.05rem;
	margin-bottom: 0.4rem;
}

.dq-regions {
	color: #555;
	font-size: 0.95rem;
}

.dq-label {
	font-weight: 700;
}

/* Bloc source */
.dq-source {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #e6e6e6;
	font-size: 0.9rem;
	color: #666;
}

.dq-source a {
	font-weight: 600;
}

/* État vide */
.dq-empty {
	background: #f6f7f9;
	border: 1px dashed #ccc;
	border-radius: 8px;
	padding: 1.5rem;
	text-align: center;
	color: #555;
}

/* Pagination */
.dq-pagination {
	margin-top: 2rem;
}
