/* <templatestyles src="Модуль:Песочница/Vavilexxx/styles.css" /> */

:root {
	/*--white-color: #ffffff;*/
	/*--primaryFont: #0018ED;*/
	/*--mainFont: #2D2E3A;*/
	/*--greyFont: #696C74;*/
}

/*#white-id {*/
/*   color: var(--white-color);*/
/*}*/

* {
	box-sizing: border-box;
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
}

a.external[href*="//ru.wikipedia.org/"] {
    background: none !important;
    padding-right: 0 !important;
}

td:hover, 
div > div > div:hover {
	background: #fef6e7;
}

div[style*=position]:hover {
	background: none;
}

a:focus {
	font-size: 1.2em;
	background: #fee7e6;
}

/*a:activ {*/
/*	font-weight: 800;*/
/*	background: #d5fdf4;*/
/*}*/

@media screen and (max-width: 600px) {
	.card-stats {
		flex-wrap: wrap;
		row-gap: 20px;
		flex: 1;
	}

	.card-stat {
		flex: 0 1 calc(100% / 2 - 12px);
	}
}

@media screen and (max-width: 360px) {
	.card-stat {
		flex: 0 1 100%;
	}
}


/* {{pp-template}} */
#skip-to-top-button,
#skip-to-bottom-button {
	position: fixed;
	bottom: 8px;
	z-index: 50;
}

#skip-to-top-button:hover,
#skip-to-bottom-button:hover {
	filter: brightness(1.05);
}

#skip-to-top-button:active,
#skip-to-bottom-button:active {
	filter: brightness(0.95);
}

#skip-to-bottom-button {
	right: 8px;
}

#skip-to-top-button {
	right: 64px;
}

/* Avoid overlapping with Vector 2022 width toggle */
@media (min-width: 1400px) {
	body.skin-vector-2022 #skip-to-bottom-button {
		right: 68px;
	}
	
	body.skin-vector-2022 #skip-to-top-button {
		right: 124px;
	}
}