.best-file-download-repeater {
	margin: 0 0 30px;
}

.best-file-download-repeater__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 2rem;
    padding: 1rem;
	border: 1px solid var(--lifc-color-lifc-blue, var(--wp--preset--color--lifc-blue));
    border-radius: 1rem;
}

.best-file-download-repeater__content {
	flex: 1 1 auto;
	min-width: 0;
}

.best-file-download-repeater__title {
	margin-bottom: 10px;
	font-size: 20px;
}

.best-file-download-repeater__title a {
	color: var(--lifc-color-lifc-blue-3, #293260);
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

.best-file-download-repeater__title a:hover,
.best-file-download-repeater__title a:focus {
	text-decoration: underline;
}

.best-file-download-repeater__title a:focus-visible,
.best-file-download-repeater__actions .btn:focus-visible {
	outline: 3px solid var(--lifc-color-lifc-blue-3, #293260);
	outline-offset: 3px;
}

.best-file-download-repeater__title .fa {
	margin-right: 10px;
	color: var(--lifc-color-lifc-blue-2, #7391aa);
}

.best-file-download-repeater__description {
	margin: 0;
	color: var(--lifc-color-text, #333333);
}

.best-file-download-repeater__actions {
	flex: 0 0 auto;
}

.best-file-download-repeater--placeholder {
	padding: 20px;
	background-color: var(--lifc-color-grey-light-3, #f3f3f3);
	border: 2px dashed var(--lifc-color-lifc-blue-4, #99c1e2);
}

.best-file-download-repeater--placeholder p {
	margin: 0;
}

@media (max-width: 767px) {
	.best-file-download-repeater__item {
		flex-direction: column;
		align-items: flex-start;
	}

	.best-file-download-repeater__actions {
		width: 100%;
	}

	.best-file-download-repeater__actions .btn {
		display: inline-block;
	}
}
