.ks-weight-calculator {
	margin: 0 auto;
	text-align: center;
}

.ks-weight-heading {
	font-size: 1.9rem;
	font-weight: 600;
	margin: 0 0 1.5rem;
}

.ks-weight-current {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.4rem;
	margin-bottom: 0.75rem;
}

.ks-weight-current-number {
	font-size: 2.4rem;
	font-weight: 600;
}

.ks-weight-current-unit {
	font-size: 1.4rem;
	font-weight: 500;
}

.ks-slider-container {
	width: 100%;
	margin: 0.75rem auto 2.25rem;
}

.ks-weight-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 999px;
	outline: none;
	background: #C5D5C0; /* Default fallback */
	cursor: pointer;
}

.ks-weight-slider::-webkit-slider-runnable-track {
	height: 10px;
	border-radius: 999px;
}

.ks-weight-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #ffffff;
	cursor: pointer;
	margin-top: -7px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	border: none;
}

.ks-weight-slider::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #ffffff;
	cursor: pointer;
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.ks-weight-slider::-moz-range-track {
	height: 10px;
	border-radius: 999px;
	background: transparent;
}

.ks-weight-card {
	margin-top: 1rem;
	padding: 2.1rem 1.5rem 2.4rem;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.35);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.ks-weight-card-label {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
}

.ks-weight-card-value {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.4rem;
}

.ks-weight-loss-number {
	font-size: 4.2rem;
	font-weight: 700;
}

.ks-weight-loss-unit {
	font-size: 1.6rem;
	font-weight: 600;
}