.favorite-form { position:absolute; top:12px; right:12px; z-index:2; }
.favorite-button { width:36px; min-height:36px; padding:0; border-radius:50%; border:1px solid #d8dfda; background:#fff; color:#557064; font-size:25px; line-height:1; box-shadow:0 2px 7px #12251a18; cursor:pointer; }
.favorite-button:hover { transform:translateY(-1px); border-color:#17774f; color:#17774f; }
.favorite-button.is-favorite { color:#b77900; background:#fff7df; border-color:#e8bd59; }
.detail-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; }
.detail-favorite { position:static; flex:none; }
.favorite-empty { margin:0 0 22px; color:#63736b; }
.photo-zoom-controls { display:flex; justify-content:flex-end; gap:8px; margin:0 0 10px; }
.photo-zoom-controls button { min-width:42px; padding:8px 12px; font-size:18px; }
.tag-picker { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:12px; margin:10px 0 14px; }
.tag-picker fieldset { margin:0; border:1px solid #dbe3dd; border-radius:10px; padding:10px; background:#fff; }
.tag-picker legend { padding:0 5px; font-weight:700; color:#315b49; }
.tag-choice { display:flex; align-items:center; gap:7px; padding:4px 0; cursor:pointer; }
.tag-choice input { min-height:auto; width:16px; height:16px; }
.same-folder { margin-top:40px; border-top:1px solid #d8dcd7; padding-top:8px; }
