.lemon-hunt { margin: 1rem 0; }
.lemon-progress { font-weight: 600; margin-bottom: .5rem; }
.lemon-grid { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fill, minmax(120px,1fr)); }
.lemon-logo { cursor: pointer; border: 1px solid #ddd; border-radius: 8px; padding: .5rem; text-align: center; background: #fff; transition: transform .1s; }
.lemon-logo:hover { transform: scale(1.02); }
.lemon-logo img { max-width: 100%; height: auto; }
.lemon-logo.lemon-collected { outline: 2px solid #6cc16c; box-shadow: 0 0 0 3px rgba(108,193,108,.25) inset; }
.lemon-modal { position: fixed; inset: 0; background: rgba(0,0,0,.45); display: grid; place-items: center; z-index: 10000; }
.lemon-modal[hidden] { display: none; }
.lemon-modal-content { width: min(720px, 92vw); height: min(540px, 84vh); background: #fff; border-radius: 12px; overflow: hidden; position: relative; }
.lemon-modal-close { position: absolute; top: .5rem; right: .5rem; border: 0; background: #eee; width: 32px; height: 32px; border-radius: 50%; font-size: 18px; cursor: pointer; }
.lemon-modal-frame { width: 100%; height: 100%; border: 0; }
.lemon-modal-open { overflow: hidden; }

/* прибираємо маркери списку у сітці логотипів */
.lemon-grid ul { list-style: none; margin: 0; padding: 0; }
.lemon-grid li { list-style: none; }

/* невелике підсилення рамки зібраного лого */
.lemon-logo.lemon-collected { outline: 2px solid #6cc16c; box-shadow: 0 0 0 3px rgba(108,193,108,.25) inset; }
