.stickeo-custom-size { margin: 20px 0; max-width: 540px; width: 100%; }
.stickeo-custom-size h3 { font-size: 18px; margin: 0 0 12px; }
.stickeo-custom-size__dimensions { display: flex; align-items: end; gap: 12px; }
.stickeo-custom-size__dimensions label { flex: 1; min-width: 0; font-size: 14px; }
.stickeo-custom-size__dimensions label span { display: flex; align-items: center; gap: 6px; margin-top: 5px; }
.stickeo-custom-size__dimensions input { box-sizing: border-box; width: 100%; min-width: 0; padding: 9px; border: 1px solid #dedede; border-radius: 6px; font: inherit; color: #222; background: #fff; }
.stickeo-custom-size__dimensions input[readonly] { background: #f5f5f5; }
.stickeo-custom-size__times { padding-bottom: 10px; }
.stickeo-custom-size input.stickeo-custom-size__range {
	--stickeo-range-fill: 0%;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: 0;
	height: 22px;
	margin: 18px 0 4px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}
.stickeo-custom-size__range::-webkit-slider-runnable-track {
	height: 6px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(to right, #2b2b2b 0%, #2b2b2b var(--stickeo-range-fill), #dedede var(--stickeo-range-fill), #dedede 100%);
}
.stickeo-custom-size__range::-moz-range-track {
	height: 6px;
	border: 0;
	border-radius: 999px;
	background: #dedede;
}
.stickeo-custom-size__range::-moz-range-progress {
	height: 6px;
	border-radius: 999px;
	background: #2b2b2b;
}
.stickeo-custom-size__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	margin-top: -8px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #2b2b2b;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.stickeo-custom-size__range::-moz-range-thumb {
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #2b2b2b;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.stickeo-custom-size__range:focus-visible { outline: 2px solid #2b2b2b; outline-offset: 4px; border-radius: 999px; }
.stickeo-custom-size__limits { display: flex; justify-content: space-between; gap: 12px; width: 100%; color: #666; font-size: 13px; line-height: 1.5; }
@media (max-width: 360px) { .stickeo-custom-size__dimensions { gap: 5px; } .stickeo-custom-size__dimensions input { padding: 8px 4px; } }

.stickeo-custom-size__notice { display: flex; align-items: flex-start; gap: 5px; margin-top: 10px; color: #555; font-size: 13px; line-height: 1.5; }
.stickeo-custom-size__notice > span { padding-top: 2px; }
