.glc-wrapper {
	margin: 24px 0;
	overflow-x: auto;
}

.glc-ladder-login-bar {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 16px;
}

/* Alleen kiosk/beamer draait buiten het theme in een eigen shell. */
body.glc-ladder-kiosk-shell {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100vh;
	background: #f1f5f9;
	box-sizing: border-box;
}

body.glc-ladder-kiosk-shell #wpadminbar {
	display: none !important;
}

html.glc-ladder-kiosk-html {
	margin-top: 0 !important;
}

#glc-ladder-kiosk-root {
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

.glc-wrapper.glc-pyramid-page,
.glc-wrapper.glc-ladder-kiosk {
	--glc-kiosk-shell-pad: clamp(14px, 1.15vw, 44px);
	--glc-kiosk-card-gap: clamp(8px, 0.7vw, 20px);
	--glc-kiosk-row-pad-y: clamp(8px, 0.6vw, 18px);
	--glc-kiosk-row-pad-x: clamp(8px, 0.75vw, 22px);
	--glc-kiosk-card-width: clamp(11.5rem, calc((100vw - (2 * var(--glc-kiosk-shell-pad)) - (7 * var(--glc-kiosk-card-gap)) - 5rem) / 8), 18rem);
	box-sizing: border-box;
}

.glc-wrapper.glc-ladder-kiosk {
	margin: 0;
	flex: 1 1 auto;
	width: 100%;
	max-width: none;
	padding: clamp(10px, 1.25vw, 28px);
}

/*
 * Houd shortcode-opmaak gelijk over thema's heen: reset alleen binnen de pluginwrappers,
 * zodat header, footer, menu en overige themalayout intact blijven.
 */
