/* LilyJo v0.2.5a · Bottom photo blend editor controls */
.pw82-blend-controls{margin-top:4px;padding:16px;border:1px solid #d6e5eb;border-radius:14px;background:#f5fafb;transition:opacity .2s ease}
.pw82-check{display:flex;align-items:center;gap:10px;font-weight:800;margin-bottom:14px}.pw82-check input{width:18px;height:18px}
.pw82-blend-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pw82-blend-grid>label{display:grid;gap:7px;font-weight:700}
.pw82-range{display:flex;align-items:center;gap:12px}.pw82-range input[type=range]{width:100%}.pw82-range strong{min-width:66px;text-align:right;font-size:.86rem;color:#536f80}
.pw82-blend-controls.pw82-disabled .pw82-blend-grid{opacity:.45}
@media(max-width:760px){.pw82-blend-grid{grid-template-columns:1fr}.pw82-range strong{min-width:72px}}
