/* Comments and search/comment form styles */
.comments-area {
	padding: 22px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment-body {
	border-bottom: 1px solid #e8eef2;
	padding: 14px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form input[type="search"] {
	border: 1px solid #cfdde6;
	border-radius: 6px;
	color: var(--daily-logo-ink);
	padding: 11px 12px;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.search-form .search-submit {
	background: var(--daily-logo-red);
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	padding: 11px 16px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.search-form .search-submit:hover {
	background: var(--daily-logo-blue);
}

