/*
Theme Name:		Astra Child
The URI:		fodboldensordbog.dk
Description:	Beskrivelse her
Author:			Rasmus Hultquist
Author URI:		fodboldensordbog.dk
Template:		astra
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain		astra-child
*/

.navigation.post-navigation {
	display: none;
}

h2.dictionary-letter {
	position: relative;
	font-size: 48px;
}

h2.dictionary-letter:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #334155;
	content: "";
	height: 1px;
}

.top-level-pages {
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style-type: none;
	padding-left: 0 !important;
	grid-gap: 20px;
}

.top-level-pages a {
	text-decoration: none !important;
	color: #334155 !important;
}

.top-level-pages a:hover {
	text-decoration: underline !important;
}

.dictionary-links {
	list-style-type: none;
	padding-left: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	text-align: center;
}

.dictionary-links li {
	width: 32px;
	height: 32px;
	background: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.dictionary-links a {
	background: #fff;
	color: #334155;
	font-size: 18px;
	text-decoration: none !important;
	padding: 5px;
}

footer a {
	color: #fff !important;
}

@media (min-width: 576px) {
	.top-level-pages {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}


@media (min-width: 768px) { ... }


@media (min-width: 992px) { ... }


@media (min-width: 1200px) { ... }


@media (min-width: 1400px) { ... }