.truesize-widget{
	--ts-accent:#111;
	--ts-track:#d9d9d9;
	font-family:inherit;
	color:inherit;
	padding:16px 0;
	width:100%;
	box-sizing:border-box;
}
.truesize-widget *{box-sizing:border-box;}
.truesize-header{margin-bottom:18px;}
.truesize-title{
	margin:0;
	font-size:1.25em;
	font-weight:600;
	line-height:1.2;
}
.truesize-size{
	font-size:1em;
	margin:0 0 12px;
}
.truesize-size-prefix{margin-right:6px;opacity:.85;}
.truesize-size-value{font-weight:600;}
.truesize-body{position:relative;}
.truesize-fit{
	font-size:1em;
	margin-bottom:10px;
}
.truesize-fit-label{font-weight:600;}
.truesize-slider{
	position:relative;
	height:24px;
	margin:6px 0 4px;
}
.truesize-track{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background:var(--ts-track);
	transform:translateY(-50%);
}
.truesize-dot{
	position:absolute;
	top:50%;
	width:14px;
	height:14px;
	border-radius:50%;
	background:var(--ts-accent);
	transform:translate(-50%,-50%);
	transition:left .25s ease;
}
.truesize-anchors{
	display:flex;
	justify-content:space-between;
	font-size:.9em;
	color:inherit;
	opacity:.85;
	margin-top:4px;
}
.truesize-anchor{flex:1 1 0;text-align:center;}
.truesize-anchor-left{text-align:left;}
.truesize-anchor-right{text-align:right;}
.truesize-placeholder{
	padding:14px;
	background:#f6f6f6;
	border:1px dashed #c9c9c9;
	color:#555;
	font-size:.9em;
	text-align:center;
}
