/* Photo-led animal profiles and address selection. */
.workspace{grid-template-columns:370px minmax(0,1fr);min-height:640px}
.animal-section{overflow-y:auto;max-height:64%;background:#fffefa;padding:20px}
.pet-photo{position:relative;height:175px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#edf1e4;border-radius:14px;overflow:hidden;color:#637456}
.pet-photo img{width:100%;height:100%;object-fit:contain;background:#f0f2e9}
.pet-photo>span:not(.badge){font-size:40px}.pet-photo small{font-size:13px;margin-top:6px}
.pet-photo .badge{position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #0001}
.pet-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.pet-heading h2{margin:0;font-size:26px}.pet-heading>span{font-size:13px;color:var(--muted)}
.pet-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:14px 0;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.pet-facts>div{min-width:0}.pet-facts dt{font-size:12px;color:var(--muted)}.pet-facts dd{font-size:14px;font-weight:700;margin:3px 0 0;overflow-wrap:anywhere}
.animal-detail p{font-size:14px;line-height:1.5}.photo-preview{display:block;max-width:100%;height:150px;object-fit:contain;border-radius:12px;margin-top:10px}
.remove-photo{display:flex;align-items:center;gap:10px;font-size:13px;margin-top:10px}.remove-photo input{width:17px;min-height:17px;height:17px}
.address-search{margin-top:10px}.address-result{display:block;text-align:left;width:100%;padding:12px;border:1px solid var(--line);border-radius:9px;margin-top:8px;background:#f5f7ec;color:#334c37;font-size:14px;line-height:1.5}.address-result:hover{background:#e9efd9}
#addressResults{font-size:14px;line-height:1.5;margin-top:12px}.geocode-credit{font-size:12px;line-height:1.5;color:var(--muted)}.geocode-credit a{color:#315b3d}.sighting-number{min-width:28px;width:auto;padding:0 5px}.map-pin span{min-width:32px;width:max-content;padding:0 5px}
@media(max-width:1000px){.workspace{grid-template-columns:310px minmax(0,1fr)}.animal-section{padding:17px}}
@media(max-width:720px){.workspace{min-height:0}.animal-section{max-height:none;overflow:visible}.pet-photo{height:230px}.pet-facts{grid-template-columns:repeat(3,minmax(0,1fr))}}
