.sgluister {
	margin: 0.45rem 0 1rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
}

.sgluister[hidden],
.sgluister__panel[hidden] {
	display: none !important;
}

.sgluister button,
.sgluister select {
	font: inherit;
}

.sgluister__start {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.2rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #234a64;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	cursor: pointer;
}

.sgluister__start:hover {
	color: #132f42;
	text-decoration-thickness: 2px;
}

.sgluister__start:focus-visible,
.sgluister__controls button:focus-visible,
.sgluister__rate:focus-visible {
	outline: 3px solid #7aa4bf;
	outline-offset: 2px;
}

.sgluister__panel {
	margin-top: 0.45rem;
	padding-top: 0.5rem;
	border-top: 1px solid #e3e8eb;
}

.sgluister__controls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.sgluister__controls button,
.sgluister__rate {
	min-height: 38px;
	padding: 0.38rem 0.7rem;
	border: 1px solid #9eb2bf;
	border-radius: 5px;
	background: #fff;
	color: #203846;
	cursor: pointer;
}

.sgluister__controls button:hover,
.sgluister__rate:hover {
	border-color: #5f7f93;
}

.sgluister__progress {
	display: block;
	width: 100%;
	height: 0.55rem;
	margin-top: 0.75rem;
	accent-color: #466d86;
}

.sgluister__status {
	margin: 0.4rem 0 0;
	color: #52636e;
	font-size: 0.88rem;
	line-height: 1.35;
}

@media (max-width: 520px) {
	.sgluister {
		margin-bottom: 0.85rem;
	}

	.sgluister__controls button,
	.sgluister__rate {
		min-height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sgluister *,
	.sgluister *::before,
	.sgluister *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

