/**
 * Nexus Games, de open-status in de kopbalk.
 *
 * Bewust een apart bestand: dit is het enige stuk dat buiten de plugin
 * zelf terechtkomt, midden in het thema. Zo blijft het makkelijk uit te
 * zetten en te vinden.
 */

.nxg-kopstatus {
	display: flex !important;
	align-items: center;
	margin: 0 .9rem 0 0;
	padding: 0;
	list-style: none;
}

.nxg-kopstatus::before {
	content: none !important;
}

.nxg-kopstatus__pil {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: .3rem .95rem;
	border: 1px solid rgba( 255, 69, 129, .45 );
	border-radius: 999px;
	color: #FF4581;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.6;
	text-transform: uppercase;
	white-space: nowrap;
}

.nxg-kopstatus__pil::before {
	content: "";
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: currentColor;
}

.nxg-kopstatus__pil[data-open="1"] {
	border-color: rgba( 18, 209, 118, .5 );
	color: #12D176;
}

/* Op een smal scherm is er geen plaats naast het menuknopje. Daar staat
   de status al op de pagina zelf. */
@media (max-width: 991px) {
	.nxg-kopstatus {
		display: none !important;
	}
}
