.pw-photo-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pw-photo-actions{display:flex;flex-wrap:wrap;gap:.5rem}.pw-photo-btn{flex:1 1 8rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .9rem;border-radius:12px;border:1.5px solid var(--pw-green);background:var(--pw-green);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pw-photo-btn-secondary{background:#fff;color:var(--pw-ink);border-color:var(--pw-grey-border)}.pw-photo-btn[aria-disabled=true]{opacity:.5;pointer-events:none}.pw-photo-btn svg{width:1.05em;height:1.05em;flex:none}@media (min-width:721px){.pw-photo-actions.is-desktop{flex-wrap:nowrap;gap:.65rem}.pw-photo-actions.is-desktop .pw-photo-btn{flex-basis:0;min-width:0;min-height:2.5rem;padding:.45rem .65rem;border-radius:10px;font-size:.8rem;line-height:1.15;white-space:nowrap}}.pw-photo-input:focus-visible+.pw-photo-btn{outline:2px solid var(--pw-green);outline-offset:2px}.pw-attachment{display:flex;align-items:center;gap:.7rem;padding:.55rem .6rem;border-radius:12px;border:1.5px solid var(--pw-grey-border);background:#fff}.pw-attachment[data-state=done]{border-color:var(--pw-green)}.pw-attachment[data-state=error]{border-color:#b00020}.pw-attachment-media{width:44px;height:44px;flex:none;border-radius:8px;overflow:hidden;background:var(--pw-pale)}.pw-attachment-media img{width:100%;height:100%;object-fit:cover;display:block}.pw-attachment-content{flex:1 1 auto;min-width:0}.pw-attachment-title{margin:0;font-size:.82rem;font-weight:600;color:var(--pw-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-attachment-desc{margin:.15rem 0 0;font-size:.76rem;color:var(--pw-muted)}.pw-attachment[data-state=done] .pw-attachment-desc{color:var(--pw-green)}.pw-attachment[data-state=error] .pw-attachment-desc{color:#b00020}.pw-attachment-remove{flex:none;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;border:1px solid var(--pw-grey-border);background:#fff;color:var(--pw-muted);cursor:pointer}.pw-attachment-remove svg{width:15px;height:15px}.pw-attachment-remove:hover{color:var(--pw-ink);border-color:var(--pw-ink)}.pw-attachment-remove:disabled{opacity:.5;cursor:default}.pw-photo-btn:focus-visible{outline:3px solid color-mix(in srgb,var(--pw-green) 42%,transparent);outline-offset:3px}