.volunteer-photo-field{display:grid;grid-template-columns:82px 1fr;gap:14px;align-items:center;margin:0 0 20px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035)}.volunteer-photo-preview{width:82px;height:82px;border-radius:18px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,#173554,#0a1d35);border:1px solid rgba(255,255,255,.12);color:#8fa3ba;font-size:11px;font-weight:900;letter-spacing:.12em}.volunteer-photo-preview img{width:100%;height:100%;object-fit:cover}.volunteer-photo-copy b{display:block;color:#f4f7fb;font-size:14px}.volunteer-photo-copy b em{margin-left:6px;font-style:normal;color:#f36a21;font-size:10px;padding:3px 7px;border-radius:999px;background:rgba(243,106,33,.12)}.volunteer-photo-copy p{margin:6px 0 10px;color:#9fb0c4;font-size:11px;line-height:1.45}.volunteer-photo-pick,.volunteer-photo-remove{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:8px 10px;font-size:11px;font-weight:800;cursor:pointer}.volunteer-photo-pick{background:#f36a21;color:white}.volunteer-photo-pick input{display:none}.volunteer-photo-remove{margin-left:7px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#c4cfdb}.volunteer-photo-remove[hidden]{display:none}@media(max-width:430px){.volunteer-photo-field{grid-template-columns:68px 1fr}.volunteer-photo-preview{width:68px;height:68px;border-radius:16px}}