.glc-wrapper,
.glc-result-form-wrapper {
	color: #0f172a !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px;
	line-height: 1.5;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.glc-wrapper :where(h1, h2, h3, h4, h5, h6, p, table, thead, tbody, tr, th, td, div, span, a, button, input, select, textarea, label, strong, em),
.glc-result-form-wrapper :where(h1, h2, h3, h4, h5, h6, p, table, thead, tbody, tr, th, td, div, span, a, button, input, select, textarea, label, strong, em) {
	font-family: inherit !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.glc-wrapper :where(table),
.glc-result-form-wrapper :where(table) {
	border-collapse: separate;
	border-spacing: 0;
}

.glc-wrapper :where(th, td),
.glc-result-form-wrapper :where(th, td) {
	vertical-align: middle;
}

.glc-wrapper :where(button, input, select, textarea),
.glc-result-form-wrapper :where(button, input, select, textarea) {
	font-family: inherit !important;
}

.glc-wrapper :where(img),
.glc-result-form-wrapper :where(img) {
	max-width: 100%;
	height: auto;
}

.glc-form {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	padding: 22px;
	box-shadow: 0 6px 20px rgba(15, 23, 42, .06);
}

.glc-wrapper.glc-registration-page {
	color: #0f172a !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

.glc-wrapper.glc-registration-page .glc-registration-form {
	display: block !important;
	width: min(100%, 56rem) !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.glc-wrapper.glc-registration-page .glc-registration-title {
	margin: 0 0 1rem !important;
	color: #0f172a !important;
	font-size: clamp(1.5rem, 1.4rem + 0.6vw, 2rem) !important;
	line-height: 1.2 !important;
}

.glc-wrapper.glc-registration-page .glc-registration-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

.glc-wrapper.glc-registration-page .glc-registration-field {
	margin: 0 !important;
}

.glc-wrapper.glc-registration-page .glc-registration-field label {
	display: block !important;
	color: inherit !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

.glc-wrapper.glc-registration-page .glc-registration-field input,
.glc-wrapper.glc-registration-page .glc-registration-field select {
	display: block !important;
	width: 100% !important;
	margin-top: 0.45rem !important;
}

.glc-wrapper.glc-registration-page .glc-registration-note {
	margin: 1rem 0 0 !important;
	color: #475569 !important;
}

.glc-wrapper.glc-registration-page .glc-registration-actions {
	margin: 1rem 0 0 !important;
}

.glc-wrapper.glc-registration-page .glc-registration-submit-btn,
.glc-wrapper.glc-registration-page button.glc-registration-submit-btn {
	background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
	background-image: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border: 0 !important;
	border-radius: 2.25rem !important;
	padding: 14px 24px !important;
	font-weight: 600 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	display: inline-block !important;
	line-height: 1.2 !important;
	appearance: none;
	-webkit-appearance: none;
}

.glc-wrapper.glc-registration-page .glc-registration-submit-btn:hover,
.glc-wrapper.glc-registration-page .glc-registration-submit-btn:focus {
	background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
	background-image: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
	color: #fff !important;
}

@media (max-width: 720px) {
	.glc-wrapper.glc-registration-page .glc-registration-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

.glc-form input,
.glc-form select,
.glc-form button,
.glc-table,
.glc-search-input,
.glc-form textarea {
	font-size: 15px;
}

.glc-form input,
.glc-form select,
.glc-search-input,
.glc-form textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	padding: 10px 12px;
	box-sizing: border-box;
}

.glc-form button,
.glc-link-button {
	background: linear-gradient(135deg, #1d4ed8, #2563eb);
	color: #fff;
	border: 0;
	border-radius: 2.25rem;
	padding: 14px 24px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.glc-challenge-form-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
}

.glc-grid-2,
.glc-challenge-info-grid,
.glc-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.glc-matches-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.glc-matches-grid .glc-matches-table {
	table-layout: fixed;
	width: 100%;
}

.glc-matches-grid .glc-matches-table col.glc-mt-col--date {
	width: 11%;
	min-width: 6.5rem;
}

.glc-matches-grid .glc-matches-table col.glc-mt-col--challenger {
	width: 26%;
}

.glc-matches-grid .glc-matches-table col.glc-mt-col--dash {
	width: 2.25rem;
}

.glc-matches-grid .glc-matches-table col.glc-mt-col--challenged {
	width: 26%;
}

.glc-matches-grid .glc-matches-table th.glc-mt-th-dash,
.glc-matches-grid .glc-matches-table td.glc-mt-dash {
	text-align: center;
	width: 2.25rem;
	min-width: 2.25rem;
	padding-left: 6px;
	padding-right: 10px;
}

.glc-matches-grid .glc-matches-table col.glc-mt-col--status {
	width: 13%;
}

.glc-matches-grid .glc-matches-table--open col.glc-mt-col--meta {
	width: 22%;
}

.glc-matches-grid .glc-matches-table--closed col.glc-mt-col--meta {
	width: 12%;
}

.glc-matches-grid .glc-matches-table--closed col.glc-mt-col--meta2 {
	width: 10%;
}

.glc-dashboard-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.glc-toolbar {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.glc-toolbar h3 {
	margin: 0;
}

.glc-wrapper.glc-players-page {
	margin-top: 8px;
	margin-bottom: 40px;
	color: #0f172a !important;
}

.glc-players-season-title {
	text-align: center;
	margin: 0 0 22px;
	font-size: clamp(2rem, 2.2vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	color: #0f172a !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.glc-toolbar-players .glc-players-list-heading {
	text-align: left;
	margin: 0 !important;
	color: #0f172a !important;
	font-size: clamp(1.05rem, 1.1vw, 1.35rem);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.glc-wrapper.glc-players-page .description,
.glc-wrapper.glc-players-page p,
.glc-wrapper.glc-players-page th,
.glc-wrapper.glc-players-page td {
	color: inherit !important;
}

.glc-wrapper.glc-players-page .glc-table.glc-players-table {
	table-layout: fixed;
}

.glc-wrapper.glc-players-page .glc-players-table__col--rank {
	width: 5.5rem;
}

.glc-wrapper.glc-players-page .glc-players-table__col--name {
	width: auto;
}

.glc-wrapper.glc-players-page .glc-players-table__col--gender {
	width: 8rem;
}

.glc-wrapper.glc-players-page .glc-players-table__col--hcp {
	width: 8.5rem;
}

.glc-wrapper.glc-players-page .glc-table.glc-players-table th,
.glc-wrapper.glc-players-page .glc-table.glc-players-table td {
	padding: 12px 10px !important;
	text-align: left !important;
}

.glc-wrapper.glc-players-page .glc-table.glc-players-table th:first-child,
.glc-wrapper.glc-players-page .glc-table.glc-players-table td:first-child {
	padding-left: 10px !important;
}

.glc-wrapper.glc-players-page .glc-table.glc-players-table th:last-child,
.glc-wrapper.glc-players-page .glc-table.glc-players-table td:last-child {
	white-space: nowrap;
}

.glc-search-input {
	max-width: 320px;
	background: #fff;
}

.glc-notice {
	margin-bottom: 16px;
	padding: 12px 16px;
	border-radius: 12px;
}

.glc-notice-success {
	background: #ecfdf5;
	color: #166534;
	border: 1px solid #86efac;
}

.glc-notice-error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fca5a5;
}

/* Zwevend inlogpaneel (shortcode login vereist; via JS naar body voor z-index boven footer). */
.glc-floating-login-scope {
	position: static;
	z-index: auto;
	pointer-events: none;
	margin: 0;
	padding: 0;
}

/*
 * Als child van body: volledige fixed overlay — voorkomt dat flex/grid/theme de wrapper
 * op 100% breedte uitrekt nadat hij verplaatst is (inputs leken dan mee te groeien).
 */
body > .glc-floating-login-scope {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	overflow: visible !important;
	z-index: 2147483643;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none;
	flex: none !important;
	flex-grow: 0 !important;
	align-self: stretch !important;
}

html.glc-has-floating-login {
	overflow-x: hidden !important;
}

body.glc-has-floating-login {
	overflow-x: hidden !important;
}

.glc-floating-login-scope .glc-floating-login-backdrop,
.glc-floating-login-scope .glc-floating-login-panel {
	pointer-events: auto;
}

.glc-floating-login-backdrop {
	position: fixed;
	inset: 0;
	z-index: 2147483645;
	background: rgba(15, 23, 42, .4);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.glc-floating-login-panel {
	position: fixed;
	z-index: 2147483646;
	left: 0;
	right: 0;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
	box-sizing: border-box;
	/* Breedte gelocked; svw waar ondersteund verkleint vw+scrollbar-shift. */
	width: min(26rem, calc(100vw - 4rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
	max-width: min(26rem, calc(100svw - 4rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
	min-width: 0;
	contain: layout style;
	max-height: min(90vh, calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 2rem));
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1.25rem 1.35rem 1.1rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 1.1rem;
	box-shadow:
		0 18px 50px rgba(15, 23, 42, .18),
		0 0 0 1px rgba(255, 255, 255, .65) inset;
}

/*
 * Harde aftekening: id +!important (inline style op markup + dit blok).
 * Overschrijft thema-inputs/full-width wrappers die ná eerste paint rechts rekken.
 */
html.glc-has-floating-login body #glc-floating-login-panel.glc-floating-login-panel {
	position: fixed !important;
	box-sizing: border-box !important;
	left: 0 !important;
	right: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: min(26rem, calc(100vw - 4rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px))) !important;
	max-width: min(26rem, calc(100vw - 4rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px))) !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	flex: none !important;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	flex-basis: auto !important;
	align-self: center !important;
	display: block !important;
	grid-column: auto !important;
}

html.glc-has-floating-login body.admin-bar #glc-floating-login-panel.glc-floating-login-panel {
	top: calc(50% + 18px) !important;
	transform: translateY(-50%) !important;
}

html.glc-has-floating-login body #glc-floating-login-panel .glc-floating-login-form,
html.glc-has-floating-login body #glc-floating-login-panel .glc-floating-login-field {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	flex: none !important;
	flex-grow: 0 !important;
}

html.glc-has-floating-login body #glc-floating-login-panel input.glc-floating-login-input,
html.glc-has-floating-login body #glc-floating-login-panel button.glc-floating-login-submit {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	flex: none !important;
	box-sizing: border-box !important;
}

.glc-floating-login-panel *,
.glc-floating-login-panel *::before,
.glc-floating-login-panel *::after {
	box-sizing: border-box;
}

.glc-floating-login-heading {
	margin: 0 0 0.85rem;
	font-size: 1.15rem;
	font-weight: 600;
	color: #0f172a;
}

.glc-floating-login-form {
	margin: 0;
	min-width: 0;
	max-width: 100%;
}

.glc-floating-login-field {
	margin: 0 0 0.65rem;
	min-width: 0;
	max-width: 100%;
}

.glc-floating-login-label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: #334155;
	margin-bottom: 0.3rem;
}

.glc-floating-login-input {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	border: 1px solid #cbd5e1;
	border-radius: 0.65rem;
	padding: 0.55rem 0.7rem;
	font-size: 1rem;
	line-height: 1.35;
}

.glc-floating-login-input:focus {
	outline: 2px solid rgba(37, 99, 235, .45);
	outline-offset: 1px;
	border-color: #2563eb;
}

/* Overschrijf thema’s met vaste input-breedte / min-width. */
.glc-floating-login-panel input.glc-floating-login-input {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.glc-floating-login-remember {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	color: #475569;
}

.glc-floating-login-remember label {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.glc-floating-login-actions {
	margin: 0;
}

.glc-floating-login-submit {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	border: 0;
	border-radius: 999px;
	padding: 0.65rem 1rem;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(135deg, #1d4ed8, #2563eb);
	box-shadow: 0 4px 14px rgba(37, 99, 235, .35);
}

.glc-floating-login-submit:hover {
	filter: brightness(1.05);
}

.glc-floating-login-submit:active {
	transform: translateY(1px);
}

.glc-floating-login-alt {
	margin: 0.85rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid #e2e8f0;
	font-size: 0.85rem;
	text-align: center;
	color: #64748b;
}

.glc-floating-login-alt a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 500;
}

.glc-floating-login-alt a:hover {
	text-decoration: underline;
}

.glc-floating-login-alt-sep {
	margin: 0 0.35rem;
	opacity: .5;
}

.glc-wrapper.glc-login-required-follow {
	margin-top: 1.5rem;
}

.glc-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
}

.glc-table th,
.glc-table td {
	padding: 12px 10px;
	border-bottom: 1px solid #e2e8f0;
	text-align: left;
}

.glc-table th {
	background: #f8fafc;
}

.glc-pyramid-shell {
	position: relative;
	background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
	border: 1px solid #dbeafe;
	border-radius: 28px;
	padding: 26px 18px;
	box-shadow: 0 10px 30px rgba(37, 99, 235, .08);
}

.glc-pyramid-season-head {
	text-align: center;
	margin: 0 0 22px;
	padding: 0 12px;
}

.glc-wrapper.glc-pyramid-page .glc-pyramid-season-head {
	text-align: center !important;
	margin: 0 0 22px !important;
	padding: 0 12px !important;
	color: #0f172a !important;
}

.glc-pyramid-season-name {
	margin: 0 0 10px;
	font-size: 1.35rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.25;
}

.glc-wrapper.glc-pyramid-page .glc-pyramid-season-name {
	margin: 0 0 10px !important;
	font-size: clamp(2rem, 2.2vw, 3rem) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	color: #0f172a !important;
	text-align: center !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.glc-pyramid-season-dates {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px 14px;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #475569;
}

.glc-wrapper.glc-pyramid-page .glc-pyramid-season-dates {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 6px 14px !important;
	margin: 0 !important;
	font-size: clamp(1.05rem, 0.9vw, 1.35rem) !important;
	line-height: 1.4 !important;
	color: #475569 !important;
	text-align: center !important;
}

.glc-pyramid-season-head .glc-pyramid-season-name+.glc-pyramid-season-dates {
	margin-top: 4px;
}

.glc-pyramid-season-dates__sep {
	color: #94a3b8;
	user-select: none;
}

.glc-pyramid-season-dates strong {
	font-weight: 700;
	color: #0f172a;
}

.glc-wrapper.glc-pyramid-page .glc-pyramid-season-date-part,
.glc-wrapper.glc-pyramid-page .glc-pyramid-season-dates strong,
.glc-wrapper.glc-pyramid-page .glc-pyramid-season-dates__sep {
	font-size: inherit !important;
	line-height: inherit !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.glc-wrapper.glc-pyramid-page .glc-pyramid-season-dates strong {
	font-weight: 700 !important;
	color: #0f172a !important;
}

.glc-pyramid-season-wl {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: #475569;
}

.glc-wrapper.glc-pyramid-page .glc-pyramid-season-wl {
	margin: 10px 0 0 !important;
	font-size: clamp(1.05rem, 0.9vw, 1.35rem) !important;
	line-height: 1.4 !important;
	color: #475569 !important;
	text-align: center !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.glc-wrapper.glc-pyramid-page .glc-pyramid-season-wl strong {
	color: #0f172a !important;
	font-weight: 700 !important;
}

.glc-pyramid-season-head .glc-pyramid-season-dates+.glc-pyramid-season-wl {
	margin: 8px 0 0;
}

.glc-pyramid-season-head .glc-pyramid-season-name+.glc-pyramid-season-wl {
	margin: 8px 0 0;
}

.glc-pyramid-credits {
	margin: 24px 0 0;
	padding: 16px 12px 0;
	border-top: 1px solid #e2e8f0;
	text-align: center;
}

.glc-pyramid-credits__text {
	margin: 0;
	font-size: 12px;
	line-height: 1.55;
	color: #64748b;
}

.glc-pyramid-credits__sep {
	color: #94a3b8;
}

.glc-pyramid-credits__version {
	white-space: nowrap;
}

.glc-pyramid-area {
	position: relative;
}

.glc-pyramid-legend {
	position: absolute;
	left: 22px;
	top: 36px;
	z-index: 5;
	display: inline-block;
	margin: 0;
	padding: 10px 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.glc-pyramid-area:hover .glc-pyramid-legend,
.glc-pyramid-area:has(.glc-player-card:hover) .glc-pyramid-legend {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.glc-pyramid-legend-title {
	font-weight: 700;
	margin-bottom: 6px;
	color: #0f172a;
	font-size: 12px;
}

.glc-pyramid-legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #334155;
	margin-top: 3px;
}

.glc-riser-legend-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.glc-riser-legend-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.glc-pyramid-centered {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.glc-pyramid-row {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	width: 100%;
	padding: 14px 10px;
	border-top: 1px dashed #bfdbfe;
	border-radius: 14px;
}

.glc-pyramid-row:first-child {
	border-top: 0;
}

.glc-pyramid-row:nth-child(odd) {
	background: #dbeafe;
}

.glc-pyramid-row:nth-child(even) {
	background: #e2e8f0;
}

.glc-pyramid-row .glc-player-card {
	background: #ffffff;
}

.glc-player-card {
	position: relative;
	min-width: 0;
	width: clamp(192px, 19.2vw, 240px);
	border: 1px solid #dbeafe;
	background: #fff;
	border-radius: 18px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.glc-rank {
	font-weight: 700;
	color: #1e3a8a;
	margin-bottom: 3px;
}

.glc-player-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.glc-player-markers {
	display: flex;
	align-items: center;
	gap: 6px;
}

.glc-rank-trend {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.glc-rank-trend-up {
	color: #15803d;
}

.glc-rank-trend-down {
	color: #b91c1c;
}

.glc-rank-trend-halved {
	width: 10px;
	height: 5px;
	border-radius: 2px;
	background: #2563eb;
}

.glc-riser-corner {
	position: absolute;
	right: 8px;
	bottom: 6px;
	width: 22px;
	height: 22px;
	display: block;
	pointer-events: none;
}

.glc-riser-corner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.glc-tee-disc {
	--glc-tee-color: #64748b;
	position: relative;
	display: inline-block;
	width: 14px;
	height: 20px;
	flex: 0 0 auto;
}

.glc-tee-disc::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--glc-tee-color);
	clip-path: polygon(0% 0%,
			100% 0%,
			100% 14%,
			84% 20%,
			68% 32%,
			63% 74%,
			50% 100%,
			37% 74%,
			32% 32%,
			16% 20%,
			0% 14%);
	border: 1px solid rgba(15, 23, 42, .18);
	box-sizing: border-box;
	filter: drop-shadow(0 1px 1px rgba(15, 23, 42, .22));
}

.glc-tee-disc::after {
	content: none;
}

.glc-player-name {
	font-weight: 700;
	word-break: break-word;
}

.glc-player-meta,
.glc-form .description {
	color: #64748b;
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-season-head {
	max-width: min(100%, 120rem);
	margin: 0 auto clamp(12px, 1.25vh, 28px);
	padding: 0 clamp(10px, 1vw, 24px);
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-season-name {
	font-size: clamp(1.65rem, 1.1vw + 0.9rem, 3.6rem);
	line-height: 1.15;
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-season-dates,
.glc-wrapper.glc-ladder-kiosk .glc-pyramid-season-wl {
	font-size: clamp(0.95rem, 0.42vw + 0.7rem, 1.4rem);
	line-height: 1.35;
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(12px, 0.95vw, 24px);
	padding: var(--glc-kiosk-shell-pad);
	border-radius: clamp(22px, 1.5vw, 40px);
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-legend {
	position: static;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
	gap: clamp(6px, 0.65vw, 14px) clamp(12px, 1vw, 20px);
	margin: 0;
	padding: clamp(10px, 0.9vw, 18px);
	background: rgba(248, 250, 252, .92);
	border-radius: clamp(12px, 0.9vw, 22px);
	opacity: 1;
	visibility: visible;
	transform: none;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-legend-title {
	grid-column: 1 / -1;
	margin-bottom: 0;
	font-size: clamp(0.95rem, 0.35vw + 0.75rem, 1.35rem);
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-legend-item {
	gap: clamp(8px, 0.6vw, 14px);
	font-size: clamp(0.88rem, 0.28vw + 0.72rem, 1.16rem);
	line-height: 1.3;
	margin-top: 0;
}

.glc-wrapper.glc-ladder-kiosk .glc-riser-legend-icon {
	width: clamp(16px, 0.9vw, 24px);
	height: clamp(16px, 0.9vw, 24px);
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-centered {
	gap: clamp(6px, 0.45vw, 14px);
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-row {
	gap: var(--glc-kiosk-card-gap);
	padding: var(--glc-kiosk-row-pad-y) var(--glc-kiosk-row-pad-x);
	border-radius: clamp(14px, 0.9vw, 28px);
}

.glc-wrapper.glc-ladder-kiosk .glc-player-card {
	width: var(--glc-kiosk-card-width);
	padding: clamp(10px, 0.72vw, 18px);
	border-radius: clamp(16px, 0.9vw, 28px);
	font-size: clamp(0.88rem, 0.28vw + 0.7rem, 1.08rem);
	box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

.glc-wrapper.glc-ladder-kiosk .glc-rank {
	font-size: clamp(1rem, 0.42vw + 0.8rem, 1.45rem);
	margin-bottom: 0;
}

.glc-wrapper.glc-ladder-kiosk .glc-player-markers {
	gap: clamp(6px, 0.5vw, 12px);
}

.glc-wrapper.glc-ladder-kiosk .glc-rank-trend {
	width: clamp(14px, 0.85vw, 22px);
	height: clamp(14px, 0.85vw, 22px);
	font-size: clamp(11px, 0.48vw, 16px);
}

.glc-wrapper.glc-ladder-kiosk .glc-rank-trend-halved {
	width: clamp(10px, 0.6vw, 16px);
	height: clamp(4px, 0.28vw, 8px);
}

.glc-wrapper.glc-ladder-kiosk .glc-riser-corner {
	right: clamp(8px, 0.5vw, 14px);
	bottom: clamp(6px, 0.5vw, 14px);
	width: clamp(22px, 1.3vw, 38px);
	height: clamp(22px, 1.3vw, 38px);
}

.glc-wrapper.glc-ladder-kiosk .glc-tee-disc {
	width: clamp(14px, 0.85vw, 22px);
	height: clamp(20px, 1.2vw, 32px);
}

.glc-wrapper.glc-ladder-kiosk .glc-player-name {
	font-size: clamp(0.98rem, 0.42vw + 0.76rem, 1.42rem);
	line-height: 1.18;
}

.glc-wrapper.glc-ladder-kiosk .glc-player-meta {
	margin-top: clamp(4px, 0.38vw, 10px);
	font-size: clamp(0.78rem, 0.24vw + 0.68rem, 1.02rem);
	line-height: 1.28;
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-credits {
	margin-top: clamp(12px, 1vw, 24px);
	padding-top: clamp(12px, 1vw, 18px);
}

.glc-wrapper.glc-ladder-kiosk .glc-pyramid-credits__text {
	font-size: clamp(0.8rem, 0.2vw + 0.72rem, 1rem);
}

@media (min-width: 1600px) {
	.glc-wrapper.glc-ladder-kiosk {
		--glc-kiosk-legend-width: clamp(15rem, 13vw, 20rem);
		--glc-kiosk-card-width: clamp(11.75rem, calc((100vw - (2 * var(--glc-kiosk-shell-pad)) - var(--glc-kiosk-legend-width) - (7 * var(--glc-kiosk-card-gap)) - 6rem) / 8), 19rem);
	}

	.glc-wrapper.glc-ladder-kiosk .glc-pyramid-shell {
		grid-template-columns: minmax(0, 1fr) var(--glc-kiosk-legend-width);
		align-items: start;
	}

	.glc-wrapper.glc-ladder-kiosk .glc-pyramid-centered {
		grid-column: 1;
		grid-row: 1;
	}

	.glc-wrapper.glc-ladder-kiosk .glc-pyramid-legend {
		grid-column: 2;
		grid-row: 1;
		grid-template-columns: 1fr;
		align-self: start;
		position: sticky;
		top: var(--glc-kiosk-shell-pad);
	}
}

.glc-info-panel,
.glc-dashboard-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 14px;
}

.glc-info-panel h4,
.glc-dashboard-card .glc-stat-label {
	margin-top: 0;
}

.glc-dashboard-card strong {
	font-size: 22px;
	display: block;
}

.glc-card-stack {
	margin-top: 16px;
}

.glc-player-dashboard-stack {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.glc-player-dashboard-stack>.glc-card-stack {
	margin-top: 0;
}

.glc-player-dashboard-split {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	width: 100%;
}

.glc-player-dashboard-split>.glc-form {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.glc-player-dashboard-split>.glc-card-stack {
	margin-top: 0;
}

.glc-player-dashboard-split>.glc-dashboard-profile-block,
.glc-player-dashboard-split>.glc-dashboard-challenges-panel {
	padding: 14px 16px 16px;
	min-height: 100%;
	box-sizing: border-box;
}

.glc-dashboard-profile-block > h3 {
	margin: 0 0 8px;
	font-size: 1.1rem;
	line-height: 1.25;
}

.glc-dashboard-profile-footer {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #e2e8f0;
}

.glc-dashboard-profile-footer__text {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.45;
	color: #64748b;
	max-width: 36rem;
}

.glc-dashboard-profile-footer__text strong {
	color: #334155;
	font-weight: 600;
}

.glc-dashboard-profile-footer__note {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #64748b;
	max-width: 36rem;
}

.glc-dashboard-profile-footer__actions {
	margin: 0;
}

.glc-dashboard-profile-footer > .glc-dashboard-profile-footer__text:last-child {
	margin-bottom: 0;
}

.glc-dashboard-profile-compact {
	margin: 0 0 10px;
}

.glc-dashboard-profile-line {
	margin: 0 0 3px;
	line-height: 1.35;
	font-size: 14px;
	color: #334155;
}

.glc-dashboard-profile-line:last-child {
	margin-bottom: 0;
}

.glc-dashboard-profile-actions {
	margin: 0;
}

.glc-dashboard-profile-actions .glc-dashboard-profile-edit-btn {
	margin-top: 0;
}

.glc-player-dashboard-split .glc-dashboard-challenges-heading {
	margin-bottom: 8px;
}

.glc-player-dashboard-split .glc-dashboard-challenges-heading .glc-dashboard-challenges-title {
	font-size: 1.1rem;
	line-height: 1.25;
}

.glc-player-dashboard-stats {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.glc-dashboard-card__msg-link {
	color: #2563eb;
	text-decoration: none;
	word-break: break-word;
}

.glc-dashboard-card__msg-link:hover,
.glc-dashboard-card__msg-link:focus {
	text-decoration: underline;
}

.glc-dashboard-card__msg-hint {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 400;
}

.glc-dashboard-card--wl-message {
	position: relative;
	z-index: 4;
	overflow: visible;
}

.glc-dashboard-card--wl-message .glc-stat-label {
	font-weight: 700;
}

.glc-dash-wl-msg-wrap {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.glc-dashboard-card--wl-message .glc-dashboard-wl-msg-open {
	width: 100%;
	box-sizing: border-box;
}

.glc-dash-wl-msg-panel {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 8px;
	width: min(92vw, 22rem);
	max-width: 22rem;
	padding: 12px 14px 14px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.15);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .15s ease, visibility .15s ease;
	z-index: 50;
}

.glc-dash-wl-msg-wrap:hover .glc-dash-wl-msg-panel,
.glc-dash-wl-msg-wrap:focus-within .glc-dash-wl-msg-panel,
.glc-dash-wl-msg-panel.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.glc-dash-wl-msg-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	margin-bottom: 10px;
}

.glc-dash-wl-msg-label:last-of-type {
	margin-bottom: 8px;
}

.glc-dash-wl-msg-input {
	display: block;
	width: 100%;
	margin-top: 4px;
	padding: 8px 10px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	font-size: 14px;
	box-sizing: border-box;
}

.glc-dash-wl-msg-body {
	display: block;
	width: 100%;
	margin-top: 4px;
	padding: 8px 10px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
	resize: vertical;
	min-height: 6rem;
	max-height: 12rem;
	overflow-y: auto;
	box-sizing: border-box;
	font-family: inherit;
}

.glc-dash-wl-msg-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	margin-top: 6px;
}

.glc-dash-wl-msg-count {
	font-size: 12px;
	color: #64748b;
}

.glc-dash-wl-msg-count.glc-dash-wl-msg-count--over {
	color: #b91c1c;
	font-weight: 600;
}

.glc-dash-wl-msg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	width: 100%;
}

.glc-dash-wl-msg-actions .glc-link-button {
	font-size: 14px;
	padding: 8px 14px;
}

.glc-dash-wl-msg-status {
	margin: 8px 0 0;
	font-size: 13px;
	min-height: 0;
	color: #166534;
}

.glc-dash-wl-msg-status.glc-dash-wl-msg-status--error {
	color: #991b1b;
}

.glc-dashboard-history-block {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.glc-dashboard-history-block .glc-table {
	width: 100%;
}

.glc-hidden-admin-form {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.glc-dashboard-actions-bar {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #e2e8f0;
}

.glc-dashboard-actions-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
}

.glc-dashboard-actions-buttons .glc-link-button,
.glc-modal__actions .glc-link-button,
.glc-player-dashboard .glc-dashboard-challenges-heading .glc-link-button,
.glc-player-dashboard .glc-dashboard-profile-block .glc-link-button,
.glc-player-dashboard .glc-dashboard-card--wl-message .glc-dashboard-wl-msg-open,
.glc-player-dashboard .glc-dashboard-primary-action.glc-link-button {
	border-radius: 2.25rem;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	font-size: 15px;
	font-family: inherit;
	line-height: 1.25;
	padding: 14px 24px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(135deg, #1d4ed8, #2563eb);
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	box-sizing: border-box;
}

.glc-player-dashboard .glc-dashboard-primary-action.glc-link-button:disabled,
.glc-player-dashboard .glc-dashboard-primary-action.glc-link-button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.glc-dashboard-actions-buttons .glc-link-button--secondary,
.glc-modal__actions .glc-link-button--secondary {
	background: linear-gradient(135deg, #334155, #475569);
	border: 0;
	color: #fff !important;
}

.glc-dashboard-actions-buttons .glc-link-button--outline,
.glc-modal__actions .glc-link-button--outline {
	background: linear-gradient(135deg, #1e3a8a, #2563eb);
	border: 0;
	color: #fff !important;
}

.glc-dashboard-actions-buttons .glc-link-button--danger,
.glc-modal__actions .glc-link-button--danger {
	color: #fff !important;
}

.glc-dashboard-actions-hint {
	margin: 0 0 4px;
}

.glc-dash-select-col {
	width: 40px;
	min-width: 40px;
	text-align: center;
	vertical-align: middle;
}

.glc-dash-challenge-radio {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.glc-modal--dash {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}

.glc-modal--dash[hidden] {
	display: none !important;
}

.glc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, .45);
	cursor: pointer;
}

.glc-modal__dialog {
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 20px 22px 18px;
	max-width: min(440px, 96vw);
	width: 100%;
	max-height: 90vh;
	overflow: auto;
	box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
}

.glc-modal__dialog--wide {
	max-width: min(920px, 98vw);
	padding-top: 18px;
}

.glc-modal__dialog--sm h3 {
	margin-top: 0;
}

.glc-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 2;
	background: transparent;
	border: 0;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #64748b;
	padding: 4px 8px;
}

.glc-modal__close:hover {
	color: #0f172a;
}

.glc-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0;
}

.glc-modal__result-heading {
	margin: 0 0 10px;
	padding-right: 36px;
	font-size: 1.1rem;
}

.glc-modal__iframe {
	width: 100%;
	min-height: min(70vh, 640px);
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	display: block;
	background: #f8fafc;
}

.glc-modal--result .glc-modal__dialog--wide {
	display: flex;
	flex-direction: column;
}

.glc-dashboard-matches-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 -4px;
	padding: 0 4px;
}

.glc-dashboard-open-matches-table {
	min-width: 100%;
}

.glc-dashboard-match-actions-cell {
	vertical-align: top;
	min-width: 11.5rem;
}

.glc-dashboard-match-actions-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.glc-dashboard-match-actions-inner .glc-inline-actions,
.glc-dashboard-match-actions-inner .glc-postpone-form {
	width: 100%;
	max-width: 100%;
}

.glc-dashboard-match-actions-inner .glc-dashboard-accept-postpone-form label textarea {
	width: 100%;
	box-sizing: border-box;
}

.glc-dashboard-action-extra {
	margin: 0;
}

.glc-dashboard-challenges-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.glc-dashboard-challenges-heading .glc-dashboard-challenges-title {
	margin: 0;
	flex: 1 1 auto;
	min-width: min(100%, 12rem);
}

.glc-dashboard-new-challenge-btn {
	flex: 0 0 auto;
	white-space: nowrap;
}

.glc-dashboard-challenge-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.glc-dashboard-challenge-card {
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 14px 16px;
	margin-bottom: 12px;
	background: #fff;
}

.glc-dashboard-challenge-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 6px;
}

.glc-dashboard-challenge-role {
	font-size: 13px;
	color: #64748b;
	font-weight: 600;
}

.glc-dashboard-challenge-meta {
	margin: 0 0 10px;
	font-size: 14px;
	color: #475569;
}

.glc-dashboard-challenge-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.glc-dashboard-action-form {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.glc-dashboard-action-form--stack {
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

.glc-dashboard-reason-label textarea {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 6px;
}

.glc-dashboard-cancel-form {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 1px dashed #e2e8f0;
}

.glc-link-button--secondary {
	background: linear-gradient(135deg, #334155, #475569);
}

.glc-link-button--outline {
	background: transparent;
	color: #1d4ed8;
	border: 2px solid #2563eb;
}

.glc-link-button--danger {
	background: linear-gradient(135deg, #b91c1c, #dc2626);
}

@media screen and (max-width:900px) {
	.glc-player-dashboard-split {
		grid-template-columns: 1fr;
	}

	.glc-grid-2,
	.glc-toolbar,
	.glc-challenge-info-grid,
	.glc-dashboard-grid {
		grid-template-columns: 1fr;
		display: grid;
	}

	.glc-search-input {
		max-width: 100%;
	}

	.glc-pyramid-row {
		justify-content: center;
		padding-top: 12px;
	}

	.glc-player-card {
		width: min(100%, 312px);
	}
}

/* Matchplay resultaat badges – vaste breedte + nette uitlijning */
.glc-table .glc-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	/* vaste breedte voor “gelijke badges” */
	padding: 4px 10px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.6;
	border: 1px solid transparent;
	white-space: nowrap;
	vertical-align: middle;
}

.glc-table .glc-badge-win {
	background: #ecfdf5;
	color: #166534;
	border-color: #86efac;
}

.glc-table .glc-badge-loss {
	background: #fef2f2;
	color: #991b1b;
	border-color: #fca5a5;
}

.glc-table .glc-badge-halved {
	background: #f1f5f9;
	color: #0f172a;
	border-color: #cbd5e1;
}

.glc-table .glc-badge-unknown {
	background: #fff7ed;
	color: #9a3412;
	border-color: #fdba74;
}

.glc-notice-info {
	background: #eff6ff;
	/* licht blauw */
	color: #1e3a8a;
	/* donker blauw */
	border: 1px solid #93c5fd;
	/* blauwe rand */
}

.glc-wrapper.glc-uitleg-page .glc-uitleg-page-title {
	margin: 0 0 0.5rem;
	font-size: 1.45rem;
	font-weight: 700;
}

.glc-wrapper.glc-uitleg-page .glc-uitleg-page-intro {
	margin: 0 0 1.25rem;
	color: #475569;
	max-width: 46rem;
}

.glc-wrapper.glc-uitleg-page .glc-uitleg-section-title {
	margin: 1.35rem 0 0.55rem;
	font-size: 1.12rem;
	font-weight: 600;
}

.glc-wrapper.glc-uitleg-page .glc-uitleg-list {
	margin: 0 0 0.85rem;
	padding-left: 1.35rem;
	max-width: 46rem;
}

.glc-wrapper.glc-uitleg-page .glc-uitleg-list li {
	margin: 0 0 0.55rem;
	line-height: 1.5;
}

.glc-wrapper.glc-uitleg-page .glc-uitleg-list--steps li {
	margin-bottom: 0.7rem;
}

.glc-wrapper.glc-uitleg-page .glc-uitleg-panel p {
	max-width: 46rem;
	margin: 0 0 0.75rem;
	line-height: 1.5;
}