/* VG Latest View All v1.0.0 - scoped to the Latest module */
.vg-latest-viewall__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
}

.container-module .vg-latest-viewall__head .title-module {
	margin-bottom: 0;
}

.vg-latest-viewall__all {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	padding: 8px 13px;
	border: 1px solid #e5e9ec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(19, 36, 49, 0.06);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #313a41;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, color .2s ease;
	white-space: nowrap;
}

.vg-latest-viewall__all svg {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
}

.vg-latest-viewall__all:hover,
.vg-latest-viewall__all:focus {
	color: #00a651;
	border-color: rgba(0, 166, 81, .35);
	box-shadow: 0 5px 16px rgba(19, 36, 49, 0.09);
	transform: translateY(-1px);
	text-decoration: none;
}

@media (max-width: 575px) {
	.vg-latest-viewall__head {
		gap: 10px;
		margin-bottom: 8px;
	}

	.vg-latest-viewall__all {
		min-height: 34px;
		padding: 7px 11px;
		font-size: 11px;
	}
}
