.bba-section {
	margin: 28px 0;
}

.bba-title {
	font-size: 28px;
	margin: 0 0 18px;
}

.bba-search-form {
	display: flex;
	gap: 10px;
	margin: 0 0 22px;
}

.bba-search-form input[type="search"] {
	border: 1px solid #ddd;
	flex: 1;
	min-height: 46px;
	padding: 0 14px;
}

.bba-search-form button {
	border: 0;
	cursor: pointer;
	min-height: 46px;
	padding: 0 22px;
}

.bba-list {
	display: grid;
	gap: 10px;
}

.bba-row {
	align-items: center;
	background: #f4f4f2;
	display: grid;
	gap: 14px;
	grid-template-columns: 42px 1fr 42px;
	min-height: 68px;
	padding: 12px 16px;
}

.bba-file-icon,
.bba-download {
	align-items: center;
	color: #d8a3aa;
	display: inline-flex;
	justify-content: center;
}

.bba-file-text {
	display: grid;
	gap: 2px;
}

.bba-file-text strong {
	color: #1d1d1d;
	font-size: 16px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bba-file-text span {
	color: #777;
	font-size: 14px;
}

.bba-download {
	border: 1px solid rgba(216, 163, 170, .45);
	border-radius: 999px;
	height: 40px;
	text-decoration: none;
	width: 40px;
}

.bba-download:hover {
	background: #d8a3aa;
	color: #fff;
}

.bba-empty {
	margin: 0;
}

@media (max-width: 640px) {
	.bba-search-form {
		display: grid;
	}

	.bba-row {
		grid-template-columns: 34px 1fr 38px;
		padding: 12px;
	}
}
