/* Miroir de comments.php */

.afrotheme-comments {
	max-width: var(--content-width);
	margin-inline: auto;
	margin-block-start: var(--space-lg);
}

.afrotheme-comments__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.afrotheme-comments__list .comment {
	background: var(--color-bg-card);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
	padding: var(--space-md);
	margin-block-end: var(--space-sm);
}

.afrotheme-comments__list ol.children {
	list-style: none;
	padding-inline-start: var(--space-lg);
}

.afrotheme-comments form textarea,
.afrotheme-comments form input[type="text"],
.afrotheme-comments form input[type="email"],
.afrotheme-comments form input[type="url"] {
	width: 100%;
	padding: var(--space-xs) var(--space-sm);
	border: var(--border-width) solid var(--color-border);
	border-radius: var(--radius-sm);
	font-family: var(--font-body);
	margin-block-end: var(--space-sm);
}
