/*---------------------------------------------------------------------------*\
	#Intakt-RV--Tile--PDF-Redirect
\*---------------------------------------------------------------------------*/

.intakt-rv--tile__link,
.intakt-rv--tile__content {
	height: 100%;
}

.intakt-rv--tile__link {
	background: none;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

.intakt-rv--tile__content {
	background: var(--wp--preset--color--white);
	border-radius: var(--wp--preset--spacing--x-small);
	box-shadow: var(--wp--preset--shadow--medium);
	display: grid;
	gap: var(--wp--preset--spacing--small);
	grid-template-columns: 1fr;
	padding: var(--wp--preset--spacing--small);
	text-align: center;
	transition: background-color .25s ease;
}

.intakt-rv--tile__link:where(:focus, :hover, :active) :where(.intakt-rv--tile__content) {
	background: var(--wp--preset--color--anti-flash-white);
	text-decoration: none;
}


/* Overrides */
.intakt-rv--tile--pdf-redirect :where(.intakt-rv--tile__content) {
	align-items: center;
	font-size: var(--wp--preset--font-size--small);
	grid-template-columns: min-content auto;
	text-align: left;
}


.intakt-rv--tile--pdf-redirect :where(.intakt-rv--tile__text) {
	color: var(--wp--preset--color--gray);
}

	.intakt-rv--tile--pdf-redirect :where(.intakt-rv--tile__link):where(:focus, :hover, :active) :where(.intakt-rv--tile__text) {
		color: inherit;
	}


.intakt-rv--tile--pdf-redirect :where(.intakt-rv--tile__icon) {
	font-size: calc(var(--wp--preset--font-size--small) * 3);
	height: 1em;
	width: 1em;
}

.intakt-rv--tile--pdf-redirect :where(.intakt-rv--icon) {
	display: block;
}