/* Periodic Table block */

.gwi-periodic-table {
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: var(--wp--style--global--wide-size, 1360px);
	box-sizing: border-box;
}

.gwi-periodic-table .element-category {
	display: block;
	width: 100px;
	height: 100px;
	margin: 5px;
	border-radius: 10px;
	font-family: Urbanist, sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
}

.gwi-periodic-table .element-category:hover,
.gwi-periodic-table .element-category:focus-visible {
	color: #fff;
	text-decoration: none;
}

.gwi-periodic-table .element-category:focus-visible {
	outline: 2px solid #0c3050;
	outline-offset: 2px;
}

.gwi-periodic-table .element-number {
	padding: 5px 0 0 5px;
	font-size: 20px;
	line-height: 100%;
}

.gwi-periodic-table .element-initials {
	text-align: center;
	font-size: 50px;
	line-height: 100%;
}

.gwi-periodic-table .element-name {
	font-size: 14px;
	text-align: center;
}

.gwi-periodic-table .dark-blue {
	background-color: #0c3050;
}

.gwi-periodic-table .orange {
	background-color: #ea7224;
}

.gwi-periodic-table .teal {
	background-color: #008580;
}

.gwi-periodic-table .blue {
	background-color: #20558b;
}

.gwi-periodic-table .yellow {
	background-color: #f1aa1e;
}

.gwi-periodic-table .light-blue {
	background-color: #5681ae;
}

.gwi-periodic-table .light-teal {
	background-color: #01b2ac;
}
