:where(.botcrawl-contribute-card),
:where(.botcrawl-contribute-card) * {
	box-sizing: border-box;
	min-width: 0;
}

.botcrawl-contribute-card {
	width: 100%;
	max-width: 100%;
	padding: 22px;
	border: 1px solid #cfd5d9;
	border-radius: 12px;
	background: #fff;
	overflow-wrap: anywhere;
}

.botcrawl-contribute-card h2 {
	margin: 0 0 8px;
	font-size: 1.08rem;
}

.botcrawl-contribute-card p {
	margin: 0 0 14px;
	color: #50575e;
}

.botcrawl-submission-link,
.botcrawl-directory-contribute a,
.botcrawl-submission-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: 8px;
	background: #111;
	color: #fff;
	text-decoration: none;
	text-decoration-line: none;
	font: inherit;
	font-weight: 750;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.botcrawl-submission-link:visited,
.botcrawl-directory-contribute a:visited {
	color: #fff;
}

.bc-entry__content a.botcrawl-submission-link,
.bc-entry__content .botcrawl-directory-contribute a {
	color: #fff;
	text-decoration: none;
}

.botcrawl-submission-link:hover,
.botcrawl-directory-contribute a:hover,
.botcrawl-submission-button:hover {
	background: #2b2f31;
	color: #fff;
}

.botcrawl-submission-link:focus-visible,
.botcrawl-directory-contribute a:focus-visible,
.botcrawl-submission-button:focus-visible {
	outline: 3px solid #111;
	outline-offset: 3px;
}

.botcrawl-directory-contribute {
	margin-top: 16px;
}

@media (prefers-reduced-motion: reduce) {
	.botcrawl-submission-link,
	.botcrawl-directory-contribute a,
	.botcrawl-submission-button {
		transition: none;
	}
}

@media (max-width: 680px) {
	.botcrawl-contribute-card {
		padding: 18px;
	}

	.botcrawl-submission-link,
	.botcrawl-directory-contribute a {
		width: 100%;
	}
}
