.stopwatch__results{color:#34495e;display:flex;font-size:2.25rem;justify-content:center;padding-bottom:1rem;width:100%}.stopwatch__results span{align-items:center;display:flex;justify-content:center}.stopwatch__results [data-size="2"]{width:2.5rem}.stopwatch__results [data-type=ms]{font-size:1.25rem;width:3rem}.stopwatch__results [data-content]{position:relative}.stopwatch__results [data-content]:after{bottom:-.25rem;display:inline-block;font-size:.875rem;position:absolute;right:calc(50% - .625rem);width:1.25rem}.stopwatch__results [data-content=d]:after{content:"d"}.stopwatch__results [data-content=h]:after{content:"h"}[lang=nl] .stopwatch__results [data-content=h]:after{content:"uur"}.stopwatch__results [data-content=m]:after{content:"m"}.stopwatch__results [data-content=s]:after{content:"s"}.stopwatch__results [data-content=ms]:after{content:"ms"}.stopwatch__settings{display:flex;margin-bottom:1rem;width:100%}.stopwatch__settings-item{text-align:left;width:100%}.stopwatch__settings-item:not(:last-child){padding-right:.5rem}.stopwatch__settings-row{align-items:center;display:flex}.stopwatch__settings-increase{align-items:center;background-color:#d3d3d3;color:#34495e;display:inline-flex;flex-shrink:0;font-size:1.5rem;height:2rem;justify-content:center;width:2rem}.stopwatch__settings-select{background-color:#fff;border:.0625rem solid #d3d3d3;color:#34495e;height:2rem;min-width:3.5rem;padding:0 .5rem;width:100%}.stopwatch__settings-select:focus{outline:.0625rem dotted currentColor;outline-offset:.25rem}.stopwatch__settings-select-holder{position:relative;width:100%}.stopwatch__settings-select-holder svg{color:#34495e;height:auto;pointer-events:none;position:absolute;right:.75rem;top:calc(50% - .25rem);transform:rotate(90deg);width:.5rem}.stopwatch__settings-label{color:#34495e;font-size:.875rem;font-weight:700}.stopwatch.hide-days.hide-hours .stopwatch__settings-days-hours{margin-bottom:0}.stopwatch.hide-days [data-type=days],.stopwatch.hide-hours [data-type=hours],.stopwatch.hide-ms [data-type=ms]{display:none}