/**
 * Page last-updated meta (internal pages).
 */

.page-updated {
	margin: 0 0 calc(var(--rietavomvvg-spacing) * 1.25);
}

.page-updated__text {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.45;
	color: var(--rietavomvvg-color-muted);
}

.page-updated__icon {
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	background-color: var(--rietavomvvg-color-muted);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.page-updated__time {
	color: inherit;
	font-weight: 400;
}
