.smartcae-download {
	display: grid;
	gap: 0.65rem;
	margin-block: 1.5rem;
	padding: 1.25rem;
	border: 1px solid #d9d9d9;
	background: #f8f5f3;
}

.smartcae-download__title {
	font-weight: 700;
}

.smartcae-download__badge {
	display: inline-flex;
	justify-self: start;
	width: fit-content;
	padding: 0.4rem 0.65rem;
	border-radius: 999px;
	background: #a9e9ff;
	color: #1268fb;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
}

.smartcae-download__meta {
	color: #666;
	font-size: 0.875rem;
}

.smartcae-download__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: end;
}

.smartcae-download__form label {
	width: 100%;
	font-weight: 600;
}

.smartcae-download__form input {
	min-width: min(100%, 18rem);
	padding: 0.65rem 0.8rem;
	border: 1px solid #767676;
}

.smartcae-download__button {
	display: inline-block;
	width: fit-content;
	padding: 0.7rem 1.1rem;
	border: 0;
	background: #1268fb;
	color: #fff;
	font: inherit;
	font-weight: 650;
	text-decoration: none;
	cursor: pointer;
}

.smartcae-download__button:hover,
.smartcae-download__button:focus-visible {
	background: #0b4fca;
	color: #fff;
}

.smartcae-download__error,
.smartcae-download-missing {
	color: #b32d2e;
	font-weight: 600;
}
