.phone-photo-picker-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;align-items:center;margin-top:10px;padding:10px;border:1px solid #355044;border-radius:10px;background:#102019}
.phone-photo-picker-copy{display:grid;gap:3px;min-width:0}
.phone-photo-picker-copy strong{font-size:12px;color:#e8f5ed}
.phone-photo-picker-copy span,.phone-photo-picker-privacy{color:#8fa99a;font-size:9px;line-height:1.35}
.phone-photo-picker-button{min-height:36px;padding:7px 10px;border:1px solid #66ae81;border-radius:8px;background:#245e3c;color:#fff;font-size:10px;font-weight:800;white-space:nowrap}
.phone-photo-picker-privacy{grid-column:1/-1;margin:0}
.phone-photo-picker-results{grid-column:1/-1;min-width:0}
.phone-photo-picker-status{display:grid;gap:3px;margin:5px 0 0;padding:8px;border-radius:7px;background:#0a1610;color:#a7bdae;font-size:10px;line-height:1.4;text-align:left}
.phone-photo-picker-status strong{color:#e8f5ed}
.phone-photo-picker-status span{color:#839b8d}
.phone-photo-picker-status [data-phone-upload-status]{padding-top:4px;border-top:1px solid #284036;color:#c7d9ce}
.phone-photo-picker-status [data-phone-upload-status].complete{color:#7fe39f}
.phone-photo-picker-status [data-phone-upload-status].error{color:#ffaaa1}
.phone-photo-picker-grid{margin-top:8px}
html[data-test-theme] .phone-photo-picker-panel{border-color:var(--lab-border)!important;border-radius:var(--lab-control-radius)!important;background:var(--lab-panel-2)!important}
html[data-test-theme] :is(.phone-photo-picker-copy strong,.phone-photo-picker-status strong){color:var(--lab-text)!important}
html[data-test-theme] :is(.phone-photo-picker-copy span,.phone-photo-picker-privacy,.phone-photo-picker-status,.phone-photo-picker-status span){color:var(--lab-muted)!important}
html[data-test-theme] .phone-photo-picker-button{border-color:var(--lab-accent)!important;border-radius:var(--lab-control-radius)!important;background:var(--lab-action)!important;color:var(--lab-action-text)!important}
@media(max-width:430px){.phone-photo-picker-panel{grid-template-columns:1fr}.phone-photo-picker-button{width:100%}.phone-photo-picker-privacy,.phone-photo-picker-results{grid-column:1}}
