.wake-lock{flex-direction:column}.wake-lock,.wake-lock__switch{position:relative;display:inline-flex;align-items:center}.wake-lock__switch{justify-content:center;gap:8px;height:44px;padding:0 6px;border:none;border-radius:4px;background:transparent;color:#182027;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:1;letter-spacing:-.18px;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}.wake-lock__switch svg{display:block;width:24px;height:24px;flex-shrink:0}.wake-lock__switch:hover{background:rgba(24,32,39,.05)}.wake-lock__switch:active{background:rgba(24,32,39,.1)}.wake-lock__switch:focus-visible{outline:none;box-shadow:0 0 0 4px #c2daed}.wake-lock__label{white-space:nowrap}.wake-lock__label-short{display:none}.wake-lock__track{position:relative;display:inline-block;width:40px;height:22px;border-radius:9999px;background:#c3d6de;transition:background .15s ease;flex-shrink:0}.wake-lock__thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(24,32,39,.3);transition:transform .15s ease}.wake-lock[data-on=true] .wake-lock__switch{color:#1b457e}.wake-lock[data-on=true] .wake-lock__track{background:#1b457e}.wake-lock[data-on=true] .wake-lock__thumb{transform:translateX(18px)}.wake-lock__confirm:empty{display:none}.wake-lock__confirm{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:4px;width:max-content;max-width:min(240px,80vw);pointer-events:none;font-family:Roboto,sans-serif;font-size:13px;line-height:1.3;color:#4e788c;text-align:center}@media (max-width:768px){.wake-lock__label-full{display:none}.wake-lock__label-short{display:inline}}.recipe-prep-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 16px}