.guide-feedback-columns{display:grid;grid-template-columns:1.3fr .7fr;gap:18px;padding:20px 0}.guide-photo-submit,.guide-review-form{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fbfdfd}.guide-review-form textarea{width:100%;min-height:120px;resize:vertical;border:1px solid var(--line);border-radius:14px;padding:12px;font:inherit;background:#fff}.rating-picker{display:flex;direction:ltr;gap:4px;margin:10px 0 14px}.rating-picker button{border:0;background:transparent;color:#d8d8d8;font-size:28px;cursor:pointer;padding:0 2px}.rating-picker button.selected{color:#d29d20}.guide-photo-submit input{display:block;width:100%;margin:14px 0}.guide-section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:20px 0 12px}.guide-section-title h3{margin:0}.guide-section-title small{color:var(--muted)}.guide-user-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.guide-user-photo-grid figure{margin:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.guide-user-photo-grid img{display:block;width:100%;height:180px;object-fit:cover}.guide-user-photo-grid figcaption{padding:8px 10px;font-size:11px;color:var(--muted)}.guide-review{border-top:1px solid var(--line);padding:16px 0}.guide-review:first-of-type{border-top:0}.guide-review>div{display:flex;justify-content:space-between;gap:12px}.guide-review-stars{direction:ltr;color:#d29d20}.guide-review small{color:var(--muted)}@media(max-width:800px){.guide-feedback-columns{grid-template-columns:1fr}.guide-user-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-user-photo-grid img{height:150px}}