/**
 * Styles publics minimaux des composants Mô Bô (shortcodes).
 * Volontairement légers et neutres : le thème dédié « Mô Bô » enrichit l'apparence.
 * Ces styles suffisent pour un usage dans n'importe quel thème.
 */

.mobo-report-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.mobo-report-form textarea,
.mobo-report-form input[type="url"],
.mobo-report-form input[type="text"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #c9ccd1;
	border-radius: 8px;
	font: inherit;
}

.mobo-report-form p {
	margin: 0 0 16px;
}

.mobo-hint {
	display: block;
	color: #5a6470;
	font-size: 13px;
	margin-top: 4px;
}

/* Pot de miel : hors écran sans display:none (certains bots ignorent display) */
.mobo-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.mobo-btn {
	display: inline-block;
	border: 0;
	border-radius: 8px;
	padding: 11px 20px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	background: #e7e9ec;
	color: #12333a;
}

.mobo-btn--primary {
	background: #12333a;
	color: #fff;
}

.mobo-btn:focus-visible,
.mobo-report-form :focus-visible {
	outline: 3px solid #c77d14;
	outline-offset: 2px;
}

.mobo-notice {
	padding: 12px 16px;
	border-radius: 8px;
	margin-bottom: 16px;
}

.mobo-notice--success {
	background: #e7f4ec;
	color: #14663b;
	border: 1px solid #b7ddc6;
}

.mobo-notice--error {
	background: #fbeaea;
	color: #9a281d;
	border: 1px solid #f0c2bd;
}

.mobo-badge {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .04em;
	padding: 3px 12px;
	border-radius: 999px;
	text-transform: uppercase;
}

.mobo-feed {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobo-feed-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #ececec;
	flex-wrap: wrap;
}

.mobo-feed-link {
	font-weight: 600;
	text-decoration: none;
	color: #12333a;
}

.mobo-feed-date {
	margin-left: auto;
	color: #78828d;
	font-size: 13px;
}

.mobo-counter-num {
	font-size: 1.4em;
	color: #12333a;
}

.mobo-pedago {
	padding-left: 1.1em;
}

.mobo-pedago li {
	margin-bottom: 8px;
}

.mobo-report-wa {
	margin-top: 14px;
}
