/* Review photo block: same card language as the key facts box. */
.od-rp { border: 1px solid rgba(128,128,128,.35); border-radius: .5rem; padding: 1rem 1.25rem; margin: 1rem 0 1.25rem; background: rgba(128,128,128,.08); display: flex; flex-direction: column; gap: .75rem; }
.od-rp-head { display: flex; align-items: baseline; gap: .5rem; font-size: 1.05em; }
.od-rp-opt { font-size: .8em; opacity: .6; text-transform: uppercase; letter-spacing: .04em; }
.od-rp-pick { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; }
.od-rp-btn { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border: 1px dashed currentColor; border-radius: .5rem; cursor: pointer; font-weight: 500; opacity: .9; margin: 0; }
.od-rp-btn:hover { opacity: 1; background: rgba(128,128,128,.12); }
.od-rp-btn-icon { display: inline-flex; width: 1.4em; height: 1.4em; border-radius: 50%; border: 1px solid currentColor; align-items: center; justify-content: center; font-size: 1em; line-height: 1; }
.od-rp-input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.od-rp-hint { font-size: .85em; opacity: .65; flex: 1 1 18rem; }
.od-rp-previews { display: flex; flex-wrap: wrap; gap: .5rem; }
.od-rp-previews:empty { display: none; }
.od-rp-preview { position: relative; width: 96px; height: 72px; border-radius: .35rem; overflow: hidden; background: rgba(128,128,128,.2); }
.od-rp-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.od-rp-preview small { position: absolute; left: 0; right: 0; bottom: 0; font-size: .65em; padding: .1rem .3rem; background: rgba(0,0,0,.6); color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.od-rp-check { margin: 0; }
.od-rp-req { color: #d63638; }
.od-rp-visit { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: center; }
.od-rp-month { width: auto; min-width: 14rem; }
.od-rp-error { color: #d63638; font-size: .9em; margin: 0; }
.od-rp-error:empty { display: none; }
/* Photos under a published review */
.od-rp-photos { display: flex; flex-wrap: wrap; gap: .5rem; margin: .75rem 0 0; }
.od-rp-photo { margin: 0; position: relative; }
.od-rp-photo img { width: 160px; height: 120px; object-fit: cover; border-radius: .35rem; display: block; }
.od-rp-pending { position: absolute; left: .3rem; bottom: .3rem; font-size: .7em; background: rgba(0,0,0,.65); color: #fff; padding: .1rem .4rem; border-radius: .25rem; }
