.astra-child-free-downloads {
	direction: rtl;
	text-align: right;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 18px;
	padding: 22px 26px 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.astra-child-free-downloads .afd-title {
	margin: 0 0 8px;
	font-size: 1.35em;
	font-weight: 700;
	color: #b7bcc2;
}

.astra-child-free-downloads .afd-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.astra-child-free-downloads .afd-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 4px;
	margin: 0;
	border-bottom: 1px dashed #e8e8e8;
	line-height: 1.9;
}

.astra-child-free-downloads .afd-row:last-child {
	border-bottom: 0;
}

.astra-child-free-downloads .afd-name {
	flex: 1 1 auto;
	color: #3a4149;
	font-weight: 600;
}

.astra-child-free-downloads .afd-button {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 18px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #3a4149;
	font-weight: 600;
	font-size: .92em;
	text-decoration: none;
}

.astra-child-free-downloads .afd-button:hover,
.astra-child-free-downloads .afd-button:focus {
	background: #e5e7eb;
	color: #111;
}

.astra-child-free-downloads .afd-button .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 480px) {
	.astra-child-free-downloads {
		padding: 18px 16px 6px;
	}

	.astra-child-free-downloads .afd-row {
		flex-wrap: wrap;
	}
}
